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 # Check that we are running under the correct shell.
246 SHELL
=${CONFIG_SHELL-/bin/sh}
250 # Remove one level of quotation (which was required for Make).
251 ECHO
=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
256 if test "X$1" = X--no-reexec
; then
257 # Discard the --no-reexec flag, and continue.
259 elif test "X$1" = X--fallback-echo
; then
260 # Avoid inline document here, it may be left over
262 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
266 # Restart under the correct shell.
267 exec $SHELL "$0" --no-reexec ${1+"$@"}
270 if test "X$1" = X--fallback-echo
; then
271 # used as fallback echo
279 # The HP-UX ksh and POSIX shell print the target directory to stdout
281 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
283 if test -z "$lt_ECHO"; then
284 if test "X${echo_test_string+set}" != Xset
; then
285 # find a string as large as possible, as long as the shell can cope with it
286 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
287 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
288 if { echo_test_string
=`eval $cmd`; } 2>/dev
/null
&&
289 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev
/null
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
298 test "X$echo_testing_string" = "X$echo_test_string"; then
301 # The Solaris, AIX, and Digital Unix default echo programs unquote
302 # backslashes. This makes it impossible to quote backslashes using
303 # echo "$something" | sed 's/\\/\\\\/g'
305 # So, first we look for a working echo in the user's PATH.
307 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
308 for dir
in $PATH /usr
/ucb
; do
310 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
311 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313 test "X$echo_testing_string" = "X$echo_test_string"; then
320 if test "X$ECHO" = Xecho
; then
321 # We didn't find a better echo, so look for alternatives.
322 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
323 echo_testing_string
=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
324 test "X$echo_testing_string" = "X$echo_test_string"; then
325 # This shell has a builtin print -r that does the trick.
327 elif { test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext; } &&
328 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
329 # If we have ksh, try running configure again with it.
330 ORIGINAL_CONFIG_SHELL
=${CONFIG_SHELL-/bin/sh}
331 export ORIGINAL_CONFIG_SHELL
332 CONFIG_SHELL
=/bin
/ksh
334 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
338 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
339 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
340 test "X$echo_testing_string" = "X$echo_test_string"; then
343 elif echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
344 test "X$echo_testing_string" = 'X\t' &&
345 echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 CONFIG_SHELL
=$ORIGINAL_CONFIG_SHELL
349 SHELL
="$CONFIG_SHELL"
351 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
352 elif echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
353 test "X$echo_testing_string" = 'X\t' &&
354 echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355 test "X$echo_testing_string" = "X$echo_test_string"; then
356 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
358 # maybe with a smaller string...
361 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
362 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev
/null
369 if test "$prev" != 'sed 50q "$0"'; then
370 echo_test_string
=`eval $prev`
371 export echo_test_string
372 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
374 # Oops. We lost completely, so just stick with echo.
383 # Copy echo and quote the copy suitably for passing to libtool from
384 # the Makefile, instead of quoting the original, which is used later.
386 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
387 lt_ECHO
="$CONFIG_SHELL \\\$\$0 --fallback-echo"
394 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
395 # so uname gets run too.
396 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
403 ac_default_prefix
=/usr
/local
404 ac_config_libobj_dir
=.
409 SHELL
=${CONFIG_SHELL-/bin/sh}
411 # Maximum number of lines to put in a shell here document.
412 # This variable seems obsolete. It should probably be removed, and
413 # only ac_max_sed_lines should be used.
414 : ${ac_max_here_lines=38}
416 # Identity of this package.
423 ac_unique_file
="ldmain.c"
424 # Factoring default headers for most tests.
425 ac_includes_default
="\
428 # include <sys/types.h>
431 # include <sys/stat.h>
442 # if !STDC_HEADERS && HAVE_MEMORY_H
448 # include <strings.h>
451 # include <inttypes.h>
461 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 use_sysroot TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS NO_WERROR LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S AR ac_ct_AR RANLIB ac_ct_RANLIB lt_ECHO CPP 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 GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE HDEFINES HOSTING_CRT0 HOSTING_LIBS NATIVE_LIB_DIRS STRINGIFY EMUL EMULATION_OFILES EMUL_EXTRA_OFILES LIB_PATH EMULATION_LIBPATH TESTBFDLIB datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
462 ac_subst_files
='TDIRS'
465 # Initialize some variables set by options.
467 ac_init_version
=false
468 # The variables have the same names as the options, with
469 # dashes changed to underlines.
477 program_transform_name
=s
,x
,x
,
485 # Installation directory options.
486 # These are left unexpanded so users can "make install exec_prefix=/foo"
487 # and all the variables that are supposed to be based on exec_prefix
488 # by default will actually change.
489 # Use braces instead of parens because sh, perl, etc. also accept them.
490 bindir
='${exec_prefix}/bin'
491 sbindir
='${exec_prefix}/sbin'
492 libexecdir
='${exec_prefix}/libexec'
493 datadir
='${prefix}/share'
494 sysconfdir
='${prefix}/etc'
495 sharedstatedir
='${prefix}/com'
496 localstatedir
='${prefix}/var'
497 libdir
='${exec_prefix}/lib'
498 includedir
='${prefix}/include'
499 oldincludedir
='/usr/include'
500 infodir
='${prefix}/info'
501 mandir
='${prefix}/man'
506 # If the previous option needs an argument, assign it.
507 if test -n "$ac_prev"; then
508 eval "$ac_prev=\$ac_option"
513 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
515 # Accept the important Cygnus configure options, so we can diagnose typos.
519 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
521 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
524 -build |
--build |
--buil |
--bui |
--bu)
525 ac_prev
=build_alias
;;
526 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
527 build_alias
=$ac_optarg ;;
529 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
530 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
531 ac_prev
=cache_file
;;
532 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
533 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
534 cache_file
=$ac_optarg ;;
537 cache_file
=config.cache
;;
539 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
541 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
543 datadir
=$ac_optarg ;;
545 -disable-* |
--disable-*)
546 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
547 # Reject names that are not valid shell variable names.
548 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
549 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
550 { (exit 1); exit 1; }; }
551 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
552 eval "enable_$ac_feature=no" ;;
554 -enable-* |
--enable-*)
555 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
556 # Reject names that are not valid shell variable names.
557 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
558 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
559 { (exit 1); exit 1; }; }
560 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
562 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
565 eval "enable_$ac_feature='$ac_optarg'" ;;
567 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
568 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
569 |
--exec |
--exe |
--ex)
570 ac_prev
=exec_prefix
;;
571 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
572 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
573 |
--exec=* |
--exe=* |
--ex=*)
574 exec_prefix
=$ac_optarg ;;
576 -gas |
--gas |
--ga |
--g)
577 # Obsolete; use --with-gas.
580 -help |
--help |
--hel |
--he |
-h)
582 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
583 ac_init_help
=recursive
;;
584 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
585 ac_init_help
=short
;;
587 -host |
--host |
--hos |
--ho)
588 ac_prev
=host_alias
;;
589 -host=* |
--host=* |
--hos=* |
--ho=*)
590 host_alias
=$ac_optarg ;;
592 -includedir |
--includedir |
--includedi |
--included |
--include \
593 |
--includ |
--inclu |
--incl |
--inc)
594 ac_prev
=includedir
;;
595 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
596 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
597 includedir
=$ac_optarg ;;
599 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
601 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
602 infodir
=$ac_optarg ;;
604 -libdir |
--libdir |
--libdi |
--libd)
606 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
609 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
610 |
--libexe |
--libex |
--libe)
611 ac_prev
=libexecdir
;;
612 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
613 |
--libexe=* |
--libex=* |
--libe=*)
614 libexecdir
=$ac_optarg ;;
616 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
617 |
--localstate |
--localstat |
--localsta |
--localst \
618 |
--locals |
--local |
--loca |
--loc |
--lo)
619 ac_prev
=localstatedir
;;
620 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
621 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
622 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
623 localstatedir
=$ac_optarg ;;
625 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
627 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
631 # Obsolete; use --without-fp.
634 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
635 |
--no-cr |
--no-c |
-n)
638 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
639 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
642 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
643 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
644 |
--oldin |
--oldi |
--old |
--ol |
--o)
645 ac_prev
=oldincludedir
;;
646 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
647 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
648 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
649 oldincludedir
=$ac_optarg ;;
651 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
653 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
656 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
657 |
--program-pre |
--program-pr |
--program-p)
658 ac_prev
=program_prefix
;;
659 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
660 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
661 program_prefix
=$ac_optarg ;;
663 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
664 |
--program-suf |
--program-su |
--program-s)
665 ac_prev
=program_suffix
;;
666 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
667 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
668 program_suffix
=$ac_optarg ;;
670 -program-transform-name |
--program-transform-name \
671 |
--program-transform-nam |
--program-transform-na \
672 |
--program-transform-n |
--program-transform- \
673 |
--program-transform |
--program-transfor \
674 |
--program-transfo |
--program-transf \
675 |
--program-trans |
--program-tran \
676 |
--progr-tra |
--program-tr |
--program-t)
677 ac_prev
=program_transform_name
;;
678 -program-transform-name=* |
--program-transform-name=* \
679 |
--program-transform-nam=* |
--program-transform-na=* \
680 |
--program-transform-n=* |
--program-transform-=* \
681 |
--program-transform=* |
--program-transfor=* \
682 |
--program-transfo=* |
--program-transf=* \
683 |
--program-trans=* |
--program-tran=* \
684 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
685 program_transform_name
=$ac_optarg ;;
687 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
688 |
-silent |
--silent |
--silen |
--sile |
--sil)
691 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
693 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
695 sbindir
=$ac_optarg ;;
697 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
698 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
699 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
701 ac_prev
=sharedstatedir
;;
702 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
703 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
704 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
706 sharedstatedir
=$ac_optarg ;;
708 -site |
--site |
--sit)
710 -site=* |
--site=* |
--sit=*)
713 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
715 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
718 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
719 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
720 ac_prev
=sysconfdir
;;
721 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
722 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
723 sysconfdir
=$ac_optarg ;;
725 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
726 ac_prev
=target_alias
;;
727 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
728 target_alias
=$ac_optarg ;;
730 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
733 -version |
--version |
--versio |
--versi |
--vers |
-V)
737 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
738 # Reject names that are not valid shell variable names.
739 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
740 { echo "$as_me: error: invalid package name: $ac_package" >&2
741 { (exit 1); exit 1; }; }
742 ac_package
=`echo $ac_package| sed 's/-/_/g'`
744 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
747 eval "with_$ac_package='$ac_optarg'" ;;
749 -without-* |
--without-*)
750 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
751 # Reject names that are not valid shell variable names.
752 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
753 { echo "$as_me: error: invalid package name: $ac_package" >&2
754 { (exit 1); exit 1; }; }
755 ac_package
=`echo $ac_package | sed 's/-/_/g'`
756 eval "with_$ac_package=no" ;;
759 # Obsolete; use --with-x.
762 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
763 |
--x-incl |
--x-inc |
--x-in |
--x-i)
764 ac_prev
=x_includes
;;
765 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
766 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
767 x_includes
=$ac_optarg ;;
769 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
770 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
771 ac_prev
=x_libraries
;;
772 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
773 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
774 x_libraries
=$ac_optarg ;;
776 -*) { echo "$as_me: error: unrecognized option: $ac_option
777 Try \`$0 --help' for more information." >&2
778 { (exit 1); exit 1; }; }
782 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
783 # Reject names that are not valid shell variable names.
784 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
785 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
786 { (exit 1); exit 1; }; }
787 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
788 eval "$ac_envvar='$ac_optarg'"
792 # FIXME: should be removed in autoconf 3.0.
793 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
794 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
795 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
796 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
802 if test -n "$ac_prev"; then
803 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
804 { echo "$as_me: error: missing argument to $ac_option" >&2
805 { (exit 1); exit 1; }; }
808 # Be sure to have absolute paths.
809 for ac_var
in exec_prefix prefix
811 eval ac_val
=$
`echo $ac_var`
813 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
814 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
815 { (exit 1); exit 1; }; };;
819 # Be sure to have absolute paths.
820 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
821 localstatedir libdir includedir oldincludedir infodir mandir
823 eval ac_val
=$
`echo $ac_var`
825 [\\/$
]* | ?
:[\\/]* ) ;;
826 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
827 { (exit 1); exit 1; }; };;
831 # There might be people who depend on the old broken behavior: `$host'
832 # used to hold the argument of --host etc.
833 # FIXME: To remove some day.
838 # FIXME: To remove some day.
839 if test "x$host_alias" != x
; then
840 if test "x$build_alias" = x
; then
841 cross_compiling
=maybe
842 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
843 If a cross compiler is detected then cross compile mode will be used." >&2
844 elif test "x$build_alias" != "x$host_alias"; then
850 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
852 test "$silent" = yes && exec 6>/dev
/null
855 # Find the source files, if location was not specified.
856 if test -z "$srcdir"; then
857 ac_srcdir_defaulted
=yes
858 # Try the directory containing this script, then its parent.
859 ac_confdir
=`(dirname "$0") 2>/dev/null ||
860 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
861 X"$0" : 'X\(//\)[^/]' \| \
862 X"$0" : 'X\(//\)$' \| \
863 X"$0" : 'X\(/\)' \| \
864 . : '\(.\)' 2>/dev/null ||
866 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
867 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
868 /^X\(\/\/\)$/{ s//\1/; q; }
869 /^X\(\/\).*/{ s//\1/; q; }
872 if test ! -r $srcdir/$ac_unique_file; then
876 ac_srcdir_defaulted
=no
878 if test ! -r $srcdir/$ac_unique_file; then
879 if test "$ac_srcdir_defaulted" = yes; then
880 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
881 { (exit 1); exit 1; }; }
883 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
884 { (exit 1); exit 1; }; }
887 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
888 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
889 { (exit 1); exit 1; }; }
890 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
891 ac_env_build_alias_set
=${build_alias+set}
892 ac_env_build_alias_value
=$build_alias
893 ac_cv_env_build_alias_set
=${build_alias+set}
894 ac_cv_env_build_alias_value
=$build_alias
895 ac_env_host_alias_set
=${host_alias+set}
896 ac_env_host_alias_value
=$host_alias
897 ac_cv_env_host_alias_set
=${host_alias+set}
898 ac_cv_env_host_alias_value
=$host_alias
899 ac_env_target_alias_set
=${target_alias+set}
900 ac_env_target_alias_value
=$target_alias
901 ac_cv_env_target_alias_set
=${target_alias+set}
902 ac_cv_env_target_alias_value
=$target_alias
903 ac_env_CC_set
=${CC+set}
905 ac_cv_env_CC_set
=${CC+set}
906 ac_cv_env_CC_value
=$CC
907 ac_env_CFLAGS_set
=${CFLAGS+set}
908 ac_env_CFLAGS_value
=$CFLAGS
909 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
910 ac_cv_env_CFLAGS_value
=$CFLAGS
911 ac_env_LDFLAGS_set
=${LDFLAGS+set}
912 ac_env_LDFLAGS_value
=$LDFLAGS
913 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
914 ac_cv_env_LDFLAGS_value
=$LDFLAGS
915 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
916 ac_env_CPPFLAGS_value
=$CPPFLAGS
917 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
918 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
919 ac_env_CPP_set
=${CPP+set}
920 ac_env_CPP_value
=$CPP
921 ac_cv_env_CPP_set
=${CPP+set}
922 ac_cv_env_CPP_value
=$CPP
925 # Report the --help message.
927 if test "$ac_init_help" = "long"; then
928 # Omit some internal or obsolete options to make the list less imposing.
929 # This message is too long to be a string in the A/UX 3.1 sh.
931 \`configure' configures this package to adapt to many kinds of systems.
933 Usage: $0 [OPTION]... [VAR=VALUE]...
935 To assign environment variables (e.g., CC, CFLAGS...), specify them as
936 VAR=VALUE. See below for descriptions of some of the useful variables.
938 Defaults for the options are specified in brackets.
941 -h, --help display this help and exit
942 --help=short display options specific to this package
943 --help=recursive display the short help of all the included packages
944 -V, --version display version information and exit
945 -q, --quiet, --silent do not print \`checking...' messages
946 --cache-file=FILE cache test results in FILE [disabled]
947 -C, --config-cache alias for \`--cache-file=config.cache'
948 -n, --no-create do not create output files
949 --srcdir=DIR find the sources in DIR [configure dir or \`..']
954 Installation directories:
955 --prefix=PREFIX install architecture-independent files in PREFIX
957 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
960 By default, \`make install' will install all the files in
961 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
962 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
963 for instance \`--prefix=\$HOME'.
965 For better control, use the options below.
967 Fine tuning of the installation directories:
968 --bindir=DIR user executables [EPREFIX/bin]
969 --sbindir=DIR system admin executables [EPREFIX/sbin]
970 --libexecdir=DIR program executables [EPREFIX/libexec]
971 --datadir=DIR read-only architecture-independent data [PREFIX/share]
972 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
973 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
974 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
975 --libdir=DIR object code libraries [EPREFIX/lib]
976 --includedir=DIR C header files [PREFIX/include]
977 --oldincludedir=DIR C header files for non-gcc [/usr/include]
978 --infodir=DIR info documentation [PREFIX/info]
979 --mandir=DIR man documentation [PREFIX/man]
985 --program-prefix=PREFIX prepend PREFIX to installed program names
986 --program-suffix=SUFFIX append SUFFIX to installed program names
987 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
990 --build=BUILD configure
for building on BUILD
[guessed
]
991 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
992 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
996 if test -n "$ac_init_help"; then
1001 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1002 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1003 --disable-dependency-tracking speeds up one-time build
1004 --enable-dependency-tracking do not reject slow dependency extractors
1005 --enable-targets alternative target configurations
1006 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1007 --enable-got=<type> GOT handling scheme
(target
, single
, negative
,
1009 --enable-werror treat compile warnings as errors
1010 --enable-build-warnings enable build-time compiler warnings
1011 --enable-shared[=PKGS
]
1012 build shared libraries
[default
=yes]
1013 --enable-static[=PKGS
]
1014 build static libraries
[default
=yes]
1015 --enable-fast-install[=PKGS
]
1016 optimize
for fast installation
[default
=yes]
1017 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1018 --disable-nls do not use Native Language Support
1019 --enable-maintainer-mode enable make rules and dependencies not useful
1020 (and sometimes confusing
) to the casual installer
1023 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1024 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1025 --with-lib-path=dir1
:dir2...
set default LIB_PATH
1026 --with-sysroot=DIR Search
for usr
/lib et al within DIR.
1027 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1029 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1031 Some influential environment variables
:
1032 CC C compiler
command
1033 CFLAGS C compiler flags
1034 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1035 nonstandard directory
<lib dir
>
1036 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1037 headers
in a nonstandard directory
<include dir
>
1040 Use these variables to override the choices made by
`configure' or to help
1041 it to find libraries and programs with nonstandard names/locations.
1046 if test "$ac_init_help" = "recursive"; then
1047 # If there are subdirs, report their specific --help.
1049 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1050 test -d $ac_dir || continue
1053 if test "$ac_dir" != .; then
1054 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1055 # A "../" for each directory in $ac_dir_suffix.
1056 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
1058 ac_dir_suffix= ac_top_builddir=
1062 .) # No --srcdir option. We are building in place.
1064 if test -z "$ac_top_builddir"; then
1067 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
1069 [\\/]* | ?:[\\/]* ) # Absolute path.
1070 ac_srcdir=$srcdir$ac_dir_suffix;
1071 ac_top_srcdir=$srcdir ;;
1073 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1074 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1077 # Do not use `cd foo
&& pwd` to compute absolute paths, because
1078 # the directories may not exist.
1080 .) ac_abs_builddir="$ac_dir";;
1083 .) ac_abs_builddir=`pwd`;;
1084 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1085 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1088 case $ac_abs_builddir in
1089 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1091 case ${ac_top_builddir}. in
1092 .) ac_abs_top_builddir=$ac_abs_builddir;;
1093 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1094 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1097 case $ac_abs_builddir in
1098 .) ac_abs_srcdir=$ac_srcdir;;
1101 .) ac_abs_srcdir=$ac_abs_builddir;;
1102 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1103 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1106 case $ac_abs_builddir in
1107 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1109 case $ac_top_srcdir in
1110 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1111 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1112 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1117 # Check for guested configure; otherwise get Cygnus style configure.
1118 if test -f $ac_srcdir/configure.gnu; then
1120 $SHELL $ac_srcdir/configure.gnu --help=recursive
1121 elif test -f $ac_srcdir/configure; then
1123 $SHELL $ac_srcdir/configure --help=recursive
1124 elif test -f $ac_srcdir/configure.ac ||
1125 test -f $ac_srcdir/configure.in; then
1127 $ac_configure --help
1129 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1135 test -n "$ac_init_help" && exit 0
1136 if $ac_init_version; then
1139 Copyright (C) 2003 Free Software Foundation, Inc.
1140 This configure script is free software; the Free Software Foundation
1141 gives unlimited permission to copy, distribute and modify it.
1147 This file contains any messages produced by compilers while
1148 running configure, to aid debugging if configure makes a mistake.
1150 It was created by $as_me, which was
1151 generated by GNU Autoconf 2.59. Invocation command line was
1162 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1163 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1164 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1165 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1166 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1168 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1169 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1171 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1172 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1173 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1174 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1175 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1176 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1177 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1185 test -z "$as_dir" && as_dir=.
1186 echo "PATH: $as_dir"
1201 # Keep a trace of the command line.
1202 # Strip out --no-create and --no-recursion so they do not pile up.
1203 # Strip out --silent because we don't want to record it for future runs.
1204 # Also quote any args containing shell meta-characters.
1205 # Make two passes to allow for proper duplicate-argument suppression.
1210 ac_must_keep_next=false
1216 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1217 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1218 | -silent | --silent | --silen | --sile | --sil)
1220 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1221 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1224 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1226 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1227 if test $ac_must_keep_next = true; then
1228 ac_must_keep_next=false # Got value, back to normal.
1231 *=* | --config-cache | -C | -disable-* | --disable-* \
1232 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1233 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1234 | -with-* | --with-* | -without-* | --without-* | --x)
1235 case "$ac_configure_args0 " in
1236 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1239 -* ) ac_must_keep_next=true ;;
1242 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1243 # Get rid of the leading space.
1249 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1250 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1252 # When interrupted or exit'd, cleanup temporary files, and complete
1253 # config.log. We remove comments because anyway the quotes in there
1254 # would cause problems or look ugly.
1255 # WARNING: Be sure not to use single quotes in there, as some shells,
1256 # such as our DU 5.0 friend, will then `close
' the trap.
1257 trap 'exit_status
=$?
1258 # Save into config.log some information that might help in debugging.
1263 ## ---------------- ##
1264 ## Cache variables. ##
1265 ## ---------------- ##
1268 # The following way of writing the cache mishandles newlines in values,
1271 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1274 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1275 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1279 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1286 ## ----------------- ##
1287 ## Output variables. ##
1288 ## ----------------- ##
1291 for ac_var
in $ac_subst_vars
1293 eval ac_val
=$
`echo $ac_var`
1294 echo "$ac_var='"'"'$ac_val'"'"'"
1298 if test -n "$ac_subst_files"; then
1305 for ac_var
in $ac_subst_files
1307 eval ac_val
=$
`echo $ac_var`
1308 echo "$ac_var='"'"'$ac_val'"'"'"
1313 if test -s confdefs.h
; then
1320 sed "/^$/d" confdefs.h |
sort
1323 test "$ac_signal" != 0 &&
1324 echo "$as_me: caught signal $ac_signal"
1325 echo "$as_me: exit $exit_status"
1327 rm -f core
*.core
&&
1328 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1331 for ac_signal in 1 2 13 15; do
1332 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1336 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1337 rm -rf conftest* confdefs.h
1338 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1341 # Predefined preprocessor variables.
1343 cat >>confdefs.h <<_ACEOF
1344 #define PACKAGE_NAME "$PACKAGE_NAME"
1348 cat >>confdefs.h <<_ACEOF
1349 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1353 cat >>confdefs.h <<_ACEOF
1354 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1358 cat >>confdefs.h <<_ACEOF
1359 #define PACKAGE_STRING "$PACKAGE_STRING"
1363 cat >>confdefs.h <<_ACEOF
1364 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1368 # Let the site file select an alternate cache file if it wants to.
1369 # Prefer explicitly selected file to automatically selected ones.
1370 if test -z "$CONFIG_SITE"; then
1371 if test "x$prefix" != xNONE; then
1372 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1374 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1377 for ac_site_file in $CONFIG_SITE; do
1378 if test -r "$ac_site_file"; then
1379 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1380 echo "$as_me: loading site script $ac_site_file" >&6;}
1381 sed 's
/^
/|
/' "$ac_site_file" >&5
1386 if test -r "$cache_file"; then
1387 # Some versions of bash will fail to source /dev/null (special
1388 # files actually), so we avoid doing that.
1389 if test -f "$cache_file"; then
1390 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1391 echo "$as_me: loading cache $cache_file" >&6;}
1393 [\\/]* | ?:[\\/]* ) . $cache_file;;
1394 *) . ./$cache_file;;
1398 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1399 echo "$as_me: creating cache $cache_file" >&6;}
1403 # Check that the precious variables saved in the cache have kept the same
1405 ac_cache_corrupted=false
1406 for ac_var in `(set) 2>&1 |
1407 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1408 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1409 eval ac_new_set=\$ac_env_${ac_var}_set
1410 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1411 eval ac_new_val="\$ac_env_${ac_var}_value"
1412 case $ac_old_set,$ac_new_set in
1414 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1415 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1416 ac_cache_corrupted=: ;;
1418 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1419 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1420 ac_cache_corrupted=: ;;
1423 if test "x$ac_old_val" != "x$ac_new_val"; then
1424 # differences in whitespace do not lead to failure.
1425 ac_old_val_w=`echo x $ac_old_val`
1426 ac_new_val_w=`echo x $ac_new_val`
1427 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1428 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1429 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1430 ac_cache_corrupted=:
1432 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1433 echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run
:" >&2;}
1434 eval $ac_var=\$ac_old_val
1436 { echo "$as_me:$LINENO: former value
: \
`$ac_old_val'" >&5
1437 echo "$as_me: former value: \`$ac_old_val'" >&2;}
1438 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1439 echo "$as_me: current value
: \
`$ac_new_val'" >&2;}
1442 # Pass precious variables to config.status.
1443 if test "$ac_new_set" = set; then
1445 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1446 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1447 *) ac_arg=$ac_var=$ac_new_val ;;
1449 case " $ac_configure_args " in
1450 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1451 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1455 if $ac_cache_corrupted; then
1456 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1457 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1458 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1459 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1460 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1461 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1462 { (exit 1); exit 1; }; }
1466 ac_cpp='$CPP $CPPFLAGS'
1467 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1468 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1469 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1494 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1495 if test -f $ac_dir/install-sh; then
1497 ac_install_sh="$ac_aux_dir/install-sh -c"
1499 elif test -f $ac_dir/install.sh; then
1501 ac_install_sh="$ac_aux_dir/install.sh -c"
1503 elif test -f $ac_dir/shtool; then
1505 ac_install_sh="$ac_aux_dir/shtool install -c"
1509 if test -z "$ac_aux_dir"; then
1510 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1511 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1512 { (exit 1); exit 1; }; }
1514 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1515 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1516 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1518 # Make sure we can run config.sub.
1519 $ac_config_sub sun4 >/dev/null 2>&1 ||
1520 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1521 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1522 { (exit 1); exit 1; }; }
1524 echo "$as_me:$LINENO: checking build system type" >&5
1525 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1526 if test "${ac_cv_build+set}" = set; then
1527 echo $ECHO_N "(cached) $ECHO_C" >&6
1529 ac_cv_build_alias=$build_alias
1530 test -z "$ac_cv_build_alias" &&
1531 ac_cv_build_alias=`$ac_config_guess`
1532 test -z "$ac_cv_build_alias" &&
1533 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1534 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1535 { (exit 1); exit 1; }; }
1536 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1537 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1538 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1539 { (exit 1); exit 1; }; }
1542 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1543 echo "${ECHO_T}$ac_cv_build" >&6
1545 build_cpu=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1546 build_vendor=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1547 build_os=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1550 echo "$as_me:$LINENO: checking host system type" >&5
1551 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1552 if test "${ac_cv_host+set}" = set; then
1553 echo $ECHO_N "(cached) $ECHO_C" >&6
1555 ac_cv_host_alias=$host_alias
1556 test -z "$ac_cv_host_alias" &&
1557 ac_cv_host_alias=$ac_cv_build_alias
1558 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1559 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1560 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1561 { (exit 1); exit 1; }; }
1564 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1565 echo "${ECHO_T}$ac_cv_host" >&6
1567 host_cpu=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1568 host_vendor=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1569 host_os=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1572 echo "$as_me:$LINENO: checking target system type" >&5
1573 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1574 if test "${ac_cv_target+set}" = set; then
1575 echo $ECHO_N "(cached) $ECHO_C" >&6
1577 ac_cv_target_alias=$target_alias
1578 test "x$ac_cv_target_alias" = "x" &&
1579 ac_cv_target_alias=$ac_cv_host_alias
1580 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1581 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1582 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1583 { (exit 1); exit 1; }; }
1586 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1587 echo "${ECHO_T}$ac_cv_target" >&6
1588 target=$ac_cv_target
1589 target_cpu=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1590 target_vendor=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1591 target_os=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1594 # The aliases save the names the user supplied, while $host etc.
1595 # will get canonicalized.
1596 test -n "$target_alias" &&
1597 test "$program_prefix$program_suffix$program_transform_name" = \
1599 program_prefix=${target_alias}-
1601 ac_cpp='$CPP $CPPFLAGS'
1602 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1603 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1604 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1605 if test -n "$ac_tool_prefix"; then
1606 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1607 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1608 echo "$as_me:$LINENO: checking for $ac_word" >&5
1609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1610 if test "${ac_cv_prog_CC+set}" = set; then
1611 echo $ECHO_N "(cached) $ECHO_C" >&6
1613 if test -n "$CC"; then
1614 ac_cv_prog_CC="$CC" # Let the user override the test.
1616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1620 test -z "$as_dir" && as_dir=.
1621 for ac_exec_ext in '' $ac_executable_extensions; do
1622 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1623 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1633 if test -n "$CC"; then
1634 echo "$as_me:$LINENO: result: $CC" >&5
1635 echo "${ECHO_T}$CC" >&6
1637 echo "$as_me:$LINENO: result: no" >&5
1638 echo "${ECHO_T}no" >&6
1642 if test -z "$ac_cv_prog_CC"; then
1644 # Extract the first word of "gcc", so it can be a program name with args.
1645 set dummy gcc; ac_word=$2
1646 echo "$as_me:$LINENO: checking for $ac_word" >&5
1647 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1648 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1649 echo $ECHO_N "(cached) $ECHO_C" >&6
1651 if test -n "$ac_ct_CC"; then
1652 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1658 test -z "$as_dir" && as_dir=.
1659 for ac_exec_ext in '' $ac_executable_extensions; do
1660 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1661 ac_cv_prog_ac_ct_CC="gcc"
1662 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1670 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1671 if test -n "$ac_ct_CC"; then
1672 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1673 echo "${ECHO_T}$ac_ct_CC" >&6
1675 echo "$as_me:$LINENO: result: no" >&5
1676 echo "${ECHO_T}no" >&6
1684 if test -z "$CC"; then
1685 if test -n "$ac_tool_prefix"; then
1686 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1687 set dummy ${ac_tool_prefix}cc; ac_word=$2
1688 echo "$as_me:$LINENO: checking for $ac_word" >&5
1689 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1690 if test "${ac_cv_prog_CC+set}" = set; then
1691 echo $ECHO_N "(cached) $ECHO_C" >&6
1693 if test -n "$CC"; then
1694 ac_cv_prog_CC="$CC" # Let the user override the test.
1696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1700 test -z "$as_dir" && as_dir=.
1701 for ac_exec_ext in '' $ac_executable_extensions; do
1702 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1703 ac_cv_prog_CC="${ac_tool_prefix}cc"
1704 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1713 if test -n "$CC"; then
1714 echo "$as_me:$LINENO: result: $CC" >&5
1715 echo "${ECHO_T}$CC" >&6
1717 echo "$as_me:$LINENO: result: no" >&5
1718 echo "${ECHO_T}no" >&6
1722 if test -z "$ac_cv_prog_CC"; then
1724 # Extract the first word of "cc", so it can be a program name with args.
1725 set dummy cc; ac_word=$2
1726 echo "$as_me:$LINENO: checking for $ac_word" >&5
1727 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1728 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1729 echo $ECHO_N "(cached) $ECHO_C" >&6
1731 if test -n "$ac_ct_CC"; then
1732 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1738 test -z "$as_dir" && as_dir=.
1739 for ac_exec_ext in '' $ac_executable_extensions; do
1740 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1741 ac_cv_prog_ac_ct_CC="cc"
1742 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1750 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1751 if test -n "$ac_ct_CC"; then
1752 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1753 echo "${ECHO_T}$ac_ct_CC" >&6
1755 echo "$as_me:$LINENO: result: no" >&5
1756 echo "${ECHO_T}no" >&6
1765 if test -z "$CC"; then
1766 # Extract the first word of "cc", so it can be a program name with args.
1767 set dummy cc; ac_word=$2
1768 echo "$as_me:$LINENO: checking for $ac_word" >&5
1769 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1770 if test "${ac_cv_prog_CC+set}" = set; then
1771 echo $ECHO_N "(cached) $ECHO_C" >&6
1773 if test -n "$CC"; then
1774 ac_cv_prog_CC="$CC" # Let the user override the test.
1777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1781 test -z "$as_dir" && as_dir=.
1782 for ac_exec_ext in '' $ac_executable_extensions; do
1783 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1784 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1785 ac_prog_rejected=yes
1789 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1795 if test $ac_prog_rejected = yes; then
1796 # We found a bogon in the path, so make sure we never use it.
1797 set dummy $ac_cv_prog_CC
1799 if test $# != 0; then
1800 # We chose a different compiler from the bogus one.
1801 # However, it has the same basename, so the bogon will be chosen
1802 # first if we set CC to just the basename; use the full file name.
1804 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1810 if test -n "$CC"; then
1811 echo "$as_me:$LINENO: result: $CC" >&5
1812 echo "${ECHO_T}$CC" >&6
1814 echo "$as_me:$LINENO: result: no" >&5
1815 echo "${ECHO_T}no" >&6
1819 if test -z "$CC"; then
1820 if test -n "$ac_tool_prefix"; then
1823 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1824 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1825 echo "$as_me:$LINENO: checking for $ac_word" >&5
1826 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1827 if test "${ac_cv_prog_CC+set}" = set; then
1828 echo $ECHO_N "(cached) $ECHO_C" >&6
1830 if test -n "$CC"; then
1831 ac_cv_prog_CC="$CC" # Let the user override the test.
1833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1837 test -z "$as_dir" && as_dir=.
1838 for ac_exec_ext in '' $ac_executable_extensions; do
1839 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1840 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1841 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1850 if test -n "$CC"; then
1851 echo "$as_me:$LINENO: result: $CC" >&5
1852 echo "${ECHO_T}$CC" >&6
1854 echo "$as_me:$LINENO: result: no" >&5
1855 echo "${ECHO_T}no" >&6
1858 test -n "$CC" && break
1861 if test -z "$CC"; then
1865 # Extract the first word of "$ac_prog", so it can be a program name with args.
1866 set dummy $ac_prog; ac_word=$2
1867 echo "$as_me:$LINENO: checking for $ac_word" >&5
1868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1869 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1870 echo $ECHO_N "(cached) $ECHO_C" >&6
1872 if test -n "$ac_ct_CC"; then
1873 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1879 test -z "$as_dir" && as_dir=.
1880 for ac_exec_ext in '' $ac_executable_extensions; do
1881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1882 ac_cv_prog_ac_ct_CC="$ac_prog"
1883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1891 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1892 if test -n "$ac_ct_CC"; then
1893 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1894 echo "${ECHO_T}$ac_ct_CC" >&6
1896 echo "$as_me:$LINENO: result: no" >&5
1897 echo "${ECHO_T}no" >&6
1900 test -n "$ac_ct_CC" && break
1909 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1910 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1911 { { echo "$as_me:$LINENO: error
: no acceptable C compiler found
in \
$PATH
1912 See \
`config.log' for more details." >&5
1913 echo "$as_me: error: no acceptable C compiler found in \$PATH
1914 See \`config.log
' for more details." >&2;}
1915 { (exit 1); exit 1; }; }; }
1917 # Provide some information about the compiler.
1918 echo "$as_me:$LINENO:" \
1919 "checking for C compiler version" >&5
1920 ac_compiler=`set X $ac_compile; echo $2`
1921 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1922 (eval $ac_compiler --version </dev/null >&5) 2>&5
1924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1925 (exit $ac_status); }
1926 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1927 (eval $ac_compiler -v </dev/null >&5) 2>&5
1929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1930 (exit $ac_status); }
1931 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1932 (eval $ac_compiler -V </dev/null >&5) 2>&5
1934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1935 (exit $ac_status); }
1937 cat >conftest.$ac_ext <<_ACEOF
1940 cat confdefs.h >>conftest.$ac_ext
1941 cat >>conftest.$ac_ext <<_ACEOF
1942 /* end confdefs.h. */
1952 ac_clean_files_save=$ac_clean_files
1953 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1954 # Try to create an executable without -o first, disregard a.out.
1955 # It will help us diagnose broken compilers, and finding out an intuition
1957 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1958 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1959 ac_link_default=`echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
1960 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1961 (eval $ac_link_default) 2>&5
1963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1964 (exit $ac_status); }; then
1965 # Find the output, starting from the most likely. This scheme is
1966 # not robust to junk in `.', hence go to wildcards
(a.
*) only as a last
1969 # Be careful to initialize this variable, since it used to be cached.
1970 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1972 # b.out is created by i960 compilers.
1973 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
1975 test -f "$ac_file" ||
continue
1977 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
1980 # This is the source file.
1983 # We found the default executable, but exeext='' is most
1987 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1988 # FIXME: I believe we export ac_cv_exeext for Libtool,
1989 # but it would be cool to find out if it's true. Does anybody
1990 # maintain Libtool? --akim.
1998 echo "$as_me: failed program was:" >&5
1999 sed 's/^/| /' conftest.
$ac_ext >&5
2001 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2002 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2003 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2004 See \`config.log' for more details." >&5
2005 echo "$as_me: error: C compiler cannot create executables
2006 See \`config.log' for more details." >&2;}
2007 { (exit 77); exit 77; }; }; }
2010 ac_exeext
=$ac_cv_exeext
2011 echo "$as_me:$LINENO: result: $ac_file" >&5
2012 echo "${ECHO_T}$ac_file" >&6
2014 # Check the compiler produces executables we can run. If not, either
2015 # the compiler is broken, or we cross compile.
2016 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2017 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2018 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2019 # If not cross compiling, check that we can run a simple program.
2020 if test "$cross_compiling" != yes; then
2021 if { ac_try
='./$ac_file'
2022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2026 (exit $ac_status); }; }; then
2029 if test "$cross_compiling" = maybe
; then
2032 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2033 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2034 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2035 If you meant to cross compile, use \`--host'.
2036 See \`config.log' for more details." >&5
2037 echo "$as_me: error: cannot run C compiled programs.
2038 If you meant to cross compile, use \`--host'.
2039 See \`config.log' for more details." >&2;}
2040 { (exit 1); exit 1; }; }; }
2044 echo "$as_me:$LINENO: result: yes" >&5
2045 echo "${ECHO_T}yes" >&6
2047 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2048 ac_clean_files
=$ac_clean_files_save
2049 # Check the compiler produces executables we can run. If not, either
2050 # the compiler is broken, or we cross compile.
2051 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2052 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2053 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2054 echo "${ECHO_T}$cross_compiling" >&6
2056 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2057 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2059 (eval $ac_link) 2>&5
2061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062 (exit $ac_status); }; then
2063 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2064 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2065 # work properly (i.e., refer to `conftest.exe'), while it won't with
2067 for ac_file
in conftest.exe conftest conftest.
*; do
2068 test -f "$ac_file" ||
continue
2070 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2071 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2078 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2079 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2080 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2081 See \`config.log' for more details." >&5
2082 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2083 See \`config.log' for more details." >&2;}
2084 { (exit 1); exit 1; }; }; }
2087 rm -f conftest
$ac_cv_exeext
2088 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2089 echo "${ECHO_T}$ac_cv_exeext" >&6
2091 rm -f conftest.
$ac_ext
2092 EXEEXT
=$ac_cv_exeext
2094 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2095 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2096 if test "${ac_cv_objext+set}" = set; then
2097 echo $ECHO_N "(cached) $ECHO_C" >&6
2099 cat >conftest.
$ac_ext <<_ACEOF
2102 cat confdefs.h
>>conftest.
$ac_ext
2103 cat >>conftest.
$ac_ext <<_ACEOF
2104 /* end confdefs.h. */
2114 rm -f conftest.o conftest.obj
2115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2116 (eval $ac_compile) 2>&5
2118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2119 (exit $ac_status); }; then
2120 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2122 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2123 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2128 echo "$as_me: failed program was:" >&5
2129 sed 's/^/| /' conftest.
$ac_ext >&5
2131 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2132 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2133 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2134 See \`config.log' for more details." >&5
2135 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2136 See \`config.log' for more details." >&2;}
2137 { (exit 1); exit 1; }; }; }
2140 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2142 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2143 echo "${ECHO_T}$ac_cv_objext" >&6
2144 OBJEXT
=$ac_cv_objext
2146 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2147 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2148 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2149 echo $ECHO_N "(cached) $ECHO_C" >&6
2151 cat >conftest.
$ac_ext <<_ACEOF
2154 cat confdefs.h
>>conftest.
$ac_ext
2155 cat >>conftest.
$ac_ext <<_ACEOF
2156 /* end confdefs.h. */
2169 rm -f conftest.
$ac_objext
2170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171 (eval $ac_compile) 2>conftest.er1
2173 grep -v '^ *+' conftest.er1
>conftest.err
2175 cat conftest.err
>&5
2176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2177 (exit $ac_status); } &&
2178 { ac_try
='test -z "$ac_c_werror_flag"
2179 || test ! -s conftest.err'
2180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2184 (exit $ac_status); }; } &&
2185 { ac_try
='test -s conftest.$ac_objext'
2186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2190 (exit $ac_status); }; }; then
2193 echo "$as_me: failed program was:" >&5
2194 sed 's/^/| /' conftest.
$ac_ext >&5
2198 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2199 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2202 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2203 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2204 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2205 ac_test_CFLAGS
=${CFLAGS+set}
2206 ac_save_CFLAGS
=$CFLAGS
2208 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2209 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2210 if test "${ac_cv_prog_cc_g+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2213 cat >conftest.
$ac_ext <<_ACEOF
2216 cat confdefs.h
>>conftest.
$ac_ext
2217 cat >>conftest.
$ac_ext <<_ACEOF
2218 /* end confdefs.h. */
2228 rm -f conftest.
$ac_objext
2229 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2230 (eval $ac_compile) 2>conftest.er1
2232 grep -v '^ *+' conftest.er1
>conftest.err
2234 cat conftest.err
>&5
2235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2236 (exit $ac_status); } &&
2237 { ac_try
='test -z "$ac_c_werror_flag"
2238 || test ! -s conftest.err'
2239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2243 (exit $ac_status); }; } &&
2244 { ac_try
='test -s conftest.$ac_objext'
2245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2249 (exit $ac_status); }; }; then
2252 echo "$as_me: failed program was:" >&5
2253 sed 's/^/| /' conftest.
$ac_ext >&5
2257 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2259 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2260 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2261 if test "$ac_test_CFLAGS" = set; then
2262 CFLAGS
=$ac_save_CFLAGS
2263 elif test $ac_cv_prog_cc_g = yes; then
2264 if test "$GCC" = yes; then
2270 if test "$GCC" = yes; then
2276 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2277 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2278 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2279 echo $ECHO_N "(cached) $ECHO_C" >&6
2281 ac_cv_prog_cc_stdc
=no
2283 cat >conftest.
$ac_ext <<_ACEOF
2286 cat confdefs.h
>>conftest.
$ac_ext
2287 cat >>conftest.
$ac_ext <<_ACEOF
2288 /* end confdefs.h. */
2291 #include <sys/types.h>
2292 #include <sys/stat.h>
2293 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2294 struct buf { int x; };
2295 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2296 static char *e (p, i)
2302 static char *f (char * (*g) (char **, int), char **p, ...)
2307 s = g (p, va_arg (v,int));
2312 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2313 function prototypes and stuff, but not '\xHH' hex character constants.
2314 These don't provoke an error unfortunately, instead are silently treated
2315 as 'x'. The following induces an error, until -std1 is added to get
2316 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2317 array size at least. It's necessary to write '\x00'==0 to get something
2318 that's true only with -std1. */
2319 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2321 int test (int i, double x);
2322 struct s1 {int (*f) (int a);};
2323 struct s2 {int (*f) (double a);};
2324 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2330 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2335 # Don't try gcc -ansi; that turns off useful extensions and
2336 # breaks some systems' header files.
2337 # AIX -qlanglvl=ansi
2338 # Ultrix and OSF/1 -std1
2339 # HP-UX 10.20 and later -Ae
2340 # HP-UX older versions -Aa -D_HPUX_SOURCE
2341 # SVR4 -Xc -D__EXTENSIONS__
2342 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2344 CC
="$ac_save_CC $ac_arg"
2345 rm -f conftest.
$ac_objext
2346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2347 (eval $ac_compile) 2>conftest.er1
2349 grep -v '^ *+' conftest.er1
>conftest.err
2351 cat conftest.err
>&5
2352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2353 (exit $ac_status); } &&
2354 { ac_try
='test -z "$ac_c_werror_flag"
2355 || test ! -s conftest.err'
2356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2360 (exit $ac_status); }; } &&
2361 { ac_try
='test -s conftest.$ac_objext'
2362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2366 (exit $ac_status); }; }; then
2367 ac_cv_prog_cc_stdc
=$ac_arg
2370 echo "$as_me: failed program was:" >&5
2371 sed 's/^/| /' conftest.
$ac_ext >&5
2374 rm -f conftest.err conftest.
$ac_objext
2376 rm -f conftest.
$ac_ext conftest.
$ac_objext
2381 case "x$ac_cv_prog_cc_stdc" in
2383 echo "$as_me:$LINENO: result: none needed" >&5
2384 echo "${ECHO_T}none needed" >&6 ;;
2386 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2387 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2388 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2391 # Some people use a C++ compiler to compile C. Since we use `exit',
2392 # in C++ we need to declare it. In case someone uses the same compiler
2393 # for both compiling C and C++ we need to have the C++ compiler decide
2394 # the declaration of exit, since it's the most demanding environment.
2395 cat >conftest.
$ac_ext <<_ACEOF
2400 rm -f conftest.
$ac_objext
2401 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2402 (eval $ac_compile) 2>conftest.er1
2404 grep -v '^ *+' conftest.er1
>conftest.err
2406 cat conftest.err
>&5
2407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2408 (exit $ac_status); } &&
2409 { ac_try
='test -z "$ac_c_werror_flag"
2410 || test ! -s conftest.err'
2411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2415 (exit $ac_status); }; } &&
2416 { ac_try
='test -s conftest.$ac_objext'
2417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2421 (exit $ac_status); }; }; then
2422 for ac_declaration
in \
2424 'extern "C" void std::exit (int) throw (); using std::exit;' \
2425 'extern "C" void std::exit (int); using std::exit;' \
2426 'extern "C" void exit (int) throw ();' \
2427 'extern "C" void exit (int);' \
2430 cat >conftest.
$ac_ext <<_ACEOF
2433 cat confdefs.h
>>conftest.
$ac_ext
2434 cat >>conftest.
$ac_ext <<_ACEOF
2435 /* end confdefs.h. */
2446 rm -f conftest.
$ac_objext
2447 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2448 (eval $ac_compile) 2>conftest.er1
2450 grep -v '^ *+' conftest.er1
>conftest.err
2452 cat conftest.err
>&5
2453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2454 (exit $ac_status); } &&
2455 { ac_try
='test -z "$ac_c_werror_flag"
2456 || test ! -s conftest.err'
2457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2461 (exit $ac_status); }; } &&
2462 { ac_try
='test -s conftest.$ac_objext'
2463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2467 (exit $ac_status); }; }; then
2470 echo "$as_me: failed program was:" >&5
2471 sed 's/^/| /' conftest.
$ac_ext >&5
2475 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2476 cat >conftest.
$ac_ext <<_ACEOF
2479 cat confdefs.h
>>conftest.
$ac_ext
2480 cat >>conftest.
$ac_ext <<_ACEOF
2481 /* end confdefs.h. */
2491 rm -f conftest.
$ac_objext
2492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2493 (eval $ac_compile) 2>conftest.er1
2495 grep -v '^ *+' conftest.er1
>conftest.err
2497 cat conftest.err
>&5
2498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499 (exit $ac_status); } &&
2500 { ac_try
='test -z "$ac_c_werror_flag"
2501 || test ! -s conftest.err'
2502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2506 (exit $ac_status); }; } &&
2507 { ac_try
='test -s conftest.$ac_objext'
2508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2512 (exit $ac_status); }; }; then
2515 echo "$as_me: failed program was:" >&5
2516 sed 's/^/| /' conftest.
$ac_ext >&5
2519 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2522 if test -n "$ac_declaration"; then
2523 echo '#ifdef __cplusplus' >>confdefs.h
2524 echo $ac_declaration >>confdefs.h
2525 echo '#endif' >>confdefs.h
2529 echo "$as_me: failed program was:" >&5
2530 sed 's/^/| /' conftest.
$ac_ext >&5
2533 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2535 ac_cpp
='$CPP $CPPFLAGS'
2536 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2537 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2538 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2541 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2542 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2543 if test "${ac_cv_search_strerror+set}" = set; then
2544 echo $ECHO_N "(cached) $ECHO_C" >&6
2546 ac_func_search_save_LIBS
=$LIBS
2547 ac_cv_search_strerror
=no
2548 cat >conftest.
$ac_ext <<_ACEOF
2551 cat confdefs.h
>>conftest.
$ac_ext
2552 cat >>conftest.
$ac_ext <<_ACEOF
2553 /* end confdefs.h. */
2555 /* Override any gcc2 internal prototype to avoid an error. */
2559 /* We use char because int might match the return type of a gcc2
2560 builtin and then its argument prototype would still apply. */
2570 rm -f conftest.
$ac_objext conftest
$ac_exeext
2571 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2572 (eval $ac_link) 2>conftest.er1
2574 grep -v '^ *+' conftest.er1
>conftest.err
2576 cat conftest.err
>&5
2577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2578 (exit $ac_status); } &&
2579 { ac_try
='test -z "$ac_c_werror_flag"
2580 || test ! -s conftest.err'
2581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585 (exit $ac_status); }; } &&
2586 { ac_try
='test -s conftest$ac_exeext'
2587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2591 (exit $ac_status); }; }; then
2592 ac_cv_search_strerror
="none required"
2594 echo "$as_me: failed program was:" >&5
2595 sed 's/^/| /' conftest.
$ac_ext >&5
2598 rm -f conftest.err conftest.
$ac_objext \
2599 conftest
$ac_exeext conftest.
$ac_ext
2600 if test "$ac_cv_search_strerror" = no
; then
2601 for ac_lib
in cposix
; do
2602 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2603 cat >conftest.
$ac_ext <<_ACEOF
2606 cat confdefs.h
>>conftest.
$ac_ext
2607 cat >>conftest.
$ac_ext <<_ACEOF
2608 /* end confdefs.h. */
2610 /* Override any gcc2 internal prototype to avoid an error. */
2614 /* We use char because int might match the return type of a gcc2
2615 builtin and then its argument prototype would still apply. */
2625 rm -f conftest.
$ac_objext conftest
$ac_exeext
2626 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2627 (eval $ac_link) 2>conftest.er1
2629 grep -v '^ *+' conftest.er1
>conftest.err
2631 cat conftest.err
>&5
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); } &&
2634 { ac_try
='test -z "$ac_c_werror_flag"
2635 || test ! -s conftest.err'
2636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640 (exit $ac_status); }; } &&
2641 { ac_try
='test -s conftest$ac_exeext'
2642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }; }; then
2647 ac_cv_search_strerror
="-l$ac_lib"
2650 echo "$as_me: failed program was:" >&5
2651 sed 's/^/| /' conftest.
$ac_ext >&5
2654 rm -f conftest.err conftest.
$ac_objext \
2655 conftest
$ac_exeext conftest.
$ac_ext
2658 LIBS
=$ac_func_search_save_LIBS
2660 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2661 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2662 if test "$ac_cv_search_strerror" != no
; then
2663 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2668 BFD_VERSION
=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2669 am__api_version
="1.9"
2670 # Find a good install program. We prefer a C program (faster),
2671 # so one script is as good as another. But avoid the broken or
2672 # incompatible versions:
2673 # SysV /etc/install, /usr/sbin/install
2674 # SunOS /usr/etc/install
2675 # IRIX /sbin/install
2677 # AmigaOS /C/install, which installs bootblocks on floppy discs
2678 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2679 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2680 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2681 # OS/2's system install, which has a completely different semantic
2682 # ./install, which can be erroneously created by make from ./install.sh.
2683 # Reject install programs that cannot install multiple files.
2684 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2685 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2686 if test -z "$INSTALL"; then
2687 if test "${ac_cv_path_install+set}" = set; then
2688 echo $ECHO_N "(cached) $ECHO_C" >&6
2690 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2694 test -z "$as_dir" && as_dir
=.
2695 # Account for people who put trailing slashes in PATH elements.
2697 .
/ | .
// |
/cC
/* | \
2698 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2699 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2702 # OSF1 and SCO ODT 3.0 have their own names for install.
2703 # Don't use installbsd from OSF since it installs stuff as root
2705 for ac_prog
in ginstall scoinst
install; do
2706 for ac_exec_ext
in '' $ac_executable_extensions; do
2707 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2708 if test $ac_prog = install &&
2709 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2710 # AIX install. It has an incompatible calling convention.
2712 elif test $ac_prog = install &&
2713 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2714 # program-specific install script used by HP pwplus--don't use.
2717 rm -rf conftest.one conftest.two conftest.dir
2718 echo one
> conftest.one
2719 echo two
> conftest.two
2721 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2722 test -s conftest.one
&& test -s conftest.two
&&
2723 test -s conftest.dir
/conftest.one
&&
2724 test -s conftest.dir
/conftest.two
2726 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2737 rm -rf conftest.one conftest.two conftest.dir
2740 if test "${ac_cv_path_install+set}" = set; then
2741 INSTALL
=$ac_cv_path_install
2743 # As a last resort, use the slow shell script. Don't cache a
2744 # value for INSTALL within a source directory, because that will
2745 # break other packages using the cache if that directory is
2746 # removed, or if the value is a relative name.
2747 INSTALL
=$ac_install_sh
2750 echo "$as_me:$LINENO: result: $INSTALL" >&5
2751 echo "${ECHO_T}$INSTALL" >&6
2753 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2754 # It thinks the first close brace ends the variable substitution.
2755 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2757 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2759 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2761 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2762 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2765 echo timestamp
> conftest.
file
2766 # Do `set' in a subshell so we don't clobber the current shell's
2767 # arguments. Must try -L first in case configure is actually a
2768 # symlink; some systems play weird games with the mod time of symlinks
2769 # (eg FreeBSD returns the mod time of the symlink's containing
2772 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2773 if test "$*" = "X"; then
2775 set X
`ls -t $srcdir/configure conftest.file`
2778 if test "$*" != "X $srcdir/configure conftest.file" \
2779 && test "$*" != "X conftest.file $srcdir/configure"; then
2781 # If neither matched, then we have a broken ls. This can happen
2782 # if, for instance, CONFIG_SHELL is bash and it inherits a
2783 # broken ls alias from the environment. This has actually
2784 # happened. Such a system could not be considered "sane".
2785 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2786 alias in your environment" >&5
2787 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2788 alias in your environment" >&2;}
2789 { (exit 1); exit 1; }; }
2792 test "$2" = conftest.
file
2798 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2799 Check your system clock" >&5
2800 echo "$as_me: error: newly created file is older than distributed files!
2801 Check your system clock" >&2;}
2802 { (exit 1); exit 1; }; }
2804 echo "$as_me:$LINENO: result: yes" >&5
2805 echo "${ECHO_T}yes" >&6
2806 test "$program_prefix" != NONE
&&
2807 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2808 # Use a double $ so make ignores it.
2809 test "$program_suffix" != NONE
&&
2810 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2811 # Double any \ or $. echo might interpret backslashes.
2812 # By default was `s,x,x', remove it if useless.
2813 cat <<\_ACEOF
>conftest.
sed
2814 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2816 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2819 # expand $ac_aux_dir to an absolute path
2820 am_aux_dir
=`cd $ac_aux_dir && pwd`
2822 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2823 # Use eval to expand $SHELL
2824 if eval "$MISSING --run true"; then
2825 am_missing_run
="$MISSING --run "
2828 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2829 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2832 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2833 # We used to keeping the `.' as first argument, in order to
2834 # allow $(mkdir_p) to be used without argument. As in
2835 # $(mkdir_p) $(somedir)
2836 # where $(somedir) is conditionally defined. However this is wrong
2838 # 1. if the package is installed by a user who cannot write `.'
2839 # make install will fail,
2840 # 2. the above comment should most certainly read
2841 # $(mkdir_p) $(DESTDIR)$(somedir)
2842 # so it does not work when $(somedir) is undefined and
2843 # $(DESTDIR) is not.
2844 # To support the latter case, we have to write
2845 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2846 # so the `.' trick is pointless.
2847 mkdir_p
='mkdir -p --'
2849 # On NextStep and OpenStep, the `mkdir' command does not
2850 # recognize any option. It will interpret all options as
2851 # directories to create, and then abort because `.' already
2853 for d
in .
/-p .
/--version;
2855 test -d $d && rmdir $d
2857 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2858 if test -f "$ac_aux_dir/mkinstalldirs"; then
2859 mkdir_p
='$(mkinstalldirs)'
2861 mkdir_p
='$(install_sh) -d'
2865 for ac_prog
in gawk mawk nawk
awk
2867 # Extract the first word of "$ac_prog", so it can be a program name with args.
2868 set dummy
$ac_prog; ac_word
=$2
2869 echo "$as_me:$LINENO: checking for $ac_word" >&5
2870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2871 if test "${ac_cv_prog_AWK+set}" = set; then
2872 echo $ECHO_N "(cached) $ECHO_C" >&6
2874 if test -n "$AWK"; then
2875 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2877 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2881 test -z "$as_dir" && as_dir
=.
2882 for ac_exec_ext
in '' $ac_executable_extensions; do
2883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2884 ac_cv_prog_AWK
="$ac_prog"
2885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2894 if test -n "$AWK"; then
2895 echo "$as_me:$LINENO: result: $AWK" >&5
2896 echo "${ECHO_T}$AWK" >&6
2898 echo "$as_me:$LINENO: result: no" >&5
2899 echo "${ECHO_T}no" >&6
2902 test -n "$AWK" && break
2905 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2906 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2907 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2908 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2909 echo $ECHO_N "(cached) $ECHO_C" >&6
2911 cat >conftest.
make <<\_ACEOF
2913 @
echo 'ac_maketemp="$(MAKE)"'
2915 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2916 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2917 if test -n "$ac_maketemp"; then
2918 eval ac_cv_prog_make_
${ac_make}_set
=yes
2920 eval ac_cv_prog_make_
${ac_make}_set
=no
2924 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2925 echo "$as_me:$LINENO: result: yes" >&5
2926 echo "${ECHO_T}yes" >&6
2929 echo "$as_me:$LINENO: result: no" >&5
2930 echo "${ECHO_T}no" >&6
2931 SET_MAKE
="MAKE=${MAKE-make}"
2934 rm -rf .tst
2>/dev
/null
2935 mkdir .tst
2>/dev
/null
2936 if test -d .tst
; then
2941 rmdir .tst
2>/dev
/null
2943 DEPDIR
="${am__leading_dot}deps"
2945 ac_config_commands
="$ac_config_commands depfiles"
2948 am_make
=${MAKE-make}
2949 cat > confinc
<< 'END'
2954 # If we don't find an include directive, just comment out the code.
2955 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2956 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2960 # First try GNU make style include.
2961 echo "include confinc" > confmf
2962 # We grep out `Entering directory' and `Leaving directory'
2963 # messages which can occur if `w' ends up in MAKEFLAGS.
2964 # In particular we don't look at `^make:' because GNU make might
2965 # be invoked under some other name (usually "gmake"), in which
2966 # case it prints its new name instead of `make'.
2967 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2972 # Now try BSD make style include.
2973 if test "$am__include" = "#"; then
2974 echo '.include "confinc"' > confmf
2975 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2976 am__include
=.include
2983 echo "$as_me:$LINENO: result: $_am_result" >&5
2984 echo "${ECHO_T}$_am_result" >&6
2985 rm -f confinc confmf
2987 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2988 if test "${enable_dependency_tracking+set}" = set; then
2989 enableval
="$enable_dependency_tracking"
2992 if test "x$enable_dependency_tracking" != xno
; then
2993 am_depcomp
="$ac_aux_dir/depcomp"
2998 if test "x$enable_dependency_tracking" != xno; then
3008 # test to see if srcdir already configured
3009 if test "`cd $srcdir && pwd`" != "`pwd`" &&
3010 test -f $srcdir/config.status
; then
3011 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3012 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3013 { (exit 1); exit 1; }; }
3016 # test whether we have cygpath
3017 if test -z "$CYGPATH_W"; then
3018 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3019 CYGPATH_W
='cygpath -w'
3026 # Define the identity of the package.
3028 VERSION
=${BFD_VERSION}
3031 cat >>confdefs.h
<<_ACEOF
3032 #define PACKAGE "$PACKAGE"
3036 cat >>confdefs.h
<<_ACEOF
3037 #define VERSION "$VERSION"
3040 # Some tools Automake needs.
3042 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3045 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3048 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3051 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3054 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3056 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3058 # Installed binaries are usually stripped using `strip' when the user
3059 # run `make install-strip'. However `strip' might not be the right
3060 # tool to use in cross-compilation environments, therefore Automake
3061 # will honor the `STRIP' environment variable to overrule this program.
3062 if test "$cross_compiling" != no
; then
3063 if test -n "$ac_tool_prefix"; then
3064 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3065 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3066 echo "$as_me:$LINENO: checking for $ac_word" >&5
3067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3068 if test "${ac_cv_prog_STRIP+set}" = set; then
3069 echo $ECHO_N "(cached) $ECHO_C" >&6
3071 if test -n "$STRIP"; then
3072 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3074 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3078 test -z "$as_dir" && as_dir
=.
3079 for ac_exec_ext
in '' $ac_executable_extensions; do
3080 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3081 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3090 STRIP
=$ac_cv_prog_STRIP
3091 if test -n "$STRIP"; then
3092 echo "$as_me:$LINENO: result: $STRIP" >&5
3093 echo "${ECHO_T}$STRIP" >&6
3095 echo "$as_me:$LINENO: result: no" >&5
3096 echo "${ECHO_T}no" >&6
3100 if test -z "$ac_cv_prog_STRIP"; then
3102 # Extract the first word of "strip", so it can be a program name with args.
3103 set dummy strip
; ac_word
=$2
3104 echo "$as_me:$LINENO: checking for $ac_word" >&5
3105 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3106 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3107 echo $ECHO_N "(cached) $ECHO_C" >&6
3109 if test -n "$ac_ct_STRIP"; then
3110 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3112 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3116 test -z "$as_dir" && as_dir
=.
3117 for ac_exec_ext
in '' $ac_executable_extensions; do
3118 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3119 ac_cv_prog_ac_ct_STRIP
="strip"
3120 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3126 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3129 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3130 if test -n "$ac_ct_STRIP"; then
3131 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3132 echo "${ECHO_T}$ac_ct_STRIP" >&6
3134 echo "$as_me:$LINENO: result: no" >&5
3135 echo "${ECHO_T}no" >&6
3140 STRIP
="$ac_cv_prog_STRIP"
3144 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3146 # We need awk for the "check" target. The system "awk" is bad on
3148 # Always define AMTAR for backward compatibility.
3150 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3152 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3157 depcc
="$CC" am_compiler_list
=
3159 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3160 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3161 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3162 echo $ECHO_N "(cached) $ECHO_C" >&6
3164 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3165 # We make a subdir and do the tests there. Otherwise we can end up
3166 # making bogus files that we don't know about and never remove. For
3167 # instance it was reported that on HP-UX the gcc test will end up
3168 # making a dummy file named `D' -- because `-MD' means `put the output
3171 # Copy depcomp to subdir because otherwise we won't find it if we're
3172 # using a relative directory.
3173 cp "$am_depcomp" conftest.dir
3175 # We will build objects and dependencies in a subdirectory because
3176 # it helps to detect inapplicable dependency modes. For instance
3177 # both Tru64's cc and ICC support -MD to output dependencies as a
3178 # side effect of compilation, but ICC will put the dependencies in
3179 # the current directory while Tru64 will put them in the object
3183 am_cv_CC_dependencies_compiler_type
=none
3184 if test "$am_compiler_list" = ""; then
3185 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3187 for depmode
in $am_compiler_list; do
3188 # Setup a source with many dependencies, because some compilers
3189 # like to wrap large dependency lists on column 80 (with \), and
3190 # we should not choose a depcomp mode which is confused by this.
3192 # We need to recreate these files for each test, as the compiler may
3193 # overwrite some of them when testing with obscure command lines.
3194 # This happens at least with the AIX C compiler.
3196 for i
in 1 2 3 4 5 6; do
3197 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3198 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3199 # Solaris 8's {/usr,}/bin/sh.
3200 touch sub
/conftst
$i.h
3202 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3206 # after this tag, mechanisms are not by side-effect, so they'll
3207 # only be used when explicitly requested
3208 if test "x$enable_dependency_tracking" = xyes
; then
3216 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3217 # mode. It turns out that the SunPro C++ compiler does not properly
3218 # handle `-M -o', and we need to detect this.
3219 if depmode
=$depmode \
3220 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3221 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3222 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3223 >/dev
/null
2>conftest.err
&&
3224 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3225 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3226 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3227 # icc doesn't choke on unknown options, it will just issue warnings
3228 # or remarks (even with -Werror). So we grep stderr for any message
3229 # that says an option was ignored or not supported.
3230 # When given -MP, icc 7.0 and 7.1 complain thusly:
3231 # icc: Command line warning: ignoring option '-M'; no argument required
3232 # The diagnosis changed in icc 8.0:
3233 # icc: Command line remark: option '-MP' not supported
3234 if (grep 'ignoring option' conftest.err ||
3235 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3236 am_cv_CC_dependencies_compiler_type
=$depmode
3245 am_cv_CC_dependencies_compiler_type
=none
3249 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3250 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3251 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3256 test "x$enable_dependency_tracking" != xno \
3257 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3259 am__fastdepCC_FALSE
='#'
3261 am__fastdepCC_TRUE
='#'
3262 am__fastdepCC_FALSE
=
3269 # Check whether --with-lib-path or --without-lib-path was given.
3270 if test "${with_lib_path+set}" = set; then
3271 withval
="$with_lib_path"
3274 # Check whether --enable-targets or --disable-targets was given.
3275 if test "${enable_targets+set}" = set; then
3276 enableval
="$enable_targets"
3277 case "${enableval}" in
3278 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
3279 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
3280 { (exit 1); exit 1; }; }
3282 no
) enable_targets
= ;;
3283 *) enable_targets
=$enableval ;;
3285 fi; # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
3286 if test "${enable_64_bit_bfd+set}" = set; then
3287 enableval
="$enable_64_bit_bfd"
3288 case "${enableval}" in
3291 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
3292 echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
3293 { (exit 1); exit 1; }; } ;;
3299 # Check whether --with-sysroot or --without-sysroot was given.
3300 if test "${with_sysroot+set}" = set; then
3301 withval
="$with_sysroot"
3303 case ${with_sysroot} in
3304 yes) TARGET_SYSTEM_ROOT
='${exec_prefix}/${target_alias}/sys-root' ;;
3305 *) TARGET_SYSTEM_ROOT
=$with_sysroot ;;
3308 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
3311 if test "x$prefix" = xNONE
; then
3312 test_prefix
=/usr
/local
3316 if test "x$exec_prefix" = xNONE
; then
3317 test_exec_prefix
=$test_prefix
3319 test_exec_prefix
=$exec_prefix
3321 case ${TARGET_SYSTEM_ROOT} in
3322 "${test_prefix}"|
"${test_prefix}/"*|\
3323 "${test_exec_prefix}"|
"${test_exec_prefix}/"*|\
3324 '${prefix}'|
'${prefix}/'*|\
3325 '${exec_prefix}'|
'${exec_prefix}/'*)
3326 t
="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
3327 TARGET_SYSTEM_ROOT_DEFINE
="$t"
3335 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"\"'
3342 # Check whether --enable-got or --disable-got was given.
3343 if test "${enable_got+set}" = set; then
3344 enableval
="$enable_got"
3345 case "${enableval}" in
3346 target | single | negative | multigot
) got_handling
=$enableval ;;
3347 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-got option" >&5
3348 echo "$as_me: error: bad value ${enableval} for --enable-got option" >&2;}
3349 { (exit 1); exit 1; }; } ;;
3355 case "${got_handling}" in
3358 cat >>confdefs.h
<<\_ACEOF
3359 #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
3364 cat >>confdefs.h
<<\_ACEOF
3365 #define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE
3370 cat >>confdefs.h
<<\_ACEOF
3371 #define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE
3376 cat >>confdefs.h
<<\_ACEOF
3377 #define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT
3380 *) { { echo "$as_me:$LINENO: error: bad value ${got_handling} for --enable-got option" >&5
3381 echo "$as_me: error: bad value ${got_handling} for --enable-got option" >&2;}
3382 { (exit 1); exit 1; }; } ;;
3386 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
3388 # Check whether --enable-werror or --disable-werror was given.
3389 if test "${enable_werror+set}" = set; then
3390 enableval
="$enable_werror"
3391 case "${enableval}" in
3392 yes | y
) ERROR_ON_WARNING
="yes" ;;
3393 no | n
) ERROR_ON_WARNING
="no" ;;
3394 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
3395 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
3396 { (exit 1); exit 1; }; } ;;
3400 # Enable -Wno-format by default when using gcc on mingw
3403 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
3404 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
3410 # Enable -Werror by default when using gcc
3411 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
3412 ERROR_ON_WARNING
=yes
3416 if test "${ERROR_ON_WARNING}" = yes ; then
3417 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
3418 NO_WERROR
="-Wno-error"
3421 if test "${GCC}" = yes ; then
3422 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
3425 # Check whether --enable-build-warnings or --disable-build-warnings was given.
3426 if test "${enable_build_warnings+set}" = set; then
3427 enableval
="$enable_build_warnings"
3428 case "${enableval}" in
3429 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
3430 no
) if test "${GCC}" = yes ; then
3433 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
3434 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
3435 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
3436 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
3437 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
3441 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
3442 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
3449 ac_config_headers
="$ac_config_headers config.h:config.in"
3452 if test -z "$target" ; then
3453 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
3454 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
3455 { (exit 1); exit 1; }; }
3457 if test -z "$host" ; then
3458 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
3459 echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
3460 { (exit 1); exit 1; }; }
3463 # host-specific stuff:
3466 ac_cpp
='$CPP $CPPFLAGS'
3467 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3468 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3469 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3470 if test -n "$ac_tool_prefix"; then
3471 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3472 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3473 echo "$as_me:$LINENO: checking for $ac_word" >&5
3474 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3475 if test "${ac_cv_prog_CC+set}" = set; then
3476 echo $ECHO_N "(cached) $ECHO_C" >&6
3478 if test -n "$CC"; then
3479 ac_cv_prog_CC
="$CC" # Let the user override the test.
3481 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3485 test -z "$as_dir" && as_dir
=.
3486 for ac_exec_ext
in '' $ac_executable_extensions; do
3487 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3488 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3498 if test -n "$CC"; then
3499 echo "$as_me:$LINENO: result: $CC" >&5
3500 echo "${ECHO_T}$CC" >&6
3502 echo "$as_me:$LINENO: result: no" >&5
3503 echo "${ECHO_T}no" >&6
3507 if test -z "$ac_cv_prog_CC"; then
3509 # Extract the first word of "gcc", so it can be a program name with args.
3510 set dummy gcc
; ac_word
=$2
3511 echo "$as_me:$LINENO: checking for $ac_word" >&5
3512 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3513 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3514 echo $ECHO_N "(cached) $ECHO_C" >&6
3516 if test -n "$ac_ct_CC"; then
3517 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3519 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3523 test -z "$as_dir" && as_dir
=.
3524 for ac_exec_ext
in '' $ac_executable_extensions; do
3525 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3526 ac_cv_prog_ac_ct_CC
="gcc"
3527 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3535 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3536 if test -n "$ac_ct_CC"; then
3537 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3538 echo "${ECHO_T}$ac_ct_CC" >&6
3540 echo "$as_me:$LINENO: result: no" >&5
3541 echo "${ECHO_T}no" >&6
3549 if test -z "$CC"; then
3550 if test -n "$ac_tool_prefix"; then
3551 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3552 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3553 echo "$as_me:$LINENO: checking for $ac_word" >&5
3554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3555 if test "${ac_cv_prog_CC+set}" = set; then
3556 echo $ECHO_N "(cached) $ECHO_C" >&6
3558 if test -n "$CC"; then
3559 ac_cv_prog_CC
="$CC" # Let the user override the test.
3561 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3565 test -z "$as_dir" && as_dir
=.
3566 for ac_exec_ext
in '' $ac_executable_extensions; do
3567 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3568 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3578 if test -n "$CC"; then
3579 echo "$as_me:$LINENO: result: $CC" >&5
3580 echo "${ECHO_T}$CC" >&6
3582 echo "$as_me:$LINENO: result: no" >&5
3583 echo "${ECHO_T}no" >&6
3587 if test -z "$ac_cv_prog_CC"; then
3589 # Extract the first word of "cc", so it can be a program name with args.
3590 set dummy cc
; ac_word
=$2
3591 echo "$as_me:$LINENO: checking for $ac_word" >&5
3592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3593 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3594 echo $ECHO_N "(cached) $ECHO_C" >&6
3596 if test -n "$ac_ct_CC"; then
3597 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3599 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3603 test -z "$as_dir" && as_dir
=.
3604 for ac_exec_ext
in '' $ac_executable_extensions; do
3605 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3606 ac_cv_prog_ac_ct_CC
="cc"
3607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3615 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3616 if test -n "$ac_ct_CC"; then
3617 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3618 echo "${ECHO_T}$ac_ct_CC" >&6
3620 echo "$as_me:$LINENO: result: no" >&5
3621 echo "${ECHO_T}no" >&6
3630 if test -z "$CC"; then
3631 # Extract the first word of "cc", so it can be a program name with args.
3632 set dummy cc
; ac_word
=$2
3633 echo "$as_me:$LINENO: checking for $ac_word" >&5
3634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3635 if test "${ac_cv_prog_CC+set}" = set; then
3636 echo $ECHO_N "(cached) $ECHO_C" >&6
3638 if test -n "$CC"; then
3639 ac_cv_prog_CC
="$CC" # Let the user override the test.
3642 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3646 test -z "$as_dir" && as_dir
=.
3647 for ac_exec_ext
in '' $ac_executable_extensions; do
3648 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3649 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3650 ac_prog_rejected
=yes
3654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3660 if test $ac_prog_rejected = yes; then
3661 # We found a bogon in the path, so make sure we never use it.
3662 set dummy
$ac_cv_prog_CC
3664 if test $# != 0; then
3665 # We chose a different compiler from the bogus one.
3666 # However, it has the same basename, so the bogon will be chosen
3667 # first if we set CC to just the basename; use the full file name.
3669 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3675 if test -n "$CC"; then
3676 echo "$as_me:$LINENO: result: $CC" >&5
3677 echo "${ECHO_T}$CC" >&6
3679 echo "$as_me:$LINENO: result: no" >&5
3680 echo "${ECHO_T}no" >&6
3684 if test -z "$CC"; then
3685 if test -n "$ac_tool_prefix"; then
3688 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3689 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3690 echo "$as_me:$LINENO: checking for $ac_word" >&5
3691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3692 if test "${ac_cv_prog_CC+set}" = set; then
3693 echo $ECHO_N "(cached) $ECHO_C" >&6
3695 if test -n "$CC"; then
3696 ac_cv_prog_CC
="$CC" # Let the user override the test.
3698 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3702 test -z "$as_dir" && as_dir
=.
3703 for ac_exec_ext
in '' $ac_executable_extensions; do
3704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3705 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3715 if test -n "$CC"; then
3716 echo "$as_me:$LINENO: result: $CC" >&5
3717 echo "${ECHO_T}$CC" >&6
3719 echo "$as_me:$LINENO: result: no" >&5
3720 echo "${ECHO_T}no" >&6
3723 test -n "$CC" && break
3726 if test -z "$CC"; then
3730 # Extract the first word of "$ac_prog", so it can be a program name with args.
3731 set dummy
$ac_prog; ac_word
=$2
3732 echo "$as_me:$LINENO: checking for $ac_word" >&5
3733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3734 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3735 echo $ECHO_N "(cached) $ECHO_C" >&6
3737 if test -n "$ac_ct_CC"; then
3738 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3744 test -z "$as_dir" && as_dir
=.
3745 for ac_exec_ext
in '' $ac_executable_extensions; do
3746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3747 ac_cv_prog_ac_ct_CC
="$ac_prog"
3748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3756 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3757 if test -n "$ac_ct_CC"; then
3758 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3759 echo "${ECHO_T}$ac_ct_CC" >&6
3761 echo "$as_me:$LINENO: result: no" >&5
3762 echo "${ECHO_T}no" >&6
3765 test -n "$ac_ct_CC" && break
3774 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3775 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3776 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3777 See \`config.log' for more details." >&5
3778 echo "$as_me: error: no acceptable C compiler found in \$PATH
3779 See \`config.log' for more details." >&2;}
3780 { (exit 1); exit 1; }; }; }
3782 # Provide some information about the compiler.
3783 echo "$as_me:$LINENO:" \
3784 "checking for C compiler version" >&5
3785 ac_compiler
=`set X $ac_compile; echo $2`
3786 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3787 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790 (exit $ac_status); }
3791 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3792 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3795 (exit $ac_status); }
3796 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3797 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3800 (exit $ac_status); }
3802 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3803 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3804 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3805 echo $ECHO_N "(cached) $ECHO_C" >&6
3807 cat >conftest.
$ac_ext <<_ACEOF
3810 cat confdefs.h
>>conftest.
$ac_ext
3811 cat >>conftest.
$ac_ext <<_ACEOF
3812 /* end confdefs.h. */
3825 rm -f conftest.
$ac_objext
3826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3827 (eval $ac_compile) 2>conftest.er1
3829 grep -v '^ *+' conftest.er1
>conftest.err
3831 cat conftest.err
>&5
3832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3833 (exit $ac_status); } &&
3834 { ac_try
='test -z "$ac_c_werror_flag"
3835 || test ! -s conftest.err'
3836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3840 (exit $ac_status); }; } &&
3841 { ac_try
='test -s conftest.$ac_objext'
3842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3846 (exit $ac_status); }; }; then
3849 echo "$as_me: failed program was:" >&5
3850 sed 's/^/| /' conftest.
$ac_ext >&5
3854 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3855 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3858 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3859 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3860 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3861 ac_test_CFLAGS
=${CFLAGS+set}
3862 ac_save_CFLAGS
=$CFLAGS
3864 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3865 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3866 if test "${ac_cv_prog_cc_g+set}" = set; then
3867 echo $ECHO_N "(cached) $ECHO_C" >&6
3869 cat >conftest.
$ac_ext <<_ACEOF
3872 cat confdefs.h
>>conftest.
$ac_ext
3873 cat >>conftest.
$ac_ext <<_ACEOF
3874 /* end confdefs.h. */
3884 rm -f conftest.
$ac_objext
3885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3886 (eval $ac_compile) 2>conftest.er1
3888 grep -v '^ *+' conftest.er1
>conftest.err
3890 cat conftest.err
>&5
3891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3892 (exit $ac_status); } &&
3893 { ac_try
='test -z "$ac_c_werror_flag"
3894 || test ! -s conftest.err'
3895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3899 (exit $ac_status); }; } &&
3900 { ac_try
='test -s conftest.$ac_objext'
3901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3905 (exit $ac_status); }; }; then
3908 echo "$as_me: failed program was:" >&5
3909 sed 's/^/| /' conftest.
$ac_ext >&5
3913 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3915 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3916 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3917 if test "$ac_test_CFLAGS" = set; then
3918 CFLAGS
=$ac_save_CFLAGS
3919 elif test $ac_cv_prog_cc_g = yes; then
3920 if test "$GCC" = yes; then
3926 if test "$GCC" = yes; then
3932 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3933 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3934 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3935 echo $ECHO_N "(cached) $ECHO_C" >&6
3937 ac_cv_prog_cc_stdc
=no
3939 cat >conftest.
$ac_ext <<_ACEOF
3942 cat confdefs.h
>>conftest.
$ac_ext
3943 cat >>conftest.
$ac_ext <<_ACEOF
3944 /* end confdefs.h. */
3947 #include <sys/types.h>
3948 #include <sys/stat.h>
3949 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3950 struct buf { int x; };
3951 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3952 static char *e (p, i)
3958 static char *f (char * (*g) (char **, int), char **p, ...)
3963 s = g (p, va_arg (v,int));
3968 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3969 function prototypes and stuff, but not '\xHH' hex character constants.
3970 These don't provoke an error unfortunately, instead are silently treated
3971 as 'x'. The following induces an error, until -std1 is added to get
3972 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3973 array size at least. It's necessary to write '\x00'==0 to get something
3974 that's true only with -std1. */
3975 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3977 int test (int i, double x);
3978 struct s1 {int (*f) (int a);};
3979 struct s2 {int (*f) (double a);};
3980 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3986 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3991 # Don't try gcc -ansi; that turns off useful extensions and
3992 # breaks some systems' header files.
3993 # AIX -qlanglvl=ansi
3994 # Ultrix and OSF/1 -std1
3995 # HP-UX 10.20 and later -Ae
3996 # HP-UX older versions -Aa -D_HPUX_SOURCE
3997 # SVR4 -Xc -D__EXTENSIONS__
3998 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4000 CC
="$ac_save_CC $ac_arg"
4001 rm -f conftest.
$ac_objext
4002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4003 (eval $ac_compile) 2>conftest.er1
4005 grep -v '^ *+' conftest.er1
>conftest.err
4007 cat conftest.err
>&5
4008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4009 (exit $ac_status); } &&
4010 { ac_try
='test -z "$ac_c_werror_flag"
4011 || test ! -s conftest.err'
4012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4016 (exit $ac_status); }; } &&
4017 { ac_try
='test -s conftest.$ac_objext'
4018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4022 (exit $ac_status); }; }; then
4023 ac_cv_prog_cc_stdc
=$ac_arg
4026 echo "$as_me: failed program was:" >&5
4027 sed 's/^/| /' conftest.
$ac_ext >&5
4030 rm -f conftest.err conftest.
$ac_objext
4032 rm -f conftest.
$ac_ext conftest.
$ac_objext
4037 case "x$ac_cv_prog_cc_stdc" in
4039 echo "$as_me:$LINENO: result: none needed" >&5
4040 echo "${ECHO_T}none needed" >&6 ;;
4042 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4043 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4044 CC
="$CC $ac_cv_prog_cc_stdc" ;;
4047 # Some people use a C++ compiler to compile C. Since we use `exit',
4048 # in C++ we need to declare it. In case someone uses the same compiler
4049 # for both compiling C and C++ we need to have the C++ compiler decide
4050 # the declaration of exit, since it's the most demanding environment.
4051 cat >conftest.
$ac_ext <<_ACEOF
4056 rm -f conftest.
$ac_objext
4057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4058 (eval $ac_compile) 2>conftest.er1
4060 grep -v '^ *+' conftest.er1
>conftest.err
4062 cat conftest.err
>&5
4063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4064 (exit $ac_status); } &&
4065 { ac_try
='test -z "$ac_c_werror_flag"
4066 || test ! -s conftest.err'
4067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4071 (exit $ac_status); }; } &&
4072 { ac_try
='test -s conftest.$ac_objext'
4073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4077 (exit $ac_status); }; }; then
4078 for ac_declaration
in \
4080 'extern "C" void std::exit (int) throw (); using std::exit;' \
4081 'extern "C" void std::exit (int); using std::exit;' \
4082 'extern "C" void exit (int) throw ();' \
4083 'extern "C" void exit (int);' \
4086 cat >conftest.
$ac_ext <<_ACEOF
4089 cat confdefs.h
>>conftest.
$ac_ext
4090 cat >>conftest.
$ac_ext <<_ACEOF
4091 /* end confdefs.h. */
4102 rm -f conftest.
$ac_objext
4103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4104 (eval $ac_compile) 2>conftest.er1
4106 grep -v '^ *+' conftest.er1
>conftest.err
4108 cat conftest.err
>&5
4109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4110 (exit $ac_status); } &&
4111 { ac_try
='test -z "$ac_c_werror_flag"
4112 || test ! -s conftest.err'
4113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4117 (exit $ac_status); }; } &&
4118 { ac_try
='test -s conftest.$ac_objext'
4119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4123 (exit $ac_status); }; }; then
4126 echo "$as_me: failed program was:" >&5
4127 sed 's/^/| /' conftest.
$ac_ext >&5
4131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4132 cat >conftest.
$ac_ext <<_ACEOF
4135 cat confdefs.h
>>conftest.
$ac_ext
4136 cat >>conftest.
$ac_ext <<_ACEOF
4137 /* end confdefs.h. */
4147 rm -f conftest.
$ac_objext
4148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4149 (eval $ac_compile) 2>conftest.er1
4151 grep -v '^ *+' conftest.er1
>conftest.err
4153 cat conftest.err
>&5
4154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4155 (exit $ac_status); } &&
4156 { ac_try
='test -z "$ac_c_werror_flag"
4157 || test ! -s conftest.err'
4158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4162 (exit $ac_status); }; } &&
4163 { ac_try
='test -s conftest.$ac_objext'
4164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4168 (exit $ac_status); }; }; then
4171 echo "$as_me: failed program was:" >&5
4172 sed 's/^/| /' conftest.
$ac_ext >&5
4175 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4178 if test -n "$ac_declaration"; then
4179 echo '#ifdef __cplusplus' >>confdefs.h
4180 echo $ac_declaration >>confdefs.h
4181 echo '#endif' >>confdefs.h
4185 echo "$as_me: failed program was:" >&5
4186 sed 's/^/| /' conftest.
$ac_ext >&5
4189 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4191 ac_cpp
='$CPP $CPPFLAGS'
4192 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4193 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4194 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4197 cat >>confdefs.h
<<\_ACEOF
4198 #define _GNU_SOURCE 1
4202 # Find a good install program. We prefer a C program (faster),
4203 # so one script is as good as another. But avoid the broken or
4204 # incompatible versions:
4205 # SysV /etc/install, /usr/sbin/install
4206 # SunOS /usr/etc/install
4207 # IRIX /sbin/install
4209 # AmigaOS /C/install, which installs bootblocks on floppy discs
4210 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4211 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4212 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4213 # OS/2's system install, which has a completely different semantic
4214 # ./install, which can be erroneously created by make from ./install.sh.
4215 # Reject install programs that cannot install multiple files.
4216 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4217 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4218 if test -z "$INSTALL"; then
4219 if test "${ac_cv_path_install+set}" = set; then
4220 echo $ECHO_N "(cached) $ECHO_C" >&6
4222 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4226 test -z "$as_dir" && as_dir
=.
4227 # Account for people who put trailing slashes in PATH elements.
4229 .
/ | .
// |
/cC
/* | \
4230 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4231 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
4234 # OSF1 and SCO ODT 3.0 have their own names for install.
4235 # Don't use installbsd from OSF since it installs stuff as root
4237 for ac_prog
in ginstall scoinst
install; do
4238 for ac_exec_ext
in '' $ac_executable_extensions; do
4239 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4240 if test $ac_prog = install &&
4241 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4242 # AIX install. It has an incompatible calling convention.
4244 elif test $ac_prog = install &&
4245 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4246 # program-specific install script used by HP pwplus--don't use.
4249 rm -rf conftest.one conftest.two conftest.dir
4250 echo one
> conftest.one
4251 echo two
> conftest.two
4253 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
4254 test -s conftest.one
&& test -s conftest.two
&&
4255 test -s conftest.dir
/conftest.one
&&
4256 test -s conftest.dir
/conftest.two
4258 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4269 rm -rf conftest.one conftest.two conftest.dir
4272 if test "${ac_cv_path_install+set}" = set; then
4273 INSTALL
=$ac_cv_path_install
4275 # As a last resort, use the slow shell script. Don't cache a
4276 # value for INSTALL within a source directory, because that will
4277 # break other packages using the cache if that directory is
4278 # removed, or if the value is a relative name.
4279 INSTALL
=$ac_install_sh
4282 echo "$as_me:$LINENO: result: $INSTALL" >&5
4283 echo "${ECHO_T}$INSTALL" >&6
4285 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4286 # It thinks the first close brace ends the variable substitution.
4287 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4289 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4291 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4296 macro_version
='2.1a'
4297 macro_revision
='1.2435'
4310 ltmain
="$ac_aux_dir/ltmain.sh"
4320 # Check whether --enable-shared or --disable-shared was given.
4321 if test "${enable_shared+set}" = set; then
4322 enableval
="$enable_shared"
4323 p
=${PACKAGE-default}
4325 yes) enable_shared
=yes ;;
4326 no
) enable_shared
=no
;;
4329 # Look at the argument we got. We use all the common list separators.
4330 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4331 for pkg
in $enableval; do
4333 if test "X$pkg" = "X$p"; then
4351 # Check whether --enable-static or --disable-static was given.
4352 if test "${enable_static+set}" = set; then
4353 enableval
="$enable_static"
4354 p
=${PACKAGE-default}
4356 yes) enable_static
=yes ;;
4357 no
) enable_static
=no
;;
4360 # Look at the argument we got. We use all the common list separators.
4361 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4362 for pkg
in $enableval; do
4364 if test "X$pkg" = "X$p"; then
4383 # Check whether --with-pic or --without-pic was given.
4384 if test "${with_pic+set}" = set; then
4391 test -z "$pic_mode" && pic_mode
=default
4399 # Check whether --enable-fast-install or --disable-fast-install was given.
4400 if test "${enable_fast_install+set}" = set; then
4401 enableval
="$enable_fast_install"
4402 p
=${PACKAGE-default}
4404 yes) enable_fast_install
=yes ;;
4405 no
) enable_fast_install
=no
;;
4407 enable_fast_install
=no
4408 # Look at the argument we got. We use all the common list separators.
4409 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4410 for pkg
in $enableval; do
4412 if test "X$pkg" = "X$p"; then
4413 enable_fast_install
=yes
4420 enable_fast_install
=yes
4430 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4431 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
4432 if test "${lt_cv_path_SED+set}" = set; then
4433 echo $ECHO_N "(cached) $ECHO_C" >&6
4435 # Loop through the user's path and test for sed and gsed.
4436 # Then use that list of sed's as ones to test for truncation.
4437 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4441 test -z "$as_dir" && as_dir
=.
4442 for lt_ac_prog
in sed gsed
; do
4443 for ac_exec_ext
in '' $ac_executable_extensions; do
4444 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4445 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4453 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4454 # along with /bin/sed that truncates output.
4455 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
4456 test ! -f $lt_ac_sed && continue
4457 cat /dev
/null
> conftest.
in
4459 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
4460 # Check for GNU sed and select it if it is found.
4461 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
4462 lt_cv_path_SED
=$lt_ac_sed
4466 cat conftest.
in conftest.
in >conftest.tmp
4467 mv conftest.tmp conftest.
in
4468 cp conftest.
in conftest.
nl
4470 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
4471 cmp -s conftest.out conftest.
nl ||
break
4472 # 10000 chars as input seems more than enough
4473 test $lt_ac_count -gt 10 && break
4474 lt_ac_count
=`expr $lt_ac_count + 1`
4475 if test $lt_ac_count -gt $lt_ac_max; then
4476 lt_ac_max
=$lt_ac_count
4477 lt_cv_path_SED
=$lt_ac_sed
4486 echo "$as_me:$LINENO: result: $SED" >&5
4487 echo "${ECHO_T}$SED" >&6
4489 test -z "$SED" && SED
=sed
4490 Xsed
="$SED -e 1s/^X//"
4502 echo "$as_me:$LINENO: checking for egrep" >&5
4503 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4504 if test "${ac_cv_prog_egrep+set}" = set; then
4505 echo $ECHO_N "(cached) $ECHO_C" >&6
4507 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4508 then ac_cv_prog_egrep
='grep -E'
4509 else ac_cv_prog_egrep
='egrep'
4512 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4513 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4514 EGREP
=$ac_cv_prog_egrep
4517 echo "$as_me:$LINENO: checking for fgrep" >&5
4518 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
4519 if test "${ac_cv_prog_fgrep+set}" = set; then
4520 echo $ECHO_N "(cached) $ECHO_C" >&6
4522 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
4523 then ac_cv_prog_fgrep
='grep -F'
4524 else ac_cv_prog_fgrep
='fgrep'
4527 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
4528 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
4529 FGREP
=$ac_cv_prog_fgrep
4532 test -z "$GREP" && GREP
=grep
4552 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4553 if test "${with_gnu_ld+set}" = set; then
4554 withval
="$with_gnu_ld"
4555 test "$withval" = no || with_gnu_ld
=yes
4560 if test "$GCC" = yes; then
4561 # Check if gcc -print-prog-name=ld gives a path.
4562 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4563 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4566 # gcc leaves a trailing carriage return which upsets mingw
4567 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4569 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4572 # Accept absolute paths.
4574 re_direlt
='/[^/][^/]*/\.\./'
4575 # Canonicalize the pathname of ld
4576 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4577 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4578 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4580 test -z "$LD" && LD
="$ac_prog"
4583 # If it fails, then pretend we aren't using GCC.
4587 # If it is relative, then search for the first ld in PATH.
4591 elif test "$with_gnu_ld" = yes; then
4592 echo "$as_me:$LINENO: checking for GNU ld" >&5
4593 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4595 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4596 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4598 if test "${lt_cv_path_LD+set}" = set; then
4599 echo $ECHO_N "(cached) $ECHO_C" >&6
4601 if test -z "$LD"; then
4602 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4603 for ac_dir
in $PATH; do
4605 test -z "$ac_dir" && ac_dir
=.
4606 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4607 lt_cv_path_LD
="$ac_dir/$ac_prog"
4608 # Check to see if the program is GNU ld. I'd rather use --version,
4609 # but apparently some variants of GNU ld only accept -v.
4610 # Break only if it was the GNU/non-GNU ld that we prefer.
4611 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4612 *GNU
* |
*'with BFD'*)
4613 test "$with_gnu_ld" != no
&& break
4616 test "$with_gnu_ld" != yes && break
4623 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4628 if test -n "$LD"; then
4629 echo "$as_me:$LINENO: result: $LD" >&5
4630 echo "${ECHO_T}$LD" >&6
4632 echo "$as_me:$LINENO: result: no" >&5
4633 echo "${ECHO_T}no" >&6
4635 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4636 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4637 { (exit 1); exit 1; }; }
4638 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4639 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4640 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4641 echo $ECHO_N "(cached) $ECHO_C" >&6
4643 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4644 case `$LD -v 2>&1 </dev/null` in
4645 *GNU
* |
*'with BFD'*)
4646 lt_cv_prog_gnu_ld
=yes
4649 lt_cv_prog_gnu_ld
=no
4653 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4654 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4655 with_gnu_ld
=$lt_cv_prog_gnu_ld
4666 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4667 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
4668 if test "${lt_cv_path_NM+set}" = set; then
4669 echo $ECHO_N "(cached) $ECHO_C" >&6
4671 if test -n "$NM"; then
4672 # Let the user override the test.
4675 lt_nm_to_check
="${ac_tool_prefix}nm"
4676 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4677 lt_nm_to_check
="$lt_nm_to_check nm"
4679 for lt_tmp_nm
in $lt_nm_to_check; do
4680 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4681 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4683 test -z "$ac_dir" && ac_dir
=.
4684 tmp_nm
="$ac_dir/$lt_tmp_nm"
4685 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4686 # Check to see if the nm accepts a BSD-compat flag.
4687 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4688 # nm: unknown option "B" ignored
4689 # Tru64's nm complains that /dev/null is an invalid object file
4690 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4691 */dev
/null
* |
*'Invalid file or object type'*)
4692 lt_cv_path_NM
="$tmp_nm -B"
4696 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4698 lt_cv_path_NM
="$tmp_nm -p"
4702 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4703 continue # so that we can try to find one that supports BSD flags
4712 : ${lt_cv_path_NM=no}
4715 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4716 echo "${ECHO_T}$lt_cv_path_NM" >&6
4717 if test "$lt_cv_path_NM" != "no"; then
4720 # Didn't find any BSD compatible name lister, look for dumpbin.
4721 if test -n "$ac_tool_prefix"; then
4722 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4724 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4725 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4726 echo "$as_me:$LINENO: checking for $ac_word" >&5
4727 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4728 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4729 echo $ECHO_N "(cached) $ECHO_C" >&6
4731 if test -n "$DUMPBIN"; then
4732 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4734 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4738 test -z "$as_dir" && as_dir
=.
4739 for ac_exec_ext
in '' $ac_executable_extensions; do
4740 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4741 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4742 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 DUMPBIN
=$ac_cv_prog_DUMPBIN
4751 if test -n "$DUMPBIN"; then
4752 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4753 echo "${ECHO_T}$DUMPBIN" >&6
4755 echo "$as_me:$LINENO: result: no" >&5
4756 echo "${ECHO_T}no" >&6
4759 test -n "$DUMPBIN" && break
4762 if test -z "$DUMPBIN"; then
4763 ac_ct_DUMPBIN
=$DUMPBIN
4764 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4766 # Extract the first word of "$ac_prog", so it can be a program name with args.
4767 set dummy
$ac_prog; ac_word
=$2
4768 echo "$as_me:$LINENO: checking for $ac_word" >&5
4769 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4770 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4771 echo $ECHO_N "(cached) $ECHO_C" >&6
4773 if test -n "$ac_ct_DUMPBIN"; then
4774 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4776 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4780 test -z "$as_dir" && as_dir
=.
4781 for ac_exec_ext
in '' $ac_executable_extensions; do
4782 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4783 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4784 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4792 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4793 if test -n "$ac_ct_DUMPBIN"; then
4794 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4795 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
4797 echo "$as_me:$LINENO: result: no" >&5
4798 echo "${ECHO_T}no" >&6
4801 test -n "$ac_ct_DUMPBIN" && break
4803 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
4805 DUMPBIN
=$ac_ct_DUMPBIN
4809 if test "$DUMPBIN" != ":"; then
4813 test -z "$NM" && NM
=nm
4820 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4821 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
4822 if test "${lt_cv_nm_interface+set}" = set; then
4823 echo $ECHO_N "(cached) $ECHO_C" >&6
4825 lt_cv_nm_interface
="BSD nm"
4826 echo "int some_variable = 0;" > conftest.
$ac_ext
4827 (eval echo "\"\$as_me:4827: $ac_compile\"" >&5)
4828 (eval "$ac_compile" 2>conftest.err
)
4829 cat conftest.err
>&5
4830 (eval echo "\"\$as_me:4830: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4831 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4832 cat conftest.err
>&5
4833 (eval echo "\"\$as_me:4833: output\"" >&5)
4834 cat conftest.out
>&5
4835 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4836 lt_cv_nm_interface
="MS dumpbin"
4840 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4841 echo "${ECHO_T}$lt_cv_nm_interface" >&6
4843 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4844 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4846 if test "$LN_S" = "ln -s"; then
4847 echo "$as_me:$LINENO: result: yes" >&5
4848 echo "${ECHO_T}yes" >&6
4850 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4851 echo "${ECHO_T}no, using $LN_S" >&6
4854 # find the maximum length of command line arguments
4855 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4856 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4857 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4858 echo $ECHO_N "(cached) $ECHO_C" >&6
4865 # On DJGPP, this test can blow up pretty badly due to problems in libc
4866 # (any single argument exceeding 2000 bytes causes a buffer overrun
4867 # during glob expansion). Even if it were fixed, the result of this
4868 # check would be larger than it should be.
4869 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4873 # Under GNU Hurd, this test is not required because there is
4874 # no limit to the length of command line arguments.
4875 # Libtool will interpret -1 as no limit whatsoever
4876 lt_cv_sys_max_cmd_len
=-1;
4880 # On Win9x/ME, this test blows up -- it succeeds, but takes
4881 # about 5 minutes as the teststring grows exponentially.
4882 # Worse, since 9x/ME are not pre-emptively multitasking,
4883 # you end up with a "frozen" computer, even though with patience
4884 # the test eventually succeeds (with a max line length of 256k).
4885 # Instead, let's just punt: use the minimum linelength reported by
4886 # all of the supported platforms: 8192 (on NT/2K/XP).
4887 lt_cv_sys_max_cmd_len
=8192;
4891 # On AmigaOS with pdksh, this test takes hours, literally.
4892 # So we just punt and use a minimum line length of 8192.
4893 lt_cv_sys_max_cmd_len
=8192;
4896 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4897 # This has been around since 386BSD, at least. Likely further.
4898 if test -x /sbin
/sysctl
; then
4899 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4900 elif test -x /usr
/sbin
/sysctl
; then
4901 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4903 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4905 # And add a safety zone
4906 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4907 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4911 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4912 lt_cv_sys_max_cmd_len
=196608
4916 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4917 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4918 # nice to cause kernel panics so lets avoid the loop below.
4919 # First set a reasonable default.
4920 lt_cv_sys_max_cmd_len
=16384
4922 if test -x /sbin
/sysconfig
; then
4923 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4924 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4929 lt_cv_sys_max_cmd_len
=102400
4931 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4932 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4933 if test -n "$kargmax"; then
4934 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4936 lt_cv_sys_max_cmd_len
=32768
4940 lt_cv_sys_max_cmd_len
=`getconf ARG_MAX 2> /dev/null`
4941 if test -n $lt_cv_sys_max_cmd_len; then
4942 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4943 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4945 # Make teststring a little bigger before we do anything with it.
4946 # a 1K string should be a reasonable start.
4947 for i
in 1 2 3 4 5 6 7 8 ; do
4948 teststring
=$teststring$teststring
4950 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4951 # If test is not a shell built-in, we'll probably end up computing a
4952 # maximum length that is only half of the actual maximum length, but
4954 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4955 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
4956 test $i != 17 # 1/2 MB should be enough
4959 teststring
=$teststring$teststring
4961 # Only check the string length outside the loop.
4962 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4964 # Add a significant safety factor because C++ compilers can tack on
4965 # massive amounts of additional arguments before passing them to the
4966 # linker. It appears as though 1/2 is a usable value.
4967 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4974 if test -n $lt_cv_sys_max_cmd_len ; then
4975 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4976 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4978 echo "$as_me:$LINENO: result: none" >&5
4979 echo "${ECHO_T}none" >&6
4981 max_cmd_len
=$lt_cv_sys_max_cmd_len
4993 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4994 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
4995 # Try some XSI features
4998 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4999 = c,a/b,, ) >/dev/null 2>&1 \
5001 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
5002 echo "${ECHO_T}$xsi_shell" >&6
5005 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
5006 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
5008 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5010 && lt_shell_append=yes
5011 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
5012 echo "${ECHO_T}$lt_shell_append" >&6
5015 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5025 # test EBCDIC or ASCII
5026 case `echo X|tr X '\101'` in
5027 A) # ASCII based system
5028 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5029 lt_SP2NL='tr \040 \012'
5030 lt_NL2SP='tr \015\012 \040\040'
5032 *) # EBCDIC based system
5033 lt_SP2NL='tr \100 \n'
5034 lt_NL2SP='tr \r\n \100\100'
5046 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
5047 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
5048 if test "${lt_cv_ld_reload_flag+set}" = set; then
5049 echo $ECHO_N "(cached
) $ECHO_C" >&6
5051 lt_cv_ld_reload_flag='-r'
5053 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
5054 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
5055 reload_flag=$lt_cv_ld_reload_flag
5056 case $reload_flag in
5058 *) reload_flag=" $reload_flag" ;;
5060 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5063 if test "$GCC" = yes; then
5064 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5066 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5080 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
5081 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
5082 if test "${lt_cv_deplibs_check_method+set}" = set; then
5083 echo $ECHO_N "(cached
) $ECHO_C" >&6
5085 lt_cv_file_magic_cmd='$MAGIC_CMD'
5086 lt_cv_file_magic_test_file=
5087 lt_cv_deplibs_check_method='unknown'
5088 # Need to set the preceding variable on all platforms that support
5089 # interlibrary dependencies.
5090 # 'none' -- dependencies not supported.
5091 # `unknown' -- same as none, but documents that we really don't know.
5092 # 'pass_all' -- all dependencies passed with no checks.
5093 # 'test_compile' -- check by making test program.
5094 # 'file_magic [[regex]]' -- check by looking for files in library path
5095 # which responds to the $file_magic_cmd with a given extended regex.
5096 # If you have `file' or equivalent on your system and you're not sure
5097 # whether `pass_all' will *always* work, you probably want this one.
5101 lt_cv_deplibs_check_method=pass_all
5105 lt_cv_deplibs_check_method=pass_all
5109 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5110 lt_cv_file_magic_cmd='/usr/bin/file -L'
5111 lt_cv_file_magic_test_file=/shlib/libc.so
5115 # func_win32_libid is a shell function defined in ltmain.sh
5116 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5117 lt_cv_file_magic_cmd='func_win32_libid'
5121 # Base MSYS/MinGW do not provide the 'file' command needed by
5122 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5123 # unless we find 'file', for example because we are cross-compiling.
5124 if ( file / ) >/dev/null 2>&1; then
5125 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5126 lt_cv_file_magic_cmd='func_win32_libid'
5128 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5129 lt_cv_file_magic_cmd='$OBJDUMP -f'
5133 darwin* | rhapsody*)
5134 lt_cv_deplibs_check_method=pass_all
5137 freebsd* | dragonfly*)
5138 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5141 # Not sure whether the presence of OpenBSD here was a mistake.
5142 # Let's accept both of them until this is cleared up.
5143 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5144 lt_cv_file_magic_cmd=/usr/bin/file
5145 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5149 lt_cv_deplibs_check_method=pass_all
5154 lt_cv_deplibs_check_method=pass_all
5157 hpux10.20* | hpux11*)
5158 lt_cv_file_magic_cmd=/usr/bin/file
5161 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5162 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5165 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5166 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5169 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5170 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5176 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5177 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5180 irix5* | irix6* | nonstopux*)
5182 *-32|*"-32 ") libmagic=32-bit;;
5183 *-n32|*"-n32 ") libmagic=N32;;
5184 *-64|*"-64 ") libmagic=64-bit;;
5185 *) libmagic=never-match;;
5187 lt_cv_deplibs_check_method=pass_all
5190 # This must be Linux ELF.
5191 linux* | k*bsd*-gnu)
5192 lt_cv_deplibs_check_method=pass_all
5196 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5197 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5199 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5204 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5205 lt_cv_file_magic_cmd=/usr/bin/file
5206 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5210 lt_cv_deplibs_check_method=pass_all
5214 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5215 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5217 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5221 osf3* | osf4* | osf5*)
5222 lt_cv_deplibs_check_method=pass_all
5226 lt_cv_deplibs_check_method=pass_all
5230 lt_cv_deplibs_check_method=pass_all
5233 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5234 lt_cv_deplibs_check_method=pass_all
5238 case $host_vendor in
5240 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]'
5241 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5244 lt_cv_deplibs_check_method=pass_all
5247 lt_cv_file_magic_cmd='/bin/file'
5248 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5251 lt_cv_file_magic_cmd='/bin/file'
5252 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5253 lt_cv_file_magic_test_file=/lib/libc.so
5256 lt_cv_deplibs_check_method=pass_all
5259 lt_cv_deplibs_check_method=pass_all
5265 lt_cv_deplibs_check_method=pass_all
5270 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
5271 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5272 file_magic_cmd=$lt_cv_file_magic_cmd
5273 deplibs_check_method=$lt_cv_deplibs_check_method
5274 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5287 if test -n "$ac_tool_prefix"; then
5288 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5289 set dummy ${ac_tool_prefix}ar; ac_word=$2
5290 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5291 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5292 if test "${ac_cv_prog_AR+set}" = set; then
5293 echo $ECHO_N "(cached
) $ECHO_C" >&6
5295 if test -n "$AR"; then
5296 ac_cv_prog_AR="$AR" # Let the user override the test.
5298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5302 test -z "$as_dir" && as_dir=.
5303 for ac_exec_ext in '' $ac_executable_extensions; do
5304 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5305 ac_cv_prog_AR="${ac_tool_prefix}ar"
5306 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5315 if test -n "$AR"; then
5316 echo "$as_me:$LINENO: result
: $AR" >&5
5317 echo "${ECHO_T}$AR" >&6
5319 echo "$as_me:$LINENO: result
: no
" >&5
5320 echo "${ECHO_T}no
" >&6
5324 if test -z "$ac_cv_prog_AR"; then
5326 # Extract the first word of "ar", so it can be a program name with args.
5327 set dummy ar; ac_word=$2
5328 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5329 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5330 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5331 echo $ECHO_N "(cached
) $ECHO_C" >&6
5333 if test -n "$ac_ct_AR"; then
5334 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5340 test -z "$as_dir" && as_dir=.
5341 for ac_exec_ext in '' $ac_executable_extensions; do
5342 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5343 ac_cv_prog_ac_ct_AR="ar"
5344 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5350 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
5353 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5354 if test -n "$ac_ct_AR"; then
5355 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
5356 echo "${ECHO_T}$ac_ct_AR" >&6
5358 echo "$as_me:$LINENO: result
: no
" >&5
5359 echo "${ECHO_T}no
" >&6
5367 test -z "$AR" && AR=ar
5368 test -z "$AR_FLAGS" && AR_FLAGS=cru
5380 if test -n "$ac_tool_prefix"; then
5381 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5382 set dummy ${ac_tool_prefix}strip; ac_word=$2
5383 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5384 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5385 if test "${ac_cv_prog_STRIP+set}" = set; then
5386 echo $ECHO_N "(cached
) $ECHO_C" >&6
5388 if test -n "$STRIP"; then
5389 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5395 test -z "$as_dir" && as_dir=.
5396 for ac_exec_ext in '' $ac_executable_extensions; do
5397 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5398 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5399 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5407 STRIP=$ac_cv_prog_STRIP
5408 if test -n "$STRIP"; then
5409 echo "$as_me:$LINENO: result
: $STRIP" >&5
5410 echo "${ECHO_T}$STRIP" >&6
5412 echo "$as_me:$LINENO: result
: no
" >&5
5413 echo "${ECHO_T}no
" >&6
5417 if test -z "$ac_cv_prog_STRIP"; then
5419 # Extract the first word of "strip
", so it can be a program name with args.
5420 set dummy strip; ac_word=$2
5421 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5422 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5423 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5424 echo $ECHO_N "(cached
) $ECHO_C" >&6
5426 if test -n "$ac_ct_STRIP"; then
5427 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5433 test -z "$as_dir" && as_dir=.
5434 for ac_exec_ext in '' $ac_executable_extensions; do
5435 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5436 ac_cv_prog_ac_ct_STRIP="strip
"
5437 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5443 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5446 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5447 if test -n "$ac_ct_STRIP"; then
5448 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
5449 echo "${ECHO_T}$ac_ct_STRIP" >&6
5451 echo "$as_me:$LINENO: result
: no
" >&5
5452 echo "${ECHO_T}no
" >&6
5457 STRIP="$ac_cv_prog_STRIP"
5460 test -z "$STRIP" && STRIP=:
5467 if test -n "$ac_tool_prefix"; then
5468 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5469 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5470 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5471 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5472 if test "${ac_cv_prog_RANLIB+set}" = set; then
5473 echo $ECHO_N "(cached
) $ECHO_C" >&6
5475 if test -n "$RANLIB"; then
5476 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5482 test -z "$as_dir" && as_dir=.
5483 for ac_exec_ext in '' $ac_executable_extensions; do
5484 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5485 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5486 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5494 RANLIB=$ac_cv_prog_RANLIB
5495 if test -n "$RANLIB"; then
5496 echo "$as_me:$LINENO: result
: $RANLIB" >&5
5497 echo "${ECHO_T}$RANLIB" >&6
5499 echo "$as_me:$LINENO: result
: no
" >&5
5500 echo "${ECHO_T}no
" >&6
5504 if test -z "$ac_cv_prog_RANLIB"; then
5505 ac_ct_RANLIB=$RANLIB
5506 # Extract the first word of "ranlib
", so it can be a program name with args.
5507 set dummy ranlib; ac_word=$2
5508 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5509 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5510 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5511 echo $ECHO_N "(cached
) $ECHO_C" >&6
5513 if test -n "$ac_ct_RANLIB"; then
5514 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5520 test -z "$as_dir" && as_dir=.
5521 for ac_exec_ext in '' $ac_executable_extensions; do
5522 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5523 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5524 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5530 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5533 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5534 if test -n "$ac_ct_RANLIB"; then
5535 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
5536 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5538 echo "$as_me:$LINENO: result
: no
" >&5
5539 echo "${ECHO_T}no
" >&6
5542 RANLIB=$ac_ct_RANLIB
5544 RANLIB="$ac_cv_prog_RANLIB"
5547 test -z "$RANLIB" && RANLIB=:
5554 # Determine commands to create old-style static archives.
5555 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5556 old_postinstall_cmds='chmod 644 $oldlib'
5557 old_postuninstall_cmds=
5559 if test -n "$RANLIB"; then
5562 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5565 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5568 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5604 # If no C compiler was specified, use CC.
5607 # If no C compiler flags were specified, use CFLAGS.
5608 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5610 # Allow CC to be a program name with arguments.
5614 # Check for command to grab the raw symbol name followed by C symbol from nm.
5615 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
5616 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
5617 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5618 echo $ECHO_N "(cached
) $ECHO_C" >&6
5621 # These are sane defaults that work on at least a few old systems.
5622 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5624 # Character class describing NM global symbol codes.
5625 symcode='[BCDEGRST]'
5627 # Regexp to match symbols that can be accessed directly from C.
5628 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5630 # Define system-specific variables.
5635 cygwin* | mingw* | pw32*)
5636 symcode='[ABCDGISTW]'
5639 if test "$host_cpu" = ia64; then
5640 symcode='[ABCDEGRST]'
5644 symcode='[BCDEGRST]'
5647 symcode='[BCDEGQRST]'
5658 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5666 # If we're using GNU nm, then use its standard symbol codes.
5667 case `$NM -V 2>&1` in
5668 *GNU* | *'with BFD'*)
5669 symcode='[ABCDGIRSTW]' ;;
5672 # Transform an extracted symbol line into a proper C declaration.
5673 # Some systems (esp. on ia64) link data and code symbols differently,
5674 # so use this general approach.
5675 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5677 # Transform an extracted symbol line into symbol name and symbol address
5678 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5680 # Handle CRLF in mingw tool chain
5684 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5688 # Try without a prefix underscore, then with it.
5689 for ac_symprfx in "" "_
"; do
5691 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5692 symxfrm="\\1 $ac_symprfx\\2 \\2"
5694 # Write the raw and C identifiers.
5695 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5696 # Fake it for dumpbin and say T for any non-static function
5697 # and D for any global variable.
5698 # Also find C++ and __fastcall symbols from MSVC++,
5699 # which start with @ or ?.
5700 lt_cv_sys_global_symbol_pipe="$AWK '"\
5701 " {last_section=section; section=\$ 3};"\
5702 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5703 " \$ 0!~/External *\|/{next};"\
5704 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5705 " {if(hide[section]) next};"\
5706 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5707 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5708 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5709 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5710 " ' prfx
=^
$ac_symprfx"
5712 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5715 # Check to see that the pipe works correctly.
5719 cat > conftest.$ac_ext <<_LT_EOF
5724 void nm_test_func(void);
5725 void nm_test_func(void){}
5729 int main(){nm_test_var='a';nm_test_func();return(0);}
5732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5733 (eval $ac_compile) 2>&5
5735 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5736 (exit $ac_status); }; then
5737 # Now try to grab the symbols.
5739 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
5740 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5742 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5743 (exit $ac_status); } && test -s "$nlist"; then
5744 # Try sorting and uniquifying the output.
5745 if sort "$nlist" | uniq > "$nlist"T; then
5746 mv -f "$nlist"T "$nlist"
5751 # Make sure that we snagged all the symbols we need.
5752 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5753 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5754 cat <<_LT_EOF > conftest.$ac_ext
5760 # Now generate the symbol file.
5761 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5763 cat <<_LT_EOF >> conftest.$ac_ext
5765 /* The mapping between symbol names and symbols. */
5770 lt__PROGRAM__LTX_preloaded_symbols[] =
5772 { "@PROGRAM@
", (void *) 0 },
5774 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5775 cat <<\_LT_EOF >> conftest.$ac_ext
5779 /* This works around a problem in FreeBSD linker */
5780 #ifdef FREEBSD_WORKAROUND
5781 static const void *lt_preloaded_setup() {
5782 return lt__PROGRAM__LTX_preloaded_symbols;
5790 # Now try linking the two files.
5791 mv conftest.$ac_objext conftstm.$ac_objext
5792 lt_save_LIBS="$LIBS"
5793 lt_save_CFLAGS="$CFLAGS"
5794 LIBS="conftstm.
$ac_objext"
5795 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5796 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5797 (eval $ac_link) 2>&5
5799 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5800 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5803 LIBS="$lt_save_LIBS"
5804 CFLAGS="$lt_save_CFLAGS"
5806 echo "cannot
find nm_test_func
in $nlist" >&5
5809 echo "cannot
find nm_test_var
in $nlist" >&5
5812 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5815 echo "$progname: failed program was
:" >&5
5816 cat conftest.$ac_ext >&5
5818 rm -f conftest* conftst*
5820 # Do not use the global_symbol_pipe unless it works.
5821 if test "$pipe_works" = yes; then
5824 lt_cv_sys_global_symbol_pipe=
5830 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5831 lt_cv_sys_global_symbol_to_cdecl=
5833 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5834 echo "$as_me:$LINENO: result
: failed
" >&5
5835 echo "${ECHO_T}failed
" >&6
5837 echo "$as_me:$LINENO: result
: ok
" >&5
5838 echo "${ECHO_T}ok
" >&6
5857 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5858 if test "${enable_libtool_lock+set}" = set; then
5859 enableval="$enable_libtool_lock"
5862 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5864 # Some flags need to be propagated to the compiler or linker for good
5868 # Find out which ABI we are using.
5869 echo 'int i;' > conftest.$ac_ext
5870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5871 (eval $ac_compile) 2>&5
5873 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5874 (exit $ac_status); }; then
5875 case `/usr/bin/file conftest.$ac_objext` in
5887 # Find out which ABI we are using.
5888 echo '#line 5888 "configure
"' > conftest.$ac_ext
5889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5890 (eval $ac_compile) 2>&5
5892 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5893 (exit $ac_status); }; then
5894 if test "$lt_cv_prog_gnu_ld" = yes; then
5895 case `/usr/bin/file conftest.$ac_objext` in
5897 LD="${LD-ld} -melf32bsmip"
5900 LD="${LD-ld} -melf32bmipn32"
5903 LD="${LD-ld} -melf64bmip"
5907 case `/usr/bin/file conftest.$ac_objext` in
5923 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5924 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5925 # Find out which ABI we are using.
5926 echo 'int i;' > conftest.$ac_ext
5927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5928 (eval $ac_compile) 2>&5
5930 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5931 (exit $ac_status); }; then
5932 case `/usr/bin/file conftest.o` in
5935 x86_64-*kfreebsd*-gnu)
5936 LD="${LD-ld} -m elf_i386_fbsd
"
5939 LD="${LD-ld} -m elf_i386
"
5941 ppc64-*linux*|powerpc64-*linux*)
5942 LD="${LD-ld} -m elf32ppclinux
"
5945 LD="${LD-ld} -m elf_s390
"
5948 LD="${LD-ld} -m elf32_sparc
"
5954 x86_64-*kfreebsd*-gnu)
5955 LD="${LD-ld} -m elf_x86_64_fbsd
"
5958 LD="${LD-ld} -m elf_x86_64
"
5960 ppc*-*linux*|powerpc*-*linux*)
5961 LD="${LD-ld} -m elf64ppc
"
5963 s390*-*linux*|s390*-*tpf*)
5964 LD="${LD-ld} -m elf64_s390
"
5967 LD="${LD-ld} -m elf64_sparc
"
5977 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5978 SAVE_CFLAGS="$CFLAGS"
5979 CFLAGS="$CFLAGS -belf"
5980 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
5981 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
5982 if test "${lt_cv_cc_needs_belf+set}" = set; then
5983 echo $ECHO_N "(cached
) $ECHO_C" >&6
5986 ac_cpp='$CPP $CPPFLAGS'
5987 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5988 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5989 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5991 cat >conftest.$ac_ext <<_ACEOF
5994 cat confdefs.h >>conftest.$ac_ext
5995 cat >>conftest.$ac_ext <<_ACEOF
5996 /* end confdefs.h. */
6006 rm -f conftest.$ac_objext conftest$ac_exeext
6007 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6008 (eval $ac_link) 2>conftest.er1
6010 grep -v '^ *+' conftest.er1 >conftest.err
6012 cat conftest.err >&5
6013 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6014 (exit $ac_status); } &&
6015 { ac_try='test -z "$ac_c_werror_flag"
6016 || test ! -s conftest.err'
6017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6020 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6021 (exit $ac_status); }; } &&
6022 { ac_try='test -s conftest$ac_exeext'
6023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6026 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6027 (exit $ac_status); }; }; then
6028 lt_cv_cc_needs_belf=yes
6030 echo "$as_me: failed program was
:" >&5
6031 sed 's/^/| /' conftest.$ac_ext >&5
6033 lt_cv_cc_needs_belf=no
6035 rm -f conftest.err conftest.$ac_objext \
6036 conftest$ac_exeext conftest.$ac_ext
6038 ac_cpp='$CPP $CPPFLAGS'
6039 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6040 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6041 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6044 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
6045 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
6046 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6047 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6048 CFLAGS="$SAVE_CFLAGS"
6052 # Find out which ABI we are using.
6053 echo 'int i;' > conftest.$ac_ext
6054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6055 (eval $ac_compile) 2>&5
6057 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6058 (exit $ac_status); }; then
6059 case `/usr/bin/file conftest.o` in
6061 case $lt_cv_prog_gnu_ld in
6062 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
6063 *) LD="${LD-ld} -64" ;;
6072 need_locks="$enable_libtool_lock"
6075 ac_cpp='$CPP $CPPFLAGS'
6076 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6077 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6078 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6079 echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
6080 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6
6081 # On Suns, sometimes $CPP names a directory.
6082 if test -n "$CPP" && test -d "$CPP"; then
6085 if test -z "$CPP"; then
6086 if test "${ac_cv_prog_CPP+set}" = set; then
6087 echo $ECHO_N "(cached
) $ECHO_C" >&6
6089 # Double quotes because CPP needs to be expanded
6090 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
6093 for ac_c_preproc_warn_flag in '' yes
6095 # Use a header file that comes with gcc, so configuring glibc
6096 # with a fresh cross-compiler works.
6097 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6098 # <limits.h> exists even on freestanding compilers.
6099 # On the NeXT, cc -E runs the code through the compiler's parser,
6100 # not just through cpp. "Syntax error
" is here to catch this case.
6101 cat >conftest.$ac_ext <<_ACEOF
6104 cat confdefs.h >>conftest.$ac_ext
6105 cat >>conftest.$ac_ext <<_ACEOF
6106 /* end confdefs.h. */
6108 # include <limits.h>
6110 # include <assert.h>
6114 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6115 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6117 grep -v '^ *+' conftest.er1 >conftest.err
6119 cat conftest.err >&5
6120 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6121 (exit $ac_status); } >/dev/null; then
6122 if test -s conftest.err; then
6123 ac_cpp_err=$ac_c_preproc_warn_flag
6124 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6131 if test -z "$ac_cpp_err"; then
6134 echo "$as_me: failed program was
:" >&5
6135 sed 's/^/| /' conftest.$ac_ext >&5
6137 # Broken: fails on valid input.
6140 rm -f conftest.err conftest.$ac_ext
6142 # OK, works on sane cases. Now check whether non-existent headers
6143 # can be detected and how.
6144 cat >conftest.$ac_ext <<_ACEOF
6147 cat confdefs.h >>conftest.$ac_ext
6148 cat >>conftest.$ac_ext <<_ACEOF
6149 /* end confdefs.h. */
6150 #include <ac_nonexistent.h>
6152 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6153 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6155 grep -v '^ *+' conftest.er1 >conftest.err
6157 cat conftest.err >&5
6158 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6159 (exit $ac_status); } >/dev/null; then
6160 if test -s conftest.err; then
6161 ac_cpp_err=$ac_c_preproc_warn_flag
6162 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6169 if test -z "$ac_cpp_err"; then
6170 # Broken: success on invalid input.
6173 echo "$as_me: failed program was
:" >&5
6174 sed 's/^/| /' conftest.$ac_ext >&5
6176 # Passes both tests.
6180 rm -f conftest.err conftest.$ac_ext
6183 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6184 rm -f conftest.err conftest.$ac_ext
6185 if $ac_preproc_ok; then
6197 echo "$as_me:$LINENO: result
: $CPP" >&5
6198 echo "${ECHO_T}$CPP" >&6
6200 for ac_c_preproc_warn_flag in '' yes
6202 # Use a header file that comes with gcc, so configuring glibc
6203 # with a fresh cross-compiler works.
6204 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6205 # <limits.h> exists even on freestanding compilers.
6206 # On the NeXT, cc -E runs the code through the compiler's parser,
6207 # not just through cpp. "Syntax error
" is here to catch this case.
6208 cat >conftest.$ac_ext <<_ACEOF
6211 cat confdefs.h >>conftest.$ac_ext
6212 cat >>conftest.$ac_ext <<_ACEOF
6213 /* end confdefs.h. */
6215 # include <limits.h>
6217 # include <assert.h>
6221 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6222 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6224 grep -v '^ *+' conftest.er1 >conftest.err
6226 cat conftest.err >&5
6227 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6228 (exit $ac_status); } >/dev/null; then
6229 if test -s conftest.err; then
6230 ac_cpp_err=$ac_c_preproc_warn_flag
6231 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6238 if test -z "$ac_cpp_err"; then
6241 echo "$as_me: failed program was
:" >&5
6242 sed 's/^/| /' conftest.$ac_ext >&5
6244 # Broken: fails on valid input.
6247 rm -f conftest.err conftest.$ac_ext
6249 # OK, works on sane cases. Now check whether non-existent headers
6250 # can be detected and how.
6251 cat >conftest.$ac_ext <<_ACEOF
6254 cat confdefs.h >>conftest.$ac_ext
6255 cat >>conftest.$ac_ext <<_ACEOF
6256 /* end confdefs.h. */
6257 #include <ac_nonexistent.h>
6259 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6260 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6262 grep -v '^ *+' conftest.er1 >conftest.err
6264 cat conftest.err >&5
6265 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6266 (exit $ac_status); } >/dev/null; then
6267 if test -s conftest.err; then
6268 ac_cpp_err=$ac_c_preproc_warn_flag
6269 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6276 if test -z "$ac_cpp_err"; then
6277 # Broken: success on invalid input.
6280 echo "$as_me: failed program was
:" >&5
6281 sed 's/^/| /' conftest.$ac_ext >&5
6283 # Passes both tests.
6287 rm -f conftest.err conftest.$ac_ext
6290 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6291 rm -f conftest.err conftest.$ac_ext
6292 if $ac_preproc_ok; then
6295 { { echo "$as_me:$LINENO: error
: in \
`$ac_pwd':" >&5
6296 echo "$as_me: error: in \`$ac_pwd':" >&2;}
6297 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6298 See \`config.log' for more details.
" >&5
6299 echo "$as_me: error
: C preprocessor
\"$CPP\" fails sanity check
6300 See \
`config.log' for more details." >&2;}
6301 { (exit 1); exit 1; }; }; }
6305 ac_cpp='$CPP $CPPFLAGS'
6306 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6307 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6308 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6311 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6312 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6313 if test "${ac_cv_header_stdc+set}" = set; then
6314 echo $ECHO_N "(cached) $ECHO_C" >&6
6316 cat >conftest.$ac_ext <<_ACEOF
6319 cat confdefs.h >>conftest.$ac_ext
6320 cat >>conftest.$ac_ext <<_ACEOF
6321 /* end confdefs.h. */
6335 rm -f conftest.$ac_objext
6336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6337 (eval $ac_compile) 2>conftest.er1
6339 grep -v '^ *+' conftest.er1 >conftest.err
6341 cat conftest.err >&5
6342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6343 (exit $ac_status); } &&
6344 { ac_try='test -z "$ac_c_werror_flag"
6345 || test ! -s conftest.err'
6346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6350 (exit $ac_status); }; } &&
6351 { ac_try='test -s conftest.$ac_objext'
6352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6356 (exit $ac_status); }; }; then
6357 ac_cv_header_stdc=yes
6359 echo "$as_me: failed program was:" >&5
6360 sed 's/^/| /' conftest.$ac_ext >&5
6362 ac_cv_header_stdc=no
6364 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6366 if test $ac_cv_header_stdc = yes; then
6367 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6368 cat >conftest.$ac_ext <<_ACEOF
6371 cat confdefs.h >>conftest.$ac_ext
6372 cat >>conftest.$ac_ext <<_ACEOF
6373 /* end confdefs.h. */
6377 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6378 $EGREP "memchr" >/dev/null 2>&1; then
6381 ac_cv_header_stdc=no
6387 if test $ac_cv_header_stdc = yes; then
6388 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6389 cat >conftest.$ac_ext <<_ACEOF
6392 cat confdefs.h >>conftest.$ac_ext
6393 cat >>conftest.$ac_ext <<_ACEOF
6394 /* end confdefs.h. */
6398 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6399 $EGREP "free" >/dev/null 2>&1; then
6402 ac_cv_header_stdc=no
6408 if test $ac_cv_header_stdc = yes; then
6409 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6410 if test "$cross_compiling" = yes; then
6413 cat >conftest.$ac_ext <<_ACEOF
6416 cat confdefs.h >>conftest.$ac_ext
6417 cat >>conftest.$ac_ext <<_ACEOF
6418 /* end confdefs.h. */
6420 #if ((' ' & 0x0FF) == 0x020)
6421 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6422 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6424 # define ISLOWER(c) \
6425 (('a' <= (c) && (c) <= 'i') \
6426 || ('j' <= (c) && (c) <= 'r') \
6427 || ('s' <= (c) && (c) <= 'z'))
6428 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6431 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6436 for (i = 0; i < 256; i++)
6437 if (XOR (islower (i), ISLOWER (i))
6438 || toupper (i) != TOUPPER (i))
6443 rm -f conftest$ac_exeext
6444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6445 (eval $ac_link) 2>&5
6447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6448 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); }; }; then
6456 echo "$as_me: program exited with status $ac_status" >&5
6457 echo "$as_me: failed program was:" >&5
6458 sed 's/^/| /' conftest.$ac_ext >&5
6461 ac_cv_header_stdc=no
6463 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6467 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6468 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6469 if test $ac_cv_header_stdc = yes; then
6471 cat >>confdefs.h <<\_ACEOF
6472 #define STDC_HEADERS 1
6477 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6487 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6488 inttypes.h stdint.h unistd.h
6490 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6491 echo "$as_me:$LINENO: checking for $ac_header" >&5
6492 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6493 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6494 echo $ECHO_N "(cached) $ECHO_C" >&6
6496 cat >conftest.$ac_ext <<_ACEOF
6499 cat confdefs.h >>conftest.$ac_ext
6500 cat >>conftest.$ac_ext <<_ACEOF
6501 /* end confdefs.h. */
6502 $ac_includes_default
6504 #include <$ac_header>
6506 rm -f conftest.$ac_objext
6507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6508 (eval $ac_compile) 2>conftest.er1
6510 grep -v '^ *+' conftest.er1 >conftest.err
6512 cat conftest.err >&5
6513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6514 (exit $ac_status); } &&
6515 { ac_try='test -z "$ac_c_werror_flag"
6516 || test ! -s conftest.err'
6517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6521 (exit $ac_status); }; } &&
6522 { ac_try='test -s conftest.$ac_objext'
6523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6527 (exit $ac_status); }; }; then
6528 eval "$as_ac_Header=yes"
6530 echo "$as_me: failed program was:" >&5
6531 sed 's/^/| /' conftest.$ac_ext >&5
6533 eval "$as_ac_Header=no"
6535 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6537 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6538 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6539 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6540 cat >>confdefs.h <<_ACEOF
6541 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6550 for ac_header in dlfcn.h
6552 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6553 echo "$as_me:$LINENO: checking for $ac_header" >&5
6554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6555 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6556 echo $ECHO_N "(cached) $ECHO_C" >&6
6558 cat >conftest.$ac_ext <<_ACEOF
6561 cat confdefs.h >>conftest.$ac_ext
6562 cat >>conftest.$ac_ext <<_ACEOF
6563 /* end confdefs.h. */
6564 $ac_includes_default
6566 #include <$ac_header>
6568 rm -f conftest.$ac_objext
6569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6570 (eval $ac_compile) 2>conftest.er1
6572 grep -v '^ *+' conftest.er1 >conftest.err
6574 cat conftest.err >&5
6575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6576 (exit $ac_status); } &&
6577 { ac_try='test -z "$ac_c_werror_flag"
6578 || test ! -s conftest.err'
6579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583 (exit $ac_status); }; } &&
6584 { ac_try='test -s conftest.$ac_objext'
6585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6589 (exit $ac_status); }; }; then
6590 eval "$as_ac_Header=yes"
6592 echo "$as_me: failed program was:" >&5
6593 sed 's/^/| /' conftest.$ac_ext >&5
6595 eval "$as_ac_Header=no"
6597 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6599 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6600 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6602 cat >>confdefs.h <<_ACEOF
6603 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6612 # This can be used to rebuild libtool when needed
6613 LIBTOOL_DEPS="$ltmain"
6615 # Always use our own libtool.
6616 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6642 test -z "$LN_S" && LN_S="ln -s"
6657 if test -n "${ZSH_VERSION+set}" ; then
6658 setopt NO_GLOB_SUBST
6661 echo "$as_me:$LINENO: checking for objdir" >&5
6662 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6663 if test "${lt_cv_objdir+set}" = set; then
6664 echo $ECHO_N "(cached) $ECHO_C" >&6
6666 rm -f .libs 2>/dev/null
6667 mkdir .libs 2>/dev/null
6668 if test -d .libs; then
6671 # MS-DOS does not allow filenames that begin with a dot.
6674 rmdir .libs 2>/dev/null
6676 echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6677 echo "${ECHO_T}$lt_cv_objdir" >&6
6678 objdir=$lt_cv_objdir
6684 cat >>confdefs.h <<_ACEOF
6685 #define LT_OBJDIR "$lt_cv_objdir/"
6706 # AIX sometimes has problems with the GCC collect2 program. For some
6707 # reason, if we set the COLLECT_NAMES environment variable, the problems
6708 # vanish in a puff of smoke.
6709 if test "X${COLLECT_NAMES+set}" != Xset; then
6711 export COLLECT_NAMES
6716 # Sed substitution that helps us do robust quoting. It backslashifies
6717 # metacharacters that are still active within double-quoted strings.
6718 sed_quote_subst='s/\(["`$
\\]\
)/\\\
1/g
'
6720 # Same as above, but do not quote variable references.
6721 double_quote_subst='s
/\
(["`\\]\)/\\\1/g'
6723 # Sed substitution to delay expansion of an escaped shell variable in a
6724 # double_quote_subst'ed string.
6725 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6727 # Sed substitution to delay expansion of an escaped single quote.
6728 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6730 # Sed substitution to avoid accidental globbing in evaled expressions
6731 no_glob_subst='s/\*/\\\*/g'
6735 can_build_shared=yes
6737 # All known linkers require a `.a' archive for static linking (except MSVC,
6738 # which needs '.lib').
6741 with_gnu_ld="$lt_cv_prog_gnu_ld"
6744 old_CFLAGS="$CFLAGS"
6746 # Set sane defaults for various variables
6747 test -z "$CC" && CC=cc
6748 test -z "$LTCC" && LTCC=$CC
6749 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6750 test -z "$LD" && LD=ld
6751 test -z "$ac_objext" && ac_objext=o
6753 for cc_temp in $compiler""; do
6755 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6756 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6761 cc_basename=`$ECHO "X
$cc_temp" | $Xsed -e 's%.*/%%' -e "s
%^
$host_alias-%%"`
6764 # Only perform the check for file, if the check method requires it
6765 test -z "$MAGIC_CMD" && MAGIC_CMD=file
6766 case $deplibs_check_method in
6768 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6769 echo "$as_me:$LINENO: checking
for ${ac_tool_prefix}file" >&5
6770 echo $ECHO_N "checking
for ${ac_tool_prefix}file...
$ECHO_C" >&6
6771 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6772 echo $ECHO_N "(cached
) $ECHO_C" >&6
6776 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6779 lt_save_MAGIC_CMD="$MAGIC_CMD"
6780 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6781 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
6782 for ac_dir in $ac_dummy; do
6784 test -z "$ac_dir" && ac_dir=.
6785 if test -f $ac_dir/${ac_tool_prefix}file; then
6786 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6787 if test -n "$file_magic_test_file"; then
6788 case $deplibs_check_method in
6790 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
6791 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6792 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6793 $EGREP "$file_magic_regex" > /dev/null; then
6798 *** Warning: the command libtool uses to detect shared libraries,
6799 *** $file_magic_cmd, produces output that libtool cannot recognize.
6800 *** The result is that libtool may fail to recognize shared libraries
6801 *** as such. This will affect the creation of libtool libraries that
6802 *** depend on shared libraries, but programs linked with such libtool
6803 *** libraries will work regardless of this problem. Nevertheless, you
6804 *** may want to report the problem to your system manager and/or to
6805 *** bug-libtool@gnu.org
6815 MAGIC_CMD="$lt_save_MAGIC_CMD"
6820 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6821 if test -n "$MAGIC_CMD"; then
6822 echo "$as_me:$LINENO: result
: $MAGIC_CMD" >&5
6823 echo "${ECHO_T}$MAGIC_CMD" >&6
6825 echo "$as_me:$LINENO: result
: no
" >&5
6826 echo "${ECHO_T}no
" >&6
6833 if test -z "$lt_cv_path_MAGIC_CMD"; then
6834 if test -n "$ac_tool_prefix"; then
6835 echo "$as_me:$LINENO: checking
for file" >&5
6836 echo $ECHO_N "checking
for file...
$ECHO_C" >&6
6837 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6838 echo $ECHO_N "(cached
) $ECHO_C" >&6
6842 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6845 lt_save_MAGIC_CMD="$MAGIC_CMD"
6846 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6847 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
6848 for ac_dir in $ac_dummy; do
6850 test -z "$ac_dir" && ac_dir=.
6851 if test -f $ac_dir/file; then
6852 lt_cv_path_MAGIC_CMD="$ac_dir/file"
6853 if test -n "$file_magic_test_file"; then
6854 case $deplibs_check_method in
6856 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
6857 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6858 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6859 $EGREP "$file_magic_regex" > /dev/null; then
6864 *** Warning: the command libtool uses to detect shared libraries,
6865 *** $file_magic_cmd, produces output that libtool cannot recognize.
6866 *** The result is that libtool may fail to recognize shared libraries
6867 *** as such. This will affect the creation of libtool libraries that
6868 *** depend on shared libraries, but programs linked with such libtool
6869 *** libraries will work regardless of this problem. Nevertheless, you
6870 *** may want to report the problem to your system manager and/or to
6871 *** bug-libtool@gnu.org
6881 MAGIC_CMD="$lt_save_MAGIC_CMD"
6886 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6887 if test -n "$MAGIC_CMD"; then
6888 echo "$as_me:$LINENO: result
: $MAGIC_CMD" >&5
6889 echo "${ECHO_T}$MAGIC_CMD" >&6
6891 echo "$as_me:$LINENO: result
: no
" >&5
6892 echo "${ECHO_T}no
" >&6
6905 # Use C for the default configuration in the libtool script
6909 ac_cpp='$CPP $CPPFLAGS'
6910 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6911 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6912 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6915 # Source file extension for C test sources.
6918 # Object file extension for compiled C test sources.
6922 # Code to be used in simple compile tests
6923 lt_simple_compile_test_code="int some_variable
= 0;"
6925 # Code to be used in simple link tests
6926 lt_simple_link_test_code='int main(){return(0);}'
6934 # If no C compiler was specified, use CC.
6937 # If no C compiler flags were specified, use CFLAGS.
6938 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6940 # Allow CC to be a program name with arguments.
6943 # Save the default compiler, since it gets overwritten when the other
6944 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6945 compiler_DEFAULT=$CC
6947 # save warnings/boilerplate of simple test code
6948 ac_outfile=conftest.$ac_objext
6949 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
6950 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
6951 _lt_compiler_boilerplate=`cat conftest.err`
6954 ac_outfile=conftest.$ac_objext
6955 echo "$lt_simple_link_test_code" >conftest.$ac_ext
6956 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
6957 _lt_linker_boilerplate=`cat conftest.err`
6962 ## There is no encapsulation within the following macros, do not change
6963 ## the running order or otherwise move them around unless you know exactly
6964 ## what you are doing...
6965 if test -n "$compiler"; then
6967 lt_prog_compiler_no_builtin_flag=
6969 if test "$GCC" = yes; then
6970 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6972 echo "$as_me:$LINENO: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
6973 echo $ECHO_N "checking
if $compiler supports
-fno-rtti -fno-exceptions...
$ECHO_C" >&6
6974 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6975 echo $ECHO_N "(cached
) $ECHO_C" >&6
6977 lt_cv_prog_compiler_rtti_exceptions=no
6978 ac_outfile=conftest.$ac_objext
6979 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6980 lt_compiler_flag="-fno-rtti -fno-exceptions"
6981 # Insert the option either (1) after the last *FLAGS variable, or
6982 # (2) before a word containing "conftest.
", or (3) at the end.
6983 # Note that $ac_compile itself does not contain backslashes and begins
6984 # with a dollar sign (not a hyphen), so the echo should work correctly.
6985 # The option is referenced via a variable to avoid confusing sed.
6986 lt_compile=`echo "$ac_compile" | $SED \
6987 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6988 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6989 -e 's:$: $lt_compiler_flag:'`
6990 (eval echo "\"\
$as_me:6990: $lt_compile\"" >&5)
6991 (eval "$lt_compile" 2>conftest.err)
6993 cat conftest.err >&5
6994 echo "$as_me:6994: \$?
= $ac_status" >&5
6995 if (exit $ac_status) && test -s "$ac_outfile"; then
6996 # The compiler can only warn and ignore the option if not recognized
6997 # So say no if there are warnings other than the usual output.
6998 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6999 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7000 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7001 lt_cv_prog_compiler_rtti_exceptions=yes
7007 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
7008 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
7010 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7011 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7023 lt_prog_compiler_wl=
7024 lt_prog_compiler_pic=
7025 lt_prog_compiler_static=
7027 echo "$as_me:$LINENO: checking
for $compiler option to produce PIC
" >&5
7028 echo $ECHO_N "checking
for $compiler option to produce PIC...
$ECHO_C" >&6
7030 if test "$GCC" = yes; then
7031 lt_prog_compiler_wl='-Wl,'
7032 lt_prog_compiler_static='-static'
7036 # All AIX code is PIC.
7037 if test "$host_cpu" = ia64; then
7038 # AIX 5 now supports IA64 processor
7039 lt_prog_compiler_static='-Bstatic'
7044 if test "$host_cpu" = m68k; then
7045 # FIXME: we need at least 68020 code to build shared libraries, but
7046 # adding the `-m68020' flag to GCC prevents building anything better,
7048 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7052 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7053 # PIC is the default for these OSes.
7056 mingw* | cygwin* | pw32* | os2*)
7057 # This hack is so that the source file can tell whether it is being
7058 # built for inclusion in a dll (and should export symbols for example).
7059 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7060 # (--disable-auto-import) libraries
7061 lt_prog_compiler_pic='-DDLL_EXPORT'
7064 darwin* | rhapsody*)
7065 # PIC is the default on this platform
7066 # Common symbols not allowed in MH_DYLIB files
7067 lt_prog_compiler_pic='-fno-common'
7071 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7078 lt_prog_compiler_pic='-fPIC'
7084 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7085 # Instead, we relocate shared libraries at runtime.
7089 # Just because we use GCC doesn't mean we suddenly get shared libraries
7090 # on systems that don't support them.
7091 lt_prog_compiler_can_build_shared=no
7096 # QNX uses GNU C++, but need to define -shared option too, otherwise
7098 lt_prog_compiler_pic='-fPIC -shared'
7102 if test -d /usr/nec; then
7103 lt_prog_compiler_pic=-Kconform_pic
7108 lt_prog_compiler_pic='-fPIC'
7112 # PORTME Check for flag to pass linker flags through the system compiler.
7115 lt_prog_compiler_wl='-Wl,'
7116 if test "$host_cpu" = ia64; then
7117 # AIX 5 now supports IA64 processor
7118 lt_prog_compiler_static='-Bstatic'
7120 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7124 # PIC is the default on this platform
7125 # Common symbols not allowed in MH_DYLIB files
7126 case $cc_basename in
7128 lt_prog_compiler_pic='-qnocommon'
7129 lt_prog_compiler_wl='-Wl,'
7134 mingw* | cygwin* | pw32* | os2*)
7135 # This hack is so that the source file can tell whether it is being
7136 # built for inclusion in a dll (and should export symbols for example).
7137 lt_prog_compiler_pic='-DDLL_EXPORT'
7140 hpux9* | hpux10* | hpux11*)
7141 lt_prog_compiler_wl='-Wl,'
7142 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7149 lt_prog_compiler_pic='+Z'
7152 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7153 lt_prog_compiler_static='${wl}-a ${wl}archive'
7156 irix5* | irix6* | nonstopux*)
7157 lt_prog_compiler_wl='-Wl,'
7158 # PIC (with -KPIC) is the default.
7159 lt_prog_compiler_static='-non_shared'
7162 linux* | k*bsd*-gnu)
7163 case $cc_basename in
7165 lt_prog_compiler_wl='-Wl,'
7166 lt_prog_compiler_pic='-KPIC'
7167 lt_prog_compiler_static='-static'
7169 pgcc* | pgf77* | pgf90* | pgf95*)
7170 # Portland Group compilers (*not* the Pentium gcc compiler,
7171 # which looks to be a dead project)
7172 lt_prog_compiler_wl='-Wl,'
7173 lt_prog_compiler_pic='-fpic'
7174 lt_prog_compiler_static='-Bstatic'
7177 lt_prog_compiler_wl='-Wl,'
7178 # All Alpha code is PIC.
7179 lt_prog_compiler_static='-non_shared'
7182 case `$CC -V 2>&1 | sed 5q` in
7185 lt_prog_compiler_pic='-KPIC'
7186 lt_prog_compiler_static='-Bstatic'
7187 lt_prog_compiler_wl='-Wl,'
7190 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7191 lt_prog_compiler_pic='-KPIC'
7192 lt_prog_compiler_static='-Bstatic'
7193 lt_prog_compiler_wl=''
7201 lt_prog_compiler_pic='-KPIC'
7202 lt_prog_compiler_static='-Bstatic'
7206 # QNX uses GNU C++, but need to define -shared option too, otherwise
7208 lt_prog_compiler_pic='-fPIC -shared'
7211 osf3* | osf4* | osf5*)
7212 lt_prog_compiler_wl='-Wl,'
7213 # All OSF/1 code is PIC.
7214 lt_prog_compiler_static='-non_shared'
7218 lt_prog_compiler_static='-non_shared'
7222 lt_prog_compiler_pic='-KPIC'
7223 lt_prog_compiler_static='-Bstatic'
7224 case $cc_basename in
7226 lt_prog_compiler_wl='-Qoption ld ';;
7228 lt_prog_compiler_wl='-Wl,';;
7233 lt_prog_compiler_wl='-Qoption ld '
7234 lt_prog_compiler_pic='-PIC'
7235 lt_prog_compiler_static='-Bstatic'
7238 sysv4 | sysv4.2uw2* | sysv4.3*)
7239 lt_prog_compiler_wl='-Wl,'
7240 lt_prog_compiler_pic='-KPIC'
7241 lt_prog_compiler_static='-Bstatic'
7245 if test -d /usr/nec ;then
7246 lt_prog_compiler_pic='-Kconform_pic'
7247 lt_prog_compiler_static='-Bstatic'
7251 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7252 lt_prog_compiler_wl='-Wl,'
7253 lt_prog_compiler_pic='-KPIC'
7254 lt_prog_compiler_static='-Bstatic'
7258 lt_prog_compiler_wl='-Wl,'
7259 lt_prog_compiler_can_build_shared=no
7263 lt_prog_compiler_pic='-pic'
7264 lt_prog_compiler_static='-Bstatic'
7268 lt_prog_compiler_can_build_shared=no
7274 # For platforms which do not support PIC, -DPIC is meaningless:
7276 lt_prog_compiler_pic=
7279 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7282 echo "$as_me:$LINENO: result
: $lt_prog_compiler_pic" >&5
7283 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
7291 # Check to make sure the PIC flag actually works.
7293 if test -n "$lt_prog_compiler_pic"; then
7294 echo "$as_me:$LINENO: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
7295 echo $ECHO_N "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
$ECHO_C" >&6
7296 if test "${lt_prog_compiler_pic_works+set}" = set; then
7297 echo $ECHO_N "(cached
) $ECHO_C" >&6
7299 lt_prog_compiler_pic_works=no
7300 ac_outfile=conftest.$ac_objext
7301 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7302 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7303 # Insert the option either (1) after the last *FLAGS variable, or
7304 # (2) before a word containing "conftest.
", or (3) at the end.
7305 # Note that $ac_compile itself does not contain backslashes and begins
7306 # with a dollar sign (not a hyphen), so the echo should work correctly.
7307 # The option is referenced via a variable to avoid confusing sed.
7308 lt_compile=`echo "$ac_compile" | $SED \
7309 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7310 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7311 -e 's:$: $lt_compiler_flag:'`
7312 (eval echo "\"\
$as_me:7312: $lt_compile\"" >&5)
7313 (eval "$lt_compile" 2>conftest.err)
7315 cat conftest.err >&5
7316 echo "$as_me:7316: \$?
= $ac_status" >&5
7317 if (exit $ac_status) && test -s "$ac_outfile"; then
7318 # The compiler can only warn and ignore the option if not recognized
7319 # So say no if there are warnings other than the usual output.
7320 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7321 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7322 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7323 lt_prog_compiler_pic_works=yes
7329 echo "$as_me:$LINENO: result
: $lt_prog_compiler_pic_works" >&5
7330 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
7332 if test x"$lt_prog_compiler_pic_works" = xyes; then
7333 case $lt_prog_compiler_pic in
7335 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7338 lt_prog_compiler_pic=
7339 lt_prog_compiler_can_build_shared=no
7350 # Check to make sure the static flag actually works.
7352 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7353 echo "$as_me:$LINENO: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
7354 echo $ECHO_N "checking
if $compiler static flag
$lt_tmp_static_flag works...
$ECHO_C" >&6
7355 if test "${lt_prog_compiler_static_works+set}" = set; then
7356 echo $ECHO_N "(cached
) $ECHO_C" >&6
7358 lt_prog_compiler_static_works=no
7359 save_LDFLAGS="$LDFLAGS"
7360 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7361 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7362 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7363 # The linker can only warn and ignore the option if not recognized
7364 # So say no if there are warnings
7365 if test -s conftest.err; then
7366 # Append any errors to the config.log.
7367 cat conftest.err 1>&5
7368 $ECHO "X
$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7369 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7370 if diff conftest.exp conftest.er2 >/dev/null; then
7371 lt_prog_compiler_static_works=yes
7374 lt_prog_compiler_static_works=yes
7378 LDFLAGS="$save_LDFLAGS"
7381 echo "$as_me:$LINENO: result
: $lt_prog_compiler_static_works" >&5
7382 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
7384 if test x"$lt_prog_compiler_static_works" = xyes; then
7387 lt_prog_compiler_static=
7396 echo "$as_me:$LINENO: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
7397 echo $ECHO_N "checking
if $compiler supports
-c -o file.
$ac_objext...
$ECHO_C" >&6
7398 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7399 echo $ECHO_N "(cached
) $ECHO_C" >&6
7401 lt_cv_prog_compiler_c_o=no
7402 $RM -r conftest 2>/dev/null
7406 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7408 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
7409 # Insert the option either (1) after the last *FLAGS variable, or
7410 # (2) before a word containing "conftest.
", or (3) at the end.
7411 # Note that $ac_compile itself does not contain backslashes and begins
7412 # with a dollar sign (not a hyphen), so the echo should work correctly.
7413 lt_compile=`echo "$ac_compile" | $SED \
7414 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7415 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7416 -e 's:$: $lt_compiler_flag:'`
7417 (eval echo "\"\
$as_me:7417: $lt_compile\"" >&5)
7418 (eval "$lt_compile" 2>out/conftest.err)
7420 cat out/conftest.err >&5
7421 echo "$as_me:7421: \$?
= $ac_status" >&5
7422 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7424 # The compiler can only warn and ignore the option if not recognized
7425 # So say no if there are warnings
7426 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7427 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7428 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7429 lt_cv_prog_compiler_c_o=yes
7434 # SGI C++ compiler will create directory out/ii_files/ for
7435 # template instantiation
7436 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7437 $RM out/* && rmdir out
7443 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_c_o" >&5
7444 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7451 echo "$as_me:$LINENO: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
7452 echo $ECHO_N "checking
if $compiler supports
-c -o file.
$ac_objext...
$ECHO_C" >&6
7453 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7454 echo $ECHO_N "(cached
) $ECHO_C" >&6
7456 lt_cv_prog_compiler_c_o=no
7457 $RM -r conftest 2>/dev/null
7461 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7463 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
7464 # Insert the option either (1) after the last *FLAGS variable, or
7465 # (2) before a word containing "conftest.
", or (3) at the end.
7466 # Note that $ac_compile itself does not contain backslashes and begins
7467 # with a dollar sign (not a hyphen), so the echo should work correctly.
7468 lt_compile=`echo "$ac_compile" | $SED \
7469 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7470 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7471 -e 's:$: $lt_compiler_flag:'`
7472 (eval echo "\"\
$as_me:7472: $lt_compile\"" >&5)
7473 (eval "$lt_compile" 2>out/conftest.err)
7475 cat out/conftest.err >&5
7476 echo "$as_me:7476: \$?
= $ac_status" >&5
7477 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7479 # The compiler can only warn and ignore the option if not recognized
7480 # So say no if there are warnings
7481 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7482 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7483 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7484 lt_cv_prog_compiler_c_o=yes
7489 # SGI C++ compiler will create directory out/ii_files/ for
7490 # template instantiation
7491 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7492 $RM out/* && rmdir out
7498 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_c_o" >&5
7499 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7504 hard_links="nottested
"
7505 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7506 # do not overwrite the value of need_locks provided by the user
7507 echo "$as_me:$LINENO: checking
if we can lock with hard links
" >&5
7508 echo $ECHO_N "checking
if we can lock with hard links...
$ECHO_C" >&6
7511 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7513 ln conftest.a conftest.b 2>&5 || hard_links=no
7514 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7515 echo "$as_me:$LINENO: result
: $hard_links" >&5
7516 echo "${ECHO_T}$hard_links" >&6
7517 if test "$hard_links" = no; then
7518 { echo "$as_me:$LINENO: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
7519 echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
7531 echo "$as_me:$LINENO: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
7532 echo $ECHO_N "checking whether the
$compiler linker
($LD) supports shared libraries...
$ECHO_C" >&6
7535 allow_undefined_flag=
7536 always_export_symbols=no
7538 archive_expsym_cmds=
7539 compiler_needs_object=no
7540 enable_shared_with_static_runtimes=no
7541 export_dynamic_flag_spec=
7542 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7543 hardcode_automatic=no
7545 hardcode_direct_absolute=no
7546 hardcode_libdir_flag_spec=
7547 hardcode_libdir_flag_spec_ld=
7548 hardcode_libdir_separator=
7550 hardcode_shlibpath_var=unsupported
7552 link_all_deplibs=unknown
7555 old_archive_from_new_cmds=
7556 old_archive_from_expsyms_cmds=
7557 thread_safe_flag_spec=
7558 whole_archive_flag_spec=
7559 # include_expsyms should be a list of space-separated symbols to be *always*
7560 # included in the symbol list
7562 # exclude_expsyms can be an extended regexp of symbols to exclude
7563 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7564 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7565 # as well as any symbol that contains `d'.
7566 exclude_expsyms="_GLOBAL_OFFSET_TABLE_
"
7567 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7568 # platforms (ab)use it in PIC code, but their linkers get confused if
7569 # the symbol is explicitly referenced. Since portable code cannot
7570 # rely on this symbol name, it's probably fine to never include it in
7571 # preloaded symbol tables.
7572 extract_expsyms_cmds=
7575 cygwin* | mingw* | pw32*)
7576 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7577 # When not using gcc, we currently assume that we are using
7578 # Microsoft Visual C++.
7579 if test "$GCC" != yes; then
7584 # we just hope/assume this is gcc and not c89 (= MSVC++)
7593 if test "$with_gnu_ld" = yes; then
7594 # If archive_cmds runs LD, not CC, wlarc should be empty
7597 # Set some defaults for GNU ld with shared library support. These
7598 # are reset later if shared libraries are not supported. Putting them
7599 # here allows them to be overridden if necessary.
7600 runpath_var=LD_RUN_PATH
7601 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7602 export_dynamic_flag_spec='${wl}--export-dynamic'
7603 # ancient GNU ld didn't support --whole-archive et. al.
7604 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7605 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7607 whole_archive_flag_spec=
7609 supports_anon_versioning=no
7610 case `$LD -v 2>&1` in
7611 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7612 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7613 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7614 *\ 2.11.*) ;; # other 2.11 versions
7615 *) supports_anon_versioning=yes ;;
7618 # See if GNU ld supports shared libraries.
7621 # On AIX/PPC, the GNU linker is very broken
7622 if test "$host_cpu" != ia64; then
7626 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7627 *** to be unable to reliably create shared libraries on AIX.
7628 *** Therefore, libtool is disabling shared libraries support. If you
7629 *** really care for shared libraries, you may want to modify your PATH
7630 *** so that a non-GNU linker is found, and then restart.
7637 if test "$host_cpu" = m68k; then
7638 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
7639 hardcode_libdir_flag_spec
='-L$libdir'
7640 hardcode_minus_L
=yes
7643 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
7644 # that the semantics of dynamic libraries on AmigaOS, at least up
7645 # to version 4, is to share data among multiple programs linked
7646 # with the same dynamic library. Since this doesn't match the
7647 # behavior of shared libraries on other platforms, we can't use
7653 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7654 allow_undefined_flag
=unsupported
7655 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7656 # support --undefined. This deserves some investigation. FIXME
7657 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7663 cygwin
* | mingw
* | pw32
*)
7664 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7665 # as there is no search path for DLLs.
7666 hardcode_libdir_flag_spec
='-L$libdir'
7667 allow_undefined_flag
=unsupported
7668 always_export_symbols
=no
7669 enable_shared_with_static_runtimes
=yes
7670 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7672 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
7673 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7674 # If the export-symbols file already is a .def file (1st line
7675 # is EXPORTS), use it as is; otherwise, prepend...
7676 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7677 cp $export_symbols $output_objdir/$soname.def;
7679 echo EXPORTS > $output_objdir/$soname.def;
7680 cat $export_symbols >> $output_objdir/$soname.def;
7682 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7690 hardcode_shlibpath_var
=no
7691 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
7692 export_dynamic_flag_spec
='${wl}-E'
7693 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7694 # Instead, shared libraries are loaded at an image base (0x10000000 by
7695 # default) and relocated if they conflict, which is a slow very memory
7696 # consuming and fragmenting process. To avoid this, we pick a random,
7697 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7698 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7699 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7700 archive_expsym_cmds
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7703 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu)
7705 if test "$host_os" = linux-dietlibc
; then
7706 case $cc_basename in
7707 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
7710 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
7711 && test "$tmp_diet" = no
7714 case $cc_basename,$host_cpu in
7715 pgcc
*) # Portland Group C compiler
7716 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7717 tmp_addflag
=' $pic_flag'
7719 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
7720 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7721 tmp_addflag
=' $pic_flag -Mnomain' ;;
7722 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
7723 tmp_addflag
=' -i_dynamic' ;;
7724 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
7725 tmp_addflag
=' -i_dynamic -nofor_main' ;;
7726 ifc
* | ifort
*) # Intel Fortran compiler
7727 tmp_addflag
=' -nofor_main' ;;
7729 case `$CC -V 2>&1 | sed 5q` in
7730 *Sun\ C
*) # Sun C 5.9
7731 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7732 compiler_needs_object
=yes
7733 tmp_sharedflag
='-G' ;;
7734 *Sun\ F
*) # Sun Fortran 8.3
7735 tmp_sharedflag
='-G' ;;
7737 tmp_sharedflag
='-shared' ;;
7739 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7741 if test "x$supports_anon_versioning" = xyes
; then
7742 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
7743 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7744 echo "local: *; };" >> $output_objdir/$libname.ver~
7745 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7753 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
7754 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7757 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7758 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7763 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
7767 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
7768 *** create shared libraries on Solaris systems. Therefore, libtool
7769 *** is disabling shared libraries support. We urge you to upgrade GNU
7770 *** binutils to release 2.9.1 or newer. Another option is to modify
7771 *** your PATH or compiler configuration so that the native linker is
7772 *** used, and then restart.
7775 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7776 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7777 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7783 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
7784 case `$LD -v 2>&1` in
7785 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
7789 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
7790 *** reliably create shared libraries on SCO systems. Therefore, libtool
7791 *** is disabling shared libraries support. We urge you to upgrade GNU
7792 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
7793 *** your PATH or compiler configuration so that the native linker is
7794 *** used, and then restart.
7799 # For security reasons, it is highly recommended that you always
7800 # use absolute paths for naming shared libraries, and exclude the
7801 # DT_RUNPATH tag from executables and libraries. But doing so
7802 # requires that you compile everything twice, which is a pain.
7803 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7804 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7805 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7806 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7815 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7818 hardcode_shlibpath_var
=no
7822 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7823 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7824 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7831 if test "$ld_shlibs" = no
; then
7833 hardcode_libdir_flag_spec
=
7834 export_dynamic_flag_spec
=
7835 whole_archive_flag_spec
=
7838 # PORTME fill in a description of your system's linker (not GNU ld)
7841 allow_undefined_flag
=unsupported
7842 always_export_symbols
=yes
7843 archive_expsym_cmds
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
7844 # Note: this linker hardcodes the directories in LIBPATH if there
7845 # are no directories specified by -L.
7846 hardcode_minus_L
=yes
7847 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
7848 # Neither direct hardcoding nor static linking is supported with a
7850 hardcode_direct
=unsupported
7855 if test "$host_cpu" = ia64
; then
7856 # On IA64, the linker does run time linking by default, so we don't
7857 # have to do anything special.
7858 aix_use_runtimelinking
=no
7859 exp_sym_flag
='-Bexport'
7862 # If we're using GNU nm, then we don't want the "-C" option.
7863 # -C means demangle to AIX nm, but means don't demangle with GNU nm
7864 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
7865 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
7867 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
7869 aix_use_runtimelinking
=no
7871 # Test if we are trying to use run time linking or normal
7872 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
7873 # need to do runtime linking.
7874 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
7875 for ld_flag
in $LDFLAGS; do
7876 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
7877 aix_use_runtimelinking
=yes
7884 exp_sym_flag
='-bexport'
7885 no_entry_flag
='-bnoentry'
7888 # When large executables or shared objects are built, AIX ld can
7889 # have problems creating the table of contents. If linking a library
7890 # or program results in "error TOC overflow" add -mminimal-toc to
7891 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
7892 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
7896 hardcode_direct_absolute
=yes
7897 hardcode_libdir_separator
=':'
7898 link_all_deplibs
=yes
7899 file_list_spec
='${wl}-f,'
7901 if test "$GCC" = yes; then
7902 case $host_os in aix4.
[012]|aix4.
[012].
*)
7903 # We only want to do this on AIX 4.2 and lower, the check
7904 # below for broken collect2 doesn't work under 4.3+
7905 collect2name
=`${CC} -print-prog-name=collect2`
7906 if test -f "$collect2name" &&
7907 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
7909 # We have reworked collect2
7912 # We have old collect2
7913 hardcode_direct
=unsupported
7914 # It fails to find uninstalled libraries when the uninstalled
7915 # path is not listed in the libpath. Setting hardcode_minus_L
7916 # to unsupported forces relinking
7917 hardcode_minus_L
=yes
7918 hardcode_libdir_flag_spec
='-L$libdir'
7919 hardcode_libdir_separator
=
7923 shared_flag
='-shared'
7924 if test "$aix_use_runtimelinking" = yes; then
7925 shared_flag
="$shared_flag "'${wl}-G'
7929 if test "$host_cpu" = ia64
; then
7930 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
7931 # chokes on -Wl,-G. The following line is correct:
7934 if test "$aix_use_runtimelinking" = yes; then
7935 shared_flag
='${wl}-G'
7937 shared_flag
='${wl}-bM:SRE'
7942 # It seems that -bexpall does not export symbols beginning with
7943 # underscore (_), so it is better to generate a list of symbols to export.
7944 always_export_symbols
=yes
7945 if test "$aix_use_runtimelinking" = yes; then
7946 # Warning - without using the other runtime loading flags (-brtl),
7947 # -berok will link without error, but may produce a broken library.
7948 allow_undefined_flag
='-berok'
7949 # Determine the default libpath from the value encoded in an
7951 cat >conftest.
$ac_ext <<_ACEOF
7954 cat confdefs.h
>>conftest.
$ac_ext
7955 cat >>conftest.
$ac_ext <<_ACEOF
7956 /* end confdefs.h. */
7966 rm -f conftest.
$ac_objext conftest
$ac_exeext
7967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7968 (eval $ac_link) 2>conftest.er1
7970 grep -v '^ *+' conftest.er1
>conftest.err
7972 cat conftest.err
>&5
7973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7974 (exit $ac_status); } &&
7975 { ac_try
='test -z "$ac_c_werror_flag"
7976 || test ! -s conftest.err'
7977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7981 (exit $ac_status); }; } &&
7982 { ac_try
='test -s conftest$ac_exeext'
7983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7987 (exit $ac_status); }; }; then
7989 lt_aix_libpath_sed
='
7990 /Import File Strings/,/^$/ {
7996 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7997 # Check for a 64-bit object if we didn't find anything.
7998 if test -z "$aix_libpath"; then
7999 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8002 echo "$as_me: failed program was:" >&5
8003 sed 's/^/| /' conftest.
$ac_ext >&5
8006 rm -f conftest.err conftest.
$ac_objext \
8007 conftest
$ac_exeext conftest.
$ac_ext
8008 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8010 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8011 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8013 if test "$host_cpu" = ia64
; then
8014 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
8015 allow_undefined_flag
="-z nodefs"
8016 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8018 # Determine the default libpath from the value encoded in an
8020 cat >conftest.
$ac_ext <<_ACEOF
8023 cat confdefs.h
>>conftest.
$ac_ext
8024 cat >>conftest.
$ac_ext <<_ACEOF
8025 /* end confdefs.h. */
8035 rm -f conftest.
$ac_objext conftest
$ac_exeext
8036 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8037 (eval $ac_link) 2>conftest.er1
8039 grep -v '^ *+' conftest.er1
>conftest.err
8041 cat conftest.err
>&5
8042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8043 (exit $ac_status); } &&
8044 { ac_try
='test -z "$ac_c_werror_flag"
8045 || test ! -s conftest.err'
8046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8050 (exit $ac_status); }; } &&
8051 { ac_try
='test -s conftest$ac_exeext'
8052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8056 (exit $ac_status); }; }; then
8058 lt_aix_libpath_sed
='
8059 /Import File Strings/,/^$/ {
8065 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8066 # Check for a 64-bit object if we didn't find anything.
8067 if test -z "$aix_libpath"; then
8068 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8071 echo "$as_me: failed program was:" >&5
8072 sed 's/^/| /' conftest.
$ac_ext >&5
8075 rm -f conftest.err conftest.
$ac_objext \
8076 conftest
$ac_exeext conftest.
$ac_ext
8077 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8079 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8080 # Warning - without using the other run time loading flags,
8081 # -berok will link without error, but may produce a broken library.
8082 no_undefined_flag
=' ${wl}-bernotok'
8083 allow_undefined_flag
=' ${wl}-berok'
8084 # Exported symbols can be pulled into shared objects from archives
8085 whole_archive_flag_spec
='$convenience'
8086 archive_cmds_need_lc
=yes
8087 # This is similar to how AIX traditionally builds its shared libraries.
8088 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8094 if test "$host_cpu" = m68k
; then
8095 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8096 hardcode_libdir_flag_spec
='-L$libdir'
8097 hardcode_minus_L
=yes
8099 # see comment about different semantics on the GNU ld section
8104 export_dynamic_flag_spec
=-rdynamic
8107 cygwin
* | mingw
* | pw32
*)
8108 # When not using gcc, we currently assume that we are using
8109 # Microsoft Visual C++.
8110 # hardcode_libdir_flag_spec is actually meaningless, as there is
8111 # no search path for DLLs.
8112 hardcode_libdir_flag_spec
=' '
8113 allow_undefined_flag
=unsupported
8114 # Tell ltmain to make .lib files, not .a files.
8116 # Tell ltmain to make .dll files, not .so files.
8118 # FIXME: Setting linknames here is a bad hack.
8119 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8120 # The linker will automatically build a .lib file if we build a DLL.
8121 old_archive_from_new_cmds
='true'
8122 # FIXME: Should let the user specify the lib program.
8123 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8124 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8125 enable_shared_with_static_runtimes
=yes
8128 darwin
* | rhapsody
*)
8130 rhapsody
* | darwin1.
[012])
8131 allow_undefined_flag
='${wl}-undefined ${wl}suppress'
8134 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
8136 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8139 allow_undefined_flag
='${wl}-undefined ${wl}dynamic_lookup'
8144 archive_cmds_need_lc
=no
8146 hardcode_automatic
=yes
8147 hardcode_shlibpath_var
=unsupported
8148 whole_archive_flag_spec
=''
8149 link_all_deplibs
=yes
8150 if test "$GCC" = yes ; then
8151 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
8152 echo $ECHO_N "(cached) $ECHO_C" >&6
8154 lt_cv_apple_cc_single_mod
=no
8155 if test -z "${LT_MULTI_MODULE}"; then
8156 # By default we will add the -single_module flag. You can override
8157 # by either setting the environment variable LT_MULTI_MODULE
8158 # non-empty at configure time, or by adding -multi-module to the
8160 echo "int foo(void){return 1;}" > conftest.c
8161 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8162 -dynamiclib ${wl}-single_module conftest.c
8163 if test -f libconftest.dylib
; then
8164 lt_cv_apple_cc_single_mod
=yes
8165 rm libconftest.dylib
8171 output_verbose_link_cmd
=echo
8172 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
8173 archive_cmds
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8174 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $single_module -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8176 archive_cmds
='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8177 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8179 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8180 module_expsym_cmds
='sed -e "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8182 case $cc_basename in
8184 output_verbose_link_cmd
=echo
8185 archive_cmds
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
8186 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8187 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
8188 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8189 module_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8199 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8200 hardcode_libdir_flag_spec
='-L$libdir'
8201 hardcode_shlibpath_var
=no
8208 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8209 # support. Future versions do this automatically, but an explicit c++rt0.o
8210 # does not break anything, and helps significantly (at the cost of a little
8213 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8214 hardcode_libdir_flag_spec
='-R$libdir'
8216 hardcode_shlibpath_var
=no
8219 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8221 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8223 hardcode_minus_L
=yes
8224 hardcode_shlibpath_var
=no
8227 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8228 freebsd
* | dragonfly
*)
8229 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8230 hardcode_libdir_flag_spec
='-R$libdir'
8232 hardcode_shlibpath_var
=no
8236 if test "$GCC" = yes; then
8237 archive_cmds
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8239 archive_cmds
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8241 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8242 hardcode_libdir_separator
=:
8245 # hardcode_minus_L: Not really in the search PATH,
8246 # but as the default location of the library.
8247 hardcode_minus_L
=yes
8248 export_dynamic_flag_spec
='${wl}-E'
8252 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8253 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8255 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8257 if test "$with_gnu_ld" = no
; then
8258 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8259 hardcode_libdir_flag_spec_ld
='+b $libdir'
8260 hardcode_libdir_separator
=:
8262 hardcode_direct_absolute
=yes
8263 export_dynamic_flag_spec
='${wl}-E'
8264 # hardcode_minus_L: Not really in the search PATH,
8265 # but as the default location of the library.
8266 hardcode_minus_L
=yes
8271 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8274 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8277 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8280 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8286 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8289 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8292 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8296 if test "$with_gnu_ld" = no
; then
8297 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8298 hardcode_libdir_separator
=:
8303 hardcode_shlibpath_var
=no
8307 hardcode_direct_absolute
=yes
8308 export_dynamic_flag_spec
='${wl}-E'
8310 # hardcode_minus_L: Not really in the search PATH,
8311 # but as the default location of the library.
8312 hardcode_minus_L
=yes
8318 irix5
* | irix6
* | nonstopux
*)
8319 if test "$GCC" = yes; then
8320 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8321 # Try to use the -exported_symbol ld option, if it does not
8322 # work, assume that -exports_file does not work either and
8323 # implicitly export all symbols.
8324 save_LDFLAGS
="$LDFLAGS"
8325 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8326 cat >conftest.
$ac_ext <<_ACEOF
8329 rm -f conftest.
$ac_objext conftest
$ac_exeext
8330 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8331 (eval $ac_link) 2>conftest.er1
8333 grep -v '^ *+' conftest.er1
>conftest.err
8335 cat conftest.err
>&5
8336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8337 (exit $ac_status); } &&
8338 { ac_try
='test -z "$ac_c_werror_flag"
8339 || test ! -s conftest.err'
8340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8344 (exit $ac_status); }; } &&
8345 { ac_try
='test -s conftest$ac_exeext'
8346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8350 (exit $ac_status); }; }; then
8351 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8354 echo "$as_me: failed program was:" >&5
8355 sed 's/^/| /' conftest.
$ac_ext >&5
8358 rm -f conftest.err conftest.
$ac_objext \
8359 conftest
$ac_exeext conftest.
$ac_ext
8360 LDFLAGS
="$save_LDFLAGS"
8362 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8363 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8365 archive_cmds_need_lc
='no'
8366 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8367 hardcode_libdir_separator
=:
8369 link_all_deplibs
=yes
8373 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8374 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8376 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8378 hardcode_libdir_flag_spec
='-R$libdir'
8380 hardcode_shlibpath_var
=no
8384 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8386 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8387 hardcode_libdir_separator
=:
8388 hardcode_shlibpath_var
=no
8396 hardcode_shlibpath_var
=no
8397 hardcode_direct_absolute
=yes
8398 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8399 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8400 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8401 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8402 export_dynamic_flag_spec
='${wl}-E'
8405 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8406 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8407 hardcode_libdir_flag_spec
='-R$libdir'
8410 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8411 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8418 hardcode_libdir_flag_spec
='-L$libdir'
8419 hardcode_minus_L
=yes
8420 allow_undefined_flag
=unsupported
8421 archive_cmds
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8422 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8426 if test "$GCC" = yes; then
8427 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8428 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8430 allow_undefined_flag
=' -expect_unresolved \*'
8431 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8433 archive_cmds_need_lc
='no'
8434 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8435 hardcode_libdir_separator
=:
8438 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
8439 if test "$GCC" = yes; then
8440 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8441 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8442 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8444 allow_undefined_flag
=' -expect_unresolved \*'
8445 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8446 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8447 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8449 # Both c and cxx compiler support -rpath directly
8450 hardcode_libdir_flag_spec
='-rpath $libdir'
8452 archive_cmds_need_lc
='no'
8453 hardcode_libdir_separator
=:
8457 no_undefined_flag
=' -z defs'
8458 if test "$GCC" = yes; then
8460 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8461 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8462 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8464 case `$CC -V 2>&1` in
8467 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8468 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8469 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8473 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8474 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8475 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8479 hardcode_libdir_flag_spec
='-R$libdir'
8480 hardcode_shlibpath_var
=no
8482 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
8484 # The compiler driver will combine and reorder linker options,
8485 # but understands `-z linker_flag'. GCC discards it without `$wl',
8486 # but is careful enough not to reorder.
8487 # Supported since Solaris 2.6 (maybe 2.5.1?)
8488 if test "$GCC" = yes; then
8489 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8491 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
8495 link_all_deplibs
=yes
8499 if test "x$host_vendor" = xsequent
; then
8500 # Use $CC to link under sequent, because it throws in some extra .o
8501 # files that make .init and .fini sections work.
8502 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8504 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8506 hardcode_libdir_flag_spec
='-L$libdir'
8508 hardcode_minus_L
=yes
8509 hardcode_shlibpath_var
=no
8513 case $host_vendor in
8515 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8516 hardcode_direct
=yes # is this really true???
8519 ## LD is ld it makes a PLAMLIB
8520 ## CC just makes a GrossModule.
8521 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8522 reload_cmds
='$CC -r -o $output$reload_objs'
8526 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8527 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
8530 runpath_var
='LD_RUN_PATH'
8531 hardcode_shlibpath_var
=no
8535 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8536 hardcode_shlibpath_var
=no
8537 export_dynamic_flag_spec
='-Bexport'
8541 if test -d /usr
/nec
; then
8542 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8543 hardcode_shlibpath_var
=no
8544 runpath_var
=LD_RUN_PATH
8545 hardcode_runpath_var
=yes
8550 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
8551 no_undefined_flag
='${wl}-z,text'
8552 archive_cmds_need_lc
=no
8553 hardcode_shlibpath_var
=no
8554 runpath_var
='LD_RUN_PATH'
8556 if test "$GCC" = yes; then
8557 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8558 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8560 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8561 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8565 sysv5
* | sco3.2v5
* | sco5v6
*)
8566 # Note: We can NOT use -z defs as we might desire, because we do not
8567 # link with -lc, and that would cause any symbols used from libc to
8568 # always be unresolved, which means just about no library would
8569 # ever link correctly. If we're not using GNU ld we use -z text
8570 # though, which does catch some bad symbols but isn't as heavy-handed
8572 no_undefined_flag
='${wl}-z,text'
8573 allow_undefined_flag
='${wl}-z,nodefs'
8574 archive_cmds_need_lc
=no
8575 hardcode_shlibpath_var
=no
8576 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
8577 hardcode_libdir_separator
=':'
8578 link_all_deplibs
=yes
8579 export_dynamic_flag_spec
='${wl}-Bexport'
8580 runpath_var
='LD_RUN_PATH'
8582 if test "$GCC" = yes; then
8583 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8584 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8586 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8587 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8592 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8593 hardcode_libdir_flag_spec
='-L$libdir'
8594 hardcode_shlibpath_var
=no
8602 if test x
$host_vendor = xsni
; then
8604 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
8605 export_dynamic_flag_spec
='${wl}-Blargedynsym'
8611 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8612 echo "${ECHO_T}$ld_shlibs" >&6
8613 test "$ld_shlibs" = no
&& can_build_shared
=no
8615 with_gnu_ld
=$with_gnu_ld
8632 # Do we need to explicitly link libc?
8634 case "x$archive_cmds_need_lc" in
8636 # Assume -lc should be added
8637 archive_cmds_need_lc
=yes
8639 if test "$enable_shared" = yes && test "$GCC" = yes; then
8640 case $archive_cmds in
8642 # FIXME: we may have to deal with multi-command sequences.
8645 # Test whether the compiler implicitly links with -lc since on some
8646 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8647 # to ld, don't add -lc before -lgcc.
8648 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8649 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8651 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8653 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8654 (eval $ac_compile) 2>&5
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); } 2>conftest.err
; then
8660 libobjs
=conftest.
$ac_objext
8662 wl
=$lt_prog_compiler_wl
8663 pic_flag
=$lt_prog_compiler_pic
8669 lt_save_allow_undefined_flag
=$allow_undefined_flag
8670 allow_undefined_flag
=
8671 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8672 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); }
8677 archive_cmds_need_lc
=no
8679 archive_cmds_need_lc
=yes
8681 allow_undefined_flag
=$lt_save_allow_undefined_flag
8683 cat conftest.err
1>&5
8686 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8687 echo "${ECHO_T}$archive_cmds_need_lc" >&6
8850 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8851 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
8853 if test "$withGCC" = yes; then
8855 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
8856 *) lt_awk_arg
="/^libraries:/" ;;
8858 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8859 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
8860 # if the path contains ";" then we assume it to be the separator
8861 # otherwise default to the standard path separator (i.e. ":") - it is
8862 # assumed that no part of a normal pathname contains ";" but that should
8863 # okay in the real world where ";" in dirpaths is itself problematic.
8864 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
8866 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8868 # Ok, now we have the path, separated by spaces, we can step through it
8869 # and add multilib dir if necessary.
8870 lt_tmp_lt_search_path_spec
=
8871 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
8872 for lt_sys_path
in $lt_search_path_spec; do
8873 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
8874 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
8876 test -d "$lt_sys_path" && \
8877 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
8880 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
8881 BEGIN {RS=" "; FS="/|\n";} {
8884 for (lt_i = NF; lt_i > 0; lt_i--) {
8885 if ($lt_i != "" && $lt_i != ".") {
8886 if ($lt_i == "..") {
8889 if (lt_count == 0) {
8890 lt_foo="/" $lt_i lt_foo;
8897 if (lt_foo != "") { lt_freq[lt_foo]++; }
8898 if (lt_freq[lt_foo] == 1) { print lt_foo; }
8900 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
8902 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
8905 libname_spec
='lib$name'
8913 shlibpath_overrides_runpath
=unknown
8915 dynamic_linker
="$host_os ld.so"
8916 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
8917 need_lib_prefix
=unknown
8918 hardcode_into_libs
=no
8920 # when you set need_version to no, make sure it does not cause -set_version
8921 # flags to be left without arguments
8922 need_version
=unknown
8927 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
8928 shlibpath_var
=LIBPATH
8930 # AIX 3 has no versioning support, so we append a major version to the name.
8931 soname_spec
='${libname}${release}${shared_ext}$major'
8938 hardcode_into_libs
=yes
8939 if test "$host_cpu" = ia64
; then
8940 # AIX 5 supports IA64
8941 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
8942 shlibpath_var
=LD_LIBRARY_PATH
8944 # With GCC up to 2.95.x, collect2 would create an import file
8945 # for dependence libraries. The import file would start with
8946 # the line `#! .'. This would cause the generated library to
8947 # depend on `.', always an invalid library. This was fixed in
8948 # development snapshots of GCC prior to 3.0.
8950 aix4 | aix4.
[01] | aix4.
[01].
*)
8951 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
8953 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
8960 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
8961 # soname into executable. Probably we can add versioning support to
8962 # collect2, so additional links can be useful in future.
8963 if test "$aix_use_runtimelinking" = yes; then
8964 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
8965 # instead of lib<name>.a to let people know that these are not
8966 # typical AIX shared libraries.
8967 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8969 # We preserve .a as extension for shared libraries through AIX4.2
8970 # and later when we are not doing run time linking.
8971 library_names_spec
='${libname}${release}.a $libname.a'
8972 soname_spec
='${libname}${release}${shared_ext}$major'
8974 shlibpath_var
=LIBPATH
8979 if test "$host_cpu" = m68k
; then
8980 library_names_spec
='$libname.ixlibrary $libname.a'
8981 # Create ${libname}_ixlibrary.a entries in /sys/libs.
8982 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
8989 library_names_spec
='${libname}${shared_ext}'
8990 dynamic_linker
="$host_os ld.so"
8991 shlibpath_var
=LIBRARY_PATH
8997 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8998 soname_spec
='${libname}${release}${shared_ext}$major'
8999 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9000 shlibpath_var
=LD_LIBRARY_PATH
9001 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9002 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9003 # the default ld.so.conf also contains /usr/contrib/lib and
9004 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9005 # libtool to hard-code these into programs
9008 cygwin
* | mingw
* | pw32
*)
9009 version_type
=windows
9014 case $withGCC,$host_os in
9015 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
9016 library_names_spec
='$libname.dll.a'
9017 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9018 postinstall_cmds
='base_file=`basename \${file}`~
9019 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9020 dldir=$destdir/`dirname \$dlpath`~
9021 test -d \$dldir || mkdir -p \$dldir~
9022 $install_prog $dir/$dlname \$dldir/$dlname~
9023 chmod a+x \$dldir/$dlname~
9024 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9025 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9027 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9028 dlpath=$dir/\$dldll~
9030 shlibpath_overrides_runpath
=yes
9034 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9035 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9036 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
9039 # MinGW DLLs use traditional 'lib' prefix
9040 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9041 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9042 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
9043 # It is most probably a Windows format PATH printed by
9044 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9045 # path with ; separators, and with drive letters. We can handle the
9046 # drive letters (cygwin fileutils understands them), so leave them,
9047 # especially as we might pass files found there to a mingw objdump,
9048 # which wouldn't understand a cygwinified path. Ahh.
9049 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9051 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9055 # pw32 DLLs use 'pw' prefix rather than 'lib'
9056 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9062 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9065 dynamic_linker
='Win32 ld.exe'
9066 # FIXME: first we should search . and the directory the executable is in
9070 darwin
* | rhapsody
*)
9071 dynamic_linker
="$host_os dyld"
9075 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9076 soname_spec
='${libname}${release}${major}$shared_ext'
9077 shlibpath_overrides_runpath
=yes
9078 shlibpath_var
=DYLD_LIBRARY_PATH
9079 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9081 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9082 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9089 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9090 soname_spec
='${libname}${release}${shared_ext}$major'
9091 shlibpath_var
=LD_LIBRARY_PATH
9098 freebsd
* | dragonfly
*)
9099 # DragonFly does not have aout. When/if they implement a new
9100 # versioning mechanism, adjust this.
9101 if test -x /usr
/bin
/objformat
; then
9102 objformat
=`/usr/bin/objformat`
9105 freebsd
[123]*) objformat
=aout
;;
9109 version_type
=freebsd-
$objformat
9110 case $version_type in
9112 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9117 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9121 shlibpath_var
=LD_LIBRARY_PATH
9124 shlibpath_overrides_runpath
=yes
9126 freebsd3.
[01]* | freebsdelf3.
[01]*)
9127 shlibpath_overrides_runpath
=yes
9128 hardcode_into_libs
=yes
9130 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9131 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9132 shlibpath_overrides_runpath
=no
9133 hardcode_into_libs
=yes
9135 *) # from 4.6 on, and DragonFly
9136 shlibpath_overrides_runpath
=yes
9137 hardcode_into_libs
=yes
9146 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9147 soname_spec
='${libname}${release}${shared_ext}$major'
9148 shlibpath_var
=LD_LIBRARY_PATH
9149 hardcode_into_libs
=yes
9152 hpux9
* | hpux10
* | hpux11
*)
9153 # Give a soname corresponding to the major version so that dld.sl refuses to
9154 # link against other versions.
9161 hardcode_into_libs
=yes
9162 dynamic_linker
="$host_os dld.so"
9163 shlibpath_var
=LD_LIBRARY_PATH
9164 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9165 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9166 soname_spec
='${libname}${release}${shared_ext}$major'
9167 if test "X$HPUX_IA64_MODE" = X32
; then
9168 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9170 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9172 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9176 hardcode_into_libs
=yes
9177 dynamic_linker
="$host_os dld.sl"
9178 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9179 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9180 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9181 soname_spec
='${libname}${release}${shared_ext}$major'
9182 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9183 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9187 dynamic_linker
="$host_os dld.sl"
9188 shlibpath_var
=SHLIB_PATH
9189 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9190 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9191 soname_spec
='${libname}${release}${shared_ext}$major'
9194 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9195 postinstall_cmds
='chmod 555 $lib'
9202 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9203 soname_spec
='${libname}${release}${shared_ext}$major'
9204 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9205 shlibpath_var
=LD_LIBRARY_PATH
9206 shlibpath_overrides_runpath
=no
9207 hardcode_into_libs
=yes
9210 irix5
* | irix6
* | nonstopux
*)
9212 nonstopux
*) version_type
=nonstopux
;;
9214 if test "$lt_cv_prog_gnu_ld" = yes; then
9222 soname_spec
='${libname}${release}${shared_ext}$major'
9223 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9225 irix5
* | nonstopux
*)
9229 case $LD in # libtool.m4 will add one of these switches to LD
9230 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9231 libsuff
= shlibsuff
= libmagic
=32-bit;;
9232 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9233 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9234 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9235 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9236 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9240 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9241 shlibpath_overrides_runpath
=no
9242 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9243 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9244 hardcode_into_libs
=yes
9247 # No shared lib support for Linux oldld, aout, or coff.
9248 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9252 # This must be Linux ELF.
9253 linux
* | k
*bsd
*-gnu)
9257 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9258 soname_spec
='${libname}${release}${shared_ext}$major'
9259 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9260 shlibpath_var
=LD_LIBRARY_PATH
9261 shlibpath_overrides_runpath
=no
9262 # Some binutils ld are patched to set DT_RUNPATH
9263 save_LDFLAGS
=$LDFLAGS
9265 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9266 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9267 cat >conftest.
$ac_ext <<_ACEOF
9270 cat confdefs.h
>>conftest.
$ac_ext
9271 cat >>conftest.
$ac_ext <<_ACEOF
9272 /* end confdefs.h. */
9282 rm -f conftest.
$ac_objext conftest
$ac_exeext
9283 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9284 (eval $ac_link) 2>conftest.er1
9286 grep -v '^ *+' conftest.er1
>conftest.err
9288 cat conftest.err
>&5
9289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9290 (exit $ac_status); } &&
9291 { ac_try
='test -z "$ac_c_werror_flag"
9292 || test ! -s conftest.err'
9293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297 (exit $ac_status); }; } &&
9298 { ac_try
='test -s conftest$ac_exeext'
9299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303 (exit $ac_status); }; }; then
9304 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
9305 shlibpath_overrides_runpath
=yes
9309 echo "$as_me: failed program was:" >&5
9310 sed 's/^/| /' conftest.
$ac_ext >&5
9313 rm -f conftest.err conftest.
$ac_objext \
9314 conftest
$ac_exeext conftest.
$ac_ext
9315 LDFLAGS
=$save_LDFLAGS
9318 # This implies no fast_install, which is unacceptable.
9319 # Some rework will be needed to allow for fast_install
9320 # before this can be enabled.
9321 hardcode_into_libs
=yes
9323 # Append ld.so.conf contents to the search path
9324 if test -f /etc
/ld.so.conf
; then
9325 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9326 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9329 # We used to test for /lib/ld.so.1 and disable shared libraries on
9330 # powerpc, because MkLinux only supported shared libraries with the
9331 # GNU dynamic linker. Since this was broken with cross compilers,
9332 # most powerpc-linux boxes support dynamic linking these days and
9333 # people can always --disable-shared, the test was removed, and we
9334 # assume the GNU/Linux dynamic linker is in use.
9335 dynamic_linker
='GNU/Linux ld.so'
9342 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9343 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9344 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9345 dynamic_linker
='NetBSD (a.out) ld.so'
9347 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9348 soname_spec
='${libname}${release}${shared_ext}$major'
9349 dynamic_linker
='NetBSD ld.elf_so'
9351 shlibpath_var
=LD_LIBRARY_PATH
9352 shlibpath_overrides_runpath
=yes
9353 hardcode_into_libs
=yes
9358 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9359 shlibpath_var
=LD_LIBRARY_PATH
9360 shlibpath_overrides_runpath
=yes
9367 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9368 soname_spec
='${libname}${release}${shared_ext}$major'
9369 shlibpath_var
=LD_LIBRARY_PATH
9370 shlibpath_overrides_runpath
=no
9371 hardcode_into_libs
=yes
9372 dynamic_linker
='ldqnx.so'
9377 sys_lib_dlsearch_path_spec
="/usr/lib"
9379 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9381 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9382 *) need_version
=no
;;
9384 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9385 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9386 shlibpath_var
=LD_LIBRARY_PATH
9387 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9389 openbsd2.
[89] | openbsd2.
[89].
*)
9390 shlibpath_overrides_runpath
=no
9393 shlibpath_overrides_runpath
=yes
9397 shlibpath_overrides_runpath
=yes
9402 libname_spec
='$name'
9405 library_names_spec
='$libname${shared_ext} $libname.a'
9406 dynamic_linker
='OS/2 ld.exe'
9407 shlibpath_var
=LIBPATH
9410 osf3
* | osf4
* | osf5
*)
9414 soname_spec
='${libname}${release}${shared_ext}$major'
9415 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9416 shlibpath_var
=LD_LIBRARY_PATH
9417 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9418 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
9429 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9430 soname_spec
='${libname}${release}${shared_ext}$major'
9431 shlibpath_var
=LD_LIBRARY_PATH
9432 shlibpath_overrides_runpath
=yes
9433 hardcode_into_libs
=yes
9434 # ldd complains unless libraries are executable
9435 postinstall_cmds
='chmod +x $lib'
9440 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9441 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9442 shlibpath_var
=LD_LIBRARY_PATH
9443 shlibpath_overrides_runpath
=yes
9444 if test "$with_gnu_ld" = yes; then
9452 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9453 soname_spec
='${libname}${release}${shared_ext}$major'
9454 shlibpath_var
=LD_LIBRARY_PATH
9455 case $host_vendor in
9457 shlibpath_overrides_runpath
=no
9459 runpath_var
=LD_RUN_PATH
9467 shlibpath_overrides_runpath
=no
9468 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
9474 if test -d /usr
/nec
;then
9476 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9477 soname_spec
='$libname${shared_ext}.$major'
9478 shlibpath_var
=LD_LIBRARY_PATH
9482 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
9483 version_type
=freebsd-elf
9486 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9487 soname_spec
='${libname}${release}${shared_ext}$major'
9488 shlibpath_var
=LD_LIBRARY_PATH
9489 shlibpath_overrides_runpath
=yes
9490 hardcode_into_libs
=yes
9491 if test "$with_gnu_ld" = yes; then
9492 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9494 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
9497 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
9501 sys_lib_dlsearch_path_spec
='/usr/lib'
9505 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9509 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9510 shlibpath_var
=LD_LIBRARY_PATH
9511 shlibpath_overrides_runpath
=no
9512 hardcode_into_libs
=yes
9517 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9518 soname_spec
='${libname}${release}${shared_ext}$major'
9519 shlibpath_var
=LD_LIBRARY_PATH
9526 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9527 echo "${ECHO_T}$dynamic_linker" >&6
9528 test "$dynamic_linker" = no
&& can_build_shared
=no
9530 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
9531 if test "$GCC" = yes; then
9532 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9621 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9622 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9624 if test -n "$hardcode_libdir_flag_spec" ||
9625 test -n "$runpath_var" ||
9626 test "X$hardcode_automatic" = "Xyes" ; then
9628 # We can hardcode non-existent directories.
9629 if test "$hardcode_direct" != no
&&
9630 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9631 # have to relink, otherwise we might link with an installed library
9632 # when we should be linking with a yet-to-be-installed one
9633 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9634 test "$hardcode_minus_L" != no
; then
9635 # Linking always hardcodes the temporary library directory.
9636 hardcode_action
=relink
9638 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9639 hardcode_action
=immediate
9642 # We cannot hardcode anything, or else we can only hardcode existing
9644 hardcode_action
=unsupported
9646 echo "$as_me:$LINENO: result: $hardcode_action" >&5
9647 echo "${ECHO_T}$hardcode_action" >&6
9649 if test "$hardcode_action" = relink ||
9650 test "$inherit_rpath" = yes; then
9651 # Fast installation is not supported
9652 enable_fast_install
=no
9653 elif test "$shlibpath_overrides_runpath" = yes ||
9654 test "$enable_shared" = no
; then
9655 # Fast installation is not necessary
9656 enable_fast_install
=needless
9664 if test "x$enable_dlopen" != xyes
; then
9665 enable_dlopen
=unknown
9666 enable_dlopen_self
=unknown
9667 enable_dlopen_self_static
=unknown
9674 lt_cv_dlopen
="load_add_on"
9676 lt_cv_dlopen_self
=yes
9680 lt_cv_dlopen
="LoadLibrary"
9685 lt_cv_dlopen
="dlopen"
9690 # if libdl is installed we need to link against it
9691 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9692 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9693 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9694 echo $ECHO_N "(cached) $ECHO_C" >&6
9696 ac_check_lib_save_LIBS
=$LIBS
9698 cat >conftest.
$ac_ext <<_ACEOF
9701 cat confdefs.h
>>conftest.
$ac_ext
9702 cat >>conftest.
$ac_ext <<_ACEOF
9703 /* end confdefs.h. */
9705 /* Override any gcc2 internal prototype to avoid an error. */
9709 /* We use char because int might match the return type of a gcc2
9710 builtin and then its argument prototype would still apply. */
9720 rm -f conftest.
$ac_objext conftest
$ac_exeext
9721 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9722 (eval $ac_link) 2>conftest.er1
9724 grep -v '^ *+' conftest.er1
>conftest.err
9726 cat conftest.err
>&5
9727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9728 (exit $ac_status); } &&
9729 { ac_try
='test -z "$ac_c_werror_flag"
9730 || test ! -s conftest.err'
9731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9735 (exit $ac_status); }; } &&
9736 { ac_try
='test -s conftest$ac_exeext'
9737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9741 (exit $ac_status); }; }; then
9742 ac_cv_lib_dl_dlopen
=yes
9744 echo "$as_me: failed program was:" >&5
9745 sed 's/^/| /' conftest.
$ac_ext >&5
9747 ac_cv_lib_dl_dlopen
=no
9749 rm -f conftest.err conftest.
$ac_objext \
9750 conftest
$ac_exeext conftest.
$ac_ext
9751 LIBS
=$ac_check_lib_save_LIBS
9753 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9754 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9755 if test $ac_cv_lib_dl_dlopen = yes; then
9756 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9761 lt_cv_dlopen_self
=yes
9768 echo "$as_me:$LINENO: checking for shl_load" >&5
9769 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9770 if test "${ac_cv_func_shl_load+set}" = set; then
9771 echo $ECHO_N "(cached) $ECHO_C" >&6
9773 cat >conftest.
$ac_ext <<_ACEOF
9776 cat confdefs.h
>>conftest.
$ac_ext
9777 cat >>conftest.
$ac_ext <<_ACEOF
9778 /* end confdefs.h. */
9779 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9780 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9781 #define shl_load innocuous_shl_load
9783 /* System header to define __stub macros and hopefully few prototypes,
9784 which can conflict with char shl_load (); below.
9785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9786 <limits.h> exists even on freestanding compilers. */
9789 # include <limits.h>
9791 # include <assert.h>
9796 /* Override any gcc2 internal prototype to avoid an error. */
9801 /* We use char because int might match the return type of a gcc2
9802 builtin and then its argument prototype would still apply. */
9804 /* The GNU C library defines this for functions which it implements
9805 to always fail with ENOSYS. Some functions are actually named
9806 something starting with __ and the normal name is an alias. */
9807 #if defined (__stub_shl_load) || defined (__stub___shl_load)
9810 char (*f) () = shl_load;
9819 return f != shl_load;
9824 rm -f conftest.
$ac_objext conftest
$ac_exeext
9825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9826 (eval $ac_link) 2>conftest.er1
9828 grep -v '^ *+' conftest.er1
>conftest.err
9830 cat conftest.err
>&5
9831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832 (exit $ac_status); } &&
9833 { ac_try
='test -z "$ac_c_werror_flag"
9834 || test ! -s conftest.err'
9835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); }; } &&
9840 { ac_try
='test -s conftest$ac_exeext'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; }; then
9846 ac_cv_func_shl_load
=yes
9848 echo "$as_me: failed program was:" >&5
9849 sed 's/^/| /' conftest.
$ac_ext >&5
9851 ac_cv_func_shl_load
=no
9853 rm -f conftest.err conftest.
$ac_objext \
9854 conftest
$ac_exeext conftest.
$ac_ext
9856 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9857 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
9858 if test $ac_cv_func_shl_load = yes; then
9859 lt_cv_dlopen
="shl_load"
9861 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9862 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
9863 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9864 echo $ECHO_N "(cached) $ECHO_C" >&6
9866 ac_check_lib_save_LIBS
=$LIBS
9868 cat >conftest.
$ac_ext <<_ACEOF
9871 cat confdefs.h
>>conftest.
$ac_ext
9872 cat >>conftest.
$ac_ext <<_ACEOF
9873 /* end confdefs.h. */
9875 /* Override any gcc2 internal prototype to avoid an error. */
9879 /* We use char because int might match the return type of a gcc2
9880 builtin and then its argument prototype would still apply. */
9890 rm -f conftest.
$ac_objext conftest
$ac_exeext
9891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9892 (eval $ac_link) 2>conftest.er1
9894 grep -v '^ *+' conftest.er1
>conftest.err
9896 cat conftest.err
>&5
9897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9898 (exit $ac_status); } &&
9899 { ac_try
='test -z "$ac_c_werror_flag"
9900 || test ! -s conftest.err'
9901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9905 (exit $ac_status); }; } &&
9906 { ac_try
='test -s conftest$ac_exeext'
9907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); }; }; then
9912 ac_cv_lib_dld_shl_load
=yes
9914 echo "$as_me: failed program was:" >&5
9915 sed 's/^/| /' conftest.
$ac_ext >&5
9917 ac_cv_lib_dld_shl_load
=no
9919 rm -f conftest.err conftest.
$ac_objext \
9920 conftest
$ac_exeext conftest.
$ac_ext
9921 LIBS
=$ac_check_lib_save_LIBS
9923 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9924 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
9925 if test $ac_cv_lib_dld_shl_load = yes; then
9926 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-dld"
9928 echo "$as_me:$LINENO: checking for dlopen" >&5
9929 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9930 if test "${ac_cv_func_dlopen+set}" = set; then
9931 echo $ECHO_N "(cached) $ECHO_C" >&6
9933 cat >conftest.
$ac_ext <<_ACEOF
9936 cat confdefs.h
>>conftest.
$ac_ext
9937 cat >>conftest.
$ac_ext <<_ACEOF
9938 /* end confdefs.h. */
9939 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9940 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9941 #define dlopen innocuous_dlopen
9943 /* System header to define __stub macros and hopefully few prototypes,
9944 which can conflict with char dlopen (); below.
9945 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9946 <limits.h> exists even on freestanding compilers. */
9949 # include <limits.h>
9951 # include <assert.h>
9956 /* Override any gcc2 internal prototype to avoid an error. */
9961 /* We use char because int might match the return type of a gcc2
9962 builtin and then its argument prototype would still apply. */
9964 /* The GNU C library defines this for functions which it implements
9965 to always fail with ENOSYS. Some functions are actually named
9966 something starting with __ and the normal name is an alias. */
9967 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9970 char (*f) () = dlopen;
9984 rm -f conftest.
$ac_objext conftest
$ac_exeext
9985 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9986 (eval $ac_link) 2>conftest.er1
9988 grep -v '^ *+' conftest.er1
>conftest.err
9990 cat conftest.err
>&5
9991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9992 (exit $ac_status); } &&
9993 { ac_try
='test -z "$ac_c_werror_flag"
9994 || test ! -s conftest.err'
9995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9999 (exit $ac_status); }; } &&
10000 { ac_try
='test -s conftest$ac_exeext'
10001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10002 (eval $ac_try) 2>&5
10004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10005 (exit $ac_status); }; }; then
10006 ac_cv_func_dlopen
=yes
10008 echo "$as_me: failed program was:" >&5
10009 sed 's/^/| /' conftest.
$ac_ext >&5
10011 ac_cv_func_dlopen
=no
10013 rm -f conftest.err conftest.
$ac_objext \
10014 conftest
$ac_exeext conftest.
$ac_ext
10016 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10017 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
10018 if test $ac_cv_func_dlopen = yes; then
10019 lt_cv_dlopen
="dlopen"
10021 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10022 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10023 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10024 echo $ECHO_N "(cached) $ECHO_C" >&6
10026 ac_check_lib_save_LIBS
=$LIBS
10028 cat >conftest.
$ac_ext <<_ACEOF
10031 cat confdefs.h
>>conftest.
$ac_ext
10032 cat >>conftest.
$ac_ext <<_ACEOF
10033 /* end confdefs.h. */
10035 /* Override any gcc2 internal prototype to avoid an error. */
10039 /* We use char because int might match the return type of a gcc2
10040 builtin and then its argument prototype would still apply. */
10050 rm -f conftest.
$ac_objext conftest
$ac_exeext
10051 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10052 (eval $ac_link) 2>conftest.er1
10054 grep -v '^ *+' conftest.er1
>conftest.err
10056 cat conftest.err
>&5
10057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10058 (exit $ac_status); } &&
10059 { ac_try
='test -z "$ac_c_werror_flag"
10060 || test ! -s conftest.err'
10061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10062 (eval $ac_try) 2>&5
10064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10065 (exit $ac_status); }; } &&
10066 { ac_try
='test -s conftest$ac_exeext'
10067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10068 (eval $ac_try) 2>&5
10070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10071 (exit $ac_status); }; }; then
10072 ac_cv_lib_dl_dlopen
=yes
10074 echo "$as_me: failed program was:" >&5
10075 sed 's/^/| /' conftest.
$ac_ext >&5
10077 ac_cv_lib_dl_dlopen
=no
10079 rm -f conftest.err conftest.
$ac_objext \
10080 conftest
$ac_exeext conftest.
$ac_ext
10081 LIBS
=$ac_check_lib_save_LIBS
10083 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10084 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10085 if test $ac_cv_lib_dl_dlopen = yes; then
10086 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10088 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10089 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
10090 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10091 echo $ECHO_N "(cached) $ECHO_C" >&6
10093 ac_check_lib_save_LIBS
=$LIBS
10094 LIBS
="-lsvld $LIBS"
10095 cat >conftest.
$ac_ext <<_ACEOF
10098 cat confdefs.h
>>conftest.
$ac_ext
10099 cat >>conftest.
$ac_ext <<_ACEOF
10100 /* end confdefs.h. */
10102 /* Override any gcc2 internal prototype to avoid an error. */
10106 /* We use char because int might match the return type of a gcc2
10107 builtin and then its argument prototype would still apply. */
10117 rm -f conftest.
$ac_objext conftest
$ac_exeext
10118 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10119 (eval $ac_link) 2>conftest.er1
10121 grep -v '^ *+' conftest.er1
>conftest.err
10123 cat conftest.err
>&5
10124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10125 (exit $ac_status); } &&
10126 { ac_try
='test -z "$ac_c_werror_flag"
10127 || test ! -s conftest.err'
10128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10129 (eval $ac_try) 2>&5
10131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10132 (exit $ac_status); }; } &&
10133 { ac_try
='test -s conftest$ac_exeext'
10134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10135 (eval $ac_try) 2>&5
10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10138 (exit $ac_status); }; }; then
10139 ac_cv_lib_svld_dlopen
=yes
10141 echo "$as_me: failed program was:" >&5
10142 sed 's/^/| /' conftest.
$ac_ext >&5
10144 ac_cv_lib_svld_dlopen
=no
10146 rm -f conftest.err conftest.
$ac_objext \
10147 conftest
$ac_exeext conftest.
$ac_ext
10148 LIBS
=$ac_check_lib_save_LIBS
10150 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10151 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10152 if test $ac_cv_lib_svld_dlopen = yes; then
10153 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10155 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10156 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
10157 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10158 echo $ECHO_N "(cached) $ECHO_C" >&6
10160 ac_check_lib_save_LIBS
=$LIBS
10162 cat >conftest.
$ac_ext <<_ACEOF
10165 cat confdefs.h
>>conftest.
$ac_ext
10166 cat >>conftest.
$ac_ext <<_ACEOF
10167 /* end confdefs.h. */
10169 /* Override any gcc2 internal prototype to avoid an error. */
10173 /* We use char because int might match the return type of a gcc2
10174 builtin and then its argument prototype would still apply. */
10184 rm -f conftest.
$ac_objext conftest
$ac_exeext
10185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10186 (eval $ac_link) 2>conftest.er1
10188 grep -v '^ *+' conftest.er1
>conftest.err
10190 cat conftest.err
>&5
10191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10192 (exit $ac_status); } &&
10193 { ac_try
='test -z "$ac_c_werror_flag"
10194 || test ! -s conftest.err'
10195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10196 (eval $ac_try) 2>&5
10198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10199 (exit $ac_status); }; } &&
10200 { ac_try
='test -s conftest$ac_exeext'
10201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10202 (eval $ac_try) 2>&5
10204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10205 (exit $ac_status); }; }; then
10206 ac_cv_lib_dld_dld_link
=yes
10208 echo "$as_me: failed program was:" >&5
10209 sed 's/^/| /' conftest.
$ac_ext >&5
10211 ac_cv_lib_dld_dld_link
=no
10213 rm -f conftest.err conftest.
$ac_objext \
10214 conftest
$ac_exeext conftest.
$ac_ext
10215 LIBS
=$ac_check_lib_save_LIBS
10217 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10218 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10219 if test $ac_cv_lib_dld_dld_link = yes; then
10220 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-dld"
10241 if test "x$lt_cv_dlopen" != xno
; then
10247 case $lt_cv_dlopen in
10249 save_CPPFLAGS
="$CPPFLAGS"
10250 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10252 save_LDFLAGS
="$LDFLAGS"
10253 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10256 LIBS
="$lt_cv_dlopen_libs $LIBS"
10258 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10259 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10260 if test "${lt_cv_dlopen_self+set}" = set; then
10261 echo $ECHO_N "(cached) $ECHO_C" >&6
10263 if test "$cross_compiling" = yes; then :
10264 lt_cv_dlopen_self
=cross
10266 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10267 lt_status
=$lt_dlunknown
10268 cat > conftest.
$ac_ext <<_LT_EOF
10269 #line 10269 "configure"
10270 #include "confdefs.h"
10279 # define LT_DLGLOBAL RTLD_GLOBAL
10282 # define LT_DLGLOBAL DL_GLOBAL
10284 # define LT_DLGLOBAL 0
10288 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10289 find out it does not work in some platform. */
10290 #ifndef LT_DLLAZY_OR_NOW
10292 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10295 # define LT_DLLAZY_OR_NOW DL_LAZY
10298 # define LT_DLLAZY_OR_NOW RTLD_NOW
10301 # define LT_DLLAZY_OR_NOW DL_NOW
10303 # define LT_DLLAZY_OR_NOW 0
10311 extern "C" void exit (int);
10314 void fnord() { int i=42;}
10317 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10318 int status = $lt_dlunknown;
10322 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10323 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10324 /* dlclose (self); */
10332 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10333 (eval $ac_link) 2>&5
10335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10336 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10337 (.
/conftest
; exit; ) >&5 2>/dev
/null
10339 case x
$lt_status in
10340 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10341 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10342 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10345 # compilation failed
10346 lt_cv_dlopen_self
=no
10353 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10354 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10356 if test "x$lt_cv_dlopen_self" = xyes
; then
10357 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10358 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10359 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10360 if test "${lt_cv_dlopen_self_static+set}" = set; then
10361 echo $ECHO_N "(cached) $ECHO_C" >&6
10363 if test "$cross_compiling" = yes; then :
10364 lt_cv_dlopen_self_static
=cross
10366 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10367 lt_status
=$lt_dlunknown
10368 cat > conftest.
$ac_ext <<_LT_EOF
10369 #line 10369 "configure"
10370 #include "confdefs.h"
10379 # define LT_DLGLOBAL RTLD_GLOBAL
10382 # define LT_DLGLOBAL DL_GLOBAL
10384 # define LT_DLGLOBAL 0
10388 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10389 find out it does not work in some platform. */
10390 #ifndef LT_DLLAZY_OR_NOW
10392 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10395 # define LT_DLLAZY_OR_NOW DL_LAZY
10398 # define LT_DLLAZY_OR_NOW RTLD_NOW
10401 # define LT_DLLAZY_OR_NOW DL_NOW
10403 # define LT_DLLAZY_OR_NOW 0
10411 extern "C" void exit (int);
10414 void fnord() { int i=42;}
10417 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10418 int status = $lt_dlunknown;
10422 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10423 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10424 /* dlclose (self); */
10432 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10433 (eval $ac_link) 2>&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10437 (.
/conftest
; exit; ) >&5 2>/dev
/null
10439 case x
$lt_status in
10440 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10441 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10442 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10445 # compilation failed
10446 lt_cv_dlopen_self_static
=no
10453 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10454 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10457 CPPFLAGS
="$save_CPPFLAGS"
10458 LDFLAGS
="$save_LDFLAGS"
10463 case $lt_cv_dlopen_self in
10464 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10465 *) enable_dlopen_self
=unknown
;;
10468 case $lt_cv_dlopen_self_static in
10469 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10470 *) enable_dlopen_self_static
=unknown
;;
10492 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10493 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10494 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10495 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10496 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10497 echo "$as_me:$LINENO: result: yes" >&5
10498 echo "${ECHO_T}yes" >&6
10500 # FIXME - insert some real tests, host_os isn't really good enough
10503 if test -n "$STRIP" ; then
10504 striplib
="$STRIP -x"
10505 old_striplib
="$STRIP -S"
10506 echo "$as_me:$LINENO: result: yes" >&5
10507 echo "${ECHO_T}yes" >&6
10509 echo "$as_me:$LINENO: result: no" >&5
10510 echo "${ECHO_T}no" >&6
10514 echo "$as_me:$LINENO: result: no" >&5
10515 echo "${ECHO_T}no" >&6
10531 # Report which library types will actually be built
10532 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10533 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10534 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10535 echo "${ECHO_T}$can_build_shared" >&6
10537 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10538 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10539 test "$can_build_shared" = "no" && enable_shared
=no
10541 # On AIX, shared libraries and static libraries use the same namespace, and
10542 # are all built from PIC.
10545 test "$enable_shared" = yes && enable_static
=no
10546 if test -n "$RANLIB"; then
10547 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10548 postinstall_cmds
='$RANLIB $lib'
10553 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10554 test "$enable_shared" = yes && enable_static
=no
10558 echo "$as_me:$LINENO: result: $enable_shared" >&5
10559 echo "${ECHO_T}$enable_shared" >&6
10561 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10562 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10563 # Make sure either enable_shared or enable_static is yes.
10564 test "$enable_shared" = yes || enable_static
=yes
10565 echo "$as_me:$LINENO: result: $enable_static" >&5
10566 echo "${ECHO_T}$enable_static" >&6
10573 ac_cpp
='$CPP $CPPFLAGS'
10574 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10575 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10576 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10592 ac_config_commands
="$ac_config_commands libtool"
10597 # Only expand once:
10601 ALL_LINGUAS
="fr sv tr es da vi zh_CN zh_TW ga fi"
10602 # If we haven't got the data from the intl directory,
10603 # assume NLS is disabled.
10612 if test -f ..
/intl
/config.intl
; then
10613 . ..
/intl
/config.intl
10615 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10616 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10617 if test x
"$USE_NLS" != xyes
; then
10618 echo "$as_me:$LINENO: result: no" >&5
10619 echo "${ECHO_T}no" >&6
10621 echo "$as_me:$LINENO: result: yes" >&5
10622 echo "${ECHO_T}yes" >&6
10624 cat >>confdefs.h
<<\_ACEOF
10625 #define ENABLE_NLS 1
10629 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10630 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10631 # Look for .po and .gmo files in the source directory.
10634 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
10635 # If there aren't any .gmo files the shell will give us the
10636 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10638 case "$cat" in *\
**)
10641 # The quadruple backslash is collapsed to a double backslash
10642 # by the backticks, then collapsed again by the double quotes,
10643 # leaving us with one backslash in the sed expression (right
10644 # before the dot that mustn't act as a wildcard).
10645 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10646 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
10647 # The user is allowed to set LINGUAS to a list of languages to
10648 # install catalogs for. If it's empty that means "all of them."
10649 if test "x$LINGUAS" = x
; then
10650 CATALOGS
="$CATALOGS $cat"
10651 XLINGUAS
="$XLINGUAS $lang"
10653 case "$LINGUAS" in *$lang*)
10654 CATALOGS
="$CATALOGS $cat"
10655 XLINGUAS
="$XLINGUAS $lang"
10660 LINGUAS
="$XLINGUAS"
10661 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10662 echo "${ECHO_T}$LINGUAS" >&6
10676 if test -n "$ac_aux_dir"; then
10677 case "$ac_aux_dir" in
10678 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
10679 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10682 if test -z "$MKINSTALLDIRS"; then
10683 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
10688 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10689 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10690 # Check whether --enable-nls or --disable-nls was given.
10691 if test "${enable_nls+set}" = set; then
10692 enableval
="$enable_nls"
10697 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10698 echo "${ECHO_T}$USE_NLS" >&6
10705 # Prepare PATH_SEPARATOR.
10706 # The user is always right.
10707 if test "${PATH_SEPARATOR+set}" != set; then
10708 echo "#! /bin/sh" >conf$$.sh
10709 echo "exit 0" >>conf$$.sh
10711 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10719 # Find out how to test for executable files. Don't use a zero-byte file,
10720 # as systems may use methods other than mode bits to determine executability.
10721 cat >conf$$.
file <<_ASEOF
10725 chmod +x conf$$.
file
10726 if test -x conf$$.
file >/dev
/null
2>&1; then
10727 ac_executable_p
="test -x"
10729 ac_executable_p
="test -f"
10733 # Extract the first word of "msgfmt", so it can be a program name with args.
10734 set dummy msgfmt
; ac_word
=$2
10735 echo "$as_me:$LINENO: checking for $ac_word" >&5
10736 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10737 if test "${ac_cv_path_MSGFMT+set}" = set; then
10738 echo $ECHO_N "(cached) $ECHO_C" >&6
10742 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
10745 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10746 for ac_dir
in $PATH; do
10748 test -z "$ac_dir" && ac_dir
=.
10749 for ac_exec_ext
in '' $ac_executable_extensions; do
10750 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10751 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
10752 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10753 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
10760 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
10764 MSGFMT
="$ac_cv_path_MSGFMT"
10765 if test "$MSGFMT" != ":"; then
10766 echo "$as_me:$LINENO: result: $MSGFMT" >&5
10767 echo "${ECHO_T}$MSGFMT" >&6
10769 echo "$as_me:$LINENO: result: no" >&5
10770 echo "${ECHO_T}no" >&6
10773 # Extract the first word of "gmsgfmt", so it can be a program name with args.
10774 set dummy gmsgfmt
; ac_word
=$2
10775 echo "$as_me:$LINENO: checking for $ac_word" >&5
10776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10777 if test "${ac_cv_path_GMSGFMT+set}" = set; then
10778 echo $ECHO_N "(cached) $ECHO_C" >&6
10782 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
10785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10786 for as_dir
in $PATH
10789 test -z "$as_dir" && as_dir
=.
10790 for ac_exec_ext
in '' $ac_executable_extensions; do
10791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10792 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
10793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10799 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
10803 GMSGFMT
=$ac_cv_path_GMSGFMT
10805 if test -n "$GMSGFMT"; then
10806 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
10807 echo "${ECHO_T}$GMSGFMT" >&6
10809 echo "$as_me:$LINENO: result: no" >&5
10810 echo "${ECHO_T}no" >&6
10815 # Prepare PATH_SEPARATOR.
10816 # The user is always right.
10817 if test "${PATH_SEPARATOR+set}" != set; then
10818 echo "#! /bin/sh" >conf$$.sh
10819 echo "exit 0" >>conf$$.sh
10821 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10829 # Find out how to test for executable files. Don't use a zero-byte file,
10830 # as systems may use methods other than mode bits to determine executability.
10831 cat >conf$$.
file <<_ASEOF
10835 chmod +x conf$$.
file
10836 if test -x conf$$.
file >/dev
/null
2>&1; then
10837 ac_executable_p
="test -x"
10839 ac_executable_p
="test -f"
10843 # Extract the first word of "xgettext", so it can be a program name with args.
10844 set dummy xgettext
; ac_word
=$2
10845 echo "$as_me:$LINENO: checking for $ac_word" >&5
10846 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10847 if test "${ac_cv_path_XGETTEXT+set}" = set; then
10848 echo $ECHO_N "(cached) $ECHO_C" >&6
10850 case "$XGETTEXT" in
10852 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
10855 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10856 for ac_dir
in $PATH; do
10858 test -z "$ac_dir" && ac_dir
=.
10859 for ac_exec_ext
in '' $ac_executable_extensions; do
10860 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10861 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10862 (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
10863 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
10870 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
10874 XGETTEXT
="$ac_cv_path_XGETTEXT"
10875 if test "$XGETTEXT" != ":"; then
10876 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
10877 echo "${ECHO_T}$XGETTEXT" >&6
10879 echo "$as_me:$LINENO: result: no" >&5
10880 echo "${ECHO_T}no" >&6
10886 # Prepare PATH_SEPARATOR.
10887 # The user is always right.
10888 if test "${PATH_SEPARATOR+set}" != set; then
10889 echo "#! /bin/sh" >conf$$.sh
10890 echo "exit 0" >>conf$$.sh
10892 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10900 # Find out how to test for executable files. Don't use a zero-byte file,
10901 # as systems may use methods other than mode bits to determine executability.
10902 cat >conf$$.
file <<_ASEOF
10906 chmod +x conf$$.
file
10907 if test -x conf$$.
file >/dev
/null
2>&1; then
10908 ac_executable_p
="test -x"
10910 ac_executable_p
="test -f"
10914 # Extract the first word of "msgmerge", so it can be a program name with args.
10915 set dummy msgmerge
; ac_word
=$2
10916 echo "$as_me:$LINENO: checking for $ac_word" >&5
10917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10918 if test "${ac_cv_path_MSGMERGE+set}" = set; then
10919 echo $ECHO_N "(cached) $ECHO_C" >&6
10921 case "$MSGMERGE" in
10923 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
10926 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10927 for ac_dir
in $PATH; do
10929 test -z "$ac_dir" && ac_dir
=.
10930 for ac_exec_ext
in '' $ac_executable_extensions; do
10931 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10932 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
10933 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
10940 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
10944 MSGMERGE
="$ac_cv_path_MSGMERGE"
10945 if test "$MSGMERGE" != ":"; then
10946 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
10947 echo "${ECHO_T}$MSGMERGE" >&6
10949 echo "$as_me:$LINENO: result: no" >&5
10950 echo "${ECHO_T}no" >&6
10954 if test "$GMSGFMT" != ":"; then
10955 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
10956 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10959 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
10960 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
10961 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
10966 if test "$XGETTEXT" != ":"; then
10967 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10968 (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
10971 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
10972 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
10978 ac_config_commands
="$ac_config_commands default-1"
10984 for ac_prog
in 'bison -y' byacc
10986 # Extract the first word of "$ac_prog", so it can be a program name with args.
10987 set dummy
$ac_prog; ac_word
=$2
10988 echo "$as_me:$LINENO: checking for $ac_word" >&5
10989 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10990 if test "${ac_cv_prog_YACC+set}" = set; then
10991 echo $ECHO_N "(cached) $ECHO_C" >&6
10993 if test -n "$YACC"; then
10994 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
10996 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10997 for as_dir
in $PATH
11000 test -z "$as_dir" && as_dir
=.
11001 for ac_exec_ext
in '' $ac_executable_extensions; do
11002 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11003 ac_cv_prog_YACC
="$ac_prog"
11004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11012 YACC
=$ac_cv_prog_YACC
11013 if test -n "$YACC"; then
11014 echo "$as_me:$LINENO: result: $YACC" >&5
11015 echo "${ECHO_T}$YACC" >&6
11017 echo "$as_me:$LINENO: result: no" >&5
11018 echo "${ECHO_T}no" >&6
11021 test -n "$YACC" && break
11023 test -n "$YACC" || YACC
="yacc"
11025 for ac_prog
in flex
lex
11027 # Extract the first word of "$ac_prog", so it can be a program name with args.
11028 set dummy
$ac_prog; ac_word
=$2
11029 echo "$as_me:$LINENO: checking for $ac_word" >&5
11030 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11031 if test "${ac_cv_prog_LEX+set}" = set; then
11032 echo $ECHO_N "(cached) $ECHO_C" >&6
11034 if test -n "$LEX"; then
11035 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
11037 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11038 for as_dir
in $PATH
11041 test -z "$as_dir" && as_dir
=.
11042 for ac_exec_ext
in '' $ac_executable_extensions; do
11043 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11044 ac_cv_prog_LEX
="$ac_prog"
11045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11053 LEX
=$ac_cv_prog_LEX
11054 if test -n "$LEX"; then
11055 echo "$as_me:$LINENO: result: $LEX" >&5
11056 echo "${ECHO_T}$LEX" >&6
11058 echo "$as_me:$LINENO: result: no" >&5
11059 echo "${ECHO_T}no" >&6
11062 test -n "$LEX" && break
11064 test -n "$LEX" || LEX
=":"
11066 if test -z "$LEXLIB"
11068 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11069 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11070 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11071 echo $ECHO_N "(cached) $ECHO_C" >&6
11073 ac_check_lib_save_LIBS
=$LIBS
11075 cat >conftest.
$ac_ext <<_ACEOF
11078 cat confdefs.h
>>conftest.
$ac_ext
11079 cat >>conftest.
$ac_ext <<_ACEOF
11080 /* end confdefs.h. */
11082 /* Override any gcc2 internal prototype to avoid an error. */
11086 /* We use char because int might match the return type of a gcc2
11087 builtin and then its argument prototype would still apply. */
11097 rm -f conftest.
$ac_objext conftest
$ac_exeext
11098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11099 (eval $ac_link) 2>conftest.er1
11101 grep -v '^ *+' conftest.er1
>conftest.err
11103 cat conftest.err
>&5
11104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11105 (exit $ac_status); } &&
11106 { ac_try
='test -z "$ac_c_werror_flag"
11107 || test ! -s conftest.err'
11108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11109 (eval $ac_try) 2>&5
11111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11112 (exit $ac_status); }; } &&
11113 { ac_try
='test -s conftest$ac_exeext'
11114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11115 (eval $ac_try) 2>&5
11117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11118 (exit $ac_status); }; }; then
11119 ac_cv_lib_fl_yywrap
=yes
11121 echo "$as_me: failed program was:" >&5
11122 sed 's/^/| /' conftest.
$ac_ext >&5
11124 ac_cv_lib_fl_yywrap
=no
11126 rm -f conftest.err conftest.
$ac_objext \
11127 conftest
$ac_exeext conftest.
$ac_ext
11128 LIBS
=$ac_check_lib_save_LIBS
11130 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11131 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11132 if test $ac_cv_lib_fl_yywrap = yes; then
11135 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11136 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11137 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11138 echo $ECHO_N "(cached) $ECHO_C" >&6
11140 ac_check_lib_save_LIBS
=$LIBS
11142 cat >conftest.
$ac_ext <<_ACEOF
11145 cat confdefs.h
>>conftest.
$ac_ext
11146 cat >>conftest.
$ac_ext <<_ACEOF
11147 /* end confdefs.h. */
11149 /* Override any gcc2 internal prototype to avoid an error. */
11153 /* We use char because int might match the return type of a gcc2
11154 builtin and then its argument prototype would still apply. */
11164 rm -f conftest.
$ac_objext conftest
$ac_exeext
11165 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11166 (eval $ac_link) 2>conftest.er1
11168 grep -v '^ *+' conftest.er1
>conftest.err
11170 cat conftest.err
>&5
11171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11172 (exit $ac_status); } &&
11173 { ac_try
='test -z "$ac_c_werror_flag"
11174 || test ! -s conftest.err'
11175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11176 (eval $ac_try) 2>&5
11178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11179 (exit $ac_status); }; } &&
11180 { ac_try
='test -s conftest$ac_exeext'
11181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11182 (eval $ac_try) 2>&5
11184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11185 (exit $ac_status); }; }; then
11186 ac_cv_lib_l_yywrap
=yes
11188 echo "$as_me: failed program was:" >&5
11189 sed 's/^/| /' conftest.
$ac_ext >&5
11191 ac_cv_lib_l_yywrap
=no
11193 rm -f conftest.err conftest.
$ac_objext \
11194 conftest
$ac_exeext conftest.
$ac_ext
11195 LIBS
=$ac_check_lib_save_LIBS
11197 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11198 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11199 if test $ac_cv_lib_l_yywrap = yes; then
11207 if test "x$LEX" != "x:"; then
11208 echo "$as_me:$LINENO: checking lex output file root" >&5
11209 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11210 if test "${ac_cv_prog_lex_root+set}" = set; then
11211 echo $ECHO_N "(cached) $ECHO_C" >&6
11213 # The minimal lex program is just a single line: %%. But some broken lexes
11214 # (Solaris, I think it was) want two %% lines, so accommodate them.
11215 cat >conftest.l
<<_ACEOF
11219 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11220 (eval $LEX conftest.l
) 2>&5
11222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11223 (exit $ac_status); }
11224 if test -f lex.yy.c
; then
11225 ac_cv_prog_lex_root
=lex.yy
11226 elif test -f lexyy.c
; then
11227 ac_cv_prog_lex_root
=lexyy
11229 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11230 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11231 { (exit 1); exit 1; }; }
11234 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11235 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11237 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
11239 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11240 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11241 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11242 echo $ECHO_N "(cached) $ECHO_C" >&6
11244 # POSIX says lex can declare yytext either as a pointer or an array; the
11245 # default is implementation-dependent. Figure out which it is, since
11246 # not all implementations provide the %pointer and %array declarations.
11247 ac_cv_prog_lex_yytext_pointer
=no
11248 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11250 LIBS
="$LIBS $LEXLIB"
11251 cat >conftest.
$ac_ext <<_ACEOF
11252 `cat $LEX_OUTPUT_ROOT.c`
11254 rm -f conftest.
$ac_objext conftest
$ac_exeext
11255 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11256 (eval $ac_link) 2>conftest.er1
11258 grep -v '^ *+' conftest.er1
>conftest.err
11260 cat conftest.err
>&5
11261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11262 (exit $ac_status); } &&
11263 { ac_try
='test -z "$ac_c_werror_flag"
11264 || test ! -s conftest.err'
11265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11266 (eval $ac_try) 2>&5
11268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11269 (exit $ac_status); }; } &&
11270 { ac_try
='test -s conftest$ac_exeext'
11271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11272 (eval $ac_try) 2>&5
11274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11275 (exit $ac_status); }; }; then
11276 ac_cv_prog_lex_yytext_pointer
=yes
11278 echo "$as_me: failed program was:" >&5
11279 sed 's/^/| /' conftest.
$ac_ext >&5
11282 rm -f conftest.err conftest.
$ac_objext \
11283 conftest
$ac_exeext conftest.
$ac_ext
11285 rm -f "${LEX_OUTPUT_ROOT}.c"
11288 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11289 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11290 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11292 cat >>confdefs.h
<<\_ACEOF
11293 #define YYTEXT_POINTER 1
11299 if test "$LEX" = :; then
11300 LEX
=${am_missing_run}flex
11303 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
11304 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
11305 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11306 if test "${enable_maintainer_mode+set}" = set; then
11307 enableval
="$enable_maintainer_mode"
11308 USE_MAINTAINER_MODE
=$enableval
11310 USE_MAINTAINER_MODE
=no
11312 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
11313 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11316 if test $USE_MAINTAINER_MODE = yes; then
11317 MAINTAINER_MODE_TRUE
=
11318 MAINTAINER_MODE_FALSE
='#'
11320 MAINTAINER_MODE_TRUE
='#'
11321 MAINTAINER_MODE_FALSE
=
11324 MAINT
=$MAINTAINER_MODE_TRUE
11330 GENINSRC_NEVER_TRUE
=
11331 GENINSRC_NEVER_FALSE
='#'
11333 GENINSRC_NEVER_TRUE
='#'
11334 GENINSRC_NEVER_FALSE
=
11338 .
${srcdir}/configure.
host
11352 for ac_header
in string.h
strings.h stdlib.h unistd.h elf-hints.h limits.h sys
/param.h
11354 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11355 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11356 echo "$as_me:$LINENO: checking for $ac_header" >&5
11357 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11358 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11359 echo $ECHO_N "(cached) $ECHO_C" >&6
11361 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11362 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11364 # Is the header compilable?
11365 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11366 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11367 cat >conftest.
$ac_ext <<_ACEOF
11370 cat confdefs.h
>>conftest.
$ac_ext
11371 cat >>conftest.
$ac_ext <<_ACEOF
11372 /* end confdefs.h. */
11373 $ac_includes_default
11374 #include <$ac_header>
11376 rm -f conftest.
$ac_objext
11377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11378 (eval $ac_compile) 2>conftest.er1
11380 grep -v '^ *+' conftest.er1
>conftest.err
11382 cat conftest.err
>&5
11383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11384 (exit $ac_status); } &&
11385 { ac_try
='test -z "$ac_c_werror_flag"
11386 || test ! -s conftest.err'
11387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11388 (eval $ac_try) 2>&5
11390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11391 (exit $ac_status); }; } &&
11392 { ac_try
='test -s conftest.$ac_objext'
11393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11394 (eval $ac_try) 2>&5
11396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11397 (exit $ac_status); }; }; then
11398 ac_header_compiler
=yes
11400 echo "$as_me: failed program was:" >&5
11401 sed 's/^/| /' conftest.
$ac_ext >&5
11403 ac_header_compiler
=no
11405 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11406 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11407 echo "${ECHO_T}$ac_header_compiler" >&6
11409 # Is the header present?
11410 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11411 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11412 cat >conftest.
$ac_ext <<_ACEOF
11415 cat confdefs.h
>>conftest.
$ac_ext
11416 cat >>conftest.
$ac_ext <<_ACEOF
11417 /* end confdefs.h. */
11418 #include <$ac_header>
11420 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11421 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11423 grep -v '^ *+' conftest.er1
>conftest.err
11425 cat conftest.err
>&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } >/dev
/null
; then
11428 if test -s conftest.err
; then
11429 ac_cpp_err
=$ac_c_preproc_warn_flag
11430 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11437 if test -z "$ac_cpp_err"; then
11438 ac_header_preproc
=yes
11440 echo "$as_me: failed program was:" >&5
11441 sed 's/^/| /' conftest.
$ac_ext >&5
11443 ac_header_preproc
=no
11445 rm -f conftest.err conftest.
$ac_ext
11446 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11447 echo "${ECHO_T}$ac_header_preproc" >&6
11449 # So? What about this header?
11450 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11452 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11453 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11454 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11455 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11456 ac_header_preproc
=yes
11459 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11460 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11461 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11462 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11463 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11464 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11465 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11466 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11467 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11468 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11469 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11470 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11473 ## ------------------------------------------ ##
11474 ## Report this to the AC_PACKAGE_NAME lists. ##
11475 ## ------------------------------------------ ##
11478 sed "s/^/$as_me: WARNING: /" >&2
11481 echo "$as_me:$LINENO: checking for $ac_header" >&5
11482 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11483 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11484 echo $ECHO_N "(cached) $ECHO_C" >&6
11486 eval "$as_ac_Header=\$ac_header_preproc"
11488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11489 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11492 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11493 cat >>confdefs.h
<<_ACEOF
11494 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11506 for ac_func
in glob mkstemp realpath sbrk waitpid
11508 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11509 echo "$as_me:$LINENO: checking for $ac_func" >&5
11510 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11511 if eval "test \"\${$as_ac_var+set}\" = set"; then
11512 echo $ECHO_N "(cached) $ECHO_C" >&6
11514 cat >conftest.
$ac_ext <<_ACEOF
11517 cat confdefs.h
>>conftest.
$ac_ext
11518 cat >>conftest.
$ac_ext <<_ACEOF
11519 /* end confdefs.h. */
11520 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11522 #define $ac_func innocuous_$ac_func
11524 /* System header to define __stub macros and hopefully few prototypes,
11525 which can conflict with char $ac_func (); below.
11526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11527 <limits.h> exists even on freestanding compilers. */
11530 # include <limits.h>
11532 # include <assert.h>
11537 /* Override any gcc2 internal prototype to avoid an error. */
11542 /* We use char because int might match the return type of a gcc2
11543 builtin and then its argument prototype would still apply. */
11545 /* The GNU C library defines this for functions which it implements
11546 to always fail with ENOSYS. Some functions are actually named
11547 something starting with __ and the normal name is an alias. */
11548 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11551 char (*f) () = $ac_func;
11560 return f != $ac_func;
11565 rm -f conftest.
$ac_objext conftest
$ac_exeext
11566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11567 (eval $ac_link) 2>conftest.er1
11569 grep -v '^ *+' conftest.er1
>conftest.err
11571 cat conftest.err
>&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } &&
11574 { ac_try
='test -z "$ac_c_werror_flag"
11575 || test ! -s conftest.err'
11576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11577 (eval $ac_try) 2>&5
11579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11580 (exit $ac_status); }; } &&
11581 { ac_try
='test -s conftest$ac_exeext'
11582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11583 (eval $ac_try) 2>&5
11585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11586 (exit $ac_status); }; }; then
11587 eval "$as_ac_var=yes"
11589 echo "$as_me: failed program was:" >&5
11590 sed 's/^/| /' conftest.
$ac_ext >&5
11592 eval "$as_ac_var=no"
11594 rm -f conftest.err conftest.
$ac_objext \
11595 conftest
$ac_exeext conftest.
$ac_ext
11597 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11598 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11599 if test `eval echo '${'$as_ac_var'}'` = yes; then
11600 cat >>confdefs.h
<<_ACEOF
11601 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11612 ac_header_dirent
=no
11613 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
11614 as_ac_Header
=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
11615 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
11616 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
11617 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11618 echo $ECHO_N "(cached) $ECHO_C" >&6
11620 cat >conftest.
$ac_ext <<_ACEOF
11623 cat confdefs.h
>>conftest.
$ac_ext
11624 cat >>conftest.
$ac_ext <<_ACEOF
11625 /* end confdefs.h. */
11626 #include <sys/types.h>
11638 rm -f conftest.
$ac_objext
11639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11640 (eval $ac_compile) 2>conftest.er1
11642 grep -v '^ *+' conftest.er1
>conftest.err
11644 cat conftest.err
>&5
11645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11646 (exit $ac_status); } &&
11647 { ac_try
='test -z "$ac_c_werror_flag"
11648 || test ! -s conftest.err'
11649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11650 (eval $ac_try) 2>&5
11652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653 (exit $ac_status); }; } &&
11654 { ac_try
='test -s conftest.$ac_objext'
11655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11656 (eval $ac_try) 2>&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); }; }; then
11660 eval "$as_ac_Header=yes"
11662 echo "$as_me: failed program was:" >&5
11663 sed 's/^/| /' conftest.
$ac_ext >&5
11665 eval "$as_ac_Header=no"
11667 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11669 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11670 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11671 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11672 cat >>confdefs.h
<<_ACEOF
11673 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
11676 ac_header_dirent
=$ac_hdr; break
11680 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
11681 if test $ac_header_dirent = dirent.h
; then
11682 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11683 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11684 if test "${ac_cv_search_opendir+set}" = set; then
11685 echo $ECHO_N "(cached) $ECHO_C" >&6
11687 ac_func_search_save_LIBS
=$LIBS
11688 ac_cv_search_opendir
=no
11689 cat >conftest.
$ac_ext <<_ACEOF
11692 cat confdefs.h
>>conftest.
$ac_ext
11693 cat >>conftest.
$ac_ext <<_ACEOF
11694 /* end confdefs.h. */
11696 /* Override any gcc2 internal prototype to avoid an error. */
11700 /* We use char because int might match the return type of a gcc2
11701 builtin and then its argument prototype would still apply. */
11711 rm -f conftest.
$ac_objext conftest
$ac_exeext
11712 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11713 (eval $ac_link) 2>conftest.er1
11715 grep -v '^ *+' conftest.er1
>conftest.err
11717 cat conftest.err
>&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } &&
11720 { ac_try
='test -z "$ac_c_werror_flag"
11721 || test ! -s conftest.err'
11722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11723 (eval $ac_try) 2>&5
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); }; } &&
11727 { ac_try
='test -s conftest$ac_exeext'
11728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11729 (eval $ac_try) 2>&5
11731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 (exit $ac_status); }; }; then
11733 ac_cv_search_opendir
="none required"
11735 echo "$as_me: failed program was:" >&5
11736 sed 's/^/| /' conftest.
$ac_ext >&5
11739 rm -f conftest.err conftest.
$ac_objext \
11740 conftest
$ac_exeext conftest.
$ac_ext
11741 if test "$ac_cv_search_opendir" = no
; then
11742 for ac_lib
in dir
; do
11743 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11744 cat >conftest.
$ac_ext <<_ACEOF
11747 cat confdefs.h
>>conftest.
$ac_ext
11748 cat >>conftest.
$ac_ext <<_ACEOF
11749 /* end confdefs.h. */
11751 /* Override any gcc2 internal prototype to avoid an error. */
11755 /* We use char because int might match the return type of a gcc2
11756 builtin and then its argument prototype would still apply. */
11766 rm -f conftest.
$ac_objext conftest
$ac_exeext
11767 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11768 (eval $ac_link) 2>conftest.er1
11770 grep -v '^ *+' conftest.er1
>conftest.err
11772 cat conftest.err
>&5
11773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11774 (exit $ac_status); } &&
11775 { ac_try
='test -z "$ac_c_werror_flag"
11776 || test ! -s conftest.err'
11777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11778 (eval $ac_try) 2>&5
11780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11781 (exit $ac_status); }; } &&
11782 { ac_try
='test -s conftest$ac_exeext'
11783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11784 (eval $ac_try) 2>&5
11786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11787 (exit $ac_status); }; }; then
11788 ac_cv_search_opendir
="-l$ac_lib"
11791 echo "$as_me: failed program was:" >&5
11792 sed 's/^/| /' conftest.
$ac_ext >&5
11795 rm -f conftest.err conftest.
$ac_objext \
11796 conftest
$ac_exeext conftest.
$ac_ext
11799 LIBS
=$ac_func_search_save_LIBS
11801 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11802 echo "${ECHO_T}$ac_cv_search_opendir" >&6
11803 if test "$ac_cv_search_opendir" != no
; then
11804 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
11809 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11810 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11811 if test "${ac_cv_search_opendir+set}" = set; then
11812 echo $ECHO_N "(cached) $ECHO_C" >&6
11814 ac_func_search_save_LIBS
=$LIBS
11815 ac_cv_search_opendir
=no
11816 cat >conftest.
$ac_ext <<_ACEOF
11819 cat confdefs.h
>>conftest.
$ac_ext
11820 cat >>conftest.
$ac_ext <<_ACEOF
11821 /* end confdefs.h. */
11823 /* Override any gcc2 internal prototype to avoid an error. */
11827 /* We use char because int might match the return type of a gcc2
11828 builtin and then its argument prototype would still apply. */
11838 rm -f conftest.
$ac_objext conftest
$ac_exeext
11839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11840 (eval $ac_link) 2>conftest.er1
11842 grep -v '^ *+' conftest.er1
>conftest.err
11844 cat conftest.err
>&5
11845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11846 (exit $ac_status); } &&
11847 { ac_try
='test -z "$ac_c_werror_flag"
11848 || test ! -s conftest.err'
11849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11850 (eval $ac_try) 2>&5
11852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11853 (exit $ac_status); }; } &&
11854 { ac_try
='test -s conftest$ac_exeext'
11855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11856 (eval $ac_try) 2>&5
11858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11859 (exit $ac_status); }; }; then
11860 ac_cv_search_opendir
="none required"
11862 echo "$as_me: failed program was:" >&5
11863 sed 's/^/| /' conftest.
$ac_ext >&5
11866 rm -f conftest.err conftest.
$ac_objext \
11867 conftest
$ac_exeext conftest.
$ac_ext
11868 if test "$ac_cv_search_opendir" = no
; then
11869 for ac_lib
in x
; do
11870 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11871 cat >conftest.
$ac_ext <<_ACEOF
11874 cat confdefs.h
>>conftest.
$ac_ext
11875 cat >>conftest.
$ac_ext <<_ACEOF
11876 /* end confdefs.h. */
11878 /* Override any gcc2 internal prototype to avoid an error. */
11882 /* We use char because int might match the return type of a gcc2
11883 builtin and then its argument prototype would still apply. */
11893 rm -f conftest.
$ac_objext conftest
$ac_exeext
11894 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11895 (eval $ac_link) 2>conftest.er1
11897 grep -v '^ *+' conftest.er1
>conftest.err
11899 cat conftest.err
>&5
11900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11901 (exit $ac_status); } &&
11902 { ac_try
='test -z "$ac_c_werror_flag"
11903 || test ! -s conftest.err'
11904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11905 (eval $ac_try) 2>&5
11907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11908 (exit $ac_status); }; } &&
11909 { ac_try
='test -s conftest$ac_exeext'
11910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11911 (eval $ac_try) 2>&5
11913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); }; }; then
11915 ac_cv_search_opendir
="-l$ac_lib"
11918 echo "$as_me: failed program was:" >&5
11919 sed 's/^/| /' conftest.
$ac_ext >&5
11922 rm -f conftest.err conftest.
$ac_objext \
11923 conftest
$ac_exeext conftest.
$ac_ext
11926 LIBS
=$ac_func_search_save_LIBS
11928 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11929 echo "${ECHO_T}$ac_cv_search_opendir" >&6
11930 if test "$ac_cv_search_opendir" != no
; then
11931 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
11938 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
11939 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
11940 if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then
11941 echo $ECHO_N "(cached) $ECHO_C" >&6
11943 cat >conftest.
$ac_ext <<_ACEOF
11946 cat confdefs.h
>>conftest.
$ac_ext
11947 cat >>conftest.
$ac_ext <<_ACEOF
11948 /* end confdefs.h. */
11949 #include <unistd.h>
11953 extern int getopt (int, char *const*, const char *);
11958 rm -f conftest.
$ac_objext
11959 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11960 (eval $ac_compile) 2>conftest.er1
11962 grep -v '^ *+' conftest.er1
>conftest.err
11964 cat conftest.err
>&5
11965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11966 (exit $ac_status); } &&
11967 { ac_try
='test -z "$ac_c_werror_flag"
11968 || test ! -s conftest.err'
11969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); }; } &&
11974 { ac_try
='test -s conftest.$ac_objext'
11975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11976 (eval $ac_try) 2>&5
11978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11979 (exit $ac_status); }; }; then
11980 ld_cv_decl_getopt_unistd_h
=yes
11982 echo "$as_me: failed program was:" >&5
11983 sed 's/^/| /' conftest.
$ac_ext >&5
11985 ld_cv_decl_getopt_unistd_h
=no
11987 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11990 echo "$as_me:$LINENO: result: $ld_cv_decl_getopt_unistd_h" >&5
11991 echo "${ECHO_T}$ld_cv_decl_getopt_unistd_h" >&6
11992 if test $ld_cv_decl_getopt_unistd_h = yes; then
11994 cat >>confdefs.h
<<\_ACEOF
11995 #define HAVE_DECL_GETOPT 1
12002 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
12004 cat >>confdefs.h
<<\_ACEOF
12005 #define USE_BINARY_FOPEN 1
12010 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
12011 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
12012 if test "${ac_cv_have_decl_strstr+set}" = set; then
12013 echo $ECHO_N "(cached) $ECHO_C" >&6
12015 cat >conftest.
$ac_ext <<_ACEOF
12018 cat confdefs.h
>>conftest.
$ac_ext
12019 cat >>conftest.
$ac_ext <<_ACEOF
12020 /* end confdefs.h. */
12021 $ac_includes_default
12026 char *p = (char *) strstr;
12033 rm -f conftest.
$ac_objext
12034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12035 (eval $ac_compile) 2>conftest.er1
12037 grep -v '^ *+' conftest.er1
>conftest.err
12039 cat conftest.err
>&5
12040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12041 (exit $ac_status); } &&
12042 { ac_try
='test -z "$ac_c_werror_flag"
12043 || test ! -s conftest.err'
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try
='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
12055 ac_cv_have_decl_strstr
=yes
12057 echo "$as_me: failed program was:" >&5
12058 sed 's/^/| /' conftest.
$ac_ext >&5
12060 ac_cv_have_decl_strstr
=no
12062 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12064 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
12065 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
12066 if test $ac_cv_have_decl_strstr = yes; then
12068 cat >>confdefs.h
<<_ACEOF
12069 #define HAVE_DECL_STRSTR 1
12074 cat >>confdefs.h
<<_ACEOF
12075 #define HAVE_DECL_STRSTR 0
12080 echo "$as_me:$LINENO: checking whether free is declared" >&5
12081 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
12082 if test "${ac_cv_have_decl_free+set}" = set; then
12083 echo $ECHO_N "(cached) $ECHO_C" >&6
12085 cat >conftest.
$ac_ext <<_ACEOF
12088 cat confdefs.h
>>conftest.
$ac_ext
12089 cat >>conftest.
$ac_ext <<_ACEOF
12090 /* end confdefs.h. */
12091 $ac_includes_default
12096 char *p = (char *) free;
12103 rm -f conftest.
$ac_objext
12104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12105 (eval $ac_compile) 2>conftest.er1
12107 grep -v '^ *+' conftest.er1
>conftest.err
12109 cat conftest.err
>&5
12110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); } &&
12112 { ac_try
='test -z "$ac_c_werror_flag"
12113 || test ! -s conftest.err'
12114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12115 (eval $ac_try) 2>&5
12117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12118 (exit $ac_status); }; } &&
12119 { ac_try
='test -s conftest.$ac_objext'
12120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12121 (eval $ac_try) 2>&5
12123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12124 (exit $ac_status); }; }; then
12125 ac_cv_have_decl_free
=yes
12127 echo "$as_me: failed program was:" >&5
12128 sed 's/^/| /' conftest.
$ac_ext >&5
12130 ac_cv_have_decl_free
=no
12132 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12134 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
12135 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
12136 if test $ac_cv_have_decl_free = yes; then
12138 cat >>confdefs.h
<<_ACEOF
12139 #define HAVE_DECL_FREE 1
12144 cat >>confdefs.h
<<_ACEOF
12145 #define HAVE_DECL_FREE 0
12150 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
12151 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
12152 if test "${ac_cv_have_decl_sbrk+set}" = set; then
12153 echo $ECHO_N "(cached) $ECHO_C" >&6
12155 cat >conftest.
$ac_ext <<_ACEOF
12158 cat confdefs.h
>>conftest.
$ac_ext
12159 cat >>conftest.
$ac_ext <<_ACEOF
12160 /* end confdefs.h. */
12161 $ac_includes_default
12166 char *p = (char *) sbrk;
12173 rm -f conftest.
$ac_objext
12174 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12175 (eval $ac_compile) 2>conftest.er1
12177 grep -v '^ *+' conftest.er1
>conftest.err
12179 cat conftest.err
>&5
12180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181 (exit $ac_status); } &&
12182 { ac_try
='test -z "$ac_c_werror_flag"
12183 || test ! -s conftest.err'
12184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12185 (eval $ac_try) 2>&5
12187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); }; } &&
12189 { ac_try
='test -s conftest.$ac_objext'
12190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12191 (eval $ac_try) 2>&5
12193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12194 (exit $ac_status); }; }; then
12195 ac_cv_have_decl_sbrk
=yes
12197 echo "$as_me: failed program was:" >&5
12198 sed 's/^/| /' conftest.
$ac_ext >&5
12200 ac_cv_have_decl_sbrk
=no
12202 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12204 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
12205 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
12206 if test $ac_cv_have_decl_sbrk = yes; then
12208 cat >>confdefs.h
<<_ACEOF
12209 #define HAVE_DECL_SBRK 1
12214 cat >>confdefs.h
<<_ACEOF
12215 #define HAVE_DECL_SBRK 0
12220 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
12221 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
12222 if test "${ac_cv_have_decl_getenv+set}" = set; then
12223 echo $ECHO_N "(cached) $ECHO_C" >&6
12225 cat >conftest.
$ac_ext <<_ACEOF
12228 cat confdefs.h
>>conftest.
$ac_ext
12229 cat >>conftest.
$ac_ext <<_ACEOF
12230 /* end confdefs.h. */
12231 $ac_includes_default
12236 char *p = (char *) getenv;
12243 rm -f conftest.
$ac_objext
12244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12245 (eval $ac_compile) 2>conftest.er1
12247 grep -v '^ *+' conftest.er1
>conftest.err
12249 cat conftest.err
>&5
12250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12251 (exit $ac_status); } &&
12252 { ac_try
='test -z "$ac_c_werror_flag"
12253 || test ! -s conftest.err'
12254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12255 (eval $ac_try) 2>&5
12257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12258 (exit $ac_status); }; } &&
12259 { ac_try
='test -s conftest.$ac_objext'
12260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12261 (eval $ac_try) 2>&5
12263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12264 (exit $ac_status); }; }; then
12265 ac_cv_have_decl_getenv
=yes
12267 echo "$as_me: failed program was:" >&5
12268 sed 's/^/| /' conftest.
$ac_ext >&5
12270 ac_cv_have_decl_getenv
=no
12272 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12274 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
12275 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
12276 if test $ac_cv_have_decl_getenv = yes; then
12278 cat >>confdefs.h
<<_ACEOF
12279 #define HAVE_DECL_GETENV 1
12284 cat >>confdefs.h
<<_ACEOF
12285 #define HAVE_DECL_GETENV 0
12290 echo "$as_me:$LINENO: checking whether environ is declared" >&5
12291 echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
12292 if test "${ac_cv_have_decl_environ+set}" = set; then
12293 echo $ECHO_N "(cached) $ECHO_C" >&6
12295 cat >conftest.
$ac_ext <<_ACEOF
12298 cat confdefs.h
>>conftest.
$ac_ext
12299 cat >>conftest.
$ac_ext <<_ACEOF
12300 /* end confdefs.h. */
12301 $ac_includes_default
12306 char *p = (char *) environ;
12313 rm -f conftest.
$ac_objext
12314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12315 (eval $ac_compile) 2>conftest.er1
12317 grep -v '^ *+' conftest.er1
>conftest.err
12319 cat conftest.err
>&5
12320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12321 (exit $ac_status); } &&
12322 { ac_try
='test -z "$ac_c_werror_flag"
12323 || test ! -s conftest.err'
12324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12325 (eval $ac_try) 2>&5
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); }; } &&
12329 { ac_try
='test -s conftest.$ac_objext'
12330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12331 (eval $ac_try) 2>&5
12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12334 (exit $ac_status); }; }; then
12335 ac_cv_have_decl_environ
=yes
12337 echo "$as_me: failed program was:" >&5
12338 sed 's/^/| /' conftest.
$ac_ext >&5
12340 ac_cv_have_decl_environ
=no
12342 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12344 echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
12345 echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
12346 if test $ac_cv_have_decl_environ = yes; then
12348 cat >>confdefs.h
<<_ACEOF
12349 #define HAVE_DECL_ENVIRON 1
12354 cat >>confdefs.h
<<_ACEOF
12355 #define HAVE_DECL_ENVIRON 0
12363 # When converting linker scripts into strings for use in emulation
12364 # files, use astring.sed if the compiler supports ANSI string
12365 # concatenation, or ostring.sed otherwise. This is to support the
12366 # broken Microsoft MSVC compiler, which limits the length of string
12367 # constants, while still supporting pre-ANSI compilers which do not
12368 # support string concatenation.
12369 echo "$as_me:$LINENO: checking whether ANSI C string concatenation works" >&5
12370 echo $ECHO_N "checking whether ANSI C string concatenation works... $ECHO_C" >&6
12371 if test "${ld_cv_string_concatenation+set}" = set; then
12372 echo $ECHO_N "(cached) $ECHO_C" >&6
12374 cat >conftest.
$ac_ext <<_ACEOF
12377 cat confdefs.h
>>conftest.
$ac_ext
12378 cat >>conftest.
$ac_ext <<_ACEOF
12379 /* end confdefs.h. */
12389 rm -f conftest.
$ac_objext
12390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12391 (eval $ac_compile) 2>conftest.er1
12393 grep -v '^ *+' conftest.er1
>conftest.err
12395 cat conftest.err
>&5
12396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12397 (exit $ac_status); } &&
12398 { ac_try
='test -z "$ac_c_werror_flag"
12399 || test ! -s conftest.err'
12400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12401 (eval $ac_try) 2>&5
12403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12404 (exit $ac_status); }; } &&
12405 { ac_try
='test -s conftest.$ac_objext'
12406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12407 (eval $ac_try) 2>&5
12409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12410 (exit $ac_status); }; }; then
12411 ld_cv_string_concatenation
=yes
12413 echo "$as_me: failed program was:" >&5
12414 sed 's/^/| /' conftest.
$ac_ext >&5
12416 ld_cv_string_concatenation
=no
12418 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12421 echo "$as_me:$LINENO: result: $ld_cv_string_concatenation" >&5
12422 echo "${ECHO_T}$ld_cv_string_concatenation" >&6
12423 if test "$ld_cv_string_concatenation" = "yes"; then
12424 STRINGIFY
=astring.
sed
12426 STRINGIFY
=ostring.
sed
12430 # target-specific stuff:
12440 for targ_alias
in `echo $target_alias $enable_targets | sed 's/,/ /g'`
12442 if test "$targ_alias" = "all"; then
12445 # Canonicalize the secondary target names.
12446 result
=`$ac_config_sub $targ_alias 2>/dev/null`
12447 if test -n "$result"; then
12453 .
${srcdir}/configure.tgt
12455 if test "$targ" = "$target"; then
12459 if test x
${want64} = xfalse
; then
12460 .
${srcdir}/..
/bfd
/config.bfd
12463 if test x
${want64} = xtrue
; then
12464 targ_extra_emuls
="$targ_extra_emuls $targ64_extra_emuls"
12465 targ_extra_libpath
="$targ_extra_libpath $targ64_extra_libpath"
12468 for i
in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
12469 case " $all_emuls " in
12472 all_emuls
="$all_emuls e${i}.o"
12473 eval result
=\
$tdir_$i
12474 test -z "$result" && result
=$targ_alias
12475 echo tdir_
$i=$result >> tdirs
12480 for i
in $targ_emul $targ_extra_libpath; do
12481 case " $all_libpath " in
12484 if test -z "$all_libpath"; then
12487 all_libpath
="$all_libpath ${i}"
12493 for i
in $targ_extra_ofiles; do
12494 case " $all_emul_extras " in
12497 all_emul_extras
="$all_emul_extras ${i}"
12509 if test x
${all_targets} = xtrue
; then
12510 if test x
${want64} = xfalse
; then
12511 echo "$as_me:$LINENO: checking for long" >&5
12512 echo $ECHO_N "checking for long... $ECHO_C" >&6
12513 if test "${ac_cv_type_long+set}" = set; then
12514 echo $ECHO_N "(cached) $ECHO_C" >&6
12516 cat >conftest.
$ac_ext <<_ACEOF
12519 cat confdefs.h
>>conftest.
$ac_ext
12520 cat >>conftest.
$ac_ext <<_ACEOF
12521 /* end confdefs.h. */
12522 $ac_includes_default
12534 rm -f conftest.
$ac_objext
12535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12536 (eval $ac_compile) 2>conftest.er1
12538 grep -v '^ *+' conftest.er1
>conftest.err
12540 cat conftest.err
>&5
12541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12542 (exit $ac_status); } &&
12543 { ac_try
='test -z "$ac_c_werror_flag"
12544 || test ! -s conftest.err'
12545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12546 (eval $ac_try) 2>&5
12548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12549 (exit $ac_status); }; } &&
12550 { ac_try
='test -s conftest.$ac_objext'
12551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12552 (eval $ac_try) 2>&5
12554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12555 (exit $ac_status); }; }; then
12556 ac_cv_type_long
=yes
12558 echo "$as_me: failed program was:" >&5
12559 sed 's/^/| /' conftest.
$ac_ext >&5
12563 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12565 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12566 echo "${ECHO_T}$ac_cv_type_long" >&6
12568 echo "$as_me:$LINENO: checking size of long" >&5
12569 echo $ECHO_N "checking size of long... $ECHO_C" >&6
12570 if test "${ac_cv_sizeof_long+set}" = set; then
12571 echo $ECHO_N "(cached) $ECHO_C" >&6
12573 if test "$ac_cv_type_long" = yes; then
12574 # The cast to unsigned long works around a bug in the HP C Compiler
12575 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12576 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12577 # This bug is HP SR number 8606223364.
12578 if test "$cross_compiling" = yes; then
12579 # Depending upon the size, compute the lo and hi bounds.
12580 cat >conftest.
$ac_ext <<_ACEOF
12583 cat confdefs.h
>>conftest.
$ac_ext
12584 cat >>conftest.
$ac_ext <<_ACEOF
12585 /* end confdefs.h. */
12586 $ac_includes_default
12590 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12597 rm -f conftest.
$ac_objext
12598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12599 (eval $ac_compile) 2>conftest.er1
12601 grep -v '^ *+' conftest.er1
>conftest.err
12603 cat conftest.err
>&5
12604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12605 (exit $ac_status); } &&
12606 { ac_try
='test -z "$ac_c_werror_flag"
12607 || test ! -s conftest.err'
12608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12609 (eval $ac_try) 2>&5
12611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612 (exit $ac_status); }; } &&
12613 { ac_try
='test -s conftest.$ac_objext'
12614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12615 (eval $ac_try) 2>&5
12617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12618 (exit $ac_status); }; }; then
12621 cat >conftest.
$ac_ext <<_ACEOF
12624 cat confdefs.h
>>conftest.
$ac_ext
12625 cat >>conftest.
$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 $ac_includes_default
12631 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12638 rm -f conftest.
$ac_objext
12639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12640 (eval $ac_compile) 2>conftest.er1
12642 grep -v '^ *+' conftest.er1
>conftest.err
12644 cat conftest.err
>&5
12645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12646 (exit $ac_status); } &&
12647 { ac_try
='test -z "$ac_c_werror_flag"
12648 || test ! -s conftest.err'
12649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12650 (eval $ac_try) 2>&5
12652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12653 (exit $ac_status); }; } &&
12654 { ac_try
='test -s conftest.$ac_objext'
12655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12656 (eval $ac_try) 2>&5
12658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12659 (exit $ac_status); }; }; then
12660 ac_hi
=$ac_mid; break
12662 echo "$as_me: failed program was:" >&5
12663 sed 's/^/| /' conftest.
$ac_ext >&5
12665 ac_lo
=`expr $ac_mid + 1`
12666 if test $ac_lo -le $ac_mid; then
12670 ac_mid
=`expr 2 '*' $ac_mid + 1`
12672 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12675 echo "$as_me: failed program was:" >&5
12676 sed 's/^/| /' conftest.
$ac_ext >&5
12678 cat >conftest.
$ac_ext <<_ACEOF
12681 cat confdefs.h
>>conftest.
$ac_ext
12682 cat >>conftest.
$ac_ext <<_ACEOF
12683 /* end confdefs.h. */
12684 $ac_includes_default
12688 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12695 rm -f conftest.
$ac_objext
12696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12697 (eval $ac_compile) 2>conftest.er1
12699 grep -v '^ *+' conftest.er1
>conftest.err
12701 cat conftest.err
>&5
12702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12703 (exit $ac_status); } &&
12704 { ac_try
='test -z "$ac_c_werror_flag"
12705 || test ! -s conftest.err'
12706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12707 (eval $ac_try) 2>&5
12709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12710 (exit $ac_status); }; } &&
12711 { ac_try
='test -s conftest.$ac_objext'
12712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12713 (eval $ac_try) 2>&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); }; }; then
12719 cat >conftest.
$ac_ext <<_ACEOF
12722 cat confdefs.h
>>conftest.
$ac_ext
12723 cat >>conftest.
$ac_ext <<_ACEOF
12724 /* end confdefs.h. */
12725 $ac_includes_default
12729 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12736 rm -f conftest.
$ac_objext
12737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12738 (eval $ac_compile) 2>conftest.er1
12740 grep -v '^ *+' conftest.er1
>conftest.err
12742 cat conftest.err
>&5
12743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12744 (exit $ac_status); } &&
12745 { ac_try
='test -z "$ac_c_werror_flag"
12746 || test ! -s conftest.err'
12747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12748 (eval $ac_try) 2>&5
12750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12751 (exit $ac_status); }; } &&
12752 { ac_try
='test -s conftest.$ac_objext'
12753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12754 (eval $ac_try) 2>&5
12756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12757 (exit $ac_status); }; }; then
12758 ac_lo
=$ac_mid; break
12760 echo "$as_me: failed program was:" >&5
12761 sed 's/^/| /' conftest.
$ac_ext >&5
12763 ac_hi
=`expr '(' $ac_mid ')' - 1`
12764 if test $ac_mid -le $ac_hi; then
12768 ac_mid
=`expr 2 '*' $ac_mid`
12770 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12773 echo "$as_me: failed program was:" >&5
12774 sed 's/^/| /' conftest.
$ac_ext >&5
12778 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12780 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12781 # Binary search between lo and hi bounds.
12782 while test "x$ac_lo" != "x$ac_hi"; do
12783 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12784 cat >conftest.
$ac_ext <<_ACEOF
12787 cat confdefs.h
>>conftest.
$ac_ext
12788 cat >>conftest.
$ac_ext <<_ACEOF
12789 /* end confdefs.h. */
12790 $ac_includes_default
12794 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12801 rm -f conftest.
$ac_objext
12802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12803 (eval $ac_compile) 2>conftest.er1
12805 grep -v '^ *+' conftest.er1
>conftest.err
12807 cat conftest.err
>&5
12808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12809 (exit $ac_status); } &&
12810 { ac_try
='test -z "$ac_c_werror_flag"
12811 || test ! -s conftest.err'
12812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12813 (eval $ac_try) 2>&5
12815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12816 (exit $ac_status); }; } &&
12817 { ac_try
='test -s conftest.$ac_objext'
12818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12819 (eval $ac_try) 2>&5
12821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12822 (exit $ac_status); }; }; then
12825 echo "$as_me: failed program was:" >&5
12826 sed 's/^/| /' conftest.
$ac_ext >&5
12828 ac_lo
=`expr '(' $ac_mid ')' + 1`
12830 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12833 ?
*) ac_cv_sizeof_long
=$ac_lo;;
12834 '') { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12835 echo "$as_me: error: in \`$ac_pwd':" >&2;}
12836 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12837 See \`config.log' for more details." >&5
12838 echo "$as_me: error: cannot compute sizeof (long), 77
12839 See \`config.log' for more details." >&2;}
12840 { (exit 1); exit 1; }; }; } ;;
12843 if test "$cross_compiling" = yes; then
12844 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12845 echo "$as_me: error: in \`$ac_pwd':" >&2;}
12846 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12847 See \`config.log' for more details." >&5
12848 echo "$as_me: error: cannot run test program while cross compiling
12849 See \`config.log' for more details." >&2;}
12850 { (exit 1); exit 1; }; }; }
12852 cat >conftest.
$ac_ext <<_ACEOF
12855 cat confdefs.h
>>conftest.
$ac_ext
12856 cat >>conftest.
$ac_ext <<_ACEOF
12857 /* end confdefs.h. */
12858 $ac_includes_default
12859 long longval () { return (long) (sizeof (long)); }
12860 unsigned long ulongval () { return (long) (sizeof (long)); }
12862 #include <stdlib.h>
12867 FILE *f = fopen ("conftest.val", "w");
12870 if (((long) (sizeof (long))) < 0)
12872 long i = longval ();
12873 if (i != ((long) (sizeof (long))))
12875 fprintf (f, "%ld\n", i);
12879 unsigned long i = ulongval ();
12880 if (i != ((long) (sizeof (long))))
12882 fprintf (f, "%lu\n", i);
12884 exit (ferror (f) || fclose (f) != 0);
12890 rm -f conftest
$ac_exeext
12891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12892 (eval $ac_link) 2>&5
12894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12895 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12897 (eval $ac_try) 2>&5
12899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12900 (exit $ac_status); }; }; then
12901 ac_cv_sizeof_long
=`cat conftest.val`
12903 echo "$as_me: program exited with status $ac_status" >&5
12904 echo "$as_me: failed program was:" >&5
12905 sed 's/^/| /' conftest.
$ac_ext >&5
12907 ( exit $ac_status )
12908 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12909 echo "$as_me: error: in \`$ac_pwd':" >&2;}
12910 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12911 See \`config.log' for more details." >&5
12912 echo "$as_me: error: cannot compute sizeof (long), 77
12913 See \`config.log' for more details." >&2;}
12914 { (exit 1); exit 1; }; }; }
12916 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12921 ac_cv_sizeof_long
=0
12924 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
12925 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
12926 cat >>confdefs.h
<<_ACEOF
12927 #define SIZEOF_LONG $ac_cv_sizeof_long
12931 if test "x${ac_cv_sizeof_long}" = "x8"; then
12935 if test x
${want64} = xtrue
; then
12936 EMULATION_OFILES
='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
12938 EMULATION_OFILES
='$(ALL_EMULATIONS)'
12940 EMUL_EXTRA_OFILES
='$(ALL_EMUL_EXTRA_OFILES)'
12942 EMULATION_OFILES
=$all_emuls
12943 EMUL_EXTRA_OFILES
=$all_emul_extras
12949 EMULATION_LIBPATH
=$all_libpath
12952 if test x
${enable_static} = xno
; then
12953 TESTBFDLIB
="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
12955 TESTBFDLIB
="../bfd/.libs/libbfd.a"
12959 target_vendor
=${target_vendor=$host_vendor}
12960 case "$target_vendor" in
12961 hp
) EXTRA_SHLIB_EXTENSION
=".sl" ;;
12962 *) EXTRA_SHLIB_EXTENSION
= ;;
12965 case "$target_os" in
12966 lynxos
) EXTRA_SHLIB_EXTENSION
=".a" ;;
12969 if test x
${EXTRA_SHLIB_EXTENSION} != x
; then
12971 cat >>confdefs.h
<<_ACEOF
12972 #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
12981 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12982 cat >confcache
<<\_ACEOF
12983 # This file is a shell script that caches the results of configure
12984 # tests run on this system so they can be shared between configure
12985 # scripts and configure runs, see configure's option --config-cache.
12986 # It is not useful on other systems. If it contains results you don't
12987 # want to keep, you may remove or edit it.
12989 # config.status only pays attention to the cache file if you give it
12990 # the --recheck option to rerun configure.
12992 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12993 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12994 # following values.
12998 # The following way of writing the cache mishandles newlines in values,
12999 # but we know of no workaround that is simple, portable, and efficient.
13000 # So, don't put newlines in cache variables' values.
13001 # Ultrix sh set writes to stderr and can't be redirected directly,
13002 # and sets the high bit in the cache file unless we assign to the vars.
13005 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13007 # `set' does not quote correctly, so add quotes (double-quote
13008 # substitution turns \\\\ into \\, and sed turns \\ into \).
13011 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13014 # `set' quotes correctly as required by POSIX, so do not add quotes.
13016 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13023 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13025 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13027 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
13028 if test -w $cache_file; then
13029 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
13030 cat confcache
>$cache_file
13032 echo "not updating unwritable cache $cache_file"
13037 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
13038 # Let make expand exec_prefix.
13039 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
13041 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13042 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13043 # trailing colons and then remove the whole line if VPATH becomes empty
13044 # (actually we leave an empty line to preserve line numbers).
13045 if test "x$srcdir" = x.
; then
13046 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
13047 s/:*\$(srcdir):*/:/;
13048 s/:*\${srcdir}:*/:/;
13050 s/^\([^=]*=[ ]*\):*/\1/;
13056 DEFS
=-DHAVE_CONFIG_H
13060 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
13061 # 1. Remove the extension, and $U if already installed.
13062 ac_i
=`echo "$ac_i" |
13063 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13065 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
13066 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
13068 LIBOBJS
=$ac_libobjs
13070 LTLIBOBJS
=$ac_ltlibobjs
13073 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13074 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
13075 Usually this means the macro was only invoked conditionally." >&5
13076 echo "$as_me: error: conditional \"AMDEP\" was never defined.
13077 Usually this means the macro was only invoked conditionally." >&2;}
13078 { (exit 1); exit 1; }; }
13080 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13081 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
13082 Usually this means the macro was only invoked conditionally." >&5
13083 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
13084 Usually this means the macro was only invoked conditionally." >&2;}
13085 { (exit 1); exit 1; }; }
13087 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13088 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
13089 Usually this means the macro was only invoked conditionally." >&5
13090 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
13091 Usually this means the macro was only invoked conditionally." >&2;}
13092 { (exit 1); exit 1; }; }
13094 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
13095 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
13096 Usually this means the macro was only invoked conditionally." >&5
13097 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
13098 Usually this means the macro was only invoked conditionally." >&2;}
13099 { (exit 1); exit 1; }; }
13102 : ${CONFIG_STATUS=./config.status}
13103 ac_clean_files_save
=$ac_clean_files
13104 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
13105 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13106 echo "$as_me: creating $CONFIG_STATUS" >&6;}
13107 cat >$CONFIG_STATUS <<_ACEOF
13109 # Generated by $as_me.
13110 # Run this file to recreate the current configuration.
13111 # Compiler output produced by configure, useful for debugging
13112 # configure, is in config.log if it exists.
13115 ac_cs_recheck=false
13117 SHELL=\${CONFIG_SHELL-$SHELL}
13120 cat >>$CONFIG_STATUS <<\_ACEOF
13121 ## --------------------- ##
13122 ## M4sh Initialization. ##
13123 ## --------------------- ##
13125 # Be Bourne compatible
13126 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
13129 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13130 # is contrary to our usage. Disable this feature.
13131 alias -g '${1+"$@"}'='"$@"'
13132 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
13135 DUALCASE
=1; export DUALCASE
# for MKS sh
13137 # Support unset when possible.
13138 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
13145 # Work around bugs in pre-3.0 UWIN ksh.
13146 $as_unset ENV MAIL MAILPATH
13153 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13154 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13155 LC_TELEPHONE LC_TIME
13157 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13158 eval $as_var=C
; export $as_var
13164 # Required to use basename.
13165 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13171 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
13172 as_basename
=basename
13178 # Name of the executable.
13179 as_me
=`$as_basename "$0" ||
13180 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13181 X"$0" : 'X\(//\)$' \| \
13182 X"$0" : 'X\(/\)$' \| \
13183 . : '\(.\)' 2>/dev/null ||
13185 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13186 /^X\/\(\/\/\)$/{ s//\1/; q; }
13187 /^X\/\(\/\).*/{ s//\1/; q; }
13191 # PATH needs CR, and LINENO needs CR and PATH.
13192 # Avoid depending upon Character Ranges.
13193 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
13194 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13195 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
13196 as_cr_digits
='0123456789'
13197 as_cr_alnum
=$as_cr_Letters$as_cr_digits
13199 # The user is always right.
13200 if test "${PATH_SEPARATOR+set}" != set; then
13201 echo "#! /bin/sh" >conf$$.sh
13202 echo "exit 0" >>conf$$.sh
13204 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13213 as_lineno_1
=$LINENO
13214 as_lineno_2
=$LINENO
13215 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
13216 test "x$as_lineno_1" != "x$as_lineno_2" &&
13217 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
13218 # Find who we are. Look in the path if we contain no path at all
13221 *[\\/]* ) as_myself
=$0 ;;
13222 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13223 for as_dir
in $PATH
13226 test -z "$as_dir" && as_dir
=.
13227 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
13232 # We did not find ourselves, most probably we were run as `sh COMMAND'
13233 # in which case we are not to be found in the path.
13234 if test "x$as_myself" = x
; then
13237 if test ! -f "$as_myself"; then
13238 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13239 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13240 { (exit 1); exit 1; }; }
13242 case $CONFIG_SHELL in
13244 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13245 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
13248 test -z "$as_dir" && as_dir
=.
13249 for as_base
in sh bash ksh sh5
; do
13252 if ("$as_dir/$as_base" -c '
13253 as_lineno_1=$LINENO
13254 as_lineno_2=$LINENO
13255 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13256 test "x$as_lineno_1" != "x$as_lineno_2" &&
13257 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
13258 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
13259 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
13260 CONFIG_SHELL
=$as_dir/$as_base
13261 export CONFIG_SHELL
13262 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13270 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13271 # uniformly replaced by the line number. The first 'sed' inserts a
13272 # line-number line before each line; the second 'sed' does the real
13273 # work. The second script uses 'N' to pair each line-number line
13274 # with the numbered line, and appends trailing '-' during
13275 # substitution so that $LINENO is not a special case at line end.
13276 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13277 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13278 sed '=' <$as_myself |
13283 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13286 s,^['$as_cr_digits']*\n,,
13287 ' >$as_me.lineno
&&
13288 chmod +x
$as_me.lineno ||
13289 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13290 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13291 { (exit 1); exit 1; }; }
13293 # Don't try to exec as it changes $[0], causing all sort of problems
13294 # (the dirname of $[0] is not the place where we might find the
13295 # original and so on. Autoconf is especially sensible to this).
13297 # Exit status is that of the last command.
13302 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13303 *c
*,-n*) ECHO_N
= ECHO_C
='
13305 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
13306 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
13309 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13315 rm -f conf$$ conf$$.exe conf$$.
file
13317 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
13318 # We could just check for DJGPP; but this test a) works b) is more generic
13319 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13320 if test -f conf$$.exe
; then
13321 # Don't use ln at all; we don't have any links
13326 elif ln conf$$.
file conf$$
2>/dev
/null
; then
13331 rm -f conf$$ conf$$.exe conf$$.
file
13333 if mkdir
-p .
2>/dev
/null
; then
13336 test -d .
/-p && rmdir .
/-p
13340 as_executable_p
="test -f"
13342 # Sed expression to map a string onto a valid CPP name.
13343 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13345 # Sed expression to map a string onto a valid variable name.
13346 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13350 # We need space, tab and new line, in precisely that order.
13360 # Open the log real soon, to keep \$[0] and so on meaningful, and to
13361 # report actual input values of CONFIG_FILES etc. instead of their
13362 # values after options handling. Logging --version etc. is OK.
13366 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13367 ## Running $as_me. ##
13372 This file was extended by $as_me, which was
13373 generated by GNU Autoconf 2.59. Invocation command line was
13375 CONFIG_FILES = $CONFIG_FILES
13376 CONFIG_HEADERS = $CONFIG_HEADERS
13377 CONFIG_LINKS = $CONFIG_LINKS
13378 CONFIG_COMMANDS = $CONFIG_COMMANDS
13382 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13386 # Files that config.status was made for.
13387 if test -n "$ac_config_files"; then
13388 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13391 if test -n "$ac_config_headers"; then
13392 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13395 if test -n "$ac_config_links"; then
13396 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13399 if test -n "$ac_config_commands"; then
13400 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13403 cat >>$CONFIG_STATUS <<\_ACEOF
13406 \`$as_me' instantiates files from templates according to the
13407 current configuration.
13409 Usage: $0 [OPTIONS] [FILE]...
13411 -h, --help print this help, then exit
13412 -V, --version print version number, then exit
13413 -q, --quiet do not print progress messages
13414 -d, --debug don't remove temporary files
13415 --recheck update $as_me by reconfiguring in the same conditions
13416 --file=FILE[:TEMPLATE]
13417 instantiate the configuration file FILE
13418 --header=FILE[:TEMPLATE]
13419 instantiate the configuration header FILE
13421 Configuration files:
13424 Configuration headers:
13427 Configuration commands:
13430 Report bugs to <bug-autoconf@gnu.org>."
13433 cat >>$CONFIG_STATUS <<_ACEOF
13436 configured by $0, generated by GNU Autoconf 2.59,
13437 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13439 Copyright (C) 2003 Free Software Foundation, Inc.
13440 This config.status script is free software; the Free Software Foundation
13441 gives unlimited permission to copy, distribute and modify it."
13446 cat >>$CONFIG_STATUS <<\_ACEOF
13447 # If no file are specified by the user, then we need to provide default
13448 # value. By we need to know if files were specified by the user.
13454 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
13455 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
13463 *) # This is not an option, so the user has probably given explicit
13466 ac_need_defaults
=false
;;
13470 # Handling of the options.
13472 cat >>$CONFIG_STATUS <<\_ACEOF
13473 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13475 --version |
--vers* |
-V )
13476 echo "$ac_cs_version"; exit 0 ;;
13478 # Conflict between --help and --header
13479 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13480 Try \`$0 --help' for more information." >&5
13481 echo "$as_me: error: ambiguous option: $1
13482 Try \`$0 --help' for more information." >&2;}
13483 { (exit 1); exit 1; }; };;
13484 --help |
--hel |
-h )
13485 echo "$ac_cs_usage"; exit 0 ;;
13486 --debug |
--d* |
-d )
13488 --file |
--fil |
--fi |
--f )
13490 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
13491 ac_need_defaults
=false
;;
13492 --header |
--heade |
--head |
--hea )
13494 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
13495 ac_need_defaults
=false
;;
13496 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13497 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13500 # This is an error.
13501 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13502 Try \`$0 --help' for more information." >&5
13503 echo "$as_me: error: unrecognized option: $1
13504 Try \`$0 --help' for more information." >&2;}
13505 { (exit 1); exit 1; }; } ;;
13507 *) ac_config_targets
="$ac_config_targets $1" ;;
13513 ac_configure_extra_args
=
13515 if $ac_cs_silent; then
13517 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13521 cat >>$CONFIG_STATUS <<_ACEOF
13522 if \$ac_cs_recheck; then
13523 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13524 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13529 cat >>$CONFIG_STATUS <<_ACEOF
13531 # INIT-COMMANDS section.
13534 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13537 # The HP-UX ksh and POSIX shell print the target directory to stdout
13538 # if CDPATH is set.
13539 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13541 sed_quote_subst='$sed_quote_subst'
13542 double_quote_subst='$double_quote_subst'
13543 delay_variable_subst='$delay_variable_subst'
13544 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
13545 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
13546 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
13547 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
13548 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
13549 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
13550 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
13551 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
13552 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
13553 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
13554 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
13555 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
13556 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
13557 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
13558 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
13559 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
13560 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
13561 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
13562 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
13563 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
13564 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
13565 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
13566 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
13567 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
13568 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
13569 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
13570 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
13571 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13572 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
13573 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
13574 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
13575 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13576 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
13577 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
13578 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13579 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13580 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13581 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
13582 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13583 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
13584 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
13585 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
13586 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
13587 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
13588 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
13589 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
13590 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
13591 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
13592 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
13593 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
13594 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
13595 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
13596 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
13597 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
13598 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
13599 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13600 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13601 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
13602 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
13603 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13604 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13605 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
13606 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13607 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13608 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13609 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13610 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13611 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13612 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
13613 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13614 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13615 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13616 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
13617 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
13618 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
13619 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
13620 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
13621 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13622 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
13623 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
13624 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
13625 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
13626 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
13627 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13628 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13629 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13630 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13631 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
13632 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
13633 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
13634 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
13635 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
13636 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13637 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13638 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
13639 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13640 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
13641 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13642 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13643 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13644 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13645 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
13646 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
13647 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13648 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13649 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
13650 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
13651 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
13652 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
13653 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
13654 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
13657 LTCFLAGS='$LTCFLAGS'
13658 compiler='$compiler_DEFAULT'
13660 # Quote evaled strings.
13671 deplibs_check_method \
13680 lt_cv_sys_global_symbol_pipe \
13681 lt_cv_sys_global_symbol_to_cdecl \
13682 lt_cv_sys_global_symbol_to_c_name_address \
13685 lt_prog_compiler_no_builtin_flag \
13686 lt_prog_compiler_wl \
13687 lt_prog_compiler_pic \
13688 lt_prog_compiler_static \
13689 lt_cv_prog_compiler_c_o \
13692 export_dynamic_flag_spec \
13693 whole_archive_flag_spec \
13694 compiler_needs_object \
13696 allow_undefined_flag \
13697 no_undefined_flag \
13698 hardcode_libdir_flag_spec \
13699 hardcode_libdir_flag_spec_ld \
13700 hardcode_libdir_separator \
13705 variables_saved_for_relink \
13707 library_names_spec \
13712 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13713 *[\\\\\\\`\\"\\\$]*)
13714 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13717 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13722 # Double-quote double-evaled strings.
13723 for var in reload_cmds \
13724 old_postinstall_cmds \
13725 old_postuninstall_cmds \
13727 extract_expsyms_cmds \
13728 old_archive_from_new_cmds \
13729 old_archive_from_expsyms_cmds \
13731 archive_expsym_cmds \
13733 module_expsym_cmds \
13734 export_symbols_cmds \
13737 postuninstall_cmds \
13739 sys_lib_search_path_spec \
13740 sys_lib_dlsearch_path_spec; do
13741 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13742 *[\\\\\\\`\\"\\\$]*)
13743 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13746 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13751 # Fix-up fallback echo if it was mangled by the above quoting rules.
13753 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
13757 ac_aux_dir='$ac_aux_dir'
13758 xsi_shell='$xsi_shell'
13759 lt_shell_append='$lt_shell_append'
13761 # See if we are running on zsh, and set the options which allow our
13762 # commands through without removal of \ escapes INIT.
13763 if test -n "\${ZSH_VERSION+set}" ; then
13764 setopt NO_GLOB_SUBST
13770 TIMESTAMP='$TIMESTAMP'
13776 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13777 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13779 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13780 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13781 LINGUAS="${LINGUAS-%UNSET%}"
13788 cat >>$CONFIG_STATUS <<\_ACEOF
13789 for ac_config_target
in $ac_config_targets
13791 case "$ac_config_target" in
13792 # Handling of arguments.
13793 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13794 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13795 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
13796 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
13797 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
13798 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
13799 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13800 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13801 { (exit 1); exit 1; }; };;
13805 # If the user did not use the arguments to specify the items to instantiate,
13806 # then the envvar interface is used. Set only those that are not.
13807 # We use the long form for the default assignment because of an extremely
13808 # bizarre bug on SunOS 4.1.3.
13809 if $ac_need_defaults; then
13810 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13811 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
13812 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
13815 # Have a temporary directory for convenience. Make it in the build tree
13816 # simply because there is no reason to put it here, and in addition,
13817 # creating and moving files from /tmp can sometimes cause problems.
13818 # Create a temporary directory, and hook for its removal unless debugging.
13821 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13822 trap '{ (exit 1); exit 1; }' 1 2 13 15
13825 # Create a (secure) tmp directory for tmp files.
13828 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13829 test -n "$tmp" && test -d "$tmp"
13832 tmp
=.
/confstat$$
-$RANDOM
13833 (umask 077 && mkdir
$tmp)
13836 echo "$me: cannot create a temporary directory in ." >&2
13837 { (exit 1); exit 1; }
13842 cat >>$CONFIG_STATUS <<_ACEOF
13845 # CONFIG_FILES section.
13848 # No need to generate the scripts if there are no CONFIG_FILES.
13849 # This happens for instance when ./config.status config.h
13850 if test -n "\$CONFIG_FILES"; then
13851 # Protect against being on the right side of a sed subst in config.status.
13852 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13853 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13854 s,@SHELL@,$SHELL,;t t
13855 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13856 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13857 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13858 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13859 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13860 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13861 s,@exec_prefix@,$exec_prefix,;t t
13862 s,@prefix@,$prefix,;t t
13863 s,@program_transform_name@,$program_transform_name,;t t
13864 s,@bindir@,$bindir,;t t
13865 s,@sbindir@,$sbindir,;t t
13866 s,@libexecdir@,$libexecdir,;t t
13867 s,@datadir@,$datadir,;t t
13868 s,@sysconfdir@,$sysconfdir,;t t
13869 s,@sharedstatedir@,$sharedstatedir,;t t
13870 s,@localstatedir@,$localstatedir,;t t
13871 s,@libdir@,$libdir,;t t
13872 s,@includedir@,$includedir,;t t
13873 s,@oldincludedir@,$oldincludedir,;t t
13874 s,@infodir@,$infodir,;t t
13875 s,@mandir@,$mandir,;t t
13876 s,@build_alias@,$build_alias,;t t
13877 s,@host_alias@,$host_alias,;t t
13878 s,@target_alias@,$target_alias,;t t
13879 s,@DEFS@,$DEFS,;t t
13880 s,@ECHO_C@,$ECHO_C,;t t
13881 s,@ECHO_N@,$ECHO_N,;t t
13882 s,@ECHO_T@,$ECHO_T,;t t
13883 s,@LIBS@,$LIBS,;t t
13884 s,@build@,$build,;t t
13885 s,@build_cpu@,$build_cpu,;t t
13886 s,@build_vendor@,$build_vendor,;t t
13887 s,@build_os@,$build_os,;t t
13888 s,@host@,$host,;t t
13889 s,@host_cpu@,$host_cpu,;t t
13890 s,@host_vendor@,$host_vendor,;t t
13891 s,@host_os@,$host_os,;t t
13892 s,@target@,$target,;t t
13893 s,@target_cpu@,$target_cpu,;t t
13894 s,@target_vendor@,$target_vendor,;t t
13895 s,@target_os@,$target_os,;t t
13897 s,@CFLAGS@,$CFLAGS,;t t
13898 s,@LDFLAGS@,$LDFLAGS,;t t
13899 s,@CPPFLAGS@,$CPPFLAGS,;t t
13900 s,@ac_ct_CC@,$ac_ct_CC,;t t
13901 s,@EXEEXT@,$EXEEXT,;t t
13902 s,@OBJEXT@,$OBJEXT,;t t
13903 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13904 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13905 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13906 s,@CYGPATH_W@,$CYGPATH_W,;t t
13907 s,@PACKAGE@,$PACKAGE,;t t
13908 s,@VERSION@,$VERSION,;t t
13909 s,@ACLOCAL@,$ACLOCAL,;t t
13910 s,@AUTOCONF@,$AUTOCONF,;t t
13911 s,@AUTOMAKE@,$AUTOMAKE,;t t
13912 s,@AUTOHEADER@,$AUTOHEADER,;t t
13913 s,@MAKEINFO@,$MAKEINFO,;t t
13914 s,@install_sh@,$install_sh,;t t
13915 s,@STRIP@,$STRIP,;t t
13916 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
13917 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
13918 s,@mkdir_p@,$mkdir_p,;t t
13920 s,@SET_MAKE@,$SET_MAKE,;t t
13921 s,@am__leading_dot@,$am__leading_dot,;t t
13922 s,@AMTAR@,$AMTAR,;t t
13923 s,@am__tar@,$am__tar,;t t
13924 s,@am__untar@,$am__untar,;t t
13925 s,@DEPDIR@,$DEPDIR,;t t
13926 s,@am__include@,$am__include,;t t
13927 s,@am__quote@,$am__quote,;t t
13928 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
13929 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
13930 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
13931 s,@CCDEPMODE@,$CCDEPMODE,;t t
13932 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
13933 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
13934 s,@use_sysroot@,$use_sysroot,;t t
13935 s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
13936 s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
13937 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
13938 s,@NO_WERROR@,$NO_WERROR,;t t
13939 s,@LIBTOOL@,$LIBTOOL,;t t
13941 s,@EGREP@,$EGREP,;t t
13942 s,@FGREP@,$FGREP,;t t
13943 s,@GREP@,$GREP,;t t
13945 s,@DUMPBIN@,$DUMPBIN,;t t
13946 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
13948 s,@LN_S@,$LN_S,;t t
13950 s,@ac_ct_AR@,$ac_ct_AR,;t t
13951 s,@RANLIB@,$RANLIB,;t t
13952 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
13953 s,@lt_ECHO@,$lt_ECHO,;t t
13955 s,@USE_NLS@,$USE_NLS,;t t
13956 s,@LIBINTL@,$LIBINTL,;t t
13957 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
13958 s,@INCINTL@,$INCINTL,;t t
13959 s,@XGETTEXT@,$XGETTEXT,;t t
13960 s,@GMSGFMT@,$GMSGFMT,;t t
13961 s,@POSUB@,$POSUB,;t t
13962 s,@CATALOGS@,$CATALOGS,;t t
13963 s,@DATADIRNAME@,$DATADIRNAME,;t t
13964 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
13965 s,@GENCAT@,$GENCAT,;t t
13966 s,@CATOBJEXT@,$CATOBJEXT,;t t
13967 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
13968 s,@MSGFMT@,$MSGFMT,;t t
13969 s,@MSGMERGE@,$MSGMERGE,;t t
13970 s,@YACC@,$YACC,;t t
13972 s,@LEXLIB@,$LEXLIB,;t t
13973 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
13974 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13975 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13976 s,@MAINT@,$MAINT,;t t
13977 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
13978 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
13979 s,@HDEFINES@,$HDEFINES,;t t
13980 s,@HOSTING_CRT0@,$HOSTING_CRT0,;t t
13981 s,@HOSTING_LIBS@,$HOSTING_LIBS,;t t
13982 s,@NATIVE_LIB_DIRS@,$NATIVE_LIB_DIRS,;t t
13983 s,@STRINGIFY@,$STRINGIFY,;t t
13984 s,@EMUL@,$EMUL,;t t
13985 s,@EMULATION_OFILES@,$EMULATION_OFILES,;t t
13986 s,@EMUL_EXTRA_OFILES@,$EMUL_EXTRA_OFILES,;t t
13987 s,@LIB_PATH@,$LIB_PATH,;t t
13988 s,@EMULATION_LIBPATH@,$EMULATION_LIBPATH,;t t
13989 s,@TESTBFDLIB@,$TESTBFDLIB,;t t
13990 s,@datarootdir@,$datarootdir,;t t
13991 s,@docdir@,$docdir,;t t
13992 s,@htmldir@,$htmldir,;t t
13993 s,@LIBOBJS@,$LIBOBJS,;t t
13994 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
14001 cat >>$CONFIG_STATUS <<\_ACEOF
14002 # Split the substitutions into bite-sized pieces for seds with
14003 # small command number limits, like on Digital OSF/1 and HP-UX.
14004 ac_max_sed_lines
=48
14005 ac_sed_frag
=1 # Number of current file.
14006 ac_beg
=1 # First line for current file.
14007 ac_end
=$ac_max_sed_lines # Line after last line for current file.
14010 while $ac_more_lines; do
14011 if test $ac_beg -gt 1; then
14012 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
14014 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
14016 if test ! -s $tmp/subs.frag
; then
14017 ac_more_lines
=false
14019 # The purpose of the label and of the branching condition is to
14020 # speed up the sed processing (if there are no `@' at all, there
14021 # is no need to browse any of the substitutions).
14022 # These are the two extra sed commands mentioned above.
14024 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
14025 if test -z "$ac_sed_cmds"; then
14026 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
14028 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
14030 ac_sed_frag
=`expr $ac_sed_frag + 1`
14032 ac_end
=`expr $ac_end + $ac_max_sed_lines`
14035 if test -z "$ac_sed_cmds"; then
14038 fi # test -n "$CONFIG_FILES"
14041 cat >>$CONFIG_STATUS <<\_ACEOF
14042 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
14043 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14045 - |
*:- |
*:-:* ) # input from stdin
14047 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14048 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14049 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14050 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14051 * ) ac_file_in
=$ac_file.
in ;;
14054 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
14055 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
14056 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14057 X"$ac_file" : 'X\(//\)[^/]' \| \
14058 X"$ac_file" : 'X\(//\)$' \| \
14059 X"$ac_file" : 'X\(/\)' \| \
14060 . : '\(.\)' 2>/dev/null ||
14062 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14063 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14064 /^X\(\/\/\)$/{ s//\1/; q; }
14065 /^X\(\/\).*/{ s//\1/; q; }
14067 { if $as_mkdir_p; then
14072 while test ! -d "$as_dir"; do
14073 as_dirs
="$as_dir $as_dirs"
14074 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14075 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14076 X"$as_dir" : 'X\(//\)[^/]' \| \
14077 X"$as_dir" : 'X\(//\)$' \| \
14078 X"$as_dir" : 'X\(/\)' \| \
14079 . : '\(.\)' 2>/dev/null ||
14081 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14082 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14083 /^X\(\/\/\)$/{ s//\1/; q; }
14084 /^X\(\/\).*/{ s//\1/; q; }
14087 test ! -n "$as_dirs" || mkdir
$as_dirs
14088 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14089 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14090 { (exit 1); exit 1; }; }; }
14094 if test "$ac_dir" != .
; then
14095 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14096 # A "../" for each directory in $ac_dir_suffix.
14097 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14099 ac_dir_suffix
= ac_top_builddir
=
14103 .
) # No --srcdir option. We are building in place.
14105 if test -z "$ac_top_builddir"; then
14108 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
14110 [\\/]* | ?
:[\\/]* ) # Absolute path.
14111 ac_srcdir
=$srcdir$ac_dir_suffix;
14112 ac_top_srcdir
=$srcdir ;;
14113 *) # Relative path.
14114 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14115 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14118 # Do not use `cd foo && pwd` to compute absolute paths, because
14119 # the directories may not exist.
14121 .
) ac_abs_builddir
="$ac_dir";;
14124 .
) ac_abs_builddir
=`pwd`;;
14125 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
14126 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
14129 case $ac_abs_builddir in
14130 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14132 case ${ac_top_builddir}.
in
14133 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
14134 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14135 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
14138 case $ac_abs_builddir in
14139 .
) ac_abs_srcdir
=$ac_srcdir;;
14142 .
) ac_abs_srcdir
=$ac_abs_builddir;;
14143 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
14144 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
14147 case $ac_abs_builddir in
14148 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
14150 case $ac_top_srcdir in
14151 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
14152 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
14153 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
14159 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
14160 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
14163 if test x
"$ac_file" != x-
; then
14164 { echo "$as_me:$LINENO: creating $ac_file" >&5
14165 echo "$as_me: creating $ac_file" >&6;}
14168 # Let's still pretend it is `configure' which instantiates (i.e., don't
14169 # use $as_me), people would be surprised to read:
14170 # /* config.h. Generated by config.status. */
14171 if test x
"$ac_file" = x-
; then
14174 configure_input
="$ac_file. "
14176 configure_input
=$configure_input"Generated from `echo $ac_file_in |
14177 sed 's,.*/,,'` by configure."
14179 # First look for the input files in the build tree, otherwise in the
14181 ac_file_inputs
=`IFS=:
14182 for f in $ac_file_in; do
14184 -) echo $tmp/stdin ;;
14186 # Absolute (can't be DOS-style, as IFS=:)
14187 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14188 echo "$as_me: error: cannot find input file: $f" >&2;}
14189 { (exit 1); exit 1; }; }
14192 if test -f "$f"; then
14195 elif test -f "$srcdir/$f"; then
14200 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14201 echo "$as_me: error: cannot find input file: $f" >&2;}
14202 { (exit 1); exit 1; }; }
14205 done` ||
{ (exit 1); exit 1; }
14207 cat >>$CONFIG_STATUS <<_ACEOF
14211 cat >>$CONFIG_STATUS <<\_ACEOF
14213 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14214 s
,@configure_input@
,$configure_input,;t t
14215 s
,@srcdir@
,$ac_srcdir,;t t
14216 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
14217 s
,@top_srcdir@
,$ac_top_srcdir,;t t
14218 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
14219 s
,@builddir@
,$ac_builddir,;t t
14220 s
,@abs_builddir@
,$ac_abs_builddir,;t t
14221 s
,@top_builddir@
,$ac_top_builddir,;t t
14222 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
14223 s
,@INSTALL@
,$ac_INSTALL,;t t
14224 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14226 if test x"$ac_file" != x-; then
14227 mv $tmp/out $ac_file
14235 cat >>$CONFIG_STATUS <<\_ACEOF
14238 # CONFIG_HEADER section.
14241 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
14242 # NAME is the cpp macro being defined and VALUE is the value it is being given.
14244 # ac_d sets the value in "#define NAME VALUE" lines.
14245 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14246 ac_dB
='[ ].*$,\1#\2'
14249 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14250 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14251 ac_uB
='$,\1#\2define\3'
14255 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
14256 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14258 - |
*:- |
*:-:* ) # input from stdin
14260 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14261 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14262 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14263 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14264 * ) ac_file_in
=$ac_file.
in ;;
14267 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
14268 echo "$as_me: creating $ac_file" >&6;}
14270 # First look for the input files in the build tree, otherwise in the
14272 ac_file_inputs
=`IFS=:
14273 for f in $ac_file_in; do
14275 -) echo $tmp/stdin ;;
14277 # Absolute (can't be DOS-style, as IFS=:)
14278 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14279 echo "$as_me: error: cannot find input file: $f" >&2;}
14280 { (exit 1); exit 1; }; }
14281 # Do quote $f, to prevent DOS paths from being IFS'd.
14284 if test -f "$f"; then
14287 elif test -f "$srcdir/$f"; then
14292 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14293 echo "$as_me: error: cannot find input file: $f" >&2;}
14294 { (exit 1); exit 1; }; }
14297 done` ||
{ (exit 1); exit 1; }
14298 # Remove the trailing spaces.
14299 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14303 # Transform confdefs.h into two sed scripts, `conftest.defines' and
14304 # `conftest.undefs', that substitutes the proper values into
14305 # config.h.in to produce config.h. The first handles `#define'
14306 # templates, and the second `#undef' templates.
14307 # And first: Protect against being on the right side of a sed subst in
14308 # config.status. Protect against being in an unquoted here document
14309 # in config.status.
14310 rm -f conftest.defines conftest.undefs
14311 # Using a here document instead of a string reduces the quoting nightmare.
14312 # Putting comments in sed scripts is not portable.
14314 # `end' is used to avoid that the second main sed command (meant for
14315 # 0-ary CPP macros) applies to n-ary macro definitions.
14316 # See the Autoconf documentation for `clear'.
14317 cat >confdef2sed.
sed <<\_ACEOF
14322 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14324 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14327 # If some macros were called several times there might be several times
14328 # the same #defines, which is useless. Nevertheless, we may not want to
14329 # sort them, since we want the *last* AC-DEFINE to be honored.
14330 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14331 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14332 rm -f confdef2sed.sed
14334 # This sed command replaces #undef with comments. This is necessary, for
14335 # example, in the case of _POSIX_SOURCE, which is predefined and required
14336 # on some systems where configure will not decide to define it.
14337 cat >>conftest.undefs <<\_ACEOF
14338 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14341 # Break up conftest.defines because some shells have a limit on the size
14342 # of here documents, and old seds have small limits too (100 cmds).
14343 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14344 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14345 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14346 echo ' :' >>$CONFIG_STATUS
14347 rm -f conftest.tail
14348 while grep . conftest.defines >/dev/null
14350 # Write a limited-size here document to $tmp/defines.sed.
14351 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14352 # Speed up: don't consider the non `#define' lines.
14353 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14354 # Work around the forget-to-reset-the-flag bug.
14355 echo 't clr' >>$CONFIG_STATUS
14356 echo ': clr' >>$CONFIG_STATUS
14357 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
14359 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14361 mv $tmp/out $tmp/in
14363 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
14364 rm -f conftest.defines
14365 mv conftest.
tail conftest.defines
14367 rm -f conftest.defines
14368 echo ' fi # grep' >>$CONFIG_STATUS
14369 echo >>$CONFIG_STATUS
14371 # Break up conftest.undefs because some shells have a limit on the size
14372 # of here documents, and old seds have small limits too (100 cmds).
14373 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14374 rm -f conftest.
tail
14375 while grep . conftest.undefs
>/dev
/null
14377 # Write a limited-size here document to $tmp/undefs.sed.
14378 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14379 # Speed up: don't consider the non
`#undef'
14380 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14381 # Work around the forget-to-reset-the-flag bug.
14382 echo 't clr' >>$CONFIG_STATUS
14383 echo ': clr' >>$CONFIG_STATUS
14384 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14386 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14388 mv $tmp/out $tmp/in
14390 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14391 rm -f conftest.undefs
14392 mv conftest.tail conftest.undefs
14394 rm -f conftest.undefs
14396 cat >>$CONFIG_STATUS <<\_ACEOF
14397 # Let's still pretend it is `configure
' which instantiates (i.e., don't
14398 # use $as_me), people would be surprised to read:
14399 # /* config.h. Generated by config.status. */
14400 if test x
"$ac_file" = x-
; then
14401 echo "/* Generated by configure. */" >$tmp/config.h
14403 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14405 cat $tmp/in >>$tmp/config.h
14407 if test x
"$ac_file" != x-
; then
14408 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
14409 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14410 echo "$as_me: $ac_file is unchanged" >&6;}
14412 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
14413 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14414 X"$ac_file" : 'X\(//\)[^/]' \| \
14415 X"$ac_file" : 'X\(//\)$' \| \
14416 X"$ac_file" : 'X\(/\)' \| \
14417 . : '\(.\)' 2>/dev/null ||
14419 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14420 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14421 /^X\(\/\/\)$/{ s//\1/; q; }
14422 /^X\(\/\).*/{ s//\1/; q; }
14424 { if $as_mkdir_p; then
14429 while test ! -d "$as_dir"; do
14430 as_dirs
="$as_dir $as_dirs"
14431 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14432 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14433 X"$as_dir" : 'X\(//\)[^/]' \| \
14434 X"$as_dir" : 'X\(//\)$' \| \
14435 X"$as_dir" : 'X\(/\)' \| \
14436 . : '\(.\)' 2>/dev/null ||
14438 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14439 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14440 /^X\(\/\/\)$/{ s//\1/; q; }
14441 /^X\(\/\).*/{ s//\1/; q; }
14444 test ! -n "$as_dirs" || mkdir
$as_dirs
14445 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14446 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14447 { (exit 1); exit 1; }; }; }
14450 mv $tmp/config.h
$ac_file
14454 rm -f $tmp/config.h
14456 # Compute $ac_file's index in $config_headers.
14458 for _am_header
in $config_headers :; do
14459 case $_am_header in
14460 $ac_file |
$ac_file:* )
14463 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
14466 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
14467 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14468 X$ac_file : 'X\(//\)[^/]' \| \
14469 X$ac_file : 'X\(//\)$' \| \
14470 X$ac_file : 'X\(/\)' \| \
14471 . : '\(.\)' 2>/dev/null ||
14473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14474 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14475 /^X\(\/\/\)$/{ s//\1/; q; }
14476 /^X\(\/\).*/{ s//\1/; q; }
14477 s/.*/./; q'`/stamp-h
$_am_stamp_count
14480 cat >>$CONFIG_STATUS <<\_ACEOF
14483 # CONFIG_COMMANDS section.
14485 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
14486 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
14487 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14488 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
14489 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14490 X"$ac_dest" : 'X\(//\)[^/]' \| \
14491 X"$ac_dest" : 'X\(//\)$' \| \
14492 X"$ac_dest" : 'X\(/\)' \| \
14493 . : '\(.\)' 2>/dev/null ||
14495 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14496 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14497 /^X\(\/\/\)$/{ s//\1/; q; }
14498 /^X\(\/\).*/{ s//\1/; q; }
14500 { if $as_mkdir_p; then
14505 while test ! -d "$as_dir"; do
14506 as_dirs
="$as_dir $as_dirs"
14507 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14508 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14509 X"$as_dir" : 'X\(//\)[^/]' \| \
14510 X"$as_dir" : 'X\(//\)$' \| \
14511 X"$as_dir" : 'X\(/\)' \| \
14512 . : '\(.\)' 2>/dev/null ||
14514 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14515 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14516 /^X\(\/\/\)$/{ s//\1/; q; }
14517 /^X\(\/\).*/{ s//\1/; q; }
14520 test ! -n "$as_dirs" || mkdir
$as_dirs
14521 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14522 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14523 { (exit 1); exit 1; }; }; }
14527 if test "$ac_dir" != .
; then
14528 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14529 # A "../" for each directory in $ac_dir_suffix.
14530 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14532 ac_dir_suffix
= ac_top_builddir
=
14536 .
) # No --srcdir option. We are building in place.
14538 if test -z "$ac_top_builddir"; then
14541 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
14543 [\\/]* | ?
:[\\/]* ) # Absolute path.
14544 ac_srcdir
=$srcdir$ac_dir_suffix;
14545 ac_top_srcdir
=$srcdir ;;
14546 *) # Relative path.
14547 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14548 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14551 # Do not use `cd foo && pwd` to compute absolute paths, because
14552 # the directories may not exist.
14554 .
) ac_abs_builddir
="$ac_dir";;
14557 .
) ac_abs_builddir
=`pwd`;;
14558 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
14559 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
14562 case $ac_abs_builddir in
14563 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14565 case ${ac_top_builddir}.
in
14566 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
14567 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14568 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
14571 case $ac_abs_builddir in
14572 .
) ac_abs_srcdir
=$ac_srcdir;;
14575 .
) ac_abs_srcdir
=$ac_abs_builddir;;
14576 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
14577 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
14580 case $ac_abs_builddir in
14581 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
14583 case $ac_top_srcdir in
14584 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
14585 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
14586 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
14591 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
14592 echo "$as_me: executing $ac_dest commands" >&6;}
14594 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
14595 # Strip MF so we end up with the name of the file.
14596 mf
=`echo "$mf" | sed -e 's/:.*$//'`
14597 # Check whether this is an Automake generated Makefile or not.
14598 # We used to match only the files named `Makefile.in', but
14599 # some people rename them; so instead we look at the file content.
14600 # Grep'ing the first line is not enough: some people post-process
14601 # each Makefile.in and add a new line on top of each file to say so.
14602 # So let's grep whole file.
14603 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
14604 dirpart
=`(dirname "$mf") 2>/dev/null ||
14605 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14606 X"$mf" : 'X\(//\)[^/]' \| \
14607 X"$mf" : 'X\(//\)$' \| \
14608 X"$mf" : 'X\(/\)' \| \
14609 . : '\(.\)' 2>/dev/null ||
14611 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14612 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14613 /^X\(\/\/\)$/{ s//\1/; q; }
14614 /^X\(\/\).*/{ s//\1/; q; }
14619 # Extract the definition of DEPDIR, am__include, and am__quote
14620 # from the Makefile without running `make'.
14621 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
14622 test -z "$DEPDIR" && continue
14623 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
14624 test -z "am__include" && continue
14625 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
14626 # When using ansi2knr, U may be empty or an underscore; expand it
14627 U
=`sed -n 's/^U = //p' < "$mf"`
14628 # Find all dependency output files, they are included files with
14629 # $(DEPDIR) in their names. We invoke sed twice because it is the
14630 # simplest approach to changing $(DEPDIR) to its actual value in the
14632 for file in `sed -n "
14633 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14634 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14635 # Make sure the directory exists.
14636 test -f "$dirpart/$file" && continue
14637 fdir
=`(dirname "$file") 2>/dev/null ||
14638 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14639 X"$file" : 'X\(//\)[^/]' \| \
14640 X"$file" : 'X\(//\)$' \| \
14641 X"$file" : 'X\(/\)' \| \
14642 . : '\(.\)' 2>/dev/null ||
14644 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14645 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14646 /^X\(\/\/\)$/{ s//\1/; q; }
14647 /^X\(\/\).*/{ s//\1/; q; }
14649 { if $as_mkdir_p; then
14650 mkdir
-p $dirpart/$fdir
14652 as_dir
=$dirpart/$fdir
14654 while test ! -d "$as_dir"; do
14655 as_dirs
="$as_dir $as_dirs"
14656 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14657 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14658 X"$as_dir" : 'X\(//\)[^/]' \| \
14659 X"$as_dir" : 'X\(//\)$' \| \
14660 X"$as_dir" : 'X\(/\)' \| \
14661 . : '\(.\)' 2>/dev/null ||
14663 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14664 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14665 /^X\(\/\/\)$/{ s//\1/; q; }
14666 /^X\(\/\).*/{ s//\1/; q; }
14669 test ! -n "$as_dirs" || mkdir
$as_dirs
14670 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
14671 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
14672 { (exit 1); exit 1; }; }; }
14674 # echo "creating $dirpart/$file"
14675 echo '# dummy' > "$dirpart/$file"
14681 # See if we are running on zsh, and set the options which allow our
14682 # commands through without removal of \ escapes.
14683 if test -n "${ZSH_VERSION+set}" ; then
14684 setopt NO_GLOB_SUBST
14687 cfgfile
="${ofile}T"
14688 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14691 cat <<_LT_EOF >> "$cfgfile"
14694 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14695 # Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
14696 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14697 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14699 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14700 # 2006, 2007 Free Software Foundation, Inc.
14702 # This file is part of GNU Libtool:
14703 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
14705 # This program is free software; you can redistribute it and/or modify
14706 # it under the terms of the GNU General Public License as published by
14707 # the Free Software Foundation; either version 2 of the License, or
14708 # (at your option) any later version.
14710 # This program is distributed in the hope that it will be useful, but
14711 # WITHOUT ANY WARRANTY; without even the implied warranty of
14712 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14713 # General Public License for more details.
14715 # You should have received a copy of the GNU General Public License
14716 # along with this program; if not, a copy can be downloaded from
14717 # http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
14718 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
14719 # MA 02110-1301, USA.
14721 # As a special exception to the GNU General Public License, if you
14722 # distribute this file as part of a program that contains a
14723 # configuration script generated by Autoconf, you may include it under
14724 # the same distribution terms that you use for the rest of that program.
14727 # The names of the tagged configurations supported by this script.
14730 # ### BEGIN LIBTOOL CONFIG
14732 # Which release of libtool.m4 was used?
14733 macro_version=$macro_version
14734 macro_revision=$macro_revision
14736 # Whether or not to build shared libraries.
14737 build_libtool_libs=$enable_shared
14739 # Whether or not to build static libraries.
14740 build_old_libs=$enable_static
14742 # What type of objects to build.
14745 # Whether or not to optimize for fast installation.
14746 fast_install=$enable_fast_install
14749 host_alias=$host_alias
14753 # The build system.
14754 build_alias=$build_alias
14758 # A sed program that does not truncate output.
14761 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14762 Xsed="\$SED -e 1s/^X//"
14764 # A grep program that handles long lines.
14770 # A literal string matcher.
14773 # A BSD- or MS-compatible name lister.
14776 # Whether we need soft or hard links.
14779 # What is the maximum length of a command?
14780 max_cmd_len=$max_cmd_len
14782 # Object file suffix (normally "o").
14785 # Executable file suffix (normally "").
14788 # whether the shell understands "unset".
14791 # turn spaces into newlines.
14794 # turn newlines into spaces.
14797 # How to create reloadable object files.
14798 reload_flag=$lt_reload_flag
14799 reload_cmds=$lt_reload_cmds
14801 # Method to check whether dependent libraries are shared objects.
14802 deplibs_check_method=$lt_deplibs_check_method
14804 # Command to use when deplibs_check_method == "file_magic".
14805 file_magic_cmd=$lt_file_magic_cmd
14809 AR_FLAGS=$lt_AR_FLAGS
14811 # A symbol stripping program.
14814 # Commands used to install an old-style archive.
14816 old_postinstall_cmds=$lt_old_postinstall_cmds
14817 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14822 # LTCC compiler flags.
14823 LTCFLAGS=$lt_CFLAGS
14825 # Take the output of nm and produce a listing of raw symbols and C names.
14826 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14828 # Transform the output of nm in a proper C declaration.
14829 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14831 # Transform the output of nm in a C name address pair.
14832 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14834 # The name of the directory that contains temporary libtool files.
14837 # Shell to use when invoking shell scripts.
14840 # An echo program that does not interpret backslashes.
14843 # Used to examine libraries when file_magic_cmd begins with "file".
14844 MAGIC_CMD=$MAGIC_CMD
14846 # Must we lock files when doing compilation?
14847 need_locks=$lt_need_locks
14849 # Old archive suffix (normally "a").
14852 # Shared library suffix (normally ".so").
14853 shrext_cmds=$lt_shrext_cmds
14855 # The commands to extract the exported symbol list from a shared archive.
14856 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14858 # Variables whose values should be saved in libtool wrapper scripts and
14859 # restored at link time.
14860 variables_saved_for_relink=$lt_variables_saved_for_relink
14862 # Do we need the "lib" prefix for modules?
14863 need_lib_prefix=$need_lib_prefix
14865 # Do we need a version for libraries?
14866 need_version=$need_version
14868 # Library versioning type.
14869 version_type=$version_type
14871 # Shared library runtime path variable.
14872 runpath_var=$runpath_var
14874 # Shared library path variable.
14875 shlibpath_var=$shlibpath_var
14877 # Is shlibpath searched before the hard-coded library search path?
14878 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14880 # Format of library name prefix.
14881 libname_spec=$lt_libname_spec
14883 # List of archive names. First name is the real one, the rest are links.
14884 # The last name is the one that the linker finds with -lNAME
14885 library_names_spec=$lt_library_names_spec
14887 # The coded name of the library, if different from the real name.
14888 soname_spec=$lt_soname_spec
14890 # Command to use after installation of a shared archive.
14891 postinstall_cmds=$lt_postinstall_cmds
14893 # Command to use after uninstallation of a shared archive.
14894 postuninstall_cmds=$lt_postuninstall_cmds
14896 # Commands used to finish a libtool library installation in a directory.
14897 finish_cmds=$lt_finish_cmds
14899 # As "finish_cmds", except a single script fragment to be evaled but
14901 finish_eval=$lt_finish_eval
14903 # Whether we should hardcode library paths into libraries.
14904 hardcode_into_libs=$hardcode_into_libs
14906 # Compile-time system search path for libraries.
14907 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14909 # Run-time system search path for libraries.
14910 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14912 # Whether dlopen is supported.
14913 dlopen_support=$enable_dlopen
14915 # Whether dlopen of programs is supported.
14916 dlopen_self=$enable_dlopen_self
14918 # Whether dlopen of statically linked programs is supported.
14919 dlopen_self_static=$enable_dlopen_self_static
14921 # Commands to strip libraries.
14922 old_striplib=$lt_old_striplib
14923 striplib=$lt_striplib
14926 # The linker used to build libraries.
14929 # Commands used to build an old-style archive.
14930 old_archive_cmds=$lt_old_archive_cmds
14932 # A language specific compiler.
14935 # Is the compiler the GNU compiler?
14938 # Compiler flag to turn off builtin functions.
14939 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14941 # How to pass a linker flag through the compiler.
14942 wl=$lt_lt_prog_compiler_wl
14944 # Additional compiler flags for building library objects.
14945 pic_flag=$lt_lt_prog_compiler_pic
14947 # Compiler flag to prevent dynamic linking.
14948 link_static_flag=$lt_lt_prog_compiler_static
14950 # Does compiler simultaneously support -c and -o options?
14951 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14953 # Whether or not to add -lc for building shared libraries.
14954 build_libtool_need_lc=$archive_cmds_need_lc
14956 # Whether or not to disallow shared libs when runtime libs are static.
14957 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14959 # Compiler flag to allow reflexive dlopens.
14960 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14962 # Compiler flag to generate shared objects directly from archives.
14963 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14965 # Whether the compiler copes with passing no objects directly.
14966 compiler_needs_object=$lt_compiler_needs_object
14968 # Create an old-style archive from a shared archive.
14969 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14971 # Create a temporary old-style archive to link instead of a shared archive.
14972 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14974 # Commands used to build a shared archive.
14975 archive_cmds=$lt_archive_cmds
14976 archive_expsym_cmds=$lt_archive_expsym_cmds
14978 # Commands used to build a loadable module if different from building
14979 # a shared archive.
14980 module_cmds=$lt_module_cmds
14981 module_expsym_cmds=$lt_module_expsym_cmds
14983 # Whether we are building with GNU ld or not.
14984 with_gnu_ld=$lt_with_gnu_ld
14986 # Flag that allows shared libraries with undefined symbols to be built.
14987 allow_undefined_flag=$lt_allow_undefined_flag
14989 # Flag that enforces no undefined symbols.
14990 no_undefined_flag=$lt_no_undefined_flag
14992 # Flag to hardcode \$libdir into a binary during linking.
14993 # This must work even if \$libdir does not exist
14994 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14996 # If ld is used when linking, flag to hardcode \$libdir into a binary
14997 # during linking. This must work even if \$libdir does not exist.
14998 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15000 # Whether we need a single "-rpath" flag with a separated argument.
15001 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15003 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15004 # DIR into the resulting binary.
15005 hardcode_direct=$hardcode_direct
15007 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15008 # DIR into the resulting binary and the resulting library dependency is
15009 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15010 # library is relocated.
15011 hardcode_direct_absolute=$hardcode_direct_absolute
15013 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15014 # into the resulting binary.
15015 hardcode_minus_L=$hardcode_minus_L
15017 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15018 # into the resulting binary.
15019 hardcode_shlibpath_var=$hardcode_shlibpath_var
15021 # Set to "yes" if building a shared library automatically hardcodes DIR
15022 # into the library and all subsequent libraries and executables linked
15024 hardcode_automatic=$hardcode_automatic
15026 # Set to yes if linker adds runtime paths of dependent libraries
15027 # to runtime path list.
15028 inherit_rpath=$inherit_rpath
15030 # Whether libtool must link a program against all its dependency libraries.
15031 link_all_deplibs=$link_all_deplibs
15033 # Fix the shell variable \$srcfile for the compiler.
15034 fix_srcfile_path=$lt_fix_srcfile_path
15036 # Set to "yes" if exported symbols are required.
15037 always_export_symbols=$always_export_symbols
15039 # The commands to list exported symbols.
15040 export_symbols_cmds=$lt_export_symbols_cmds
15042 # Symbols that should not be listed in the preloaded symbols.
15043 exclude_expsyms=$lt_exclude_expsyms
15045 # Symbols that must always be exported.
15046 include_expsyms=$lt_include_expsyms
15048 # Commands necessary for linking programs (against libraries) with templates.
15049 prelink_cmds=$lt_prelink_cmds
15051 # Specify filename containing input files.
15052 file_list_spec=$lt_file_list_spec
15054 # How to hardcode a shared library path into an executable.
15055 hardcode_action=$hardcode_action
15057 # ### END LIBTOOL CONFIG
15063 cat <<\_LT_EOF
>> "$cfgfile"
15064 # AIX sometimes has problems with the GCC collect2 program. For some
15065 # reason, if we set the COLLECT_NAMES environment variable, the problems
15066 # vanish in a puff of smoke.
15067 if test "X${COLLECT_NAMES+set}" != Xset
; then
15069 export COLLECT_NAMES
15076 ltmain
="$ac_aux_dir/ltmain.sh"
15079 # We use sed instead of cat because bash on DJGPP gets confused if
15080 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15081 # text mode, it properly converts lines to CR/LF. This bash problem
15082 # is reportedly fixed, but why not run on old versions too?
15083 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15084 ||
(rm -f "$cfgfile"; exit 1)
15088 cat << \_LT_EOF
>> "$cfgfile"
15089 # func_dirname file append nondir_replacement
15090 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15091 # otherwise set result to NONDIR_REPLACEMENT.
15095 */*) func_dirname_result
="${1%/*}${2}" ;;
15096 * ) func_dirname_result
="${3}" ;;
15100 # func_basename file
15103 func_basename_result
="${1##*/}"
15106 # func_stripname prefix suffix name
15107 # strip PREFIX and SUFFIX off of NAME.
15108 # PREFIX and SUFFIX must not contain globbing or regex special
15109 # characters, hashes, percent signs, but SUFFIX may contain a leading
15110 # dot (in which case that matches only a dot).
15113 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15114 # positional parameters, so assign one to ordinary parameter first.
15115 func_stripname_result
=${3}
15116 func_stripname_result
=${func_stripname_result#"${1}"}
15117 func_stripname_result
=${func_stripname_result%"${2}"}
15123 func_opt_split_opt
=${1%%=*}
15124 func_opt_split_arg
=${1#*=}
15131 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
15132 *) func_lo2o_result
=${1} ;;
15137 *) # Bourne compatible functions.
15138 cat << \_LT_EOF
>> "$cfgfile"
15139 # func_dirname file append nondir_replacement
15140 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15141 # otherwise set result to NONDIR_REPLACEMENT.
15144 # Extract subdirectory from the argument.
15145 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
15146 if test "X$func_dirname_result" = "X${1}"; then
15147 func_dirname_result
="${3}"
15149 func_dirname_result
="$func_dirname_result${2}"
15153 # func_basename file
15156 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
15159 # func_stripname prefix suffix name
15160 # strip PREFIX and SUFFIX off of NAME.
15161 # PREFIX and SUFFIX must not contain globbing or regex special
15162 # characters, hashes, percent signs, but SUFFIX may contain a leading
15163 # dot (in which case that matches only a dot).
15164 # func_strip_suffix prefix name
15168 .
*) func_stripname_result
=`$ECHO "X${3}" \
15169 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15170 *) func_stripname_result
=`$ECHO "X${3}" \
15171 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
15176 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
15177 my_sed_long_arg
='1s/^-[^=]*=//'
15182 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
15183 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
15189 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
15194 case $lt_shell_append in
15196 cat << \_LT_EOF
>> "$cfgfile"
15198 # func_append var value
15199 # Append VALUE to the end of shell variable VAR.
15207 cat << \_LT_EOF
>> "$cfgfile"
15209 # func_append var value
15210 # Append VALUE to the end of shell variable VAR.
15220 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15221 ||
(rm -f "$cfgfile"; exit 1)
15223 mv -f "$cfgfile" "$ofile" ||
15224 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15229 for ac_file
in $CONFIG_FILES; do
15230 # Support "outfile[:infile[:infile...]]"
15232 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
15234 # PO directories have a Makefile.in generated from Makefile.in.in.
15235 case "$ac_file" in */Makefile.
in)
15236 # Adjust a relative srcdir.
15237 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15238 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
15239 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15240 # In autoconf-2.13 it is called $ac_given_srcdir.
15241 # In autoconf-2.50 it is called $srcdir.
15242 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
15243 case "$ac_given_srcdir" in
15244 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
15245 /*) top_srcdir
="$ac_given_srcdir" ;;
15246 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
15248 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15249 rm -f "$ac_dir/POTFILES"
15250 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
15251 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15252 POMAKEFILEDEPS
="POTFILES.in"
15253 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15254 # on $ac_dir but don't depend on user-specified configuration
15256 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15257 # The LINGUAS file contains the set of available languages.
15258 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15259 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
15261 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15262 # Hide the ALL_LINGUAS assigment from automake.
15263 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15264 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
15266 # The set of available languages was given in configure.in.
15267 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15269 case "$ac_given_srcdir" in
15271 *) srcdirpre
='$(srcdir)/' ;;
15277 for lang
in $ALL_LINGUAS; do
15278 POFILES
="$POFILES $srcdirpre$lang.po"
15279 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
15280 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
15281 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
15283 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15284 # environment variable.
15286 if test -n "$ALL_LINGUAS"; then
15287 for presentlang
in $ALL_LINGUAS; do
15289 if test "%UNSET%" != "$LINGUAS"; then
15290 desiredlanguages
="$LINGUAS"
15292 desiredlanguages
="$ALL_LINGUAS"
15294 for desiredlang
in $desiredlanguages; do
15295 # Use the presentlang catalog if desiredlang is
15296 # a. equal to presentlang, or
15297 # b. a variant of presentlang (because in this case,
15298 # presentlang can be used as a fallback for messages
15299 # which are not translated in the desiredlang catalog).
15300 case "$desiredlang" in
15301 "$presentlang"*) useit
=yes;;
15304 if test $useit = yes; then
15305 INST_LINGUAS
="$INST_LINGUAS $presentlang"
15310 if test -n "$INST_LINGUAS"; then
15311 for lang
in $INST_LINGUAS; do
15312 CATALOGS
="$CATALOGS $lang.gmo"
15315 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
15316 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"
15317 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
15318 if test -f "$f"; then
15320 *.orig |
*.bak |
*~
) ;;
15321 *) cat "$f" >> "$ac_dir/Makefile" ;;
15333 cat >>$CONFIG_STATUS <<\_ACEOF
15335 { (exit 0); exit 0; }
15337 chmod +x
$CONFIG_STATUS
15338 ac_clean_files
=$ac_clean_files_save
15341 # configure is writing to config.log, and then calls config.status.
15342 # config.status does its own redirection, appending to config.log.
15343 # Unfortunately, on DOS this fails, as config.log is still kept open
15344 # by configure, so config.status won't be able to write to it; its
15345 # output is simply discarded. So we exec the FD to /dev/null,
15346 # effectively closing config.log, so it can be properly (re)opened and
15347 # appended to by config.status. When coming back to configure, we
15348 # need to make the FD available again.
15349 if test "$no_create" != yes; then
15351 ac_config_status_args
=
15352 test "$silent" = yes &&
15353 ac_config_status_args
="$ac_config_status_args --quiet"
15355 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15357 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15358 # would make configure fail if this is the last instruction.
15359 $ac_cs_success ||
{ (exit 1); exit 1; }