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'
464 # Initialize some variables set by options.
466 ac_init_version
=false
467 # The variables have the same names as the options, with
468 # dashes changed to underlines.
476 program_transform_name
=s
,x
,x
,
484 # Installation directory options.
485 # These are left unexpanded so users can "make install exec_prefix=/foo"
486 # and all the variables that are supposed to be based on exec_prefix
487 # by default will actually change.
488 # Use braces instead of parens because sh, perl, etc. also accept them.
489 bindir
='${exec_prefix}/bin'
490 sbindir
='${exec_prefix}/sbin'
491 libexecdir
='${exec_prefix}/libexec'
492 datadir
='${prefix}/share'
493 sysconfdir
='${prefix}/etc'
494 sharedstatedir
='${prefix}/com'
495 localstatedir
='${prefix}/var'
496 libdir
='${exec_prefix}/lib'
497 includedir
='${prefix}/include'
498 oldincludedir
='/usr/include'
499 infodir
='${prefix}/info'
500 mandir
='${prefix}/man'
505 # If the previous option needs an argument, assign it.
506 if test -n "$ac_prev"; then
507 eval "$ac_prev=\$ac_option"
512 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
514 # Accept the important Cygnus configure options, so we can diagnose typos.
518 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
520 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
523 -build |
--build |
--buil |
--bui |
--bu)
524 ac_prev
=build_alias
;;
525 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
526 build_alias
=$ac_optarg ;;
528 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
529 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
530 ac_prev
=cache_file
;;
531 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
532 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
533 cache_file
=$ac_optarg ;;
536 cache_file
=config.cache
;;
538 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
540 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
542 datadir
=$ac_optarg ;;
544 -disable-* |
--disable-*)
545 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
546 # Reject names that are not valid shell variable names.
547 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
548 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
549 { (exit 1); exit 1; }; }
550 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
551 eval "enable_$ac_feature=no" ;;
553 -enable-* |
--enable-*)
554 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
555 # Reject names that are not valid shell variable names.
556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
558 { (exit 1); exit 1; }; }
559 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
561 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
564 eval "enable_$ac_feature='$ac_optarg'" ;;
566 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
567 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
568 |
--exec |
--exe |
--ex)
569 ac_prev
=exec_prefix
;;
570 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
571 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
572 |
--exec=* |
--exe=* |
--ex=*)
573 exec_prefix
=$ac_optarg ;;
575 -gas |
--gas |
--ga |
--g)
576 # Obsolete; use --with-gas.
579 -help |
--help |
--hel |
--he |
-h)
581 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
582 ac_init_help
=recursive
;;
583 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
584 ac_init_help
=short
;;
586 -host |
--host |
--hos |
--ho)
587 ac_prev
=host_alias
;;
588 -host=* |
--host=* |
--hos=* |
--ho=*)
589 host_alias
=$ac_optarg ;;
591 -includedir |
--includedir |
--includedi |
--included |
--include \
592 |
--includ |
--inclu |
--incl |
--inc)
593 ac_prev
=includedir
;;
594 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
595 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
596 includedir
=$ac_optarg ;;
598 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
600 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
601 infodir
=$ac_optarg ;;
603 -libdir |
--libdir |
--libdi |
--libd)
605 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
608 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
609 |
--libexe |
--libex |
--libe)
610 ac_prev
=libexecdir
;;
611 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
612 |
--libexe=* |
--libex=* |
--libe=*)
613 libexecdir
=$ac_optarg ;;
615 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
616 |
--localstate |
--localstat |
--localsta |
--localst \
617 |
--locals |
--local |
--loca |
--loc |
--lo)
618 ac_prev
=localstatedir
;;
619 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
620 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
621 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
622 localstatedir
=$ac_optarg ;;
624 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
626 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
630 # Obsolete; use --without-fp.
633 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
634 |
--no-cr |
--no-c |
-n)
637 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
638 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
641 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
642 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
643 |
--oldin |
--oldi |
--old |
--ol |
--o)
644 ac_prev
=oldincludedir
;;
645 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
646 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
647 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
648 oldincludedir
=$ac_optarg ;;
650 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
652 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
655 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
656 |
--program-pre |
--program-pr |
--program-p)
657 ac_prev
=program_prefix
;;
658 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
659 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
660 program_prefix
=$ac_optarg ;;
662 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
663 |
--program-suf |
--program-su |
--program-s)
664 ac_prev
=program_suffix
;;
665 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
666 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
667 program_suffix
=$ac_optarg ;;
669 -program-transform-name |
--program-transform-name \
670 |
--program-transform-nam |
--program-transform-na \
671 |
--program-transform-n |
--program-transform- \
672 |
--program-transform |
--program-transfor \
673 |
--program-transfo |
--program-transf \
674 |
--program-trans |
--program-tran \
675 |
--progr-tra |
--program-tr |
--program-t)
676 ac_prev
=program_transform_name
;;
677 -program-transform-name=* |
--program-transform-name=* \
678 |
--program-transform-nam=* |
--program-transform-na=* \
679 |
--program-transform-n=* |
--program-transform-=* \
680 |
--program-transform=* |
--program-transfor=* \
681 |
--program-transfo=* |
--program-transf=* \
682 |
--program-trans=* |
--program-tran=* \
683 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
684 program_transform_name
=$ac_optarg ;;
686 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
687 |
-silent |
--silent |
--silen |
--sile |
--sil)
690 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
692 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
694 sbindir
=$ac_optarg ;;
696 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
697 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
698 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
700 ac_prev
=sharedstatedir
;;
701 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
702 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
703 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
705 sharedstatedir
=$ac_optarg ;;
707 -site |
--site |
--sit)
709 -site=* |
--site=* |
--sit=*)
712 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
714 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
717 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
718 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
719 ac_prev
=sysconfdir
;;
720 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
721 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
722 sysconfdir
=$ac_optarg ;;
724 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
725 ac_prev
=target_alias
;;
726 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
727 target_alias
=$ac_optarg ;;
729 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
732 -version |
--version |
--versio |
--versi |
--vers |
-V)
736 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
737 # Reject names that are not valid shell variable names.
738 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
739 { echo "$as_me: error: invalid package name: $ac_package" >&2
740 { (exit 1); exit 1; }; }
741 ac_package
=`echo $ac_package| sed 's/-/_/g'`
743 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
746 eval "with_$ac_package='$ac_optarg'" ;;
748 -without-* |
--without-*)
749 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
750 # Reject names that are not valid shell variable names.
751 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
752 { echo "$as_me: error: invalid package name: $ac_package" >&2
753 { (exit 1); exit 1; }; }
754 ac_package
=`echo $ac_package | sed 's/-/_/g'`
755 eval "with_$ac_package=no" ;;
758 # Obsolete; use --with-x.
761 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
762 |
--x-incl |
--x-inc |
--x-in |
--x-i)
763 ac_prev
=x_includes
;;
764 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
765 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
766 x_includes
=$ac_optarg ;;
768 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
769 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
770 ac_prev
=x_libraries
;;
771 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
772 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
773 x_libraries
=$ac_optarg ;;
775 -*) { echo "$as_me: error: unrecognized option: $ac_option
776 Try \`$0 --help' for more information." >&2
777 { (exit 1); exit 1; }; }
781 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
782 # Reject names that are not valid shell variable names.
783 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
784 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
785 { (exit 1); exit 1; }; }
786 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
787 eval "$ac_envvar='$ac_optarg'"
791 # FIXME: should be removed in autoconf 3.0.
792 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
793 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
794 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
795 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
801 if test -n "$ac_prev"; then
802 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
803 { echo "$as_me: error: missing argument to $ac_option" >&2
804 { (exit 1); exit 1; }; }
807 # Be sure to have absolute paths.
808 for ac_var
in exec_prefix prefix
810 eval ac_val
=$
`echo $ac_var`
812 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
813 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
814 { (exit 1); exit 1; }; };;
818 # Be sure to have absolute paths.
819 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
820 localstatedir libdir includedir oldincludedir infodir mandir
822 eval ac_val
=$
`echo $ac_var`
824 [\\/$
]* | ?
:[\\/]* ) ;;
825 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
826 { (exit 1); exit 1; }; };;
830 # There might be people who depend on the old broken behavior: `$host'
831 # used to hold the argument of --host etc.
832 # FIXME: To remove some day.
837 # FIXME: To remove some day.
838 if test "x$host_alias" != x
; then
839 if test "x$build_alias" = x
; then
840 cross_compiling
=maybe
841 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
842 If a cross compiler is detected then cross compile mode will be used." >&2
843 elif test "x$build_alias" != "x$host_alias"; then
849 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
851 test "$silent" = yes && exec 6>/dev
/null
854 # Find the source files, if location was not specified.
855 if test -z "$srcdir"; then
856 ac_srcdir_defaulted
=yes
857 # Try the directory containing this script, then its parent.
858 ac_confdir
=`(dirname "$0") 2>/dev/null ||
859 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
860 X"$0" : 'X\(//\)[^/]' \| \
861 X"$0" : 'X\(//\)$' \| \
862 X"$0" : 'X\(/\)' \| \
863 . : '\(.\)' 2>/dev/null ||
865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
866 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
867 /^X\(\/\/\)$/{ s//\1/; q; }
868 /^X\(\/\).*/{ s//\1/; q; }
871 if test ! -r $srcdir/$ac_unique_file; then
875 ac_srcdir_defaulted
=no
877 if test ! -r $srcdir/$ac_unique_file; then
878 if test "$ac_srcdir_defaulted" = yes; then
879 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
880 { (exit 1); exit 1; }; }
882 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
883 { (exit 1); exit 1; }; }
886 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
887 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
888 { (exit 1); exit 1; }; }
889 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
890 ac_env_build_alias_set
=${build_alias+set}
891 ac_env_build_alias_value
=$build_alias
892 ac_cv_env_build_alias_set
=${build_alias+set}
893 ac_cv_env_build_alias_value
=$build_alias
894 ac_env_host_alias_set
=${host_alias+set}
895 ac_env_host_alias_value
=$host_alias
896 ac_cv_env_host_alias_set
=${host_alias+set}
897 ac_cv_env_host_alias_value
=$host_alias
898 ac_env_target_alias_set
=${target_alias+set}
899 ac_env_target_alias_value
=$target_alias
900 ac_cv_env_target_alias_set
=${target_alias+set}
901 ac_cv_env_target_alias_value
=$target_alias
902 ac_env_CC_set
=${CC+set}
904 ac_cv_env_CC_set
=${CC+set}
905 ac_cv_env_CC_value
=$CC
906 ac_env_CFLAGS_set
=${CFLAGS+set}
907 ac_env_CFLAGS_value
=$CFLAGS
908 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
909 ac_cv_env_CFLAGS_value
=$CFLAGS
910 ac_env_LDFLAGS_set
=${LDFLAGS+set}
911 ac_env_LDFLAGS_value
=$LDFLAGS
912 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
913 ac_cv_env_LDFLAGS_value
=$LDFLAGS
914 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
915 ac_env_CPPFLAGS_value
=$CPPFLAGS
916 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
917 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
918 ac_env_CPP_set
=${CPP+set}
919 ac_env_CPP_value
=$CPP
920 ac_cv_env_CPP_set
=${CPP+set}
921 ac_cv_env_CPP_value
=$CPP
924 # Report the --help message.
926 if test "$ac_init_help" = "long"; then
927 # Omit some internal or obsolete options to make the list less imposing.
928 # This message is too long to be a string in the A/UX 3.1 sh.
930 \`configure' configures this package to adapt to many kinds of systems.
932 Usage: $0 [OPTION]... [VAR=VALUE]...
934 To assign environment variables (e.g., CC, CFLAGS...), specify them as
935 VAR=VALUE. See below for descriptions of some of the useful variables.
937 Defaults for the options are specified in brackets.
940 -h, --help display this help and exit
941 --help=short display options specific to this package
942 --help=recursive display the short help of all the included packages
943 -V, --version display version information and exit
944 -q, --quiet, --silent do not print \`checking...' messages
945 --cache-file=FILE cache test results in FILE [disabled]
946 -C, --config-cache alias for \`--cache-file=config.cache'
947 -n, --no-create do not create output files
948 --srcdir=DIR find the sources in DIR [configure dir or \`..']
953 Installation directories:
954 --prefix=PREFIX install architecture-independent files in PREFIX
956 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
959 By default, \`make install' will install all the files in
960 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
961 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
962 for instance \`--prefix=\$HOME'.
964 For better control, use the options below.
966 Fine tuning of the installation directories:
967 --bindir=DIR user executables [EPREFIX/bin]
968 --sbindir=DIR system admin executables [EPREFIX/sbin]
969 --libexecdir=DIR program executables [EPREFIX/libexec]
970 --datadir=DIR read-only architecture-independent data [PREFIX/share]
971 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
972 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
973 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
974 --libdir=DIR object code libraries [EPREFIX/lib]
975 --includedir=DIR C header files [PREFIX/include]
976 --oldincludedir=DIR C header files for non-gcc [/usr/include]
977 --infodir=DIR info documentation [PREFIX/info]
978 --mandir=DIR man documentation [PREFIX/man]
984 --program-prefix=PREFIX prepend PREFIX to installed program names
985 --program-suffix=SUFFIX append SUFFIX to installed program names
986 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
989 --build=BUILD configure
for building on BUILD
[guessed
]
990 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
991 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
995 if test -n "$ac_init_help"; then
1000 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1001 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1002 --disable-dependency-tracking speeds up one-time build
1003 --enable-dependency-tracking do not reject slow dependency extractors
1004 --enable-targets alternative target configurations
1005 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1006 --enable-werror treat compile warnings as errors
1007 --enable-build-warnings enable build-time compiler warnings
1008 --enable-shared[=PKGS
]
1009 build shared libraries
[default
=yes]
1010 --enable-static[=PKGS
]
1011 build static libraries
[default
=yes]
1012 --enable-fast-install[=PKGS
]
1013 optimize
for fast installation
[default
=yes]
1014 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1015 --disable-nls do not use Native Language Support
1016 --enable-maintainer-mode enable make rules and dependencies not useful
1017 (and sometimes confusing
) to the casual installer
1020 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1021 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1022 --with-lib-path=dir1
:dir2...
set default LIB_PATH
1023 --with-sysroot=DIR Search
for usr
/lib et al within DIR.
1024 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1026 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1028 Some influential environment variables
:
1029 CC C compiler
command
1030 CFLAGS C compiler flags
1031 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1032 nonstandard directory
<lib dir
>
1033 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1034 headers
in a nonstandard directory
<include dir
>
1037 Use these variables to override the choices made by
`configure' or to help
1038 it to find libraries and programs with nonstandard names/locations.
1043 if test "$ac_init_help" = "recursive"; then
1044 # If there are subdirs, report their specific --help.
1046 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1047 test -d $ac_dir || continue
1050 if test "$ac_dir" != .; then
1051 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1052 # A "../" for each directory in $ac_dir_suffix.
1053 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
1055 ac_dir_suffix= ac_top_builddir=
1059 .) # No --srcdir option. We are building in place.
1061 if test -z "$ac_top_builddir"; then
1064 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
1066 [\\/]* | ?:[\\/]* ) # Absolute path.
1067 ac_srcdir=$srcdir$ac_dir_suffix;
1068 ac_top_srcdir=$srcdir ;;
1070 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1071 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1074 # Do not use `cd foo
&& pwd` to compute absolute paths, because
1075 # the directories may not exist.
1077 .) ac_abs_builddir="$ac_dir";;
1080 .) ac_abs_builddir=`pwd`;;
1081 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1082 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1085 case $ac_abs_builddir in
1086 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1088 case ${ac_top_builddir}. in
1089 .) ac_abs_top_builddir=$ac_abs_builddir;;
1090 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1091 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1094 case $ac_abs_builddir in
1095 .) ac_abs_srcdir=$ac_srcdir;;
1098 .) ac_abs_srcdir=$ac_abs_builddir;;
1099 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1100 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1103 case $ac_abs_builddir in
1104 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1106 case $ac_top_srcdir in
1107 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1108 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1109 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1114 # Check for guested configure; otherwise get Cygnus style configure.
1115 if test -f $ac_srcdir/configure.gnu; then
1117 $SHELL $ac_srcdir/configure.gnu --help=recursive
1118 elif test -f $ac_srcdir/configure; then
1120 $SHELL $ac_srcdir/configure --help=recursive
1121 elif test -f $ac_srcdir/configure.ac ||
1122 test -f $ac_srcdir/configure.in; then
1124 $ac_configure --help
1126 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1132 test -n "$ac_init_help" && exit 0
1133 if $ac_init_version; then
1136 Copyright (C) 2003 Free Software Foundation, Inc.
1137 This configure script is free software; the Free Software Foundation
1138 gives unlimited permission to copy, distribute and modify it.
1144 This file contains any messages produced by compilers while
1145 running configure, to aid debugging if configure makes a mistake.
1147 It was created by $as_me, which was
1148 generated by GNU Autoconf 2.59. Invocation command line was
1159 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1160 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1161 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1162 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1163 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1165 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1166 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1168 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1169 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1170 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1171 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1172 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1173 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1174 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1182 test -z "$as_dir" && as_dir=.
1183 echo "PATH: $as_dir"
1198 # Keep a trace of the command line.
1199 # Strip out --no-create and --no-recursion so they do not pile up.
1200 # Strip out --silent because we don't want to record it for future runs.
1201 # Also quote any args containing shell meta-characters.
1202 # Make two passes to allow for proper duplicate-argument suppression.
1207 ac_must_keep_next=false
1213 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1214 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1215 | -silent | --silent | --silen | --sile | --sil)
1217 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1218 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1221 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1223 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1224 if test $ac_must_keep_next = true; then
1225 ac_must_keep_next=false # Got value, back to normal.
1228 *=* | --config-cache | -C | -disable-* | --disable-* \
1229 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1230 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1231 | -with-* | --with-* | -without-* | --without-* | --x)
1232 case "$ac_configure_args0 " in
1233 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1236 -* ) ac_must_keep_next=true ;;
1239 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1240 # Get rid of the leading space.
1246 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1247 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1249 # When interrupted or exit'd, cleanup temporary files, and complete
1250 # config.log. We remove comments because anyway the quotes in there
1251 # would cause problems or look ugly.
1252 # WARNING: Be sure not to use single quotes in there, as some shells,
1253 # such as our DU 5.0 friend, will then `close
' the trap.
1254 trap 'exit_status
=$?
1255 # Save into config.log some information that might help in debugging.
1260 ## ---------------- ##
1261 ## Cache variables. ##
1262 ## ---------------- ##
1265 # The following way of writing the cache mishandles newlines in values,
1268 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1271 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1272 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1276 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1283 ## ----------------- ##
1284 ## Output variables. ##
1285 ## ----------------- ##
1288 for ac_var
in $ac_subst_vars
1290 eval ac_val
=$
`echo $ac_var`
1291 echo "$ac_var='"'"'$ac_val'"'"'"
1295 if test -n "$ac_subst_files"; then
1302 for ac_var
in $ac_subst_files
1304 eval ac_val
=$
`echo $ac_var`
1305 echo "$ac_var='"'"'$ac_val'"'"'"
1310 if test -s confdefs.h
; then
1317 sed "/^$/d" confdefs.h |
sort
1320 test "$ac_signal" != 0 &&
1321 echo "$as_me: caught signal $ac_signal"
1322 echo "$as_me: exit $exit_status"
1324 rm -f core
*.core
&&
1325 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1328 for ac_signal in 1 2 13 15; do
1329 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1333 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1334 rm -rf conftest* confdefs.h
1335 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1338 # Predefined preprocessor variables.
1340 cat >>confdefs.h <<_ACEOF
1341 #define PACKAGE_NAME "$PACKAGE_NAME"
1345 cat >>confdefs.h <<_ACEOF
1346 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1350 cat >>confdefs.h <<_ACEOF
1351 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1355 cat >>confdefs.h <<_ACEOF
1356 #define PACKAGE_STRING "$PACKAGE_STRING"
1360 cat >>confdefs.h <<_ACEOF
1361 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1365 # Let the site file select an alternate cache file if it wants to.
1366 # Prefer explicitly selected file to automatically selected ones.
1367 if test -z "$CONFIG_SITE"; then
1368 if test "x$prefix" != xNONE; then
1369 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1371 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1374 for ac_site_file in $CONFIG_SITE; do
1375 if test -r "$ac_site_file"; then
1376 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1377 echo "$as_me: loading site script $ac_site_file" >&6;}
1378 sed 's
/^
/|
/' "$ac_site_file" >&5
1383 if test -r "$cache_file"; then
1384 # Some versions of bash will fail to source /dev/null (special
1385 # files actually), so we avoid doing that.
1386 if test -f "$cache_file"; then
1387 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1388 echo "$as_me: loading cache $cache_file" >&6;}
1390 [\\/]* | ?:[\\/]* ) . $cache_file;;
1391 *) . ./$cache_file;;
1395 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1396 echo "$as_me: creating cache $cache_file" >&6;}
1400 # Check that the precious variables saved in the cache have kept the same
1402 ac_cache_corrupted=false
1403 for ac_var in `(set) 2>&1 |
1404 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1405 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1406 eval ac_new_set=\$ac_env_${ac_var}_set
1407 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1408 eval ac_new_val="\$ac_env_${ac_var}_value"
1409 case $ac_old_set,$ac_new_set in
1411 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1412 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1413 ac_cache_corrupted=: ;;
1415 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1416 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1417 ac_cache_corrupted=: ;;
1420 if test "x$ac_old_val" != "x$ac_new_val"; then
1421 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1422 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1423 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1424 echo "$as_me: former value: $ac_old_val" >&2;}
1425 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1426 echo "$as_me: current value: $ac_new_val" >&2;}
1427 ac_cache_corrupted=:
1430 # Pass precious variables to config.status.
1431 if test "$ac_new_set" = set; then
1433 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1434 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1435 *) ac_arg=$ac_var=$ac_new_val ;;
1437 case " $ac_configure_args " in
1438 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1439 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1443 if $ac_cache_corrupted; then
1444 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1445 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1446 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1447 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1448 { (exit 1); exit 1; }; }
1452 ac_cpp='$CPP $CPPFLAGS'
1453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1454 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1477 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1478 if test -f $ac_dir/install-sh; then
1480 ac_install_sh="$ac_aux_dir/install-sh -c"
1482 elif test -f $ac_dir/install.sh; then
1484 ac_install_sh="$ac_aux_dir/install.sh -c"
1486 elif test -f $ac_dir/shtool; then
1488 ac_install_sh="$ac_aux_dir/shtool install -c"
1492 if test -z "$ac_aux_dir"; then
1493 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1494 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1495 { (exit 1); exit 1; }; }
1497 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1498 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1499 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1501 # Make sure we can run config.sub.
1502 $ac_config_sub sun4 >/dev/null 2>&1 ||
1503 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1504 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1505 { (exit 1); exit 1; }; }
1507 echo "$as_me:$LINENO: checking build system type" >&5
1508 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1509 if test "${ac_cv_build+set}" = set; then
1510 echo $ECHO_N "(cached) $ECHO_C" >&6
1512 ac_cv_build_alias=$build_alias
1513 test -z "$ac_cv_build_alias" &&
1514 ac_cv_build_alias=`$ac_config_guess`
1515 test -z "$ac_cv_build_alias" &&
1516 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1517 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1518 { (exit 1); exit 1; }; }
1519 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1520 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1521 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1522 { (exit 1); exit 1; }; }
1525 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1526 echo "${ECHO_T}$ac_cv_build" >&6
1528 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1529 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1530 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1533 echo "$as_me:$LINENO: checking host system type" >&5
1534 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1535 if test "${ac_cv_host+set}" = set; then
1536 echo $ECHO_N "(cached) $ECHO_C" >&6
1538 ac_cv_host_alias=$host_alias
1539 test -z "$ac_cv_host_alias" &&
1540 ac_cv_host_alias=$ac_cv_build_alias
1541 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1542 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1543 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1544 { (exit 1); exit 1; }; }
1547 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1548 echo "${ECHO_T}$ac_cv_host" >&6
1550 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1551 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1552 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1555 echo "$as_me:$LINENO: checking target system type" >&5
1556 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1557 if test "${ac_cv_target+set}" = set; then
1558 echo $ECHO_N "(cached) $ECHO_C" >&6
1560 ac_cv_target_alias=$target_alias
1561 test "x$ac_cv_target_alias" = "x" &&
1562 ac_cv_target_alias=$ac_cv_host_alias
1563 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1564 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1565 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1566 { (exit 1); exit 1; }; }
1569 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1570 echo "${ECHO_T}$ac_cv_target" >&6
1571 target=$ac_cv_target
1572 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1573 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1574 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1577 # The aliases save the names the user supplied, while $host etc.
1578 # will get canonicalized.
1579 test -n "$target_alias" &&
1580 test "$program_prefix$program_suffix$program_transform_name" = \
1582 program_prefix=${target_alias}-
1584 ac_cpp='$CPP $CPPFLAGS'
1585 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1586 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1587 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1588 if test -n "$ac_tool_prefix"; then
1589 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1590 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1591 echo "$as_me:$LINENO: checking for $ac_word" >&5
1592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1593 if test "${ac_cv_prog_CC+set}" = set; then
1594 echo $ECHO_N "(cached) $ECHO_C" >&6
1596 if test -n "$CC"; then
1597 ac_cv_prog_CC="$CC" # Let the user override the test.
1599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1603 test -z "$as_dir" && as_dir=.
1604 for ac_exec_ext in '' $ac_executable_extensions; do
1605 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1606 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1616 if test -n "$CC"; then
1617 echo "$as_me:$LINENO: result: $CC" >&5
1618 echo "${ECHO_T}$CC" >&6
1620 echo "$as_me:$LINENO: result: no" >&5
1621 echo "${ECHO_T}no" >&6
1625 if test -z "$ac_cv_prog_CC"; then
1627 # Extract the first word of "gcc", so it can be a program name with args.
1628 set dummy gcc; ac_word=$2
1629 echo "$as_me:$LINENO: checking for $ac_word" >&5
1630 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1631 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1632 echo $ECHO_N "(cached) $ECHO_C" >&6
1634 if test -n "$ac_ct_CC"; then
1635 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1641 test -z "$as_dir" && as_dir=.
1642 for ac_exec_ext in '' $ac_executable_extensions; do
1643 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1644 ac_cv_prog_ac_ct_CC="gcc"
1645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1653 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1654 if test -n "$ac_ct_CC"; then
1655 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1656 echo "${ECHO_T}$ac_ct_CC" >&6
1658 echo "$as_me:$LINENO: result: no" >&5
1659 echo "${ECHO_T}no" >&6
1667 if test -z "$CC"; then
1668 if test -n "$ac_tool_prefix"; then
1669 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1670 set dummy ${ac_tool_prefix}cc; ac_word=$2
1671 echo "$as_me:$LINENO: checking for $ac_word" >&5
1672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1673 if test "${ac_cv_prog_CC+set}" = set; then
1674 echo $ECHO_N "(cached) $ECHO_C" >&6
1676 if test -n "$CC"; then
1677 ac_cv_prog_CC="$CC" # Let the user override the test.
1679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1683 test -z "$as_dir" && as_dir=.
1684 for ac_exec_ext in '' $ac_executable_extensions; do
1685 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1686 ac_cv_prog_CC="${ac_tool_prefix}cc"
1687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1696 if test -n "$CC"; then
1697 echo "$as_me:$LINENO: result: $CC" >&5
1698 echo "${ECHO_T}$CC" >&6
1700 echo "$as_me:$LINENO: result: no" >&5
1701 echo "${ECHO_T}no" >&6
1705 if test -z "$ac_cv_prog_CC"; then
1707 # Extract the first word of "cc", so it can be a program name with args.
1708 set dummy cc; ac_word=$2
1709 echo "$as_me:$LINENO: checking for $ac_word" >&5
1710 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1711 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1712 echo $ECHO_N "(cached) $ECHO_C" >&6
1714 if test -n "$ac_ct_CC"; then
1715 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1721 test -z "$as_dir" && as_dir=.
1722 for ac_exec_ext in '' $ac_executable_extensions; do
1723 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1724 ac_cv_prog_ac_ct_CC="cc"
1725 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1733 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1734 if test -n "$ac_ct_CC"; then
1735 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1736 echo "${ECHO_T}$ac_ct_CC" >&6
1738 echo "$as_me:$LINENO: result: no" >&5
1739 echo "${ECHO_T}no" >&6
1748 if test -z "$CC"; then
1749 # Extract the first word of "cc", so it can be a program name with args.
1750 set dummy cc; ac_word=$2
1751 echo "$as_me:$LINENO: checking for $ac_word" >&5
1752 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1753 if test "${ac_cv_prog_CC+set}" = set; then
1754 echo $ECHO_N "(cached) $ECHO_C" >&6
1756 if test -n "$CC"; then
1757 ac_cv_prog_CC="$CC" # Let the user override the test.
1760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1764 test -z "$as_dir" && as_dir=.
1765 for ac_exec_ext in '' $ac_executable_extensions; do
1766 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1767 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1768 ac_prog_rejected=yes
1772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1778 if test $ac_prog_rejected = yes; then
1779 # We found a bogon in the path, so make sure we never use it.
1780 set dummy $ac_cv_prog_CC
1782 if test $# != 0; then
1783 # We chose a different compiler from the bogus one.
1784 # However, it has the same basename, so the bogon will be chosen
1785 # first if we set CC to just the basename; use the full file name.
1787 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1793 if test -n "$CC"; then
1794 echo "$as_me:$LINENO: result: $CC" >&5
1795 echo "${ECHO_T}$CC" >&6
1797 echo "$as_me:$LINENO: result: no" >&5
1798 echo "${ECHO_T}no" >&6
1802 if test -z "$CC"; then
1803 if test -n "$ac_tool_prefix"; then
1806 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1807 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1808 echo "$as_me:$LINENO: checking for $ac_word" >&5
1809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1810 if test "${ac_cv_prog_CC+set}" = set; then
1811 echo $ECHO_N "(cached) $ECHO_C" >&6
1813 if test -n "$CC"; then
1814 ac_cv_prog_CC="$CC" # Let the user override the test.
1816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1820 test -z "$as_dir" && as_dir=.
1821 for ac_exec_ext in '' $ac_executable_extensions; do
1822 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1823 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1824 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1833 if test -n "$CC"; then
1834 echo "$as_me:$LINENO: result: $CC" >&5
1835 echo "${ECHO_T}$CC" >&6
1837 echo "$as_me:$LINENO: result: no" >&5
1838 echo "${ECHO_T}no" >&6
1841 test -n "$CC" && break
1844 if test -z "$CC"; then
1848 # Extract the first word of "$ac_prog", so it can be a program name with args.
1849 set dummy $ac_prog; ac_word=$2
1850 echo "$as_me:$LINENO: checking for $ac_word" >&5
1851 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1852 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1853 echo $ECHO_N "(cached) $ECHO_C" >&6
1855 if test -n "$ac_ct_CC"; then
1856 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1862 test -z "$as_dir" && as_dir=.
1863 for ac_exec_ext in '' $ac_executable_extensions; do
1864 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1865 ac_cv_prog_ac_ct_CC="$ac_prog"
1866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1874 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1875 if test -n "$ac_ct_CC"; then
1876 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1877 echo "${ECHO_T}$ac_ct_CC" >&6
1879 echo "$as_me:$LINENO: result: no" >&5
1880 echo "${ECHO_T}no" >&6
1883 test -n "$ac_ct_CC" && break
1892 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1893 See \`config.log' for more details.
" >&5
1894 echo "$as_me: error
: no acceptable C compiler found
in \
$PATH
1895 See \
`config.log' for more details." >&2;}
1896 { (exit 1); exit 1; }; }
1898 # Provide some information about the compiler.
1899 echo "$as_me:$LINENO:" \
1900 "checking for C compiler version" >&5
1901 ac_compiler=`set X
$ac_compile; echo $2`
1902 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1903 (eval $ac_compiler --version </dev/null >&5) 2>&5
1905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1906 (exit $ac_status); }
1907 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1908 (eval $ac_compiler -v </dev/null >&5) 2>&5
1910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1911 (exit $ac_status); }
1912 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1913 (eval $ac_compiler -V </dev/null >&5) 2>&5
1915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1916 (exit $ac_status); }
1918 cat >conftest.$ac_ext <<_ACEOF
1921 cat confdefs.h >>conftest.$ac_ext
1922 cat >>conftest.$ac_ext <<_ACEOF
1923 /* end confdefs.h. */
1933 ac_clean_files_save=$ac_clean_files
1934 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1935 # Try to create an executable without -o first, disregard a.out.
1936 # It will help us diagnose broken compilers, and finding out an intuition
1938 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1939 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1940 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
1941 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1942 (eval $ac_link_default) 2>&5
1944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1945 (exit $ac_status); }; then
1946 # Find the output, starting from the most likely. This scheme is
1947 # not robust to junk in `.
', hence go to wildcards (a.*) only as a last
1950 # Be careful to initialize this variable, since it used to be cached.
1951 # Otherwise an old cache value of `no' led to
`EXEEXT = no' in a Makefile.
1953 # b.out is created by i960 compilers.
1954 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1956 test -f "$ac_file" || continue
1958 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1961 # This is the source file.
1964 # We found the default executable, but exeext='' is most
1968 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1969 # FIXME: I believe we export ac_cv_exeext for Libtool,
1970 # but it would be cool to find out if it's true. Does anybody
1971 # maintain Libtool? --akim.
1979 echo "$as_me: failed program was:" >&5
1980 sed 's/^/| /' conftest.$ac_ext >&5
1982 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1983 See \`config.log
' for more details." >&5
1984 echo "$as_me: error: C compiler cannot create executables
1985 See \`config.log' for more details.
" >&2;}
1986 { (exit 77); exit 77; }; }
1989 ac_exeext=$ac_cv_exeext
1990 echo "$as_me:$LINENO: result
: $ac_file" >&5
1991 echo "${ECHO_T}$ac_file" >&6
1993 # Check the compiler produces executables we can run. If not, either
1994 # the compiler is broken, or we cross compile.
1995 echo "$as_me:$LINENO: checking whether the C compiler works
" >&5
1996 echo $ECHO_N "checking whether the C compiler works...
$ECHO_C" >&6
1997 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1998 # If not cross compiling, check that we can run a simple program.
1999 if test "$cross_compiling" != yes; then
2000 if { ac_try='./$ac_file'
2001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2004 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2005 (exit $ac_status); }; }; then
2008 if test "$cross_compiling" = maybe; then
2011 { { echo "$as_me:$LINENO: error
: cannot run C compiled programs.
2012 If you meant to cross compile
, use \
`--host'.
2013 See \`config.log
' for more details." >&5
2014 echo "$as_me: error: cannot run C compiled programs.
2015 If you meant to cross compile, use \`--host'.
2016 See \
`config.log' for more details." >&2;}
2017 { (exit 1); exit 1; }; }
2021 echo "$as_me:$LINENO: result: yes" >&5
2022 echo "${ECHO_T}yes" >&6
2024 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2025 ac_clean_files=$ac_clean_files_save
2026 # Check the compiler produces executables we can run. If not, either
2027 # the compiler is broken, or we cross compile.
2028 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2029 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2030 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2031 echo "${ECHO_T}$cross_compiling" >&6
2033 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2034 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2036 (eval $ac_link) 2>&5
2038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2039 (exit $ac_status); }; then
2040 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2041 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2042 # work properly (i.e., refer to `conftest.exe'), while it won't with
2044 for ac_file
in conftest.exe conftest conftest.
*; do
2045 test -f "$ac_file" ||
continue
2047 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2048 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2055 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2056 See \`config.log' for more details." >&5
2057 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2058 See \`config.log' for more details." >&2;}
2059 { (exit 1); exit 1; }; }
2062 rm -f conftest
$ac_cv_exeext
2063 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2064 echo "${ECHO_T}$ac_cv_exeext" >&6
2066 rm -f conftest.
$ac_ext
2067 EXEEXT
=$ac_cv_exeext
2069 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2070 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2071 if test "${ac_cv_objext+set}" = set; then
2072 echo $ECHO_N "(cached) $ECHO_C" >&6
2074 cat >conftest.
$ac_ext <<_ACEOF
2077 cat confdefs.h
>>conftest.
$ac_ext
2078 cat >>conftest.
$ac_ext <<_ACEOF
2079 /* end confdefs.h. */
2089 rm -f conftest.o conftest.obj
2090 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2091 (eval $ac_compile) 2>&5
2093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2094 (exit $ac_status); }; then
2095 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2097 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2098 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2103 echo "$as_me: failed program was:" >&5
2104 sed 's/^/| /' conftest.
$ac_ext >&5
2106 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2107 See \`config.log' for more details." >&5
2108 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2109 See \`config.log' for more details." >&2;}
2110 { (exit 1); exit 1; }; }
2113 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2115 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2116 echo "${ECHO_T}$ac_cv_objext" >&6
2117 OBJEXT
=$ac_cv_objext
2119 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2120 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2121 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2122 echo $ECHO_N "(cached) $ECHO_C" >&6
2124 cat >conftest.
$ac_ext <<_ACEOF
2127 cat confdefs.h
>>conftest.
$ac_ext
2128 cat >>conftest.
$ac_ext <<_ACEOF
2129 /* end confdefs.h. */
2142 rm -f conftest.
$ac_objext
2143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2144 (eval $ac_compile) 2>conftest.er1
2146 grep -v '^ *+' conftest.er1
>conftest.err
2148 cat conftest.err
>&5
2149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2150 (exit $ac_status); } &&
2151 { ac_try
='test -z "$ac_c_werror_flag"
2152 || test ! -s conftest.err'
2153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2157 (exit $ac_status); }; } &&
2158 { ac_try
='test -s conftest.$ac_objext'
2159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2163 (exit $ac_status); }; }; then
2166 echo "$as_me: failed program was:" >&5
2167 sed 's/^/| /' conftest.
$ac_ext >&5
2171 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2172 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2175 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2176 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2177 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2178 ac_test_CFLAGS
=${CFLAGS+set}
2179 ac_save_CFLAGS
=$CFLAGS
2181 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2182 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2183 if test "${ac_cv_prog_cc_g+set}" = set; then
2184 echo $ECHO_N "(cached) $ECHO_C" >&6
2186 cat >conftest.
$ac_ext <<_ACEOF
2189 cat confdefs.h
>>conftest.
$ac_ext
2190 cat >>conftest.
$ac_ext <<_ACEOF
2191 /* end confdefs.h. */
2201 rm -f conftest.
$ac_objext
2202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2203 (eval $ac_compile) 2>conftest.er1
2205 grep -v '^ *+' conftest.er1
>conftest.err
2207 cat conftest.err
>&5
2208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209 (exit $ac_status); } &&
2210 { ac_try
='test -z "$ac_c_werror_flag"
2211 || test ! -s conftest.err'
2212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2216 (exit $ac_status); }; } &&
2217 { ac_try
='test -s conftest.$ac_objext'
2218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2222 (exit $ac_status); }; }; then
2225 echo "$as_me: failed program was:" >&5
2226 sed 's/^/| /' conftest.
$ac_ext >&5
2230 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2232 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2233 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2234 if test "$ac_test_CFLAGS" = set; then
2235 CFLAGS
=$ac_save_CFLAGS
2236 elif test $ac_cv_prog_cc_g = yes; then
2237 if test "$GCC" = yes; then
2243 if test "$GCC" = yes; then
2249 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2250 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2251 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2252 echo $ECHO_N "(cached) $ECHO_C" >&6
2254 ac_cv_prog_cc_stdc
=no
2256 cat >conftest.
$ac_ext <<_ACEOF
2259 cat confdefs.h
>>conftest.
$ac_ext
2260 cat >>conftest.
$ac_ext <<_ACEOF
2261 /* end confdefs.h. */
2264 #include <sys/types.h>
2265 #include <sys/stat.h>
2266 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2267 struct buf { int x; };
2268 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2269 static char *e (p, i)
2275 static char *f (char * (*g) (char **, int), char **p, ...)
2280 s = g (p, va_arg (v,int));
2285 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2286 function prototypes and stuff, but not '\xHH' hex character constants.
2287 These don't provoke an error unfortunately, instead are silently treated
2288 as 'x'. The following induces an error, until -std1 is added to get
2289 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2290 array size at least. It's necessary to write '\x00'==0 to get something
2291 that's true only with -std1. */
2292 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2294 int test (int i, double x);
2295 struct s1 {int (*f) (int a);};
2296 struct s2 {int (*f) (double a);};
2297 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2303 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2308 # Don't try gcc -ansi; that turns off useful extensions and
2309 # breaks some systems' header files.
2310 # AIX -qlanglvl=ansi
2311 # Ultrix and OSF/1 -std1
2312 # HP-UX 10.20 and later -Ae
2313 # HP-UX older versions -Aa -D_HPUX_SOURCE
2314 # SVR4 -Xc -D__EXTENSIONS__
2315 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2317 CC
="$ac_save_CC $ac_arg"
2318 rm -f conftest.
$ac_objext
2319 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2320 (eval $ac_compile) 2>conftest.er1
2322 grep -v '^ *+' conftest.er1
>conftest.err
2324 cat conftest.err
>&5
2325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2326 (exit $ac_status); } &&
2327 { ac_try
='test -z "$ac_c_werror_flag"
2328 || test ! -s conftest.err'
2329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2333 (exit $ac_status); }; } &&
2334 { ac_try
='test -s conftest.$ac_objext'
2335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2339 (exit $ac_status); }; }; then
2340 ac_cv_prog_cc_stdc
=$ac_arg
2343 echo "$as_me: failed program was:" >&5
2344 sed 's/^/| /' conftest.
$ac_ext >&5
2347 rm -f conftest.err conftest.
$ac_objext
2349 rm -f conftest.
$ac_ext conftest.
$ac_objext
2354 case "x$ac_cv_prog_cc_stdc" in
2356 echo "$as_me:$LINENO: result: none needed" >&5
2357 echo "${ECHO_T}none needed" >&6 ;;
2359 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2360 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2361 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2364 # Some people use a C++ compiler to compile C. Since we use `exit',
2365 # in C++ we need to declare it. In case someone uses the same compiler
2366 # for both compiling C and C++ we need to have the C++ compiler decide
2367 # the declaration of exit, since it's the most demanding environment.
2368 cat >conftest.
$ac_ext <<_ACEOF
2373 rm -f conftest.
$ac_objext
2374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2375 (eval $ac_compile) 2>conftest.er1
2377 grep -v '^ *+' conftest.er1
>conftest.err
2379 cat conftest.err
>&5
2380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2381 (exit $ac_status); } &&
2382 { ac_try
='test -z "$ac_c_werror_flag"
2383 || test ! -s conftest.err'
2384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2388 (exit $ac_status); }; } &&
2389 { ac_try
='test -s conftest.$ac_objext'
2390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2394 (exit $ac_status); }; }; then
2395 for ac_declaration
in \
2397 'extern "C" void std::exit (int) throw (); using std::exit;' \
2398 'extern "C" void std::exit (int); using std::exit;' \
2399 'extern "C" void exit (int) throw ();' \
2400 'extern "C" void exit (int);' \
2403 cat >conftest.
$ac_ext <<_ACEOF
2406 cat confdefs.h
>>conftest.
$ac_ext
2407 cat >>conftest.
$ac_ext <<_ACEOF
2408 /* end confdefs.h. */
2419 rm -f conftest.
$ac_objext
2420 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2421 (eval $ac_compile) 2>conftest.er1
2423 grep -v '^ *+' conftest.er1
>conftest.err
2425 cat conftest.err
>&5
2426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2427 (exit $ac_status); } &&
2428 { ac_try
='test -z "$ac_c_werror_flag"
2429 || test ! -s conftest.err'
2430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2434 (exit $ac_status); }; } &&
2435 { ac_try
='test -s conftest.$ac_objext'
2436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2440 (exit $ac_status); }; }; then
2443 echo "$as_me: failed program was:" >&5
2444 sed 's/^/| /' conftest.
$ac_ext >&5
2448 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2449 cat >conftest.
$ac_ext <<_ACEOF
2452 cat confdefs.h
>>conftest.
$ac_ext
2453 cat >>conftest.
$ac_ext <<_ACEOF
2454 /* end confdefs.h. */
2464 rm -f conftest.
$ac_objext
2465 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2466 (eval $ac_compile) 2>conftest.er1
2468 grep -v '^ *+' conftest.er1
>conftest.err
2470 cat conftest.err
>&5
2471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2472 (exit $ac_status); } &&
2473 { ac_try
='test -z "$ac_c_werror_flag"
2474 || test ! -s conftest.err'
2475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2479 (exit $ac_status); }; } &&
2480 { ac_try
='test -s conftest.$ac_objext'
2481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2485 (exit $ac_status); }; }; then
2488 echo "$as_me: failed program was:" >&5
2489 sed 's/^/| /' conftest.
$ac_ext >&5
2492 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2495 if test -n "$ac_declaration"; then
2496 echo '#ifdef __cplusplus' >>confdefs.h
2497 echo $ac_declaration >>confdefs.h
2498 echo '#endif' >>confdefs.h
2502 echo "$as_me: failed program was:" >&5
2503 sed 's/^/| /' conftest.
$ac_ext >&5
2506 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2508 ac_cpp
='$CPP $CPPFLAGS'
2509 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2510 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2511 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2514 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2515 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2516 if test "${ac_cv_search_strerror+set}" = set; then
2517 echo $ECHO_N "(cached) $ECHO_C" >&6
2519 ac_func_search_save_LIBS
=$LIBS
2520 ac_cv_search_strerror
=no
2521 cat >conftest.
$ac_ext <<_ACEOF
2524 cat confdefs.h
>>conftest.
$ac_ext
2525 cat >>conftest.
$ac_ext <<_ACEOF
2526 /* end confdefs.h. */
2528 /* Override any gcc2 internal prototype to avoid an error. */
2532 /* We use char because int might match the return type of a gcc2
2533 builtin and then its argument prototype would still apply. */
2543 rm -f conftest.
$ac_objext conftest
$ac_exeext
2544 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2545 (eval $ac_link) 2>conftest.er1
2547 grep -v '^ *+' conftest.er1
>conftest.err
2549 cat conftest.err
>&5
2550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2551 (exit $ac_status); } &&
2552 { ac_try
='test -z "$ac_c_werror_flag"
2553 || test ! -s conftest.err'
2554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2558 (exit $ac_status); }; } &&
2559 { ac_try
='test -s conftest$ac_exeext'
2560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2564 (exit $ac_status); }; }; then
2565 ac_cv_search_strerror
="none required"
2567 echo "$as_me: failed program was:" >&5
2568 sed 's/^/| /' conftest.
$ac_ext >&5
2571 rm -f conftest.err conftest.
$ac_objext \
2572 conftest
$ac_exeext conftest.
$ac_ext
2573 if test "$ac_cv_search_strerror" = no
; then
2574 for ac_lib
in cposix
; do
2575 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2576 cat >conftest.
$ac_ext <<_ACEOF
2579 cat confdefs.h
>>conftest.
$ac_ext
2580 cat >>conftest.
$ac_ext <<_ACEOF
2581 /* end confdefs.h. */
2583 /* Override any gcc2 internal prototype to avoid an error. */
2587 /* We use char because int might match the return type of a gcc2
2588 builtin and then its argument prototype would still apply. */
2598 rm -f conftest.
$ac_objext conftest
$ac_exeext
2599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2600 (eval $ac_link) 2>conftest.er1
2602 grep -v '^ *+' conftest.er1
>conftest.err
2604 cat conftest.err
>&5
2605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2606 (exit $ac_status); } &&
2607 { ac_try
='test -z "$ac_c_werror_flag"
2608 || test ! -s conftest.err'
2609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }; } &&
2614 { ac_try
='test -s conftest$ac_exeext'
2615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2619 (exit $ac_status); }; }; then
2620 ac_cv_search_strerror
="-l$ac_lib"
2623 echo "$as_me: failed program was:" >&5
2624 sed 's/^/| /' conftest.
$ac_ext >&5
2627 rm -f conftest.err conftest.
$ac_objext \
2628 conftest
$ac_exeext conftest.
$ac_ext
2631 LIBS
=$ac_func_search_save_LIBS
2633 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2634 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2635 if test "$ac_cv_search_strerror" != no
; then
2636 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2641 BFD_VERSION
=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2642 am__api_version
="1.9"
2643 # Find a good install program. We prefer a C program (faster),
2644 # so one script is as good as another. But avoid the broken or
2645 # incompatible versions:
2646 # SysV /etc/install, /usr/sbin/install
2647 # SunOS /usr/etc/install
2648 # IRIX /sbin/install
2650 # AmigaOS /C/install, which installs bootblocks on floppy discs
2651 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2652 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2653 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2654 # OS/2's system install, which has a completely different semantic
2655 # ./install, which can be erroneously created by make from ./install.sh.
2656 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2657 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2658 if test -z "$INSTALL"; then
2659 if test "${ac_cv_path_install+set}" = set; then
2660 echo $ECHO_N "(cached) $ECHO_C" >&6
2662 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2666 test -z "$as_dir" && as_dir
=.
2667 # Account for people who put trailing slashes in PATH elements.
2669 .
/ | .
// |
/cC
/* | \
2670 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2671 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2674 # OSF1 and SCO ODT 3.0 have their own names for install.
2675 # Don't use installbsd from OSF since it installs stuff as root
2677 for ac_prog
in ginstall scoinst
install; do
2678 for ac_exec_ext
in '' $ac_executable_extensions; do
2679 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2680 if test $ac_prog = install &&
2681 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2682 # AIX install. It has an incompatible calling convention.
2684 elif test $ac_prog = install &&
2685 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2686 # program-specific install script used by HP pwplus--don't use.
2689 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2701 if test "${ac_cv_path_install+set}" = set; then
2702 INSTALL
=$ac_cv_path_install
2704 # As a last resort, use the slow shell script. We don't cache a
2705 # path for INSTALL within a source directory, because that will
2706 # break other packages using the cache if that directory is
2707 # removed, or if the path is relative.
2708 INSTALL
=$ac_install_sh
2711 echo "$as_me:$LINENO: result: $INSTALL" >&5
2712 echo "${ECHO_T}$INSTALL" >&6
2714 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2715 # It thinks the first close brace ends the variable substitution.
2716 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2718 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2720 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2722 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2723 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2726 echo timestamp
> conftest.
file
2727 # Do `set' in a subshell so we don't clobber the current shell's
2728 # arguments. Must try -L first in case configure is actually a
2729 # symlink; some systems play weird games with the mod time of symlinks
2730 # (eg FreeBSD returns the mod time of the symlink's containing
2733 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2734 if test "$*" = "X"; then
2736 set X
`ls -t $srcdir/configure conftest.file`
2739 if test "$*" != "X $srcdir/configure conftest.file" \
2740 && test "$*" != "X conftest.file $srcdir/configure"; then
2742 # If neither matched, then we have a broken ls. This can happen
2743 # if, for instance, CONFIG_SHELL is bash and it inherits a
2744 # broken ls alias from the environment. This has actually
2745 # happened. Such a system could not be considered "sane".
2746 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2747 alias in your environment" >&5
2748 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2749 alias in your environment" >&2;}
2750 { (exit 1); exit 1; }; }
2753 test "$2" = conftest.
file
2759 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2760 Check your system clock" >&5
2761 echo "$as_me: error: newly created file is older than distributed files!
2762 Check your system clock" >&2;}
2763 { (exit 1); exit 1; }; }
2765 echo "$as_me:$LINENO: result: yes" >&5
2766 echo "${ECHO_T}yes" >&6
2767 test "$program_prefix" != NONE
&&
2768 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2769 # Use a double $ so make ignores it.
2770 test "$program_suffix" != NONE
&&
2771 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2772 # Double any \ or $. echo might interpret backslashes.
2773 # By default was `s,x,x', remove it if useless.
2774 cat <<\_ACEOF
>conftest.
sed
2775 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2777 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2780 # expand $ac_aux_dir to an absolute path
2781 am_aux_dir
=`cd $ac_aux_dir && pwd`
2783 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2784 # Use eval to expand $SHELL
2785 if eval "$MISSING --run true"; then
2786 am_missing_run
="$MISSING --run "
2789 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2790 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2793 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2794 # We used to keeping the `.' as first argument, in order to
2795 # allow $(mkdir_p) to be used without argument. As in
2796 # $(mkdir_p) $(somedir)
2797 # where $(somedir) is conditionally defined. However this is wrong
2799 # 1. if the package is installed by a user who cannot write `.'
2800 # make install will fail,
2801 # 2. the above comment should most certainly read
2802 # $(mkdir_p) $(DESTDIR)$(somedir)
2803 # so it does not work when $(somedir) is undefined and
2804 # $(DESTDIR) is not.
2805 # To support the latter case, we have to write
2806 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2807 # so the `.' trick is pointless.
2808 mkdir_p
='mkdir -p --'
2810 # On NextStep and OpenStep, the `mkdir' command does not
2811 # recognize any option. It will interpret all options as
2812 # directories to create, and then abort because `.' already
2814 for d
in .
/-p .
/--version;
2816 test -d $d && rmdir $d
2818 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2819 if test -f "$ac_aux_dir/mkinstalldirs"; then
2820 mkdir_p
='$(mkinstalldirs)'
2822 mkdir_p
='$(install_sh) -d'
2826 for ac_prog
in gawk mawk nawk
awk
2828 # Extract the first word of "$ac_prog", so it can be a program name with args.
2829 set dummy
$ac_prog; ac_word
=$2
2830 echo "$as_me:$LINENO: checking for $ac_word" >&5
2831 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2832 if test "${ac_cv_prog_AWK+set}" = set; then
2833 echo $ECHO_N "(cached) $ECHO_C" >&6
2835 if test -n "$AWK"; then
2836 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2842 test -z "$as_dir" && as_dir
=.
2843 for ac_exec_ext
in '' $ac_executable_extensions; do
2844 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2845 ac_cv_prog_AWK
="$ac_prog"
2846 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2855 if test -n "$AWK"; then
2856 echo "$as_me:$LINENO: result: $AWK" >&5
2857 echo "${ECHO_T}$AWK" >&6
2859 echo "$as_me:$LINENO: result: no" >&5
2860 echo "${ECHO_T}no" >&6
2863 test -n "$AWK" && break
2866 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2867 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2868 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2869 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2870 echo $ECHO_N "(cached) $ECHO_C" >&6
2872 cat >conftest.
make <<\_ACEOF
2874 @
echo 'ac_maketemp="$(MAKE)"'
2876 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2877 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2878 if test -n "$ac_maketemp"; then
2879 eval ac_cv_prog_make_
${ac_make}_set
=yes
2881 eval ac_cv_prog_make_
${ac_make}_set
=no
2885 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2886 echo "$as_me:$LINENO: result: yes" >&5
2887 echo "${ECHO_T}yes" >&6
2890 echo "$as_me:$LINENO: result: no" >&5
2891 echo "${ECHO_T}no" >&6
2892 SET_MAKE
="MAKE=${MAKE-make}"
2895 rm -rf .tst
2>/dev
/null
2896 mkdir .tst
2>/dev
/null
2897 if test -d .tst
; then
2902 rmdir .tst
2>/dev
/null
2904 DEPDIR
="${am__leading_dot}deps"
2906 ac_config_commands
="$ac_config_commands depfiles"
2909 am_make
=${MAKE-make}
2910 cat > confinc
<< 'END'
2915 # If we don't find an include directive, just comment out the code.
2916 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2917 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2921 # First try GNU make style include.
2922 echo "include confinc" > confmf
2923 # We grep out `Entering directory' and `Leaving directory'
2924 # messages which can occur if `w' ends up in MAKEFLAGS.
2925 # In particular we don't look at `^make:' because GNU make might
2926 # be invoked under some other name (usually "gmake"), in which
2927 # case it prints its new name instead of `make'.
2928 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2933 # Now try BSD make style include.
2934 if test "$am__include" = "#"; then
2935 echo '.include "confinc"' > confmf
2936 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2937 am__include
=.include
2944 echo "$as_me:$LINENO: result: $_am_result" >&5
2945 echo "${ECHO_T}$_am_result" >&6
2946 rm -f confinc confmf
2948 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2949 if test "${enable_dependency_tracking+set}" = set; then
2950 enableval
="$enable_dependency_tracking"
2953 if test "x$enable_dependency_tracking" != xno
; then
2954 am_depcomp
="$ac_aux_dir/depcomp"
2959 if test "x$enable_dependency_tracking" != xno; then
2969 # test to see if srcdir already configured
2970 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2971 test -f $srcdir/config.status
; then
2972 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2973 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2974 { (exit 1); exit 1; }; }
2977 # test whether we have cygpath
2978 if test -z "$CYGPATH_W"; then
2979 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2980 CYGPATH_W
='cygpath -w'
2987 # Define the identity of the package.
2989 VERSION
=${BFD_VERSION}
2992 cat >>confdefs.h
<<_ACEOF
2993 #define PACKAGE "$PACKAGE"
2997 cat >>confdefs.h
<<_ACEOF
2998 #define VERSION "$VERSION"
3001 # Some tools Automake needs.
3003 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3006 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3009 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3012 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3015 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3017 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3019 # Installed binaries are usually stripped using `strip' when the user
3020 # run `make install-strip'. However `strip' might not be the right
3021 # tool to use in cross-compilation environments, therefore Automake
3022 # will honor the `STRIP' environment variable to overrule this program.
3023 if test "$cross_compiling" != no
; then
3024 if test -n "$ac_tool_prefix"; then
3025 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3026 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3027 echo "$as_me:$LINENO: checking for $ac_word" >&5
3028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3029 if test "${ac_cv_prog_STRIP+set}" = set; then
3030 echo $ECHO_N "(cached) $ECHO_C" >&6
3032 if test -n "$STRIP"; then
3033 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3035 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3039 test -z "$as_dir" && as_dir
=.
3040 for ac_exec_ext
in '' $ac_executable_extensions; do
3041 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3042 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3043 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3051 STRIP
=$ac_cv_prog_STRIP
3052 if test -n "$STRIP"; then
3053 echo "$as_me:$LINENO: result: $STRIP" >&5
3054 echo "${ECHO_T}$STRIP" >&6
3056 echo "$as_me:$LINENO: result: no" >&5
3057 echo "${ECHO_T}no" >&6
3061 if test -z "$ac_cv_prog_STRIP"; then
3063 # Extract the first word of "strip", so it can be a program name with args.
3064 set dummy strip
; ac_word
=$2
3065 echo "$as_me:$LINENO: checking for $ac_word" >&5
3066 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3067 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3068 echo $ECHO_N "(cached) $ECHO_C" >&6
3070 if test -n "$ac_ct_STRIP"; then
3071 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3073 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3077 test -z "$as_dir" && as_dir
=.
3078 for ac_exec_ext
in '' $ac_executable_extensions; do
3079 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3080 ac_cv_prog_ac_ct_STRIP
="strip"
3081 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3087 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3090 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3091 if test -n "$ac_ct_STRIP"; then
3092 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3093 echo "${ECHO_T}$ac_ct_STRIP" >&6
3095 echo "$as_me:$LINENO: result: no" >&5
3096 echo "${ECHO_T}no" >&6
3101 STRIP
="$ac_cv_prog_STRIP"
3105 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3107 # We need awk for the "check" target. The system "awk" is bad on
3109 # Always define AMTAR for backward compatibility.
3111 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3113 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3118 depcc
="$CC" am_compiler_list
=
3120 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3121 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3122 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3125 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3126 # We make a subdir and do the tests there. Otherwise we can end up
3127 # making bogus files that we don't know about and never remove. For
3128 # instance it was reported that on HP-UX the gcc test will end up
3129 # making a dummy file named `D' -- because `-MD' means `put the output
3132 # Copy depcomp to subdir because otherwise we won't find it if we're
3133 # using a relative directory.
3134 cp "$am_depcomp" conftest.dir
3136 # We will build objects and dependencies in a subdirectory because
3137 # it helps to detect inapplicable dependency modes. For instance
3138 # both Tru64's cc and ICC support -MD to output dependencies as a
3139 # side effect of compilation, but ICC will put the dependencies in
3140 # the current directory while Tru64 will put them in the object
3144 am_cv_CC_dependencies_compiler_type
=none
3145 if test "$am_compiler_list" = ""; then
3146 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3148 for depmode
in $am_compiler_list; do
3149 # Setup a source with many dependencies, because some compilers
3150 # like to wrap large dependency lists on column 80 (with \), and
3151 # we should not choose a depcomp mode which is confused by this.
3153 # We need to recreate these files for each test, as the compiler may
3154 # overwrite some of them when testing with obscure command lines.
3155 # This happens at least with the AIX C compiler.
3157 for i
in 1 2 3 4 5 6; do
3158 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3159 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3160 # Solaris 8's {/usr,}/bin/sh.
3161 touch sub
/conftst
$i.h
3163 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3167 # after this tag, mechanisms are not by side-effect, so they'll
3168 # only be used when explicitly requested
3169 if test "x$enable_dependency_tracking" = xyes
; then
3177 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3178 # mode. It turns out that the SunPro C++ compiler does not properly
3179 # handle `-M -o', and we need to detect this.
3180 if depmode
=$depmode \
3181 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3182 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3183 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3184 >/dev
/null
2>conftest.err
&&
3185 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3186 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3187 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3188 # icc doesn't choke on unknown options, it will just issue warnings
3189 # or remarks (even with -Werror). So we grep stderr for any message
3190 # that says an option was ignored or not supported.
3191 # When given -MP, icc 7.0 and 7.1 complain thusly:
3192 # icc: Command line warning: ignoring option '-M'; no argument required
3193 # The diagnosis changed in icc 8.0:
3194 # icc: Command line remark: option '-MP' not supported
3195 if (grep 'ignoring option' conftest.err ||
3196 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3197 am_cv_CC_dependencies_compiler_type
=$depmode
3206 am_cv_CC_dependencies_compiler_type
=none
3210 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3211 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3212 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3217 test "x$enable_dependency_tracking" != xno \
3218 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3220 am__fastdepCC_FALSE
='#'
3222 am__fastdepCC_TRUE
='#'
3223 am__fastdepCC_FALSE
=
3230 # Check whether --with-lib-path or --without-lib-path was given.
3231 if test "${with_lib_path+set}" = set; then
3232 withval
="$with_lib_path"
3235 # Check whether --enable-targets or --disable-targets was given.
3236 if test "${enable_targets+set}" = set; then
3237 enableval
="$enable_targets"
3238 case "${enableval}" in
3239 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
3240 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
3241 { (exit 1); exit 1; }; }
3243 no
) enable_targets
= ;;
3244 *) enable_targets
=$enableval ;;
3246 fi; # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
3247 if test "${enable_64_bit_bfd+set}" = set; then
3248 enableval
="$enable_64_bit_bfd"
3249 case "${enableval}" in
3252 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
3253 echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
3254 { (exit 1); exit 1; }; } ;;
3260 # Check whether --with-sysroot or --without-sysroot was given.
3261 if test "${with_sysroot+set}" = set; then
3262 withval
="$with_sysroot"
3264 case ${with_sysroot} in
3265 yes) TARGET_SYSTEM_ROOT
='${exec_prefix}/${target_alias}/sys-root' ;;
3266 *) TARGET_SYSTEM_ROOT
=$with_sysroot ;;
3269 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
3272 if test "x$prefix" = xNONE
; then
3273 test_prefix
=/usr
/local
3277 if test "x$exec_prefix" = xNONE
; then
3278 test_exec_prefix
=$test_prefix
3280 test_exec_prefix
=$exec_prefix
3282 case ${TARGET_SYSTEM_ROOT} in
3283 "${test_prefix}"|
"${test_prefix}/"*|\
3284 "${test_exec_prefix}"|
"${test_exec_prefix}/"*|\
3285 '${prefix}'|
'${prefix}/'*|\
3286 '${exec_prefix}'|
'${exec_prefix}/'*)
3287 t
="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
3288 TARGET_SYSTEM_ROOT_DEFINE
="$t"
3296 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"\"'
3304 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
3306 # Check whether --enable-werror or --disable-werror was given.
3307 if test "${enable_werror+set}" = set; then
3308 enableval
="$enable_werror"
3309 case "${enableval}" in
3310 yes | y
) ERROR_ON_WARNING
="yes" ;;
3311 no | n
) ERROR_ON_WARNING
="no" ;;
3312 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
3313 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
3314 { (exit 1); exit 1; }; } ;;
3318 # Enable -Werror by default when using gcc
3319 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
3320 ERROR_ON_WARNING
=yes
3324 if test "${ERROR_ON_WARNING}" = yes ; then
3325 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
3326 NO_WERROR
="-Wno-error"
3329 if test "${GCC}" = yes ; then
3330 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
3333 # Check whether --enable-build-warnings or --disable-build-warnings was given.
3334 if test "${enable_build_warnings+set}" = set; then
3335 enableval
="$enable_build_warnings"
3336 case "${enableval}" in
3337 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
3338 no
) if test "${GCC}" = yes ; then
3341 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
3342 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
3343 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
3344 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
3345 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
3349 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
3350 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
3357 ac_config_headers
="$ac_config_headers config.h:config.in"
3360 if test -z "$target" ; then
3361 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
3362 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
3363 { (exit 1); exit 1; }; }
3365 if test -z "$host" ; then
3366 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
3367 echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
3368 { (exit 1); exit 1; }; }
3371 # host-specific stuff:
3374 ac_cpp
='$CPP $CPPFLAGS'
3375 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3376 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3377 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3378 if test -n "$ac_tool_prefix"; then
3379 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3380 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3381 echo "$as_me:$LINENO: checking for $ac_word" >&5
3382 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3383 if test "${ac_cv_prog_CC+set}" = set; then
3384 echo $ECHO_N "(cached) $ECHO_C" >&6
3386 if test -n "$CC"; then
3387 ac_cv_prog_CC
="$CC" # Let the user override the test.
3389 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3393 test -z "$as_dir" && as_dir
=.
3394 for ac_exec_ext
in '' $ac_executable_extensions; do
3395 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3396 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3397 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3406 if test -n "$CC"; then
3407 echo "$as_me:$LINENO: result: $CC" >&5
3408 echo "${ECHO_T}$CC" >&6
3410 echo "$as_me:$LINENO: result: no" >&5
3411 echo "${ECHO_T}no" >&6
3415 if test -z "$ac_cv_prog_CC"; then
3417 # Extract the first word of "gcc", so it can be a program name with args.
3418 set dummy gcc
; ac_word
=$2
3419 echo "$as_me:$LINENO: checking for $ac_word" >&5
3420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3421 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3422 echo $ECHO_N "(cached) $ECHO_C" >&6
3424 if test -n "$ac_ct_CC"; then
3425 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3431 test -z "$as_dir" && as_dir
=.
3432 for ac_exec_ext
in '' $ac_executable_extensions; do
3433 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3434 ac_cv_prog_ac_ct_CC
="gcc"
3435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3443 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3444 if test -n "$ac_ct_CC"; then
3445 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3446 echo "${ECHO_T}$ac_ct_CC" >&6
3448 echo "$as_me:$LINENO: result: no" >&5
3449 echo "${ECHO_T}no" >&6
3457 if test -z "$CC"; then
3458 if test -n "$ac_tool_prefix"; then
3459 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3460 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3461 echo "$as_me:$LINENO: checking for $ac_word" >&5
3462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3463 if test "${ac_cv_prog_CC+set}" = set; then
3464 echo $ECHO_N "(cached) $ECHO_C" >&6
3466 if test -n "$CC"; then
3467 ac_cv_prog_CC
="$CC" # Let the user override the test.
3469 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3473 test -z "$as_dir" && as_dir
=.
3474 for ac_exec_ext
in '' $ac_executable_extensions; do
3475 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3476 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3486 if test -n "$CC"; then
3487 echo "$as_me:$LINENO: result: $CC" >&5
3488 echo "${ECHO_T}$CC" >&6
3490 echo "$as_me:$LINENO: result: no" >&5
3491 echo "${ECHO_T}no" >&6
3495 if test -z "$ac_cv_prog_CC"; then
3497 # Extract the first word of "cc", so it can be a program name with args.
3498 set dummy cc
; ac_word
=$2
3499 echo "$as_me:$LINENO: checking for $ac_word" >&5
3500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3501 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3502 echo $ECHO_N "(cached) $ECHO_C" >&6
3504 if test -n "$ac_ct_CC"; then
3505 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3511 test -z "$as_dir" && as_dir
=.
3512 for ac_exec_ext
in '' $ac_executable_extensions; do
3513 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3514 ac_cv_prog_ac_ct_CC
="cc"
3515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3523 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3524 if test -n "$ac_ct_CC"; then
3525 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3526 echo "${ECHO_T}$ac_ct_CC" >&6
3528 echo "$as_me:$LINENO: result: no" >&5
3529 echo "${ECHO_T}no" >&6
3538 if test -z "$CC"; then
3539 # Extract the first word of "cc", so it can be a program name with args.
3540 set dummy cc
; ac_word
=$2
3541 echo "$as_me:$LINENO: checking for $ac_word" >&5
3542 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3543 if test "${ac_cv_prog_CC+set}" = set; then
3544 echo $ECHO_N "(cached) $ECHO_C" >&6
3546 if test -n "$CC"; then
3547 ac_cv_prog_CC
="$CC" # Let the user override the test.
3550 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3554 test -z "$as_dir" && as_dir
=.
3555 for ac_exec_ext
in '' $ac_executable_extensions; do
3556 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3557 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3558 ac_prog_rejected
=yes
3562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3568 if test $ac_prog_rejected = yes; then
3569 # We found a bogon in the path, so make sure we never use it.
3570 set dummy
$ac_cv_prog_CC
3572 if test $# != 0; then
3573 # We chose a different compiler from the bogus one.
3574 # However, it has the same basename, so the bogon will be chosen
3575 # first if we set CC to just the basename; use the full file name.
3577 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3583 if test -n "$CC"; then
3584 echo "$as_me:$LINENO: result: $CC" >&5
3585 echo "${ECHO_T}$CC" >&6
3587 echo "$as_me:$LINENO: result: no" >&5
3588 echo "${ECHO_T}no" >&6
3592 if test -z "$CC"; then
3593 if test -n "$ac_tool_prefix"; then
3596 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3597 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3598 echo "$as_me:$LINENO: checking for $ac_word" >&5
3599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3600 if test "${ac_cv_prog_CC+set}" = set; then
3601 echo $ECHO_N "(cached) $ECHO_C" >&6
3603 if test -n "$CC"; then
3604 ac_cv_prog_CC
="$CC" # Let the user override the test.
3606 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3610 test -z "$as_dir" && as_dir
=.
3611 for ac_exec_ext
in '' $ac_executable_extensions; do
3612 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3613 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3623 if test -n "$CC"; then
3624 echo "$as_me:$LINENO: result: $CC" >&5
3625 echo "${ECHO_T}$CC" >&6
3627 echo "$as_me:$LINENO: result: no" >&5
3628 echo "${ECHO_T}no" >&6
3631 test -n "$CC" && break
3634 if test -z "$CC"; then
3638 # Extract the first word of "$ac_prog", so it can be a program name with args.
3639 set dummy
$ac_prog; ac_word
=$2
3640 echo "$as_me:$LINENO: checking for $ac_word" >&5
3641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3642 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3643 echo $ECHO_N "(cached) $ECHO_C" >&6
3645 if test -n "$ac_ct_CC"; then
3646 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3648 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3652 test -z "$as_dir" && as_dir
=.
3653 for ac_exec_ext
in '' $ac_executable_extensions; do
3654 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3655 ac_cv_prog_ac_ct_CC
="$ac_prog"
3656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3664 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3665 if test -n "$ac_ct_CC"; then
3666 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3667 echo "${ECHO_T}$ac_ct_CC" >&6
3669 echo "$as_me:$LINENO: result: no" >&5
3670 echo "${ECHO_T}no" >&6
3673 test -n "$ac_ct_CC" && break
3682 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3683 See \`config.log' for more details." >&5
3684 echo "$as_me: error: no acceptable C compiler found in \$PATH
3685 See \`config.log' for more details." >&2;}
3686 { (exit 1); exit 1; }; }
3688 # Provide some information about the compiler.
3689 echo "$as_me:$LINENO:" \
3690 "checking for C compiler version" >&5
3691 ac_compiler
=`set X $ac_compile; echo $2`
3692 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3693 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3696 (exit $ac_status); }
3697 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3698 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3701 (exit $ac_status); }
3702 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3703 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3706 (exit $ac_status); }
3708 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3709 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3710 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3711 echo $ECHO_N "(cached) $ECHO_C" >&6
3713 cat >conftest.
$ac_ext <<_ACEOF
3716 cat confdefs.h
>>conftest.
$ac_ext
3717 cat >>conftest.
$ac_ext <<_ACEOF
3718 /* end confdefs.h. */
3731 rm -f conftest.
$ac_objext
3732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3733 (eval $ac_compile) 2>conftest.er1
3735 grep -v '^ *+' conftest.er1
>conftest.err
3737 cat conftest.err
>&5
3738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3739 (exit $ac_status); } &&
3740 { ac_try
='test -z "$ac_c_werror_flag"
3741 || test ! -s conftest.err'
3742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746 (exit $ac_status); }; } &&
3747 { ac_try
='test -s conftest.$ac_objext'
3748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752 (exit $ac_status); }; }; then
3755 echo "$as_me: failed program was:" >&5
3756 sed 's/^/| /' conftest.
$ac_ext >&5
3760 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3761 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3764 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3765 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3766 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3767 ac_test_CFLAGS
=${CFLAGS+set}
3768 ac_save_CFLAGS
=$CFLAGS
3770 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3771 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3772 if test "${ac_cv_prog_cc_g+set}" = set; then
3773 echo $ECHO_N "(cached) $ECHO_C" >&6
3775 cat >conftest.
$ac_ext <<_ACEOF
3778 cat confdefs.h
>>conftest.
$ac_ext
3779 cat >>conftest.
$ac_ext <<_ACEOF
3780 /* end confdefs.h. */
3790 rm -f conftest.
$ac_objext
3791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3792 (eval $ac_compile) 2>conftest.er1
3794 grep -v '^ *+' conftest.er1
>conftest.err
3796 cat conftest.err
>&5
3797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798 (exit $ac_status); } &&
3799 { ac_try
='test -z "$ac_c_werror_flag"
3800 || test ! -s conftest.err'
3801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); }; } &&
3806 { ac_try
='test -s conftest.$ac_objext'
3807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3811 (exit $ac_status); }; }; then
3814 echo "$as_me: failed program was:" >&5
3815 sed 's/^/| /' conftest.
$ac_ext >&5
3819 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3821 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3822 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3823 if test "$ac_test_CFLAGS" = set; then
3824 CFLAGS
=$ac_save_CFLAGS
3825 elif test $ac_cv_prog_cc_g = yes; then
3826 if test "$GCC" = yes; then
3832 if test "$GCC" = yes; then
3838 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3839 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3840 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3841 echo $ECHO_N "(cached) $ECHO_C" >&6
3843 ac_cv_prog_cc_stdc
=no
3845 cat >conftest.
$ac_ext <<_ACEOF
3848 cat confdefs.h
>>conftest.
$ac_ext
3849 cat >>conftest.
$ac_ext <<_ACEOF
3850 /* end confdefs.h. */
3853 #include <sys/types.h>
3854 #include <sys/stat.h>
3855 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3856 struct buf { int x; };
3857 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3858 static char *e (p, i)
3864 static char *f (char * (*g) (char **, int), char **p, ...)
3869 s = g (p, va_arg (v,int));
3874 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3875 function prototypes and stuff, but not '\xHH' hex character constants.
3876 These don't provoke an error unfortunately, instead are silently treated
3877 as 'x'. The following induces an error, until -std1 is added to get
3878 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3879 array size at least. It's necessary to write '\x00'==0 to get something
3880 that's true only with -std1. */
3881 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3883 int test (int i, double x);
3884 struct s1 {int (*f) (int a);};
3885 struct s2 {int (*f) (double a);};
3886 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3892 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3897 # Don't try gcc -ansi; that turns off useful extensions and
3898 # breaks some systems' header files.
3899 # AIX -qlanglvl=ansi
3900 # Ultrix and OSF/1 -std1
3901 # HP-UX 10.20 and later -Ae
3902 # HP-UX older versions -Aa -D_HPUX_SOURCE
3903 # SVR4 -Xc -D__EXTENSIONS__
3904 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3906 CC
="$ac_save_CC $ac_arg"
3907 rm -f conftest.
$ac_objext
3908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3909 (eval $ac_compile) 2>conftest.er1
3911 grep -v '^ *+' conftest.er1
>conftest.err
3913 cat conftest.err
>&5
3914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3915 (exit $ac_status); } &&
3916 { ac_try
='test -z "$ac_c_werror_flag"
3917 || test ! -s conftest.err'
3918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); }; } &&
3923 { ac_try
='test -s conftest.$ac_objext'
3924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3928 (exit $ac_status); }; }; then
3929 ac_cv_prog_cc_stdc
=$ac_arg
3932 echo "$as_me: failed program was:" >&5
3933 sed 's/^/| /' conftest.
$ac_ext >&5
3936 rm -f conftest.err conftest.
$ac_objext
3938 rm -f conftest.
$ac_ext conftest.
$ac_objext
3943 case "x$ac_cv_prog_cc_stdc" in
3945 echo "$as_me:$LINENO: result: none needed" >&5
3946 echo "${ECHO_T}none needed" >&6 ;;
3948 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3949 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3950 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3953 # Some people use a C++ compiler to compile C. Since we use `exit',
3954 # in C++ we need to declare it. In case someone uses the same compiler
3955 # for both compiling C and C++ we need to have the C++ compiler decide
3956 # the declaration of exit, since it's the most demanding environment.
3957 cat >conftest.
$ac_ext <<_ACEOF
3962 rm -f conftest.
$ac_objext
3963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3964 (eval $ac_compile) 2>conftest.er1
3966 grep -v '^ *+' conftest.er1
>conftest.err
3968 cat conftest.err
>&5
3969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970 (exit $ac_status); } &&
3971 { ac_try
='test -z "$ac_c_werror_flag"
3972 || test ! -s conftest.err'
3973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977 (exit $ac_status); }; } &&
3978 { ac_try
='test -s conftest.$ac_objext'
3979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3983 (exit $ac_status); }; }; then
3984 for ac_declaration
in \
3986 'extern "C" void std::exit (int) throw (); using std::exit;' \
3987 'extern "C" void std::exit (int); using std::exit;' \
3988 'extern "C" void exit (int) throw ();' \
3989 'extern "C" void exit (int);' \
3992 cat >conftest.
$ac_ext <<_ACEOF
3995 cat confdefs.h
>>conftest.
$ac_ext
3996 cat >>conftest.
$ac_ext <<_ACEOF
3997 /* end confdefs.h. */
4008 rm -f conftest.
$ac_objext
4009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4010 (eval $ac_compile) 2>conftest.er1
4012 grep -v '^ *+' conftest.er1
>conftest.err
4014 cat conftest.err
>&5
4015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4016 (exit $ac_status); } &&
4017 { ac_try
='test -z "$ac_c_werror_flag"
4018 || test ! -s conftest.err'
4019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4023 (exit $ac_status); }; } &&
4024 { ac_try
='test -s conftest.$ac_objext'
4025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4029 (exit $ac_status); }; }; then
4032 echo "$as_me: failed program was:" >&5
4033 sed 's/^/| /' conftest.
$ac_ext >&5
4037 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4038 cat >conftest.
$ac_ext <<_ACEOF
4041 cat confdefs.h
>>conftest.
$ac_ext
4042 cat >>conftest.
$ac_ext <<_ACEOF
4043 /* end confdefs.h. */
4053 rm -f conftest.
$ac_objext
4054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4055 (eval $ac_compile) 2>conftest.er1
4057 grep -v '^ *+' conftest.er1
>conftest.err
4059 cat conftest.err
>&5
4060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4061 (exit $ac_status); } &&
4062 { ac_try
='test -z "$ac_c_werror_flag"
4063 || test ! -s conftest.err'
4064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4068 (exit $ac_status); }; } &&
4069 { ac_try
='test -s conftest.$ac_objext'
4070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4074 (exit $ac_status); }; }; then
4077 echo "$as_me: failed program was:" >&5
4078 sed 's/^/| /' conftest.
$ac_ext >&5
4081 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4084 if test -n "$ac_declaration"; then
4085 echo '#ifdef __cplusplus' >>confdefs.h
4086 echo $ac_declaration >>confdefs.h
4087 echo '#endif' >>confdefs.h
4091 echo "$as_me: failed program was:" >&5
4092 sed 's/^/| /' conftest.
$ac_ext >&5
4095 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4097 ac_cpp
='$CPP $CPPFLAGS'
4098 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4099 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4100 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4103 cat >>confdefs.h
<<\_ACEOF
4104 #define _GNU_SOURCE 1
4108 # Find a good install program. We prefer a C program (faster),
4109 # so one script is as good as another. But avoid the broken or
4110 # incompatible versions:
4111 # SysV /etc/install, /usr/sbin/install
4112 # SunOS /usr/etc/install
4113 # IRIX /sbin/install
4115 # AmigaOS /C/install, which installs bootblocks on floppy discs
4116 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4117 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4118 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4119 # OS/2's system install, which has a completely different semantic
4120 # ./install, which can be erroneously created by make from ./install.sh.
4121 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4122 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4123 if test -z "$INSTALL"; then
4124 if test "${ac_cv_path_install+set}" = set; then
4125 echo $ECHO_N "(cached) $ECHO_C" >&6
4127 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4131 test -z "$as_dir" && as_dir
=.
4132 # Account for people who put trailing slashes in PATH elements.
4134 .
/ | .
// |
/cC
/* | \
4135 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4136 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
4139 # OSF1 and SCO ODT 3.0 have their own names for install.
4140 # Don't use installbsd from OSF since it installs stuff as root
4142 for ac_prog
in ginstall scoinst
install; do
4143 for ac_exec_ext
in '' $ac_executable_extensions; do
4144 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4145 if test $ac_prog = install &&
4146 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4147 # AIX install. It has an incompatible calling convention.
4149 elif test $ac_prog = install &&
4150 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4151 # program-specific install script used by HP pwplus--don't use.
4154 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4166 if test "${ac_cv_path_install+set}" = set; then
4167 INSTALL
=$ac_cv_path_install
4169 # As a last resort, use the slow shell script. We don't cache a
4170 # path for INSTALL within a source directory, because that will
4171 # break other packages using the cache if that directory is
4172 # removed, or if the path is relative.
4173 INSTALL
=$ac_install_sh
4176 echo "$as_me:$LINENO: result: $INSTALL" >&5
4177 echo "${ECHO_T}$INSTALL" >&6
4179 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4180 # It thinks the first close brace ends the variable substitution.
4181 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4183 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4185 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4190 macro_version
='2.1a'
4191 macro_revision
='1.2435'
4204 ltmain
="$ac_aux_dir/ltmain.sh"
4214 # Check whether --enable-shared or --disable-shared was given.
4215 if test "${enable_shared+set}" = set; then
4216 enableval
="$enable_shared"
4217 p
=${PACKAGE-default}
4219 yes) enable_shared
=yes ;;
4220 no
) enable_shared
=no
;;
4223 # Look at the argument we got. We use all the common list separators.
4224 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4225 for pkg
in $enableval; do
4227 if test "X$pkg" = "X$p"; then
4245 # Check whether --enable-static or --disable-static was given.
4246 if test "${enable_static+set}" = set; then
4247 enableval
="$enable_static"
4248 p
=${PACKAGE-default}
4250 yes) enable_static
=yes ;;
4251 no
) enable_static
=no
;;
4254 # Look at the argument we got. We use all the common list separators.
4255 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4256 for pkg
in $enableval; do
4258 if test "X$pkg" = "X$p"; then
4277 # Check whether --with-pic or --without-pic was given.
4278 if test "${with_pic+set}" = set; then
4285 test -z "$pic_mode" && pic_mode
=default
4293 # Check whether --enable-fast-install or --disable-fast-install was given.
4294 if test "${enable_fast_install+set}" = set; then
4295 enableval
="$enable_fast_install"
4296 p
=${PACKAGE-default}
4298 yes) enable_fast_install
=yes ;;
4299 no
) enable_fast_install
=no
;;
4301 enable_fast_install
=no
4302 # Look at the argument we got. We use all the common list separators.
4303 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4304 for pkg
in $enableval; do
4306 if test "X$pkg" = "X$p"; then
4307 enable_fast_install
=yes
4314 enable_fast_install
=yes
4324 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4325 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
4326 if test "${lt_cv_path_SED+set}" = set; then
4327 echo $ECHO_N "(cached) $ECHO_C" >&6
4329 # Loop through the user's path and test for sed and gsed.
4330 # Then use that list of sed's as ones to test for truncation.
4331 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4335 test -z "$as_dir" && as_dir
=.
4336 for lt_ac_prog
in sed gsed
; do
4337 for ac_exec_ext
in '' $ac_executable_extensions; do
4338 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4339 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4347 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4348 # along with /bin/sed that truncates output.
4349 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
4350 test ! -f $lt_ac_sed && continue
4351 cat /dev
/null
> conftest.
in
4353 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
4354 # Check for GNU sed and select it if it is found.
4355 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
4356 lt_cv_path_SED
=$lt_ac_sed
4360 cat conftest.
in conftest.
in >conftest.tmp
4361 mv conftest.tmp conftest.
in
4362 cp conftest.
in conftest.
nl
4364 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
4365 cmp -s conftest.out conftest.
nl ||
break
4366 # 10000 chars as input seems more than enough
4367 test $lt_ac_count -gt 10 && break
4368 lt_ac_count
=`expr $lt_ac_count + 1`
4369 if test $lt_ac_count -gt $lt_ac_max; then
4370 lt_ac_max
=$lt_ac_count
4371 lt_cv_path_SED
=$lt_ac_sed
4380 echo "$as_me:$LINENO: result: $SED" >&5
4381 echo "${ECHO_T}$SED" >&6
4383 test -z "$SED" && SED
=sed
4384 Xsed
="$SED -e 1s/^X//"
4396 echo "$as_me:$LINENO: checking for egrep" >&5
4397 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4398 if test "${ac_cv_prog_egrep+set}" = set; then
4399 echo $ECHO_N "(cached) $ECHO_C" >&6
4401 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4402 then ac_cv_prog_egrep
='grep -E'
4403 else ac_cv_prog_egrep
='egrep'
4406 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4407 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4408 EGREP
=$ac_cv_prog_egrep
4411 echo "$as_me:$LINENO: checking for fgrep" >&5
4412 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
4413 if test "${ac_cv_prog_fgrep+set}" = set; then
4414 echo $ECHO_N "(cached) $ECHO_C" >&6
4416 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
4417 then ac_cv_prog_fgrep
='grep -F'
4418 else ac_cv_prog_fgrep
='fgrep'
4421 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
4422 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
4423 FGREP
=$ac_cv_prog_fgrep
4426 test -z "$GREP" && GREP
=grep
4446 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4447 if test "${with_gnu_ld+set}" = set; then
4448 withval
="$with_gnu_ld"
4449 test "$withval" = no || with_gnu_ld
=yes
4454 if test "$GCC" = yes; then
4455 # Check if gcc -print-prog-name=ld gives a path.
4456 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4457 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4460 # gcc leaves a trailing carriage return which upsets mingw
4461 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4463 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4466 # Accept absolute paths.
4468 re_direlt
='/[^/][^/]*/\.\./'
4469 # Canonicalize the pathname of ld
4470 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4471 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4472 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4474 test -z "$LD" && LD
="$ac_prog"
4477 # If it fails, then pretend we aren't using GCC.
4481 # If it is relative, then search for the first ld in PATH.
4485 elif test "$with_gnu_ld" = yes; then
4486 echo "$as_me:$LINENO: checking for GNU ld" >&5
4487 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4489 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4490 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4492 if test "${lt_cv_path_LD+set}" = set; then
4493 echo $ECHO_N "(cached) $ECHO_C" >&6
4495 if test -z "$LD"; then
4496 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4497 for ac_dir
in $PATH; do
4499 test -z "$ac_dir" && ac_dir
=.
4500 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4501 lt_cv_path_LD
="$ac_dir/$ac_prog"
4502 # Check to see if the program is GNU ld. I'd rather use --version,
4503 # but apparently some variants of GNU ld only accept -v.
4504 # Break only if it was the GNU/non-GNU ld that we prefer.
4505 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4506 *GNU
* |
*'with BFD'*)
4507 test "$with_gnu_ld" != no
&& break
4510 test "$with_gnu_ld" != yes && break
4517 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4522 if test -n "$LD"; then
4523 echo "$as_me:$LINENO: result: $LD" >&5
4524 echo "${ECHO_T}$LD" >&6
4526 echo "$as_me:$LINENO: result: no" >&5
4527 echo "${ECHO_T}no" >&6
4529 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4530 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4531 { (exit 1); exit 1; }; }
4532 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4533 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4534 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4535 echo $ECHO_N "(cached) $ECHO_C" >&6
4537 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4538 case `$LD -v 2>&1 </dev/null` in
4539 *GNU
* |
*'with BFD'*)
4540 lt_cv_prog_gnu_ld
=yes
4543 lt_cv_prog_gnu_ld
=no
4547 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4548 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4549 with_gnu_ld
=$lt_cv_prog_gnu_ld
4560 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4561 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
4562 if test "${lt_cv_path_NM+set}" = set; then
4563 echo $ECHO_N "(cached) $ECHO_C" >&6
4565 if test -n "$NM"; then
4566 # Let the user override the test.
4569 lt_nm_to_check
="${ac_tool_prefix}nm"
4570 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4571 lt_nm_to_check
="$lt_nm_to_check nm"
4573 for lt_tmp_nm
in $lt_nm_to_check; do
4574 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4575 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4577 test -z "$ac_dir" && ac_dir
=.
4578 tmp_nm
="$ac_dir/$lt_tmp_nm"
4579 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4580 # Check to see if the nm accepts a BSD-compat flag.
4581 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4582 # nm: unknown option "B" ignored
4583 # Tru64's nm complains that /dev/null is an invalid object file
4584 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4585 */dev
/null
* |
*'Invalid file or object type'*)
4586 lt_cv_path_NM
="$tmp_nm -B"
4590 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4592 lt_cv_path_NM
="$tmp_nm -p"
4596 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4597 continue # so that we can try to find one that supports BSD flags
4606 : ${lt_cv_path_NM=no}
4609 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4610 echo "${ECHO_T}$lt_cv_path_NM" >&6
4611 if test "$lt_cv_path_NM" != "no"; then
4614 # Didn't find any BSD compatible name lister, look for dumpbin.
4615 if test -n "$ac_tool_prefix"; then
4616 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4618 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4619 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4620 echo "$as_me:$LINENO: checking for $ac_word" >&5
4621 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4622 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4623 echo $ECHO_N "(cached) $ECHO_C" >&6
4625 if test -n "$DUMPBIN"; then
4626 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4628 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4632 test -z "$as_dir" && as_dir
=.
4633 for ac_exec_ext
in '' $ac_executable_extensions; do
4634 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4635 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4644 DUMPBIN
=$ac_cv_prog_DUMPBIN
4645 if test -n "$DUMPBIN"; then
4646 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4647 echo "${ECHO_T}$DUMPBIN" >&6
4649 echo "$as_me:$LINENO: result: no" >&5
4650 echo "${ECHO_T}no" >&6
4653 test -n "$DUMPBIN" && break
4656 if test -z "$DUMPBIN"; then
4657 ac_ct_DUMPBIN
=$DUMPBIN
4658 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4660 # Extract the first word of "$ac_prog", so it can be a program name with args.
4661 set dummy
$ac_prog; ac_word
=$2
4662 echo "$as_me:$LINENO: checking for $ac_word" >&5
4663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4664 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4665 echo $ECHO_N "(cached) $ECHO_C" >&6
4667 if test -n "$ac_ct_DUMPBIN"; then
4668 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4670 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4674 test -z "$as_dir" && as_dir
=.
4675 for ac_exec_ext
in '' $ac_executable_extensions; do
4676 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4677 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4686 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4687 if test -n "$ac_ct_DUMPBIN"; then
4688 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4689 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
4691 echo "$as_me:$LINENO: result: no" >&5
4692 echo "${ECHO_T}no" >&6
4695 test -n "$ac_ct_DUMPBIN" && break
4697 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
4699 DUMPBIN
=$ac_ct_DUMPBIN
4703 if test "$DUMPBIN" != ":"; then
4707 test -z "$NM" && NM
=nm
4714 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4715 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
4716 if test "${lt_cv_nm_interface+set}" = set; then
4717 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 lt_cv_nm_interface
="BSD nm"
4720 echo "int some_variable = 0;" > conftest.
$ac_ext
4721 (eval echo "\"\$as_me:4721: $ac_compile\"" >&5)
4722 (eval "$ac_compile" 2>conftest.err
)
4723 cat conftest.err
>&5
4724 (eval echo "\"\$as_me:4724: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4725 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4726 cat conftest.err
>&5
4727 (eval echo "\"\$as_me:4727: output\"" >&5)
4728 cat conftest.out
>&5
4729 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4730 lt_cv_nm_interface
="MS dumpbin"
4734 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4735 echo "${ECHO_T}$lt_cv_nm_interface" >&6
4737 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4738 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4740 if test "$LN_S" = "ln -s"; then
4741 echo "$as_me:$LINENO: result: yes" >&5
4742 echo "${ECHO_T}yes" >&6
4744 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4745 echo "${ECHO_T}no, using $LN_S" >&6
4748 # find the maximum length of command line arguments
4749 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4750 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4751 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4752 echo $ECHO_N "(cached) $ECHO_C" >&6
4759 # On DJGPP, this test can blow up pretty badly due to problems in libc
4760 # (any single argument exceeding 2000 bytes causes a buffer overrun
4761 # during glob expansion). Even if it were fixed, the result of this
4762 # check would be larger than it should be.
4763 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4767 # Under GNU Hurd, this test is not required because there is
4768 # no limit to the length of command line arguments.
4769 # Libtool will interpret -1 as no limit whatsoever
4770 lt_cv_sys_max_cmd_len
=-1;
4774 # On Win9x/ME, this test blows up -- it succeeds, but takes
4775 # about 5 minutes as the teststring grows exponentially.
4776 # Worse, since 9x/ME are not pre-emptively multitasking,
4777 # you end up with a "frozen" computer, even though with patience
4778 # the test eventually succeeds (with a max line length of 256k).
4779 # Instead, let's just punt: use the minimum linelength reported by
4780 # all of the supported platforms: 8192 (on NT/2K/XP).
4781 lt_cv_sys_max_cmd_len
=8192;
4785 # On AmigaOS with pdksh, this test takes hours, literally.
4786 # So we just punt and use a minimum line length of 8192.
4787 lt_cv_sys_max_cmd_len
=8192;
4790 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4791 # This has been around since 386BSD, at least. Likely further.
4792 if test -x /sbin
/sysctl
; then
4793 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4794 elif test -x /usr
/sbin
/sysctl
; then
4795 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4797 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4799 # And add a safety zone
4800 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4801 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4805 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4806 lt_cv_sys_max_cmd_len
=196608
4810 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4811 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4812 # nice to cause kernel panics so lets avoid the loop below.
4813 # First set a reasonable default.
4814 lt_cv_sys_max_cmd_len
=16384
4816 if test -x /sbin
/sysconfig
; then
4817 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4818 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4823 lt_cv_sys_max_cmd_len
=102400
4825 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4826 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4827 if test -n "$kargmax"; then
4828 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4830 lt_cv_sys_max_cmd_len
=32768
4834 lt_cv_sys_max_cmd_len
=`getconf ARG_MAX 2> /dev/null`
4835 if test -n $lt_cv_sys_max_cmd_len; then
4836 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4837 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4839 # Make teststring a little bigger before we do anything with it.
4840 # a 1K string should be a reasonable start.
4841 for i
in 1 2 3 4 5 6 7 8 ; do
4842 teststring
=$teststring$teststring
4844 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4845 # If test is not a shell built-in, we'll probably end up computing a
4846 # maximum length that is only half of the actual maximum length, but
4848 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4849 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
4850 test $i != 17 # 1/2 MB should be enough
4853 teststring
=$teststring$teststring
4855 # Only check the string length outside the loop.
4856 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4858 # Add a significant safety factor because C++ compilers can tack on
4859 # massive amounts of additional arguments before passing them to the
4860 # linker. It appears as though 1/2 is a usable value.
4861 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4868 if test -n $lt_cv_sys_max_cmd_len ; then
4869 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4870 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4872 echo "$as_me:$LINENO: result: none" >&5
4873 echo "${ECHO_T}none" >&6
4875 max_cmd_len
=$lt_cv_sys_max_cmd_len
4887 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4888 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
4889 # Try some XSI features
4892 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4893 = c,a/b,, ) >/dev/null 2>&1 \
4895 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
4896 echo "${ECHO_T}$xsi_shell" >&6
4899 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
4900 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
4902 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
4904 && lt_shell_append=yes
4905 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
4906 echo "${ECHO_T}$lt_shell_append" >&6
4909 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4919 # test EBCDIC or ASCII
4920 case `echo X|tr X '\101'` in
4921 A) # ASCII based system
4922 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4923 lt_SP2NL='tr \040 \012'
4924 lt_NL2SP='tr \015\012 \040\040'
4926 *) # EBCDIC based system
4927 lt_SP2NL='tr \100 \n'
4928 lt_NL2SP='tr \r\n \100\100'
4940 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
4941 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
4942 if test "${lt_cv_ld_reload_flag+set}" = set; then
4943 echo $ECHO_N "(cached
) $ECHO_C" >&6
4945 lt_cv_ld_reload_flag='-r'
4947 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
4948 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4949 reload_flag=$lt_cv_ld_reload_flag
4950 case $reload_flag in
4952 *) reload_flag=" $reload_flag" ;;
4954 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4957 if test "$GCC" = yes; then
4958 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4960 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4974 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
4975 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
4976 if test "${lt_cv_deplibs_check_method+set}" = set; then
4977 echo $ECHO_N "(cached
) $ECHO_C" >&6
4979 lt_cv_file_magic_cmd='$MAGIC_CMD'
4980 lt_cv_file_magic_test_file=
4981 lt_cv_deplibs_check_method='unknown'
4982 # Need to set the preceding variable on all platforms that support
4983 # interlibrary dependencies.
4984 # 'none' -- dependencies not supported.
4985 # `unknown' -- same as none, but documents that we really don't know.
4986 # 'pass_all' -- all dependencies passed with no checks.
4987 # 'test_compile' -- check by making test program.
4988 # 'file_magic [[regex]]' -- check by looking for files in library path
4989 # which responds to the $file_magic_cmd with a given extended regex.
4990 # If you have `file' or equivalent on your system and you're not sure
4991 # whether `pass_all' will *always* work, you probably want this one.
4995 lt_cv_deplibs_check_method=pass_all
4999 lt_cv_deplibs_check_method=pass_all
5003 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5004 lt_cv_file_magic_cmd='/usr/bin/file -L'
5005 lt_cv_file_magic_test_file=/shlib/libc.so
5009 # func_win32_libid is a shell function defined in ltmain.sh
5010 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5011 lt_cv_file_magic_cmd='func_win32_libid'
5015 # Base MSYS/MinGW do not provide the 'file' command needed by
5016 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5017 # unless we find 'file', for example because we are cross-compiling.
5018 if ( file / ) >/dev/null 2>&1; then
5019 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5020 lt_cv_file_magic_cmd='func_win32_libid'
5022 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5023 lt_cv_file_magic_cmd='$OBJDUMP -f'
5027 darwin* | rhapsody*)
5028 lt_cv_deplibs_check_method=pass_all
5031 freebsd* | dragonfly*)
5032 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5035 # Not sure whether the presence of OpenBSD here was a mistake.
5036 # Let's accept both of them until this is cleared up.
5037 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5038 lt_cv_file_magic_cmd=/usr/bin/file
5039 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5043 lt_cv_deplibs_check_method=pass_all
5048 lt_cv_deplibs_check_method=pass_all
5051 hpux10.20* | hpux11*)
5052 lt_cv_file_magic_cmd=/usr/bin/file
5055 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5056 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5059 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]'
5060 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5063 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5064 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5070 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5071 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5074 irix5* | irix6* | nonstopux*)
5076 *-32|*"-32 ") libmagic=32-bit;;
5077 *-n32|*"-n32 ") libmagic=N32;;
5078 *-64|*"-64 ") libmagic=64-bit;;
5079 *) libmagic=never-match;;
5081 lt_cv_deplibs_check_method=pass_all
5084 # This must be Linux ELF.
5085 linux* | k*bsd*-gnu)
5086 lt_cv_deplibs_check_method=pass_all
5090 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5091 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5093 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5098 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5099 lt_cv_file_magic_cmd=/usr/bin/file
5100 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5104 lt_cv_deplibs_check_method=pass_all
5108 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5109 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5111 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5115 osf3* | osf4* | osf5*)
5116 lt_cv_deplibs_check_method=pass_all
5120 lt_cv_deplibs_check_method=pass_all
5124 lt_cv_deplibs_check_method=pass_all
5127 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5128 lt_cv_deplibs_check_method=pass_all
5132 case $host_vendor in
5134 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]'
5135 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5138 lt_cv_deplibs_check_method=pass_all
5141 lt_cv_file_magic_cmd='/bin/file'
5142 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5145 lt_cv_file_magic_cmd='/bin/file'
5146 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5147 lt_cv_file_magic_test_file=/lib/libc.so
5150 lt_cv_deplibs_check_method=pass_all
5153 lt_cv_deplibs_check_method=pass_all
5159 lt_cv_deplibs_check_method=pass_all
5164 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
5165 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5166 file_magic_cmd=$lt_cv_file_magic_cmd
5167 deplibs_check_method=$lt_cv_deplibs_check_method
5168 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5181 if test -n "$ac_tool_prefix"; then
5182 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5183 set dummy ${ac_tool_prefix}ar; ac_word=$2
5184 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5185 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5186 if test "${ac_cv_prog_AR+set}" = set; then
5187 echo $ECHO_N "(cached
) $ECHO_C" >&6
5189 if test -n "$AR"; then
5190 ac_cv_prog_AR="$AR" # Let the user override the test.
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5196 test -z "$as_dir" && as_dir=.
5197 for ac_exec_ext in '' $ac_executable_extensions; do
5198 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5199 ac_cv_prog_AR="${ac_tool_prefix}ar"
5200 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5209 if test -n "$AR"; then
5210 echo "$as_me:$LINENO: result
: $AR" >&5
5211 echo "${ECHO_T}$AR" >&6
5213 echo "$as_me:$LINENO: result
: no
" >&5
5214 echo "${ECHO_T}no
" >&6
5218 if test -z "$ac_cv_prog_AR"; then
5220 # Extract the first word of "ar", so it can be a program name with args.
5221 set dummy ar; ac_word=$2
5222 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5223 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5224 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5225 echo $ECHO_N "(cached
) $ECHO_C" >&6
5227 if test -n "$ac_ct_AR"; then
5228 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5234 test -z "$as_dir" && as_dir=.
5235 for ac_exec_ext in '' $ac_executable_extensions; do
5236 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5237 ac_cv_prog_ac_ct_AR="ar"
5238 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5244 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
5247 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5248 if test -n "$ac_ct_AR"; then
5249 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
5250 echo "${ECHO_T}$ac_ct_AR" >&6
5252 echo "$as_me:$LINENO: result
: no
" >&5
5253 echo "${ECHO_T}no
" >&6
5261 test -z "$AR" && AR=ar
5262 test -z "$AR_FLAGS" && AR_FLAGS=cru
5274 if test -n "$ac_tool_prefix"; then
5275 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5276 set dummy ${ac_tool_prefix}strip; ac_word=$2
5277 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5278 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5279 if test "${ac_cv_prog_STRIP+set}" = set; then
5280 echo $ECHO_N "(cached
) $ECHO_C" >&6
5282 if test -n "$STRIP"; then
5283 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289 test -z "$as_dir" && as_dir=.
5290 for ac_exec_ext in '' $ac_executable_extensions; do
5291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5292 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5293 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5301 STRIP=$ac_cv_prog_STRIP
5302 if test -n "$STRIP"; then
5303 echo "$as_me:$LINENO: result
: $STRIP" >&5
5304 echo "${ECHO_T}$STRIP" >&6
5306 echo "$as_me:$LINENO: result
: no
" >&5
5307 echo "${ECHO_T}no
" >&6
5311 if test -z "$ac_cv_prog_STRIP"; then
5313 # Extract the first word of "strip
", so it can be a program name with args.
5314 set dummy strip; ac_word=$2
5315 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5316 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5317 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5318 echo $ECHO_N "(cached
) $ECHO_C" >&6
5320 if test -n "$ac_ct_STRIP"; then
5321 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5327 test -z "$as_dir" && as_dir=.
5328 for ac_exec_ext in '' $ac_executable_extensions; do
5329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5330 ac_cv_prog_ac_ct_STRIP="strip
"
5331 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5337 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5340 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5341 if test -n "$ac_ct_STRIP"; then
5342 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
5343 echo "${ECHO_T}$ac_ct_STRIP" >&6
5345 echo "$as_me:$LINENO: result
: no
" >&5
5346 echo "${ECHO_T}no
" >&6
5351 STRIP="$ac_cv_prog_STRIP"
5354 test -z "$STRIP" && STRIP=:
5361 if test -n "$ac_tool_prefix"; then
5362 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5363 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5364 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5365 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5366 if test "${ac_cv_prog_RANLIB+set}" = set; then
5367 echo $ECHO_N "(cached
) $ECHO_C" >&6
5369 if test -n "$RANLIB"; then
5370 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5376 test -z "$as_dir" && as_dir=.
5377 for ac_exec_ext in '' $ac_executable_extensions; do
5378 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5379 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5380 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5388 RANLIB=$ac_cv_prog_RANLIB
5389 if test -n "$RANLIB"; then
5390 echo "$as_me:$LINENO: result
: $RANLIB" >&5
5391 echo "${ECHO_T}$RANLIB" >&6
5393 echo "$as_me:$LINENO: result
: no
" >&5
5394 echo "${ECHO_T}no
" >&6
5398 if test -z "$ac_cv_prog_RANLIB"; then
5399 ac_ct_RANLIB=$RANLIB
5400 # Extract the first word of "ranlib
", so it can be a program name with args.
5401 set dummy ranlib; ac_word=$2
5402 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5403 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5404 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5405 echo $ECHO_N "(cached
) $ECHO_C" >&6
5407 if test -n "$ac_ct_RANLIB"; then
5408 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5414 test -z "$as_dir" && as_dir=.
5415 for ac_exec_ext in '' $ac_executable_extensions; do
5416 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5417 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5418 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5424 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5427 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5428 if test -n "$ac_ct_RANLIB"; then
5429 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
5430 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5432 echo "$as_me:$LINENO: result
: no
" >&5
5433 echo "${ECHO_T}no
" >&6
5436 RANLIB=$ac_ct_RANLIB
5438 RANLIB="$ac_cv_prog_RANLIB"
5441 test -z "$RANLIB" && RANLIB=:
5448 # Determine commands to create old-style static archives.
5449 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5450 old_postinstall_cmds='chmod 644 $oldlib'
5451 old_postuninstall_cmds=
5453 if test -n "$RANLIB"; then
5456 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5459 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5462 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5498 # If no C compiler was specified, use CC.
5501 # If no C compiler flags were specified, use CFLAGS.
5502 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5504 # Allow CC to be a program name with arguments.
5508 # Check for command to grab the raw symbol name followed by C symbol from nm.
5509 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
5510 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
5511 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5512 echo $ECHO_N "(cached
) $ECHO_C" >&6
5515 # These are sane defaults that work on at least a few old systems.
5516 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5518 # Character class describing NM global symbol codes.
5519 symcode='[BCDEGRST]'
5521 # Regexp to match symbols that can be accessed directly from C.
5522 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5524 # Define system-specific variables.
5529 cygwin* | mingw* | pw32*)
5530 symcode='[ABCDGISTW]'
5533 if test "$host_cpu" = ia64; then
5534 symcode='[ABCDEGRST]'
5538 symcode='[BCDEGRST]'
5541 symcode='[BCDEGQRST]'
5552 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5560 # If we're using GNU nm, then use its standard symbol codes.
5561 case `$NM -V 2>&1` in
5562 *GNU* | *'with BFD'*)
5563 symcode='[ABCDGIRSTW]' ;;
5566 # Transform an extracted symbol line into a proper C declaration.
5567 # Some systems (esp. on ia64) link data and code symbols differently,
5568 # so use this general approach.
5569 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5571 # Transform an extracted symbol line into symbol name and symbol address
5572 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5574 # Handle CRLF in mingw tool chain
5578 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5582 # Try without a prefix underscore, then with it.
5583 for ac_symprfx in "" "_
"; do
5585 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5586 symxfrm="\\1 $ac_symprfx\\2 \\2"
5588 # Write the raw and C identifiers.
5589 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5590 # Fake it for dumpbin and say T for any non-static function
5591 # and D for any global variable.
5592 # Also find C++ and __fastcall symbols from MSVC++,
5593 # which start with @ or ?.
5594 lt_cv_sys_global_symbol_pipe="$AWK '"\
5595 " {last_section=section; section=\$ 3};"\
5596 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5597 " \$ 0!~/External *\|/{next};"\
5598 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5599 " {if(hide[section]) next};"\
5600 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5601 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5602 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5603 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5604 " ' prfx
=^
$ac_symprfx"
5606 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5609 # Check to see that the pipe works correctly.
5613 cat > conftest.$ac_ext <<_LT_EOF
5618 void nm_test_func(void);
5619 void nm_test_func(void){}
5623 int main(){nm_test_var='a';nm_test_func();return(0);}
5626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5627 (eval $ac_compile) 2>&5
5629 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5630 (exit $ac_status); }; then
5631 # Now try to grab the symbols.
5633 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
5634 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5636 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5637 (exit $ac_status); } && test -s "$nlist"; then
5638 # Try sorting and uniquifying the output.
5639 if sort "$nlist" | uniq > "$nlist"T; then
5640 mv -f "$nlist"T "$nlist"
5645 # Make sure that we snagged all the symbols we need.
5646 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5647 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5648 cat <<_LT_EOF > conftest.$ac_ext
5654 # Now generate the symbol file.
5655 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5657 cat <<_LT_EOF >> conftest.$ac_ext
5659 /* The mapping between symbol names and symbols. */
5664 lt__PROGRAM__LTX_preloaded_symbols[] =
5666 { "@PROGRAM@
", (void *) 0 },
5668 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5669 cat <<\_LT_EOF >> conftest.$ac_ext
5673 /* This works around a problem in FreeBSD linker */
5674 #ifdef FREEBSD_WORKAROUND
5675 static const void *lt_preloaded_setup() {
5676 return lt__PROGRAM__LTX_preloaded_symbols;
5684 # Now try linking the two files.
5685 mv conftest.$ac_objext conftstm.$ac_objext
5686 lt_save_LIBS="$LIBS"
5687 lt_save_CFLAGS="$CFLAGS"
5688 LIBS="conftstm.
$ac_objext"
5689 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5691 (eval $ac_link) 2>&5
5693 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5694 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5697 LIBS="$lt_save_LIBS"
5698 CFLAGS="$lt_save_CFLAGS"
5700 echo "cannot
find nm_test_func
in $nlist" >&5
5703 echo "cannot
find nm_test_var
in $nlist" >&5
5706 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5709 echo "$progname: failed program was
:" >&5
5710 cat conftest.$ac_ext >&5
5712 rm -f conftest* conftst*
5714 # Do not use the global_symbol_pipe unless it works.
5715 if test "$pipe_works" = yes; then
5718 lt_cv_sys_global_symbol_pipe=
5724 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5725 lt_cv_sys_global_symbol_to_cdecl=
5727 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5728 echo "$as_me:$LINENO: result
: failed
" >&5
5729 echo "${ECHO_T}failed
" >&6
5731 echo "$as_me:$LINENO: result
: ok
" >&5
5732 echo "${ECHO_T}ok
" >&6
5751 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5752 if test "${enable_libtool_lock+set}" = set; then
5753 enableval="$enable_libtool_lock"
5756 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5758 # Some flags need to be propagated to the compiler or linker for good
5762 # Find out which ABI we are using.
5763 echo 'int i;' > conftest.$ac_ext
5764 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5765 (eval $ac_compile) 2>&5
5767 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5768 (exit $ac_status); }; then
5769 case `/usr/bin/file conftest.$ac_objext` in
5781 # Find out which ABI we are using.
5782 echo '#line 5782 "configure
"' > conftest.$ac_ext
5783 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5784 (eval $ac_compile) 2>&5
5786 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5787 (exit $ac_status); }; then
5788 if test "$lt_cv_prog_gnu_ld" = yes; then
5789 case `/usr/bin/file conftest.$ac_objext` in
5791 LD="${LD-ld} -melf32bsmip"
5794 LD="${LD-ld} -melf32bmipn32"
5797 LD="${LD-ld} -melf64bmip"
5801 case `/usr/bin/file conftest.$ac_objext` in
5817 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5818 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5819 # Find out which ABI we are using.
5820 echo 'int i;' > conftest.$ac_ext
5821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5822 (eval $ac_compile) 2>&5
5824 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5825 (exit $ac_status); }; then
5826 case `/usr/bin/file conftest.o` in
5829 x86_64-*kfreebsd*-gnu)
5830 LD="${LD-ld} -m elf_i386_fbsd
"
5833 LD="${LD-ld} -m elf_i386
"
5835 ppc64-*linux*|powerpc64-*linux*)
5836 LD="${LD-ld} -m elf32ppclinux
"
5839 LD="${LD-ld} -m elf_s390
"
5842 LD="${LD-ld} -m elf32_sparc
"
5848 x86_64-*kfreebsd*-gnu)
5849 LD="${LD-ld} -m elf_x86_64_fbsd
"
5852 LD="${LD-ld} -m elf_x86_64
"
5854 ppc*-*linux*|powerpc*-*linux*)
5855 LD="${LD-ld} -m elf64ppc
"
5857 s390*-*linux*|s390*-*tpf*)
5858 LD="${LD-ld} -m elf64_s390
"
5861 LD="${LD-ld} -m elf64_sparc
"
5871 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5872 SAVE_CFLAGS="$CFLAGS"
5873 CFLAGS="$CFLAGS -belf"
5874 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
5875 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
5876 if test "${lt_cv_cc_needs_belf+set}" = set; then
5877 echo $ECHO_N "(cached
) $ECHO_C" >&6
5880 ac_cpp='$CPP $CPPFLAGS'
5881 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5882 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5883 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5885 cat >conftest.$ac_ext <<_ACEOF
5888 cat confdefs.h >>conftest.$ac_ext
5889 cat >>conftest.$ac_ext <<_ACEOF
5890 /* end confdefs.h. */
5900 rm -f conftest.$ac_objext conftest$ac_exeext
5901 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5902 (eval $ac_link) 2>conftest.er1
5904 grep -v '^ *+' conftest.er1 >conftest.err
5906 cat conftest.err >&5
5907 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5908 (exit $ac_status); } &&
5909 { ac_try='test -z "$ac_c_werror_flag"
5910 || test ! -s conftest.err'
5911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5914 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5915 (exit $ac_status); }; } &&
5916 { ac_try='test -s conftest$ac_exeext'
5917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5920 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5921 (exit $ac_status); }; }; then
5922 lt_cv_cc_needs_belf=yes
5924 echo "$as_me: failed program was
:" >&5
5925 sed 's/^/| /' conftest.$ac_ext >&5
5927 lt_cv_cc_needs_belf=no
5929 rm -f conftest.err conftest.$ac_objext \
5930 conftest$ac_exeext conftest.$ac_ext
5932 ac_cpp='$CPP $CPPFLAGS'
5933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5938 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
5939 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5940 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5941 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5942 CFLAGS="$SAVE_CFLAGS"
5946 # Find out which ABI we are using.
5947 echo 'int i;' > conftest.$ac_ext
5948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5949 (eval $ac_compile) 2>&5
5951 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5952 (exit $ac_status); }; then
5953 case `/usr/bin/file conftest.o` in
5955 case $lt_cv_prog_gnu_ld in
5956 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
5957 *) LD="${LD-ld} -64" ;;
5966 need_locks="$enable_libtool_lock"
5969 ac_cpp='$CPP $CPPFLAGS'
5970 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5971 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5972 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5973 echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
5974 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6
5975 # On Suns, sometimes $CPP names a directory.
5976 if test -n "$CPP" && test -d "$CPP"; then
5979 if test -z "$CPP"; then
5980 if test "${ac_cv_prog_CPP+set}" = set; then
5981 echo $ECHO_N "(cached
) $ECHO_C" >&6
5983 # Double quotes because CPP needs to be expanded
5984 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
5987 for ac_c_preproc_warn_flag in '' yes
5989 # Use a header file that comes with gcc, so configuring glibc
5990 # with a fresh cross-compiler works.
5991 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5992 # <limits.h> exists even on freestanding compilers.
5993 # On the NeXT, cc -E runs the code through the compiler's parser,
5994 # not just through cpp. "Syntax error
" is here to catch this case.
5995 cat >conftest.$ac_ext <<_ACEOF
5998 cat confdefs.h >>conftest.$ac_ext
5999 cat >>conftest.$ac_ext <<_ACEOF
6000 /* end confdefs.h. */
6002 # include <limits.h>
6004 # include <assert.h>
6008 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6009 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6011 grep -v '^ *+' conftest.er1 >conftest.err
6013 cat conftest.err >&5
6014 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6015 (exit $ac_status); } >/dev/null; then
6016 if test -s conftest.err; then
6017 ac_cpp_err=$ac_c_preproc_warn_flag
6018 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6025 if test -z "$ac_cpp_err"; then
6028 echo "$as_me: failed program was
:" >&5
6029 sed 's/^/| /' conftest.$ac_ext >&5
6031 # Broken: fails on valid input.
6034 rm -f conftest.err conftest.$ac_ext
6036 # OK, works on sane cases. Now check whether non-existent headers
6037 # can be detected and how.
6038 cat >conftest.$ac_ext <<_ACEOF
6041 cat confdefs.h >>conftest.$ac_ext
6042 cat >>conftest.$ac_ext <<_ACEOF
6043 /* end confdefs.h. */
6044 #include <ac_nonexistent.h>
6046 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6047 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6049 grep -v '^ *+' conftest.er1 >conftest.err
6051 cat conftest.err >&5
6052 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6053 (exit $ac_status); } >/dev/null; then
6054 if test -s conftest.err; then
6055 ac_cpp_err=$ac_c_preproc_warn_flag
6056 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6063 if test -z "$ac_cpp_err"; then
6064 # Broken: success on invalid input.
6067 echo "$as_me: failed program was
:" >&5
6068 sed 's/^/| /' conftest.$ac_ext >&5
6070 # Passes both tests.
6074 rm -f conftest.err conftest.$ac_ext
6077 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6078 rm -f conftest.err conftest.$ac_ext
6079 if $ac_preproc_ok; then
6091 echo "$as_me:$LINENO: result
: $CPP" >&5
6092 echo "${ECHO_T}$CPP" >&6
6094 for ac_c_preproc_warn_flag in '' yes
6096 # Use a header file that comes with gcc, so configuring glibc
6097 # with a fresh cross-compiler works.
6098 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6099 # <limits.h> exists even on freestanding compilers.
6100 # On the NeXT, cc -E runs the code through the compiler's parser,
6101 # not just through cpp. "Syntax error
" is here to catch this case.
6102 cat >conftest.$ac_ext <<_ACEOF
6105 cat confdefs.h >>conftest.$ac_ext
6106 cat >>conftest.$ac_ext <<_ACEOF
6107 /* end confdefs.h. */
6109 # include <limits.h>
6111 # include <assert.h>
6115 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6116 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6118 grep -v '^ *+' conftest.er1 >conftest.err
6120 cat conftest.err >&5
6121 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6122 (exit $ac_status); } >/dev/null; then
6123 if test -s conftest.err; then
6124 ac_cpp_err=$ac_c_preproc_warn_flag
6125 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6132 if test -z "$ac_cpp_err"; then
6135 echo "$as_me: failed program was
:" >&5
6136 sed 's/^/| /' conftest.$ac_ext >&5
6138 # Broken: fails on valid input.
6141 rm -f conftest.err conftest.$ac_ext
6143 # OK, works on sane cases. Now check whether non-existent headers
6144 # can be detected and how.
6145 cat >conftest.$ac_ext <<_ACEOF
6148 cat confdefs.h >>conftest.$ac_ext
6149 cat >>conftest.$ac_ext <<_ACEOF
6150 /* end confdefs.h. */
6151 #include <ac_nonexistent.h>
6153 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6154 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6156 grep -v '^ *+' conftest.er1 >conftest.err
6158 cat conftest.err >&5
6159 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6160 (exit $ac_status); } >/dev/null; then
6161 if test -s conftest.err; then
6162 ac_cpp_err=$ac_c_preproc_warn_flag
6163 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6170 if test -z "$ac_cpp_err"; then
6171 # Broken: success on invalid input.
6174 echo "$as_me: failed program was
:" >&5
6175 sed 's/^/| /' conftest.$ac_ext >&5
6177 # Passes both tests.
6181 rm -f conftest.err conftest.$ac_ext
6184 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6185 rm -f conftest.err conftest.$ac_ext
6186 if $ac_preproc_ok; then
6189 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
6190 See \
`config.log' for more details." >&5
6191 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6192 See \`config.log
' for more details." >&2;}
6193 { (exit 1); exit 1; }; }
6197 ac_cpp='$CPP $CPPFLAGS'
6198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6199 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6203 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6204 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6205 if test "${ac_cv_header_stdc+set}" = set; then
6206 echo $ECHO_N "(cached) $ECHO_C" >&6
6208 cat >conftest.$ac_ext <<_ACEOF
6211 cat confdefs.h >>conftest.$ac_ext
6212 cat >>conftest.$ac_ext <<_ACEOF
6213 /* end confdefs.h. */
6227 rm -f conftest.$ac_objext
6228 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6229 (eval $ac_compile) 2>conftest.er1
6231 grep -v '^
*+' conftest.er1 >conftest.err
6233 cat conftest.err >&5
6234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6235 (exit $ac_status); } &&
6236 { ac_try='test -z "$ac_c_werror_flag"
6237 ||
test ! -s conftest.err
'
6238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6242 (exit $ac_status); }; } &&
6243 { ac_try='test -s conftest.
$ac_objext'
6244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6248 (exit $ac_status); }; }; then
6249 ac_cv_header_stdc=yes
6251 echo "$as_me: failed program was:" >&5
6252 sed 's
/^
/|
/' conftest.$ac_ext >&5
6254 ac_cv_header_stdc=no
6256 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6258 if test $ac_cv_header_stdc = yes; then
6259 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6260 cat >conftest.$ac_ext <<_ACEOF
6263 cat confdefs.h >>conftest.$ac_ext
6264 cat >>conftest.$ac_ext <<_ACEOF
6265 /* end confdefs.h. */
6269 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6270 $EGREP "memchr" >/dev/null 2>&1; then
6273 ac_cv_header_stdc=no
6279 if test $ac_cv_header_stdc = yes; then
6280 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6281 cat >conftest.$ac_ext <<_ACEOF
6284 cat confdefs.h >>conftest.$ac_ext
6285 cat >>conftest.$ac_ext <<_ACEOF
6286 /* end confdefs.h. */
6290 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6291 $EGREP "free" >/dev/null 2>&1; then
6294 ac_cv_header_stdc=no
6300 if test $ac_cv_header_stdc = yes; then
6301 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6302 if test "$cross_compiling" = yes; then
6305 cat >conftest.$ac_ext <<_ACEOF
6308 cat confdefs.h >>conftest.$ac_ext
6309 cat >>conftest.$ac_ext <<_ACEOF
6310 /* end confdefs.h. */
6312 #if ((' ' & 0x0FF) == 0x020)
6313 # define ISLOWER(c) ('a
' <= (c) && (c) <= 'z
')
6314 # define TOUPPER(c) (ISLOWER(c) ? 'A
' + ((c) - 'a
') : (c))
6316 # define ISLOWER(c) \
6317 (('a
' <= (c) && (c) <= 'i
') \
6318 || ('j
' <= (c) && (c) <= 'r
') \
6319 || ('s
' <= (c) && (c) <= 'z
'))
6320 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6323 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6328 for (i = 0; i < 256; i++)
6329 if (XOR (islower (i), ISLOWER (i))
6330 || toupper (i) != TOUPPER (i))
6335 rm -f conftest$ac_exeext
6336 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6337 (eval $ac_link) 2>&5
6339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
6341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6345 (exit $ac_status); }; }; then
6348 echo "$as_me: program exited with status $ac_status" >&5
6349 echo "$as_me: failed program was:" >&5
6350 sed 's
/^
/|
/' conftest.$ac_ext >&5
6353 ac_cv_header_stdc=no
6355 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6359 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6360 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6361 if test $ac_cv_header_stdc = yes; then
6363 cat >>confdefs.h <<\_ACEOF
6364 #define STDC_HEADERS 1
6369 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6379 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6380 inttypes.h stdint.h unistd.h
6382 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6383 echo "$as_me:$LINENO: checking for $ac_header" >&5
6384 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6385 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6386 echo $ECHO_N "(cached) $ECHO_C" >&6
6388 cat >conftest.$ac_ext <<_ACEOF
6391 cat confdefs.h >>conftest.$ac_ext
6392 cat >>conftest.$ac_ext <<_ACEOF
6393 /* end confdefs.h. */
6394 $ac_includes_default
6396 #include <$ac_header>
6398 rm -f conftest.$ac_objext
6399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6400 (eval $ac_compile) 2>conftest.er1
6402 grep -v '^
*+' conftest.er1 >conftest.err
6404 cat conftest.err >&5
6405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6406 (exit $ac_status); } &&
6407 { ac_try='test -z "$ac_c_werror_flag"
6408 ||
test ! -s conftest.err
'
6409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6413 (exit $ac_status); }; } &&
6414 { ac_try='test -s conftest.
$ac_objext'
6415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6419 (exit $ac_status); }; }; then
6420 eval "$as_ac_Header=yes"
6422 echo "$as_me: failed program was:" >&5
6423 sed 's
/^
/|
/' conftest.$ac_ext >&5
6425 eval "$as_ac_Header=no"
6427 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6429 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6430 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6431 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6432 cat >>confdefs.h <<_ACEOF
6433 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6442 for ac_header in dlfcn.h
6444 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6445 echo "$as_me:$LINENO: checking for $ac_header" >&5
6446 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6447 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6448 echo $ECHO_N "(cached) $ECHO_C" >&6
6450 cat >conftest.$ac_ext <<_ACEOF
6453 cat confdefs.h >>conftest.$ac_ext
6454 cat >>conftest.$ac_ext <<_ACEOF
6455 /* end confdefs.h. */
6456 $ac_includes_default
6458 #include <$ac_header>
6460 rm -f conftest.$ac_objext
6461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6462 (eval $ac_compile) 2>conftest.er1
6464 grep -v '^
*+' conftest.er1 >conftest.err
6466 cat conftest.err >&5
6467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6468 (exit $ac_status); } &&
6469 { ac_try='test -z "$ac_c_werror_flag"
6470 ||
test ! -s conftest.err
'
6471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6475 (exit $ac_status); }; } &&
6476 { ac_try='test -s conftest.
$ac_objext'
6477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6481 (exit $ac_status); }; }; then
6482 eval "$as_ac_Header=yes"
6484 echo "$as_me: failed program was:" >&5
6485 sed 's
/^
/|
/' conftest.$ac_ext >&5
6487 eval "$as_ac_Header=no"
6489 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6491 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6492 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6493 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6494 cat >>confdefs.h <<_ACEOF
6495 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6504 # This can be used to rebuild libtool when needed
6505 LIBTOOL_DEPS="$ltmain"
6507 # Always use our own libtool.
6508 LIBTOOL='$
(SHELL
) $
(top_builddir
)/libtool
'
6534 test -z "$LN_S" && LN_S="ln -s"
6549 if test -n "${ZSH_VERSION+set}" ; then
6550 setopt NO_GLOB_SUBST
6553 echo "$as_me:$LINENO: checking for objdir" >&5
6554 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6555 if test "${lt_cv_objdir+set}" = set; then
6556 echo $ECHO_N "(cached) $ECHO_C" >&6
6558 rm -f .libs 2>/dev/null
6559 mkdir .libs 2>/dev/null
6560 if test -d .libs; then
6563 # MS-DOS does not allow filenames that begin with a dot.
6566 rmdir .libs 2>/dev/null
6568 echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6569 echo "${ECHO_T}$lt_cv_objdir" >&6
6570 objdir=$lt_cv_objdir
6576 cat >>confdefs.h <<_ACEOF
6577 #define LT_OBJDIR "$lt_cv_objdir/"
6598 # AIX sometimes has problems with the GCC collect2 program. For some
6599 # reason, if we set the COLLECT_NAMES environment variable, the problems
6600 # vanish in a puff of smoke.
6601 if test "X${COLLECT_NAMES+set}" != Xset; then
6603 export COLLECT_NAMES
6608 # Sed substitution that helps us do robust quoting. It backslashifies
6609 # metacharacters that are still active within double-quoted strings.
6610 sed_quote_subst='s
/\
(["`$\\]\)/\\\1/g'
6612 # Same as above, but do not quote variable references.
6613 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6615 # Sed substitution to delay expansion of an escaped shell variable in a
6616 # double_quote_subst'ed string.
6617 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6619 # Sed substitution to delay expansion of an escaped single quote.
6620 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6622 # Sed substitution to avoid accidental globbing in evaled expressions
6623 no_glob_subst='s/\*/\\\*/g'
6627 can_build_shared=yes
6629 # All known linkers require a `.a
' archive for static linking (except MSVC,
6630 # which needs '.lib
').
6633 with_gnu_ld="$lt_cv_prog_gnu_ld"
6636 old_CFLAGS="$CFLAGS"
6638 # Set sane defaults for various variables
6639 test -z "$CC" && CC=cc
6640 test -z "$LTCC" && LTCC=$CC
6641 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6642 test -z "$LD" && LD=ld
6643 test -z "$ac_objext" && ac_objext=o
6645 for cc_temp in $compiler""; do
6647 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6648 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6653 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's
%.
*/%%' -e "s%^$host_alias-%%"`
6656 # Only perform the check for file, if the check method requires it
6657 test -z "$MAGIC_CMD" && MAGIC_CMD=file
6658 case $deplibs_check_method in
6660 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6661 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6662 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
6663 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6664 echo $ECHO_N "(cached) $ECHO_C" >&6
6668 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6671 lt_save_MAGIC_CMD="$MAGIC_CMD"
6672 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6673 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6674 for ac_dir in $ac_dummy; do
6676 test -z "$ac_dir" && ac_dir=.
6677 if test -f $ac_dir/${ac_tool_prefix}file; then
6678 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6679 if test -n "$file_magic_test_file"; then
6680 case $deplibs_check_method in
6682 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6683 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6684 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6685 $EGREP "$file_magic_regex" > /dev/null; then
6690 *** Warning: the command libtool uses to detect shared libraries,
6691 *** $file_magic_cmd, produces output that libtool cannot recognize.
6692 *** The result is that libtool may fail to recognize shared libraries
6693 *** as such. This will affect the creation of libtool libraries that
6694 *** depend on shared libraries, but programs linked with such libtool
6695 *** libraries will work regardless of this problem. Nevertheless, you
6696 *** may want to report the problem to your system manager and/or to
6697 *** bug-libtool@gnu.org
6707 MAGIC_CMD="$lt_save_MAGIC_CMD"
6712 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6713 if test -n "$MAGIC_CMD"; then
6714 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6715 echo "${ECHO_T}$MAGIC_CMD" >&6
6717 echo "$as_me:$LINENO: result: no" >&5
6718 echo "${ECHO_T}no" >&6
6725 if test -z "$lt_cv_path_MAGIC_CMD"; then
6726 if test -n "$ac_tool_prefix"; then
6727 echo "$as_me:$LINENO: checking for file" >&5
6728 echo $ECHO_N "checking for file... $ECHO_C" >&6
6729 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6730 echo $ECHO_N "(cached) $ECHO_C" >&6
6734 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6737 lt_save_MAGIC_CMD="$MAGIC_CMD"
6738 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6739 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6740 for ac_dir in $ac_dummy; do
6742 test -z "$ac_dir" && ac_dir=.
6743 if test -f $ac_dir/file; then
6744 lt_cv_path_MAGIC_CMD="$ac_dir/file"
6745 if test -n "$file_magic_test_file"; then
6746 case $deplibs_check_method in
6748 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6749 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6750 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6751 $EGREP "$file_magic_regex" > /dev/null; then
6756 *** Warning: the command libtool uses to detect shared libraries,
6757 *** $file_magic_cmd, produces output that libtool cannot recognize.
6758 *** The result is that libtool may fail to recognize shared libraries
6759 *** as such. This will affect the creation of libtool libraries that
6760 *** depend on shared libraries, but programs linked with such libtool
6761 *** libraries will work regardless of this problem. Nevertheless, you
6762 *** may want to report the problem to your system manager and/or to
6763 *** bug-libtool@gnu.org
6773 MAGIC_CMD="$lt_save_MAGIC_CMD"
6778 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6779 if test -n "$MAGIC_CMD"; then
6780 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6781 echo "${ECHO_T}$MAGIC_CMD" >&6
6783 echo "$as_me:$LINENO: result: no" >&5
6784 echo "${ECHO_T}no" >&6
6797 # Use C for the default configuration in the libtool script
6801 ac_cpp='$CPP $CPPFLAGS'
6802 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6803 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6804 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6807 # Source file extension for C test sources.
6810 # Object file extension for compiled C test sources.
6814 # Code to be used in simple compile tests
6815 lt_simple_compile_test_code="int some_variable = 0;"
6817 # Code to be used in simple link tests
6818 lt_simple_link_test_code='int main
(){return(0);}'
6826 # If no C compiler was specified, use CC.
6829 # If no C compiler flags were specified, use CFLAGS.
6830 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6832 # Allow CC to be a program name with arguments.
6835 # Save the default compiler, since it gets overwritten when the other
6836 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6837 compiler_DEFAULT=$CC
6839 # save warnings/boilerplate of simple test code
6840 ac_outfile=conftest.$ac_objext
6841 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
6842 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6843 _lt_compiler_boilerplate=`cat conftest.err`
6846 ac_outfile=conftest.$ac_objext
6847 echo "$lt_simple_link_test_code" >conftest.$ac_ext
6848 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6849 _lt_linker_boilerplate=`cat conftest.err`
6854 ## There is no encapsulation within the following macros, do not change
6855 ## the running order or otherwise move them around unless you know exactly
6856 ## what you are doing...
6857 if test -n "$compiler"; then
6859 lt_prog_compiler_no_builtin_flag=
6861 if test "$GCC" = yes; then
6862 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6864 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6865 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
6866 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6867 echo $ECHO_N "(cached) $ECHO_C" >&6
6869 lt_cv_prog_compiler_rtti_exceptions=no
6870 ac_outfile=conftest.$ac_objext
6871 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6872 lt_compiler_flag="-fno-rtti -fno-exceptions"
6873 # Insert the option either (1) after the last *FLAGS variable, or
6874 # (2) before a word containing "conftest.", or (3) at the end.
6875 # Note that $ac_compile itself does not contain backslashes and begins
6876 # with a dollar sign (not a hyphen), so the echo should work correctly.
6877 # The option is referenced via a variable to avoid confusing sed.
6878 lt_compile=`echo "$ac_compile" | $SED \
6879 -e 's
:.
*FLAGS
}\
{0,1\
} :&$lt_compiler_flag :; t
' \
6880 -e 's
: [^
]*conftest\.
: $lt_compiler_flag&:; t
' \
6881 -e 's
:$
: $lt_compiler_flag:'`
6882 (eval echo "\"\$as_me:6882: $lt_compile\"" >&5)
6883 (eval "$lt_compile" 2>conftest.err)
6885 cat conftest.err >&5
6886 echo "$as_me:6886: \$? = $ac_status" >&5
6887 if (exit $ac_status) && test -s "$ac_outfile"; then
6888 # The compiler can only warn and ignore the option if not recognized
6889 # So say no if there are warnings other than the usual output.
6890 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$
/d
' >conftest.exp
6891 $SED '/^$
/d
; /^
*+/d
' conftest.err >conftest.er2
6892 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6893 lt_cv_prog_compiler_rtti_exceptions=yes
6899 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6900 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
6902 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
6903 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
6915 lt_prog_compiler_wl=
6916 lt_prog_compiler_pic=
6917 lt_prog_compiler_static=
6919 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
6920 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
6922 if test "$GCC" = yes; then
6923 lt_prog_compiler_wl='-Wl,'
6924 lt_prog_compiler_static='-static'
6928 # All AIX code is PIC.
6929 if test "$host_cpu" = ia64; then
6930 # AIX 5 now supports IA64 processor
6931 lt_prog_compiler_static='-Bstatic'
6936 if test "$host_cpu" = m68k; then
6937 # FIXME: we need at least 68020 code to build shared libraries, but
6938 # adding the `-m68020' flag to GCC prevents building anything better
,
6940 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
6944 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
6945 # PIC is the default for these OSes.
6948 mingw
* | cygwin
* | pw32
* | os2
*)
6949 # This hack is so that the source file can tell whether it is being
6950 # built for inclusion in a dll (and should export symbols for example).
6951 # Although the cygwin gcc ignores -fPIC, still need this for old-style
6952 # (--disable-auto-import) libraries
6953 lt_prog_compiler_pic
='-DDLL_EXPORT'
6956 darwin
* | rhapsody
*)
6957 # PIC is the default on this platform
6958 # Common symbols not allowed in MH_DYLIB files
6959 lt_prog_compiler_pic
='-fno-common'
6963 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6970 lt_prog_compiler_pic
='-fPIC'
6976 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
6977 # Instead, we relocate shared libraries at runtime.
6981 # Just because we use GCC doesn't mean we suddenly get shared libraries
6982 # on systems that don't support them.
6983 lt_prog_compiler_can_build_shared
=no
6988 # QNX uses GNU C++, but need to define -shared option too, otherwise
6990 lt_prog_compiler_pic
='-fPIC -shared'
6994 if test -d /usr
/nec
; then
6995 lt_prog_compiler_pic
=-Kconform_pic
7000 lt_prog_compiler_pic
='-fPIC'
7004 # PORTME Check for flag to pass linker flags through the system compiler.
7007 lt_prog_compiler_wl
='-Wl,'
7008 if test "$host_cpu" = ia64
; then
7009 # AIX 5 now supports IA64 processor
7010 lt_prog_compiler_static
='-Bstatic'
7012 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
7016 # PIC is the default on this platform
7017 # Common symbols not allowed in MH_DYLIB files
7018 case $cc_basename in
7020 lt_prog_compiler_pic
='-qnocommon'
7021 lt_prog_compiler_wl
='-Wl,'
7026 mingw
* | cygwin
* | pw32
* | os2
*)
7027 # This hack is so that the source file can tell whether it is being
7028 # built for inclusion in a dll (and should export symbols for example).
7029 lt_prog_compiler_pic
='-DDLL_EXPORT'
7032 hpux9
* | hpux10
* | hpux11
*)
7033 lt_prog_compiler_wl
='-Wl,'
7034 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7041 lt_prog_compiler_pic
='+Z'
7044 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7045 lt_prog_compiler_static
='${wl}-a ${wl}archive'
7048 irix5
* | irix6
* | nonstopux
*)
7049 lt_prog_compiler_wl
='-Wl,'
7050 # PIC (with -KPIC) is the default.
7051 lt_prog_compiler_static
='-non_shared'
7054 linux
* | k
*bsd
*-gnu)
7055 case $cc_basename in
7057 lt_prog_compiler_wl
='-Wl,'
7058 lt_prog_compiler_pic
='-KPIC'
7059 lt_prog_compiler_static
='-static'
7061 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
7062 # Portland Group compilers (*not* the Pentium gcc compiler,
7063 # which looks to be a dead project)
7064 lt_prog_compiler_wl
='-Wl,'
7065 lt_prog_compiler_pic
='-fpic'
7066 lt_prog_compiler_static
='-Bstatic'
7069 lt_prog_compiler_wl
='-Wl,'
7070 # All Alpha code is PIC.
7071 lt_prog_compiler_static
='-non_shared'
7074 case `$CC -V 2>&1 | sed 5q` in
7077 lt_prog_compiler_pic
='-KPIC'
7078 lt_prog_compiler_static
='-Bstatic'
7079 lt_prog_compiler_wl
='-Wl,'
7082 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7083 lt_prog_compiler_pic
='-KPIC'
7084 lt_prog_compiler_static
='-Bstatic'
7085 lt_prog_compiler_wl
=''
7093 lt_prog_compiler_pic
='-KPIC'
7094 lt_prog_compiler_static
='-Bstatic'
7098 # QNX uses GNU C++, but need to define -shared option too, otherwise
7100 lt_prog_compiler_pic
='-fPIC -shared'
7103 osf3
* | osf4
* | osf5
*)
7104 lt_prog_compiler_wl
='-Wl,'
7105 # All OSF/1 code is PIC.
7106 lt_prog_compiler_static
='-non_shared'
7110 lt_prog_compiler_static
='-non_shared'
7114 lt_prog_compiler_pic
='-KPIC'
7115 lt_prog_compiler_static
='-Bstatic'
7116 case $cc_basename in
7118 lt_prog_compiler_wl
='-Qoption ld ';;
7120 lt_prog_compiler_wl
='-Wl,';;
7125 lt_prog_compiler_wl
='-Qoption ld '
7126 lt_prog_compiler_pic
='-PIC'
7127 lt_prog_compiler_static
='-Bstatic'
7130 sysv4 | sysv4.2uw2
* | sysv4.3
*)
7131 lt_prog_compiler_wl
='-Wl,'
7132 lt_prog_compiler_pic
='-KPIC'
7133 lt_prog_compiler_static
='-Bstatic'
7137 if test -d /usr
/nec
;then
7138 lt_prog_compiler_pic
='-Kconform_pic'
7139 lt_prog_compiler_static
='-Bstatic'
7143 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
7144 lt_prog_compiler_wl
='-Wl,'
7145 lt_prog_compiler_pic
='-KPIC'
7146 lt_prog_compiler_static
='-Bstatic'
7150 lt_prog_compiler_wl
='-Wl,'
7151 lt_prog_compiler_can_build_shared
=no
7155 lt_prog_compiler_pic
='-pic'
7156 lt_prog_compiler_static
='-Bstatic'
7160 lt_prog_compiler_can_build_shared
=no
7166 # For platforms which do not support PIC, -DPIC is meaningless:
7168 lt_prog_compiler_pic
=
7171 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
7174 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7175 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
7183 # Check to make sure the PIC flag actually works.
7185 if test -n "$lt_prog_compiler_pic"; then
7186 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7187 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
7188 if test "${lt_prog_compiler_pic_works+set}" = set; then
7189 echo $ECHO_N "(cached) $ECHO_C" >&6
7191 lt_prog_compiler_pic_works
=no
7192 ac_outfile
=conftest.
$ac_objext
7193 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7194 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
7195 # Insert the option either (1) after the last *FLAGS variable, or
7196 # (2) before a word containing "conftest.", or (3) at the end.
7197 # Note that $ac_compile itself does not contain backslashes and begins
7198 # with a dollar sign (not a hyphen), so the echo should work correctly.
7199 # The option is referenced via a variable to avoid confusing sed.
7200 lt_compile
=`echo "$ac_compile" | $SED \
7201 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7202 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7203 -e 's:$: $lt_compiler_flag:'`
7204 (eval echo "\"\$as_me:7204: $lt_compile\"" >&5)
7205 (eval "$lt_compile" 2>conftest.err
)
7207 cat conftest.err
>&5
7208 echo "$as_me:7208: \$? = $ac_status" >&5
7209 if (exit $ac_status) && test -s "$ac_outfile"; then
7210 # The compiler can only warn and ignore the option if not recognized
7211 # So say no if there are warnings other than the usual output.
7212 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
7213 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7214 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7215 lt_prog_compiler_pic_works
=yes
7221 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
7222 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
7224 if test x
"$lt_prog_compiler_pic_works" = xyes
; then
7225 case $lt_prog_compiler_pic in
7227 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
7230 lt_prog_compiler_pic
=
7231 lt_prog_compiler_can_build_shared
=no
7242 # Check to make sure the static flag actually works.
7244 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
7245 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7246 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
7247 if test "${lt_prog_compiler_static_works+set}" = set; then
7248 echo $ECHO_N "(cached) $ECHO_C" >&6
7250 lt_prog_compiler_static_works
=no
7251 save_LDFLAGS
="$LDFLAGS"
7252 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
7253 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
7254 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
7255 # The linker can only warn and ignore the option if not recognized
7256 # So say no if there are warnings
7257 if test -s conftest.err
; then
7258 # Append any errors to the config.log.
7259 cat conftest.err
1>&5
7260 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
7261 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7262 if diff conftest.exp conftest.er2
>/dev
/null
; then
7263 lt_prog_compiler_static_works
=yes
7266 lt_prog_compiler_static_works
=yes
7270 LDFLAGS
="$save_LDFLAGS"
7273 echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
7274 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
7276 if test x
"$lt_prog_compiler_static_works" = xyes
; then
7279 lt_prog_compiler_static
=
7288 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7289 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7290 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7291 echo $ECHO_N "(cached) $ECHO_C" >&6
7293 lt_cv_prog_compiler_c_o
=no
7294 $RM -r conftest
2>/dev
/null
7298 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7300 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7301 # Insert the option either (1) after the last *FLAGS variable, or
7302 # (2) before a word containing "conftest.", or (3) at the end.
7303 # Note that $ac_compile itself does not contain backslashes and begins
7304 # with a dollar sign (not a hyphen), so the echo should work correctly.
7305 lt_compile
=`echo "$ac_compile" | $SED \
7306 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7307 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7308 -e 's:$: $lt_compiler_flag:'`
7309 (eval echo "\"\$as_me:7309: $lt_compile\"" >&5)
7310 (eval "$lt_compile" 2>out
/conftest.err
)
7312 cat out
/conftest.err
>&5
7313 echo "$as_me:7313: \$? = $ac_status" >&5
7314 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7316 # The compiler can only warn and ignore the option if not recognized
7317 # So say no if there are warnings
7318 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7319 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7320 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7321 lt_cv_prog_compiler_c_o
=yes
7326 # SGI C++ compiler will create directory out/ii_files/ for
7327 # template instantiation
7328 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7329 $RM out
/* && rmdir out
7335 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7336 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7343 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7344 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7345 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7346 echo $ECHO_N "(cached) $ECHO_C" >&6
7348 lt_cv_prog_compiler_c_o
=no
7349 $RM -r conftest
2>/dev
/null
7353 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7355 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7356 # Insert the option either (1) after the last *FLAGS variable, or
7357 # (2) before a word containing "conftest.", or (3) at the end.
7358 # Note that $ac_compile itself does not contain backslashes and begins
7359 # with a dollar sign (not a hyphen), so the echo should work correctly.
7360 lt_compile
=`echo "$ac_compile" | $SED \
7361 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7362 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7363 -e 's:$: $lt_compiler_flag:'`
7364 (eval echo "\"\$as_me:7364: $lt_compile\"" >&5)
7365 (eval "$lt_compile" 2>out
/conftest.err
)
7367 cat out
/conftest.err
>&5
7368 echo "$as_me:7368: \$? = $ac_status" >&5
7369 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7371 # The compiler can only warn and ignore the option if not recognized
7372 # So say no if there are warnings
7373 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7374 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7375 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7376 lt_cv_prog_compiler_c_o
=yes
7381 # SGI C++ compiler will create directory out/ii_files/ for
7382 # template instantiation
7383 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7384 $RM out
/* && rmdir out
7390 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7391 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7396 hard_links
="nottested"
7397 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
7398 # do not overwrite the value of need_locks provided by the user
7399 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7400 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
7403 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7405 ln conftest.a conftest.b
2>&5 || hard_links
=no
7406 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7407 echo "$as_me:$LINENO: result: $hard_links" >&5
7408 echo "${ECHO_T}$hard_links" >&6
7409 if test "$hard_links" = no
; then
7410 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7411 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7423 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7424 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
7427 allow_undefined_flag
=
7428 always_export_symbols
=no
7430 archive_expsym_cmds
=
7431 compiler_needs_object
=no
7432 enable_shared_with_static_runtimes
=no
7433 export_dynamic_flag_spec
=
7434 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7435 hardcode_automatic
=no
7437 hardcode_direct_absolute
=no
7438 hardcode_libdir_flag_spec
=
7439 hardcode_libdir_flag_spec_ld
=
7440 hardcode_libdir_separator
=
7442 hardcode_shlibpath_var
=unsupported
7444 link_all_deplibs
=unknown
7447 old_archive_from_new_cmds
=
7448 old_archive_from_expsyms_cmds
=
7449 thread_safe_flag_spec
=
7450 whole_archive_flag_spec
=
7451 # include_expsyms should be a list of space-separated symbols to be *always*
7452 # included in the symbol list
7454 # exclude_expsyms can be an extended regexp of symbols to exclude
7455 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7456 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7457 # as well as any symbol that contains `d'.
7458 exclude_expsyms
="_GLOBAL_OFFSET_TABLE_"
7459 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7460 # platforms (ab)use it in PIC code, but their linkers get confused if
7461 # the symbol is explicitly referenced. Since portable code cannot
7462 # rely on this symbol name, it's probably fine to never include it in
7463 # preloaded symbol tables.
7464 extract_expsyms_cmds
=
7467 cygwin
* | mingw
* | pw32
*)
7468 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7469 # When not using gcc, we currently assume that we are using
7470 # Microsoft Visual C++.
7471 if test "$GCC" != yes; then
7476 # we just hope/assume this is gcc and not c89 (= MSVC++)
7485 if test "$with_gnu_ld" = yes; then
7486 # If archive_cmds runs LD, not CC, wlarc should be empty
7489 # Set some defaults for GNU ld with shared library support. These
7490 # are reset later if shared libraries are not supported. Putting them
7491 # here allows them to be overridden if necessary.
7492 runpath_var
=LD_RUN_PATH
7493 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7494 export_dynamic_flag_spec
='${wl}--export-dynamic'
7495 # ancient GNU ld didn't support --whole-archive et. al.
7496 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
7497 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7499 whole_archive_flag_spec
=
7501 supports_anon_versioning
=no
7502 case `$LD -v 2>&1` in
7503 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
7504 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
7505 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
7506 *\
2.11.
*) ;; # other 2.11 versions
7507 *) supports_anon_versioning
=yes ;;
7510 # See if GNU ld supports shared libraries.
7512 aix3
* | aix4
* | aix5
*)
7513 # On AIX/PPC, the GNU linker is very broken
7514 if test "$host_cpu" != ia64
; then
7518 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7519 *** to be unable to reliably create shared libraries on AIX.
7520 *** Therefore, libtool is disabling shared libraries support. If you
7521 *** really care for shared libraries, you may want to modify your PATH
7522 *** so that a non-GNU linker is found, and then restart.
7529 if test "$host_cpu" = m68k
; then
7530 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)'
7531 hardcode_libdir_flag_spec
='-L$libdir'
7532 hardcode_minus_L
=yes
7535 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
7536 # that the semantics of dynamic libraries on AmigaOS, at least up
7537 # to version 4, is to share data among multiple programs linked
7538 # with the same dynamic library. Since this doesn't match the
7539 # behavior of shared libraries on other platforms, we can't use
7545 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7546 allow_undefined_flag
=unsupported
7547 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7548 # support --undefined. This deserves some investigation. FIXME
7549 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7555 cygwin
* | mingw
* | pw32
*)
7556 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7557 # as there is no search path for DLLs.
7558 hardcode_libdir_flag_spec
='-L$libdir'
7559 allow_undefined_flag
=unsupported
7560 always_export_symbols
=no
7561 enable_shared_with_static_runtimes
=yes
7562 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7564 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
7565 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7566 # If the export-symbols file already is a .def file (1st line
7567 # is EXPORTS), use it as is; otherwise, prepend...
7568 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7569 cp $export_symbols $output_objdir/$soname.def;
7571 echo EXPORTS > $output_objdir/$soname.def;
7572 cat $export_symbols >> $output_objdir/$soname.def;
7574 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7582 hardcode_shlibpath_var
=no
7583 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
7584 export_dynamic_flag_spec
='${wl}-E'
7585 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7586 # Instead, shared libraries are loaded at an image base (0x10000000 by
7587 # default) and relocated if they conflict, which is a slow very memory
7588 # consuming and fragmenting process. To avoid this, we pick a random,
7589 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7590 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7591 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7592 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'
7595 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu)
7597 if test "$host_os" = linux-dietlibc
; then
7598 case $cc_basename in
7599 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
7602 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
7603 && test "$tmp_diet" = no
7606 case $cc_basename,$host_cpu in
7607 pgcc
*) # Portland Group C compiler
7608 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'
7609 tmp_addflag
=' $pic_flag'
7611 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
7612 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'
7613 tmp_addflag
=' $pic_flag -Mnomain' ;;
7614 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
7615 tmp_addflag
=' -i_dynamic' ;;
7616 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
7617 tmp_addflag
=' -i_dynamic -nofor_main' ;;
7618 ifc
* | ifort
*) # Intel Fortran compiler
7619 tmp_addflag
=' -nofor_main' ;;
7621 case `$CC -V 2>&1 | sed 5q` in
7622 *Sun\ C
*) # Sun C 5.9
7623 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'
7624 compiler_needs_object
=yes
7625 tmp_sharedflag
='-G' ;;
7626 *Sun\ F
*) # Sun Fortran 8.3
7627 tmp_sharedflag
='-G' ;;
7629 tmp_sharedflag
='-shared' ;;
7631 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7633 if test "x$supports_anon_versioning" = xyes
; then
7634 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
7635 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7636 echo "local: *; };" >> $output_objdir/$libname.ver~
7637 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7645 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
7646 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7649 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7650 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7655 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
7659 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
7660 *** create shared libraries on Solaris systems. Therefore, libtool
7661 *** is disabling shared libraries support. We urge you to upgrade GNU
7662 *** binutils to release 2.9.1 or newer. Another option is to modify
7663 *** your PATH or compiler configuration so that the native linker is
7664 *** used, and then restart.
7667 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7668 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7669 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7675 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
7676 case `$LD -v 2>&1` in
7677 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
7681 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
7682 *** reliably create shared libraries on SCO systems. Therefore, libtool
7683 *** is disabling shared libraries support. We urge you to upgrade GNU
7684 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
7685 *** your PATH or compiler configuration so that the native linker is
7686 *** used, and then restart.
7691 # For security reasons, it is highly recommended that you always
7692 # use absolute paths for naming shared libraries, and exclude the
7693 # DT_RUNPATH tag from executables and libraries. But doing so
7694 # requires that you compile everything twice, which is a pain.
7695 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7696 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7697 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7698 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7707 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7710 hardcode_shlibpath_var
=no
7714 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7715 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7716 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7723 if test "$ld_shlibs" = no
; then
7725 hardcode_libdir_flag_spec
=
7726 export_dynamic_flag_spec
=
7727 whole_archive_flag_spec
=
7730 # PORTME fill in a description of your system's linker (not GNU ld)
7733 allow_undefined_flag
=unsupported
7734 always_export_symbols
=yes
7735 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'
7736 # Note: this linker hardcodes the directories in LIBPATH if there
7737 # are no directories specified by -L.
7738 hardcode_minus_L
=yes
7739 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
7740 # Neither direct hardcoding nor static linking is supported with a
7742 hardcode_direct
=unsupported
7747 if test "$host_cpu" = ia64
; then
7748 # On IA64, the linker does run time linking by default, so we don't
7749 # have to do anything special.
7750 aix_use_runtimelinking
=no
7751 exp_sym_flag
='-Bexport'
7754 # If we're using GNU nm, then we don't want the "-C" option.
7755 # -C means demangle to AIX nm, but means don't demangle with GNU nm
7756 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
7757 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'
7759 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'
7761 aix_use_runtimelinking
=no
7763 # Test if we are trying to use run time linking or normal
7764 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
7765 # need to do runtime linking.
7766 case $host_os in aix4.
[23]|aix4.
[23].
*|aix5
*)
7767 for ld_flag
in $LDFLAGS; do
7768 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
7769 aix_use_runtimelinking
=yes
7776 exp_sym_flag
='-bexport'
7777 no_entry_flag
='-bnoentry'
7780 # When large executables or shared objects are built, AIX ld can
7781 # have problems creating the table of contents. If linking a library
7782 # or program results in "error TOC overflow" add -mminimal-toc to
7783 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
7784 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
7788 hardcode_direct_absolute
=yes
7789 hardcode_libdir_separator
=':'
7790 link_all_deplibs
=yes
7791 file_list_spec
='${wl}-f,'
7793 if test "$GCC" = yes; then
7794 case $host_os in aix4.
[012]|aix4.
[012].
*)
7795 # We only want to do this on AIX 4.2 and lower, the check
7796 # below for broken collect2 doesn't work under 4.3+
7797 collect2name
=`${CC} -print-prog-name=collect2`
7798 if test -f "$collect2name" &&
7799 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
7801 # We have reworked collect2
7804 # We have old collect2
7805 hardcode_direct
=unsupported
7806 # It fails to find uninstalled libraries when the uninstalled
7807 # path is not listed in the libpath. Setting hardcode_minus_L
7808 # to unsupported forces relinking
7809 hardcode_minus_L
=yes
7810 hardcode_libdir_flag_spec
='-L$libdir'
7811 hardcode_libdir_separator
=
7815 shared_flag
='-shared'
7816 if test "$aix_use_runtimelinking" = yes; then
7817 shared_flag
="$shared_flag "'${wl}-G'
7821 if test "$host_cpu" = ia64
; then
7822 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
7823 # chokes on -Wl,-G. The following line is correct:
7826 if test "$aix_use_runtimelinking" = yes; then
7827 shared_flag
='${wl}-G'
7829 shared_flag
='${wl}-bM:SRE'
7834 # It seems that -bexpall does not export symbols beginning with
7835 # underscore (_), so it is better to generate a list of symbols to export.
7836 always_export_symbols
=yes
7837 if test "$aix_use_runtimelinking" = yes; then
7838 # Warning - without using the other runtime loading flags (-brtl),
7839 # -berok will link without error, but may produce a broken library.
7840 allow_undefined_flag
='-berok'
7841 # Determine the default libpath from the value encoded in an
7843 cat >conftest.
$ac_ext <<_ACEOF
7846 cat confdefs.h
>>conftest.
$ac_ext
7847 cat >>conftest.
$ac_ext <<_ACEOF
7848 /* end confdefs.h. */
7858 rm -f conftest.
$ac_objext conftest
$ac_exeext
7859 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7860 (eval $ac_link) 2>conftest.er1
7862 grep -v '^ *+' conftest.er1
>conftest.err
7864 cat conftest.err
>&5
7865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7866 (exit $ac_status); } &&
7867 { ac_try
='test -z "$ac_c_werror_flag"
7868 || test ! -s conftest.err'
7869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7873 (exit $ac_status); }; } &&
7874 { ac_try
='test -s conftest$ac_exeext'
7875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7879 (exit $ac_status); }; }; then
7881 lt_aix_libpath_sed
='
7882 /Import File Strings/,/^$/ {
7888 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7889 # Check for a 64-bit object if we didn't find anything.
7890 if test -z "$aix_libpath"; then
7891 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7894 echo "$as_me: failed program was:" >&5
7895 sed 's/^/| /' conftest.
$ac_ext >&5
7898 rm -f conftest.err conftest.
$ac_objext \
7899 conftest
$ac_exeext conftest.
$ac_ext
7900 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
7902 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
7903 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"
7905 if test "$host_cpu" = ia64
; then
7906 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
7907 allow_undefined_flag
="-z nodefs"
7908 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"
7910 # Determine the default libpath from the value encoded in an
7912 cat >conftest.
$ac_ext <<_ACEOF
7915 cat confdefs.h
>>conftest.
$ac_ext
7916 cat >>conftest.
$ac_ext <<_ACEOF
7917 /* end confdefs.h. */
7927 rm -f conftest.
$ac_objext conftest
$ac_exeext
7928 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7929 (eval $ac_link) 2>conftest.er1
7931 grep -v '^ *+' conftest.er1
>conftest.err
7933 cat conftest.err
>&5
7934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7935 (exit $ac_status); } &&
7936 { ac_try
='test -z "$ac_c_werror_flag"
7937 || test ! -s conftest.err'
7938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7942 (exit $ac_status); }; } &&
7943 { ac_try
='test -s conftest$ac_exeext'
7944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7948 (exit $ac_status); }; }; then
7950 lt_aix_libpath_sed
='
7951 /Import File Strings/,/^$/ {
7957 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7958 # Check for a 64-bit object if we didn't find anything.
7959 if test -z "$aix_libpath"; then
7960 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7963 echo "$as_me: failed program was:" >&5
7964 sed 's/^/| /' conftest.
$ac_ext >&5
7967 rm -f conftest.err conftest.
$ac_objext \
7968 conftest
$ac_exeext conftest.
$ac_ext
7969 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
7971 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
7972 # Warning - without using the other run time loading flags,
7973 # -berok will link without error, but may produce a broken library.
7974 no_undefined_flag
=' ${wl}-bernotok'
7975 allow_undefined_flag
=' ${wl}-berok'
7976 # Exported symbols can be pulled into shared objects from archives
7977 whole_archive_flag_spec
='$convenience'
7978 archive_cmds_need_lc
=yes
7979 # This is similar to how AIX traditionally builds its shared libraries.
7980 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'
7986 if test "$host_cpu" = m68k
; then
7987 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)'
7988 hardcode_libdir_flag_spec
='-L$libdir'
7989 hardcode_minus_L
=yes
7991 # see comment about different semantics on the GNU ld section
7996 export_dynamic_flag_spec
=-rdynamic
7999 cygwin
* | mingw
* | pw32
*)
8000 # When not using gcc, we currently assume that we are using
8001 # Microsoft Visual C++.
8002 # hardcode_libdir_flag_spec is actually meaningless, as there is
8003 # no search path for DLLs.
8004 hardcode_libdir_flag_spec
=' '
8005 allow_undefined_flag
=unsupported
8006 # Tell ltmain to make .lib files, not .a files.
8008 # Tell ltmain to make .dll files, not .so files.
8010 # FIXME: Setting linknames here is a bad hack.
8011 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8012 # The linker will automatically build a .lib file if we build a DLL.
8013 old_archive_from_new_cmds
='true'
8014 # FIXME: Should let the user specify the lib program.
8015 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8016 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8017 enable_shared_with_static_runtimes
=yes
8020 darwin
* | rhapsody
*)
8022 rhapsody
* | darwin1.
[012])
8023 allow_undefined_flag
='${wl}-undefined ${wl}suppress'
8026 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
8028 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8031 allow_undefined_flag
='${wl}-undefined ${wl}dynamic_lookup'
8036 archive_cmds_need_lc
=no
8038 hardcode_automatic
=yes
8039 hardcode_shlibpath_var
=unsupported
8040 whole_archive_flag_spec
=''
8041 link_all_deplibs
=yes
8042 if test "$GCC" = yes ; then
8043 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
8044 echo $ECHO_N "(cached) $ECHO_C" >&6
8046 lt_cv_apple_cc_single_mod
=no
8047 if test -z "${LT_MULTI_MODULE}"; then
8048 # By default we will add the -single_module flag. You can override
8049 # by either setting the environment variable LT_MULTI_MODULE
8050 # non-empty at configure time, or by adding -multi-module to the
8052 echo "int foo(void){return 1;}" > conftest.c
8053 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8054 -dynamiclib ${wl}-single_module conftest.c
8055 if test -f libconftest.dylib
; then
8056 lt_cv_apple_cc_single_mod
=yes
8057 rm libconftest.dylib
8063 output_verbose_link_cmd
=echo
8064 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
8065 archive_cmds
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8066 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}'
8068 archive_cmds
='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8069 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}'
8071 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8072 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}'
8074 case $cc_basename in
8076 output_verbose_link_cmd
=echo
8077 archive_cmds
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
8078 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8079 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
8080 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}'
8081 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}'
8091 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8092 hardcode_libdir_flag_spec
='-L$libdir'
8093 hardcode_shlibpath_var
=no
8100 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8101 # support. Future versions do this automatically, but an explicit c++rt0.o
8102 # does not break anything, and helps significantly (at the cost of a little
8105 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8106 hardcode_libdir_flag_spec
='-R$libdir'
8108 hardcode_shlibpath_var
=no
8111 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8113 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8115 hardcode_minus_L
=yes
8116 hardcode_shlibpath_var
=no
8119 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8120 freebsd
* | dragonfly
*)
8121 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8122 hardcode_libdir_flag_spec
='-R$libdir'
8124 hardcode_shlibpath_var
=no
8128 if test "$GCC" = yes; then
8129 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'
8131 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'
8133 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8134 hardcode_libdir_separator
=:
8137 # hardcode_minus_L: Not really in the search PATH,
8138 # but as the default location of the library.
8139 hardcode_minus_L
=yes
8140 export_dynamic_flag_spec
='${wl}-E'
8144 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8145 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8147 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8149 if test "$with_gnu_ld" = no
; then
8150 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8151 hardcode_libdir_flag_spec_ld
='+b $libdir'
8152 hardcode_libdir_separator
=:
8154 hardcode_direct_absolute
=yes
8155 export_dynamic_flag_spec
='${wl}-E'
8156 # hardcode_minus_L: Not really in the search PATH,
8157 # but as the default location of the library.
8158 hardcode_minus_L
=yes
8163 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8166 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8169 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8172 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8178 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8181 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8184 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8188 if test "$with_gnu_ld" = no
; then
8189 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8190 hardcode_libdir_separator
=:
8195 hardcode_shlibpath_var
=no
8199 hardcode_direct_absolute
=yes
8200 export_dynamic_flag_spec
='${wl}-E'
8202 # hardcode_minus_L: Not really in the search PATH,
8203 # but as the default location of the library.
8204 hardcode_minus_L
=yes
8210 irix5
* | irix6
* | nonstopux
*)
8211 if test "$GCC" = yes; then
8212 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'
8213 # Try to use the -exported_symbol ld option, if it does not
8214 # work, assume that -exports_file does not work either and
8215 # implicitly export all symbols.
8216 save_LDFLAGS
="$LDFLAGS"
8217 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8218 cat >conftest.
$ac_ext <<_ACEOF
8221 rm -f conftest.
$ac_objext conftest
$ac_exeext
8222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8223 (eval $ac_link) 2>conftest.er1
8225 grep -v '^ *+' conftest.er1
>conftest.err
8227 cat conftest.err
>&5
8228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8229 (exit $ac_status); } &&
8230 { ac_try
='test -z "$ac_c_werror_flag"
8231 || test ! -s conftest.err'
8232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8236 (exit $ac_status); }; } &&
8237 { ac_try
='test -s conftest$ac_exeext'
8238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8242 (exit $ac_status); }; }; then
8243 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'
8246 echo "$as_me: failed program was:" >&5
8247 sed 's/^/| /' conftest.
$ac_ext >&5
8250 rm -f conftest.err conftest.
$ac_objext \
8251 conftest
$ac_exeext conftest.
$ac_ext
8252 LDFLAGS
="$save_LDFLAGS"
8254 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'
8255 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'
8257 archive_cmds_need_lc
='no'
8258 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8259 hardcode_libdir_separator
=:
8261 link_all_deplibs
=yes
8265 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8266 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8268 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8270 hardcode_libdir_flag_spec
='-R$libdir'
8272 hardcode_shlibpath_var
=no
8276 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8278 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8279 hardcode_libdir_separator
=:
8280 hardcode_shlibpath_var
=no
8288 hardcode_shlibpath_var
=no
8289 hardcode_direct_absolute
=yes
8290 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8291 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8292 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8293 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8294 export_dynamic_flag_spec
='${wl}-E'
8297 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8298 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8299 hardcode_libdir_flag_spec
='-R$libdir'
8302 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8303 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8310 hardcode_libdir_flag_spec
='-L$libdir'
8311 hardcode_minus_L
=yes
8312 allow_undefined_flag
=unsupported
8313 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'
8314 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8318 if test "$GCC" = yes; then
8319 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8320 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'
8322 allow_undefined_flag
=' -expect_unresolved \*'
8323 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'
8325 archive_cmds_need_lc
='no'
8326 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8327 hardcode_libdir_separator
=:
8330 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
8331 if test "$GCC" = yes; then
8332 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8333 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'
8334 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8336 allow_undefined_flag
=' -expect_unresolved \*'
8337 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'
8338 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~
8339 $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'
8341 # Both c and cxx compiler support -rpath directly
8342 hardcode_libdir_flag_spec
='-rpath $libdir'
8344 archive_cmds_need_lc
='no'
8345 hardcode_libdir_separator
=:
8349 no_undefined_flag
=' -z defs'
8350 if test "$GCC" = yes; then
8352 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8353 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8354 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8356 case `$CC -V 2>&1` in
8359 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8360 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8361 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8365 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8366 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8367 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8371 hardcode_libdir_flag_spec
='-R$libdir'
8372 hardcode_shlibpath_var
=no
8374 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
8376 # The compiler driver will combine and reorder linker options,
8377 # but understands `-z linker_flag'. GCC discards it without `$wl',
8378 # but is careful enough not to reorder.
8379 # Supported since Solaris 2.6 (maybe 2.5.1?)
8380 if test "$GCC" = yes; then
8381 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8383 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
8387 link_all_deplibs
=yes
8391 if test "x$host_vendor" = xsequent
; then
8392 # Use $CC to link under sequent, because it throws in some extra .o
8393 # files that make .init and .fini sections work.
8394 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8396 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8398 hardcode_libdir_flag_spec
='-L$libdir'
8400 hardcode_minus_L
=yes
8401 hardcode_shlibpath_var
=no
8405 case $host_vendor in
8407 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8408 hardcode_direct
=yes # is this really true???
8411 ## LD is ld it makes a PLAMLIB
8412 ## CC just makes a GrossModule.
8413 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8414 reload_cmds
='$CC -r -o $output$reload_objs'
8418 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8419 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
8422 runpath_var
='LD_RUN_PATH'
8423 hardcode_shlibpath_var
=no
8427 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8428 hardcode_shlibpath_var
=no
8429 export_dynamic_flag_spec
='-Bexport'
8433 if test -d /usr
/nec
; then
8434 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8435 hardcode_shlibpath_var
=no
8436 runpath_var
=LD_RUN_PATH
8437 hardcode_runpath_var
=yes
8442 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
8443 no_undefined_flag
='${wl}-z,text'
8444 archive_cmds_need_lc
=no
8445 hardcode_shlibpath_var
=no
8446 runpath_var
='LD_RUN_PATH'
8448 if test "$GCC" = yes; then
8449 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8450 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8452 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8453 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8457 sysv5
* | sco3.2v5
* | sco5v6
*)
8458 # Note: We can NOT use -z defs as we might desire, because we do not
8459 # link with -lc, and that would cause any symbols used from libc to
8460 # always be unresolved, which means just about no library would
8461 # ever link correctly. If we're not using GNU ld we use -z text
8462 # though, which does catch some bad symbols but isn't as heavy-handed
8464 no_undefined_flag
='${wl}-z,text'
8465 allow_undefined_flag
='${wl}-z,nodefs'
8466 archive_cmds_need_lc
=no
8467 hardcode_shlibpath_var
=no
8468 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
8469 hardcode_libdir_separator
=':'
8470 link_all_deplibs
=yes
8471 export_dynamic_flag_spec
='${wl}-Bexport'
8472 runpath_var
='LD_RUN_PATH'
8474 if test "$GCC" = yes; then
8475 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8476 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8478 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8479 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8484 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8485 hardcode_libdir_flag_spec
='-L$libdir'
8486 hardcode_shlibpath_var
=no
8494 if test x
$host_vendor = xsni
; then
8496 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
8497 export_dynamic_flag_spec
='${wl}-Blargedynsym'
8503 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8504 echo "${ECHO_T}$ld_shlibs" >&6
8505 test "$ld_shlibs" = no
&& can_build_shared
=no
8507 with_gnu_ld
=$with_gnu_ld
8524 # Do we need to explicitly link libc?
8526 case "x$archive_cmds_need_lc" in
8528 # Assume -lc should be added
8529 archive_cmds_need_lc
=yes
8531 if test "$enable_shared" = yes && test "$GCC" = yes; then
8532 case $archive_cmds in
8534 # FIXME: we may have to deal with multi-command sequences.
8537 # Test whether the compiler implicitly links with -lc since on some
8538 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8539 # to ld, don't add -lc before -lgcc.
8540 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8541 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8543 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8545 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8546 (eval $ac_compile) 2>&5
8548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8549 (exit $ac_status); } 2>conftest.err
; then
8552 libobjs
=conftest.
$ac_objext
8554 wl
=$lt_prog_compiler_wl
8555 pic_flag
=$lt_prog_compiler_pic
8561 lt_save_allow_undefined_flag
=$allow_undefined_flag
8562 allow_undefined_flag
=
8563 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8564 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
8566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8567 (exit $ac_status); }
8569 archive_cmds_need_lc
=no
8571 archive_cmds_need_lc
=yes
8573 allow_undefined_flag
=$lt_save_allow_undefined_flag
8575 cat conftest.err
1>&5
8578 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8579 echo "${ECHO_T}$archive_cmds_need_lc" >&6
8742 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8743 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
8745 if test "$withGCC" = yes; then
8747 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
8748 *) lt_awk_arg
="/^libraries:/" ;;
8750 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8751 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
8752 # if the path contains ";" then we assume it to be the separator
8753 # otherwise default to the standard path separator (i.e. ":") - it is
8754 # assumed that no part of a normal pathname contains ";" but that should
8755 # okay in the real world where ";" in dirpaths is itself problematic.
8756 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
8758 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8760 # Ok, now we have the path, separated by spaces, we can step through it
8761 # and add multilib dir if necessary.
8762 lt_tmp_lt_search_path_spec
=
8763 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
8764 for lt_sys_path
in $lt_search_path_spec; do
8765 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
8766 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
8768 test -d "$lt_sys_path" && \
8769 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
8772 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
8773 BEGIN {RS=" "; FS="/|\n";} {
8776 for (lt_i = NF; lt_i > 0; lt_i--) {
8777 if ($lt_i != "" && $lt_i != ".") {
8778 if ($lt_i == "..") {
8781 if (lt_count == 0) {
8782 lt_foo="/" $lt_i lt_foo;
8789 if (lt_foo != "") { lt_freq[lt_foo]++; }
8790 if (lt_freq[lt_foo] == 1) { print lt_foo; }
8792 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
8794 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
8797 libname_spec
='lib$name'
8805 shlibpath_overrides_runpath
=unknown
8807 dynamic_linker
="$host_os ld.so"
8808 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
8809 need_lib_prefix
=unknown
8810 hardcode_into_libs
=no
8812 # when you set need_version to no, make sure it does not cause -set_version
8813 # flags to be left without arguments
8814 need_version
=unknown
8819 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
8820 shlibpath_var
=LIBPATH
8822 # AIX 3 has no versioning support, so we append a major version to the name.
8823 soname_spec
='${libname}${release}${shared_ext}$major'
8830 hardcode_into_libs
=yes
8831 if test "$host_cpu" = ia64
; then
8832 # AIX 5 supports IA64
8833 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
8834 shlibpath_var
=LD_LIBRARY_PATH
8836 # With GCC up to 2.95.x, collect2 would create an import file
8837 # for dependence libraries. The import file would start with
8838 # the line `#! .'. This would cause the generated library to
8839 # depend on `.', always an invalid library. This was fixed in
8840 # development snapshots of GCC prior to 3.0.
8842 aix4 | aix4.
[01] | aix4.
[01].
*)
8843 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
8845 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
8852 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
8853 # soname into executable. Probably we can add versioning support to
8854 # collect2, so additional links can be useful in future.
8855 if test "$aix_use_runtimelinking" = yes; then
8856 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
8857 # instead of lib<name>.a to let people know that these are not
8858 # typical AIX shared libraries.
8859 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8861 # We preserve .a as extension for shared libraries through AIX4.2
8862 # and later when we are not doing run time linking.
8863 library_names_spec
='${libname}${release}.a $libname.a'
8864 soname_spec
='${libname}${release}${shared_ext}$major'
8866 shlibpath_var
=LIBPATH
8871 if test "$host_cpu" = m68k
; then
8872 library_names_spec
='$libname.ixlibrary $libname.a'
8873 # Create ${libname}_ixlibrary.a entries in /sys/libs.
8874 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'
8881 library_names_spec
='${libname}${shared_ext}'
8882 dynamic_linker
="$host_os ld.so"
8883 shlibpath_var
=LIBRARY_PATH
8889 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8890 soname_spec
='${libname}${release}${shared_ext}$major'
8891 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
8892 shlibpath_var
=LD_LIBRARY_PATH
8893 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
8894 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
8895 # the default ld.so.conf also contains /usr/contrib/lib and
8896 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
8897 # libtool to hard-code these into programs
8900 cygwin
* | mingw
* | pw32
*)
8901 version_type
=windows
8906 case $withGCC,$host_os in
8907 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
8908 library_names_spec
='$libname.dll.a'
8909 # DLL is installed to $(libdir)/../bin by postinstall_cmds
8910 postinstall_cmds
='base_file=`basename \${file}`~
8911 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
8912 dldir=$destdir/`dirname \$dlpath`~
8913 test -d \$dldir || mkdir -p \$dldir~
8914 $install_prog $dir/$dlname \$dldir/$dlname~
8915 chmod a+x \$dldir/$dlname~
8916 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
8917 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
8919 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
8920 dlpath=$dir/\$dldll~
8922 shlibpath_overrides_runpath
=yes
8926 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
8927 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8928 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
8931 # MinGW DLLs use traditional 'lib' prefix
8932 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8933 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8934 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
8935 # It is most probably a Windows format PATH printed by
8936 # mingw gcc, but we are running on Cygwin. Gcc prints its search
8937 # path with ; separators, and with drive letters. We can handle the
8938 # drive letters (cygwin fileutils understands them), so leave them,
8939 # especially as we might pass files found there to a mingw objdump,
8940 # which wouldn't understand a cygwinified path. Ahh.
8941 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
8943 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8947 # pw32 DLLs use 'pw' prefix rather than 'lib'
8948 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8954 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
8957 dynamic_linker
='Win32 ld.exe'
8958 # FIXME: first we should search . and the directory the executable is in
8962 darwin
* | rhapsody
*)
8963 dynamic_linker
="$host_os dyld"
8967 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
8968 soname_spec
='${libname}${release}${major}$shared_ext'
8969 shlibpath_overrides_runpath
=yes
8970 shlibpath_var
=DYLD_LIBRARY_PATH
8971 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
8973 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
8974 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
8981 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
8982 soname_spec
='${libname}${release}${shared_ext}$major'
8983 shlibpath_var
=LD_LIBRARY_PATH
8990 freebsd
* | dragonfly
*)
8991 # DragonFly does not have aout. When/if they implement a new
8992 # versioning mechanism, adjust this.
8993 if test -x /usr
/bin
/objformat
; then
8994 objformat
=`/usr/bin/objformat`
8997 freebsd
[123]*) objformat
=aout
;;
9001 version_type
=freebsd-
$objformat
9002 case $version_type in
9004 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9009 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9013 shlibpath_var
=LD_LIBRARY_PATH
9016 shlibpath_overrides_runpath
=yes
9018 freebsd3.
[01]* | freebsdelf3.
[01]*)
9019 shlibpath_overrides_runpath
=yes
9020 hardcode_into_libs
=yes
9022 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9023 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9024 shlibpath_overrides_runpath
=no
9025 hardcode_into_libs
=yes
9027 *) # from 4.6 on, and DragonFly
9028 shlibpath_overrides_runpath
=yes
9029 hardcode_into_libs
=yes
9038 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9039 soname_spec
='${libname}${release}${shared_ext}$major'
9040 shlibpath_var
=LD_LIBRARY_PATH
9041 hardcode_into_libs
=yes
9044 hpux9
* | hpux10
* | hpux11
*)
9045 # Give a soname corresponding to the major version so that dld.sl refuses to
9046 # link against other versions.
9053 hardcode_into_libs
=yes
9054 dynamic_linker
="$host_os dld.so"
9055 shlibpath_var
=LD_LIBRARY_PATH
9056 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9057 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9058 soname_spec
='${libname}${release}${shared_ext}$major'
9059 if test "X$HPUX_IA64_MODE" = X32
; then
9060 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9062 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9064 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9068 hardcode_into_libs
=yes
9069 dynamic_linker
="$host_os dld.sl"
9070 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9071 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9072 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9073 soname_spec
='${libname}${release}${shared_ext}$major'
9074 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9075 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9079 dynamic_linker
="$host_os dld.sl"
9080 shlibpath_var
=SHLIB_PATH
9081 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9082 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9083 soname_spec
='${libname}${release}${shared_ext}$major'
9086 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9087 postinstall_cmds
='chmod 555 $lib'
9094 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9095 soname_spec
='${libname}${release}${shared_ext}$major'
9096 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9097 shlibpath_var
=LD_LIBRARY_PATH
9098 shlibpath_overrides_runpath
=no
9099 hardcode_into_libs
=yes
9102 irix5
* | irix6
* | nonstopux
*)
9104 nonstopux
*) version_type
=nonstopux
;;
9106 if test "$lt_cv_prog_gnu_ld" = yes; then
9114 soname_spec
='${libname}${release}${shared_ext}$major'
9115 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9117 irix5
* | nonstopux
*)
9121 case $LD in # libtool.m4 will add one of these switches to LD
9122 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9123 libsuff
= shlibsuff
= libmagic
=32-bit;;
9124 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9125 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9126 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9127 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9128 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9132 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9133 shlibpath_overrides_runpath
=no
9134 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9135 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9136 hardcode_into_libs
=yes
9139 # No shared lib support for Linux oldld, aout, or coff.
9140 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9144 # This must be Linux ELF.
9145 linux
* | k
*bsd
*-gnu)
9149 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9150 soname_spec
='${libname}${release}${shared_ext}$major'
9151 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9152 shlibpath_var
=LD_LIBRARY_PATH
9153 shlibpath_overrides_runpath
=no
9154 # Some binutils ld are patched to set DT_RUNPATH
9155 save_LDFLAGS
=$LDFLAGS
9157 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9158 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9159 cat >conftest.
$ac_ext <<_ACEOF
9162 cat confdefs.h
>>conftest.
$ac_ext
9163 cat >>conftest.
$ac_ext <<_ACEOF
9164 /* end confdefs.h. */
9174 rm -f conftest.
$ac_objext conftest
$ac_exeext
9175 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9176 (eval $ac_link) 2>conftest.er1
9178 grep -v '^ *+' conftest.er1
>conftest.err
9180 cat conftest.err
>&5
9181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9182 (exit $ac_status); } &&
9183 { ac_try
='test -z "$ac_c_werror_flag"
9184 || test ! -s conftest.err'
9185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189 (exit $ac_status); }; } &&
9190 { ac_try
='test -s conftest$ac_exeext'
9191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); }; }; then
9196 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
9197 shlibpath_overrides_runpath
=yes
9201 echo "$as_me: failed program was:" >&5
9202 sed 's/^/| /' conftest.
$ac_ext >&5
9205 rm -f conftest.err conftest.
$ac_objext \
9206 conftest
$ac_exeext conftest.
$ac_ext
9207 LDFLAGS
=$save_LDFLAGS
9210 # This implies no fast_install, which is unacceptable.
9211 # Some rework will be needed to allow for fast_install
9212 # before this can be enabled.
9213 hardcode_into_libs
=yes
9215 # Append ld.so.conf contents to the search path
9216 if test -f /etc
/ld.so.conf
; then
9217 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' ' '`
9218 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9221 # We used to test for /lib/ld.so.1 and disable shared libraries on
9222 # powerpc, because MkLinux only supported shared libraries with the
9223 # GNU dynamic linker. Since this was broken with cross compilers,
9224 # most powerpc-linux boxes support dynamic linking these days and
9225 # people can always --disable-shared, the test was removed, and we
9226 # assume the GNU/Linux dynamic linker is in use.
9227 dynamic_linker
='GNU/Linux ld.so'
9234 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9235 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9236 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9237 dynamic_linker
='NetBSD (a.out) ld.so'
9239 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9240 soname_spec
='${libname}${release}${shared_ext}$major'
9241 dynamic_linker
='NetBSD ld.elf_so'
9243 shlibpath_var
=LD_LIBRARY_PATH
9244 shlibpath_overrides_runpath
=yes
9245 hardcode_into_libs
=yes
9250 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9251 shlibpath_var
=LD_LIBRARY_PATH
9252 shlibpath_overrides_runpath
=yes
9259 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9260 soname_spec
='${libname}${release}${shared_ext}$major'
9261 shlibpath_var
=LD_LIBRARY_PATH
9262 shlibpath_overrides_runpath
=no
9263 hardcode_into_libs
=yes
9264 dynamic_linker
='ldqnx.so'
9269 sys_lib_dlsearch_path_spec
="/usr/lib"
9271 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9273 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9274 *) need_version
=no
;;
9276 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9277 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9278 shlibpath_var
=LD_LIBRARY_PATH
9279 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9281 openbsd2.
[89] | openbsd2.
[89].
*)
9282 shlibpath_overrides_runpath
=no
9285 shlibpath_overrides_runpath
=yes
9289 shlibpath_overrides_runpath
=yes
9294 libname_spec
='$name'
9297 library_names_spec
='$libname${shared_ext} $libname.a'
9298 dynamic_linker
='OS/2 ld.exe'
9299 shlibpath_var
=LIBPATH
9302 osf3
* | osf4
* | osf5
*)
9306 soname_spec
='${libname}${release}${shared_ext}$major'
9307 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9308 shlibpath_var
=LD_LIBRARY_PATH
9309 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9310 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
9321 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9322 soname_spec
='${libname}${release}${shared_ext}$major'
9323 shlibpath_var
=LD_LIBRARY_PATH
9324 shlibpath_overrides_runpath
=yes
9325 hardcode_into_libs
=yes
9326 # ldd complains unless libraries are executable
9327 postinstall_cmds
='chmod +x $lib'
9332 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9333 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9334 shlibpath_var
=LD_LIBRARY_PATH
9335 shlibpath_overrides_runpath
=yes
9336 if test "$with_gnu_ld" = yes; then
9344 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9345 soname_spec
='${libname}${release}${shared_ext}$major'
9346 shlibpath_var
=LD_LIBRARY_PATH
9347 case $host_vendor in
9349 shlibpath_overrides_runpath
=no
9351 runpath_var
=LD_RUN_PATH
9359 shlibpath_overrides_runpath
=no
9360 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
9366 if test -d /usr
/nec
;then
9368 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9369 soname_spec
='$libname${shared_ext}.$major'
9370 shlibpath_var
=LD_LIBRARY_PATH
9374 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
9375 version_type
=freebsd-elf
9378 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9379 soname_spec
='${libname}${release}${shared_ext}$major'
9380 shlibpath_var
=LD_LIBRARY_PATH
9381 shlibpath_overrides_runpath
=yes
9382 hardcode_into_libs
=yes
9383 if test "$with_gnu_ld" = yes; then
9384 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9386 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
9389 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
9393 sys_lib_dlsearch_path_spec
='/usr/lib'
9397 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9401 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9402 shlibpath_var
=LD_LIBRARY_PATH
9403 shlibpath_overrides_runpath
=no
9404 hardcode_into_libs
=yes
9409 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9410 soname_spec
='${libname}${release}${shared_ext}$major'
9411 shlibpath_var
=LD_LIBRARY_PATH
9418 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9419 echo "${ECHO_T}$dynamic_linker" >&6
9420 test "$dynamic_linker" = no
&& can_build_shared
=no
9422 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
9423 if test "$GCC" = yes; then
9424 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9513 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9514 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9516 if test -n "$hardcode_libdir_flag_spec" ||
9517 test -n "$runpath_var" ||
9518 test "X$hardcode_automatic" = "Xyes" ; then
9520 # We can hardcode non-existent directories.
9521 if test "$hardcode_direct" != no
&&
9522 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9523 # have to relink, otherwise we might link with an installed library
9524 # when we should be linking with a yet-to-be-installed one
9525 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9526 test "$hardcode_minus_L" != no
; then
9527 # Linking always hardcodes the temporary library directory.
9528 hardcode_action
=relink
9530 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9531 hardcode_action
=immediate
9534 # We cannot hardcode anything, or else we can only hardcode existing
9536 hardcode_action
=unsupported
9538 echo "$as_me:$LINENO: result: $hardcode_action" >&5
9539 echo "${ECHO_T}$hardcode_action" >&6
9541 if test "$hardcode_action" = relink ||
9542 test "$inherit_rpath" = yes; then
9543 # Fast installation is not supported
9544 enable_fast_install
=no
9545 elif test "$shlibpath_overrides_runpath" = yes ||
9546 test "$enable_shared" = no
; then
9547 # Fast installation is not necessary
9548 enable_fast_install
=needless
9556 if test "x$enable_dlopen" != xyes
; then
9557 enable_dlopen
=unknown
9558 enable_dlopen_self
=unknown
9559 enable_dlopen_self_static
=unknown
9566 lt_cv_dlopen
="load_add_on"
9568 lt_cv_dlopen_self
=yes
9572 lt_cv_dlopen
="LoadLibrary"
9577 lt_cv_dlopen
="dlopen"
9582 # if libdl is installed we need to link against it
9583 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9584 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9585 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9586 echo $ECHO_N "(cached) $ECHO_C" >&6
9588 ac_check_lib_save_LIBS
=$LIBS
9590 cat >conftest.
$ac_ext <<_ACEOF
9593 cat confdefs.h
>>conftest.
$ac_ext
9594 cat >>conftest.
$ac_ext <<_ACEOF
9595 /* end confdefs.h. */
9597 /* Override any gcc2 internal prototype to avoid an error. */
9601 /* We use char because int might match the return type of a gcc2
9602 builtin and then its argument prototype would still apply. */
9612 rm -f conftest.
$ac_objext conftest
$ac_exeext
9613 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9614 (eval $ac_link) 2>conftest.er1
9616 grep -v '^ *+' conftest.er1
>conftest.err
9618 cat conftest.err
>&5
9619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9620 (exit $ac_status); } &&
9621 { ac_try
='test -z "$ac_c_werror_flag"
9622 || test ! -s conftest.err'
9623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9627 (exit $ac_status); }; } &&
9628 { ac_try
='test -s conftest$ac_exeext'
9629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633 (exit $ac_status); }; }; then
9634 ac_cv_lib_dl_dlopen
=yes
9636 echo "$as_me: failed program was:" >&5
9637 sed 's/^/| /' conftest.
$ac_ext >&5
9639 ac_cv_lib_dl_dlopen
=no
9641 rm -f conftest.err conftest.
$ac_objext \
9642 conftest
$ac_exeext conftest.
$ac_ext
9643 LIBS
=$ac_check_lib_save_LIBS
9645 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9646 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9647 if test $ac_cv_lib_dl_dlopen = yes; then
9648 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9653 lt_cv_dlopen_self
=yes
9660 echo "$as_me:$LINENO: checking for shl_load" >&5
9661 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9662 if test "${ac_cv_func_shl_load+set}" = set; then
9663 echo $ECHO_N "(cached) $ECHO_C" >&6
9665 cat >conftest.
$ac_ext <<_ACEOF
9668 cat confdefs.h
>>conftest.
$ac_ext
9669 cat >>conftest.
$ac_ext <<_ACEOF
9670 /* end confdefs.h. */
9671 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9672 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9673 #define shl_load innocuous_shl_load
9675 /* System header to define __stub macros and hopefully few prototypes,
9676 which can conflict with char shl_load (); below.
9677 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9678 <limits.h> exists even on freestanding compilers. */
9681 # include <limits.h>
9683 # include <assert.h>
9688 /* Override any gcc2 internal prototype to avoid an error. */
9693 /* We use char because int might match the return type of a gcc2
9694 builtin and then its argument prototype would still apply. */
9696 /* The GNU C library defines this for functions which it implements
9697 to always fail with ENOSYS. Some functions are actually named
9698 something starting with __ and the normal name is an alias. */
9699 #if defined (__stub_shl_load) || defined (__stub___shl_load)
9702 char (*f) () = shl_load;
9711 return f != shl_load;
9716 rm -f conftest.
$ac_objext conftest
$ac_exeext
9717 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9718 (eval $ac_link) 2>conftest.er1
9720 grep -v '^ *+' conftest.er1
>conftest.err
9722 cat conftest.err
>&5
9723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9724 (exit $ac_status); } &&
9725 { ac_try
='test -z "$ac_c_werror_flag"
9726 || test ! -s conftest.err'
9727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9731 (exit $ac_status); }; } &&
9732 { ac_try
='test -s conftest$ac_exeext'
9733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9737 (exit $ac_status); }; }; then
9738 ac_cv_func_shl_load
=yes
9740 echo "$as_me: failed program was:" >&5
9741 sed 's/^/| /' conftest.
$ac_ext >&5
9743 ac_cv_func_shl_load
=no
9745 rm -f conftest.err conftest.
$ac_objext \
9746 conftest
$ac_exeext conftest.
$ac_ext
9748 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9749 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
9750 if test $ac_cv_func_shl_load = yes; then
9751 lt_cv_dlopen
="shl_load"
9753 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9754 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
9755 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9756 echo $ECHO_N "(cached) $ECHO_C" >&6
9758 ac_check_lib_save_LIBS
=$LIBS
9760 cat >conftest.
$ac_ext <<_ACEOF
9763 cat confdefs.h
>>conftest.
$ac_ext
9764 cat >>conftest.
$ac_ext <<_ACEOF
9765 /* end confdefs.h. */
9767 /* Override any gcc2 internal prototype to avoid an error. */
9771 /* We use char because int might match the return type of a gcc2
9772 builtin and then its argument prototype would still apply. */
9782 rm -f conftest.
$ac_objext conftest
$ac_exeext
9783 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9784 (eval $ac_link) 2>conftest.er1
9786 grep -v '^ *+' conftest.er1
>conftest.err
9788 cat conftest.err
>&5
9789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9790 (exit $ac_status); } &&
9791 { ac_try
='test -z "$ac_c_werror_flag"
9792 || test ! -s conftest.err'
9793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9797 (exit $ac_status); }; } &&
9798 { ac_try
='test -s conftest$ac_exeext'
9799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); }; }; then
9804 ac_cv_lib_dld_shl_load
=yes
9806 echo "$as_me: failed program was:" >&5
9807 sed 's/^/| /' conftest.
$ac_ext >&5
9809 ac_cv_lib_dld_shl_load
=no
9811 rm -f conftest.err conftest.
$ac_objext \
9812 conftest
$ac_exeext conftest.
$ac_ext
9813 LIBS
=$ac_check_lib_save_LIBS
9815 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9816 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
9817 if test $ac_cv_lib_dld_shl_load = yes; then
9818 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-dld"
9820 echo "$as_me:$LINENO: checking for dlopen" >&5
9821 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9822 if test "${ac_cv_func_dlopen+set}" = set; then
9823 echo $ECHO_N "(cached) $ECHO_C" >&6
9825 cat >conftest.
$ac_ext <<_ACEOF
9828 cat confdefs.h
>>conftest.
$ac_ext
9829 cat >>conftest.
$ac_ext <<_ACEOF
9830 /* end confdefs.h. */
9831 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9832 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9833 #define dlopen innocuous_dlopen
9835 /* System header to define __stub macros and hopefully few prototypes,
9836 which can conflict with char dlopen (); below.
9837 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9838 <limits.h> exists even on freestanding compilers. */
9841 # include <limits.h>
9843 # include <assert.h>
9848 /* Override any gcc2 internal prototype to avoid an error. */
9853 /* We use char because int might match the return type of a gcc2
9854 builtin and then its argument prototype would still apply. */
9856 /* The GNU C library defines this for functions which it implements
9857 to always fail with ENOSYS. Some functions are actually named
9858 something starting with __ and the normal name is an alias. */
9859 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9862 char (*f) () = dlopen;
9876 rm -f conftest.
$ac_objext conftest
$ac_exeext
9877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9878 (eval $ac_link) 2>conftest.er1
9880 grep -v '^ *+' conftest.er1
>conftest.err
9882 cat conftest.err
>&5
9883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9884 (exit $ac_status); } &&
9885 { ac_try
='test -z "$ac_c_werror_flag"
9886 || test ! -s conftest.err'
9887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9891 (exit $ac_status); }; } &&
9892 { ac_try
='test -s conftest$ac_exeext'
9893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9897 (exit $ac_status); }; }; then
9898 ac_cv_func_dlopen
=yes
9900 echo "$as_me: failed program was:" >&5
9901 sed 's/^/| /' conftest.
$ac_ext >&5
9903 ac_cv_func_dlopen
=no
9905 rm -f conftest.err conftest.
$ac_objext \
9906 conftest
$ac_exeext conftest.
$ac_ext
9908 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9909 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9910 if test $ac_cv_func_dlopen = yes; then
9911 lt_cv_dlopen
="dlopen"
9913 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9914 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9915 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9916 echo $ECHO_N "(cached) $ECHO_C" >&6
9918 ac_check_lib_save_LIBS
=$LIBS
9920 cat >conftest.
$ac_ext <<_ACEOF
9923 cat confdefs.h
>>conftest.
$ac_ext
9924 cat >>conftest.
$ac_ext <<_ACEOF
9925 /* end confdefs.h. */
9927 /* Override any gcc2 internal prototype to avoid an error. */
9931 /* We use char because int might match the return type of a gcc2
9932 builtin and then its argument prototype would still apply. */
9942 rm -f conftest.
$ac_objext conftest
$ac_exeext
9943 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9944 (eval $ac_link) 2>conftest.er1
9946 grep -v '^ *+' conftest.er1
>conftest.err
9948 cat conftest.err
>&5
9949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9950 (exit $ac_status); } &&
9951 { ac_try
='test -z "$ac_c_werror_flag"
9952 || test ! -s conftest.err'
9953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9957 (exit $ac_status); }; } &&
9958 { ac_try
='test -s conftest$ac_exeext'
9959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9963 (exit $ac_status); }; }; then
9964 ac_cv_lib_dl_dlopen
=yes
9966 echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.
$ac_ext >&5
9969 ac_cv_lib_dl_dlopen
=no
9971 rm -f conftest.err conftest.
$ac_objext \
9972 conftest
$ac_exeext conftest.
$ac_ext
9973 LIBS
=$ac_check_lib_save_LIBS
9975 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9976 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9977 if test $ac_cv_lib_dl_dlopen = yes; then
9978 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9980 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9981 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
9982 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9983 echo $ECHO_N "(cached) $ECHO_C" >&6
9985 ac_check_lib_save_LIBS
=$LIBS
9987 cat >conftest.
$ac_ext <<_ACEOF
9990 cat confdefs.h
>>conftest.
$ac_ext
9991 cat >>conftest.
$ac_ext <<_ACEOF
9992 /* end confdefs.h. */
9994 /* Override any gcc2 internal prototype to avoid an error. */
9998 /* We use char because int might match the return type of a gcc2
9999 builtin and then its argument prototype would still apply. */
10009 rm -f conftest.
$ac_objext conftest
$ac_exeext
10010 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10011 (eval $ac_link) 2>conftest.er1
10013 grep -v '^ *+' conftest.er1
>conftest.err
10015 cat conftest.err
>&5
10016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10017 (exit $ac_status); } &&
10018 { ac_try
='test -z "$ac_c_werror_flag"
10019 || test ! -s conftest.err'
10020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10021 (eval $ac_try) 2>&5
10023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10024 (exit $ac_status); }; } &&
10025 { ac_try
='test -s conftest$ac_exeext'
10026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10027 (eval $ac_try) 2>&5
10029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10030 (exit $ac_status); }; }; then
10031 ac_cv_lib_svld_dlopen
=yes
10033 echo "$as_me: failed program was:" >&5
10034 sed 's/^/| /' conftest.
$ac_ext >&5
10036 ac_cv_lib_svld_dlopen
=no
10038 rm -f conftest.err conftest.
$ac_objext \
10039 conftest
$ac_exeext conftest.
$ac_ext
10040 LIBS
=$ac_check_lib_save_LIBS
10042 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10043 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10044 if test $ac_cv_lib_svld_dlopen = yes; then
10045 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10047 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10048 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
10049 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10050 echo $ECHO_N "(cached) $ECHO_C" >&6
10052 ac_check_lib_save_LIBS
=$LIBS
10054 cat >conftest.
$ac_ext <<_ACEOF
10057 cat confdefs.h
>>conftest.
$ac_ext
10058 cat >>conftest.
$ac_ext <<_ACEOF
10059 /* end confdefs.h. */
10061 /* Override any gcc2 internal prototype to avoid an error. */
10065 /* We use char because int might match the return type of a gcc2
10066 builtin and then its argument prototype would still apply. */
10076 rm -f conftest.
$ac_objext conftest
$ac_exeext
10077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10078 (eval $ac_link) 2>conftest.er1
10080 grep -v '^ *+' conftest.er1
>conftest.err
10082 cat conftest.err
>&5
10083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10084 (exit $ac_status); } &&
10085 { ac_try
='test -z "$ac_c_werror_flag"
10086 || test ! -s conftest.err'
10087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10088 (eval $ac_try) 2>&5
10090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10091 (exit $ac_status); }; } &&
10092 { ac_try
='test -s conftest$ac_exeext'
10093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10094 (eval $ac_try) 2>&5
10096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10097 (exit $ac_status); }; }; then
10098 ac_cv_lib_dld_dld_link
=yes
10100 echo "$as_me: failed program was:" >&5
10101 sed 's/^/| /' conftest.
$ac_ext >&5
10103 ac_cv_lib_dld_dld_link
=no
10105 rm -f conftest.err conftest.
$ac_objext \
10106 conftest
$ac_exeext conftest.
$ac_ext
10107 LIBS
=$ac_check_lib_save_LIBS
10109 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10110 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10111 if test $ac_cv_lib_dld_dld_link = yes; then
10112 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-dld"
10133 if test "x$lt_cv_dlopen" != xno
; then
10139 case $lt_cv_dlopen in
10141 save_CPPFLAGS
="$CPPFLAGS"
10142 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10144 save_LDFLAGS
="$LDFLAGS"
10145 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10148 LIBS
="$lt_cv_dlopen_libs $LIBS"
10150 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10151 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10152 if test "${lt_cv_dlopen_self+set}" = set; then
10153 echo $ECHO_N "(cached) $ECHO_C" >&6
10155 if test "$cross_compiling" = yes; then :
10156 lt_cv_dlopen_self
=cross
10158 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10159 lt_status
=$lt_dlunknown
10160 cat > conftest.
$ac_ext <<_LT_EOF
10161 #line 10161 "configure"
10162 #include "confdefs.h"
10171 # define LT_DLGLOBAL RTLD_GLOBAL
10174 # define LT_DLGLOBAL DL_GLOBAL
10176 # define LT_DLGLOBAL 0
10180 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10181 find out it does not work in some platform. */
10182 #ifndef LT_DLLAZY_OR_NOW
10184 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10187 # define LT_DLLAZY_OR_NOW DL_LAZY
10190 # define LT_DLLAZY_OR_NOW RTLD_NOW
10193 # define LT_DLLAZY_OR_NOW DL_NOW
10195 # define LT_DLLAZY_OR_NOW 0
10203 extern "C" void exit (int);
10206 void fnord() { int i=42;}
10209 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10210 int status = $lt_dlunknown;
10214 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10215 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10216 /* dlclose (self); */
10224 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10225 (eval $ac_link) 2>&5
10227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10229 (.
/conftest
; exit; ) >&5 2>/dev
/null
10231 case x
$lt_status in
10232 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10233 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10234 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10237 # compilation failed
10238 lt_cv_dlopen_self
=no
10245 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10246 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10248 if test "x$lt_cv_dlopen_self" = xyes
; then
10249 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10250 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10251 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10252 if test "${lt_cv_dlopen_self_static+set}" = set; then
10253 echo $ECHO_N "(cached) $ECHO_C" >&6
10255 if test "$cross_compiling" = yes; then :
10256 lt_cv_dlopen_self_static
=cross
10258 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10259 lt_status
=$lt_dlunknown
10260 cat > conftest.
$ac_ext <<_LT_EOF
10261 #line 10261 "configure"
10262 #include "confdefs.h"
10271 # define LT_DLGLOBAL RTLD_GLOBAL
10274 # define LT_DLGLOBAL DL_GLOBAL
10276 # define LT_DLGLOBAL 0
10280 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10281 find out it does not work in some platform. */
10282 #ifndef LT_DLLAZY_OR_NOW
10284 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10287 # define LT_DLLAZY_OR_NOW DL_LAZY
10290 # define LT_DLLAZY_OR_NOW RTLD_NOW
10293 # define LT_DLLAZY_OR_NOW DL_NOW
10295 # define LT_DLLAZY_OR_NOW 0
10303 extern "C" void exit (int);
10306 void fnord() { int i=42;}
10309 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10310 int status = $lt_dlunknown;
10314 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10315 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10316 /* dlclose (self); */
10324 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10325 (eval $ac_link) 2>&5
10327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10328 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10329 (.
/conftest
; exit; ) >&5 2>/dev
/null
10331 case x
$lt_status in
10332 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10333 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10334 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10337 # compilation failed
10338 lt_cv_dlopen_self_static
=no
10345 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10346 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10349 CPPFLAGS
="$save_CPPFLAGS"
10350 LDFLAGS
="$save_LDFLAGS"
10355 case $lt_cv_dlopen_self in
10356 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10357 *) enable_dlopen_self
=unknown
;;
10360 case $lt_cv_dlopen_self_static in
10361 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10362 *) enable_dlopen_self_static
=unknown
;;
10384 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10385 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10386 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10387 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10388 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10389 echo "$as_me:$LINENO: result: yes" >&5
10390 echo "${ECHO_T}yes" >&6
10392 # FIXME - insert some real tests, host_os isn't really good enough
10395 if test -n "$STRIP" ; then
10396 striplib
="$STRIP -x"
10397 old_striplib
="$STRIP -S"
10398 echo "$as_me:$LINENO: result: yes" >&5
10399 echo "${ECHO_T}yes" >&6
10401 echo "$as_me:$LINENO: result: no" >&5
10402 echo "${ECHO_T}no" >&6
10406 echo "$as_me:$LINENO: result: no" >&5
10407 echo "${ECHO_T}no" >&6
10423 # Report which library types will actually be built
10424 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10425 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10426 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10427 echo "${ECHO_T}$can_build_shared" >&6
10429 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10430 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10431 test "$can_build_shared" = "no" && enable_shared
=no
10433 # On AIX, shared libraries and static libraries use the same namespace, and
10434 # are all built from PIC.
10437 test "$enable_shared" = yes && enable_static
=no
10438 if test -n "$RANLIB"; then
10439 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10440 postinstall_cmds
='$RANLIB $lib'
10445 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10446 test "$enable_shared" = yes && enable_static
=no
10450 echo "$as_me:$LINENO: result: $enable_shared" >&5
10451 echo "${ECHO_T}$enable_shared" >&6
10453 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10454 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10455 # Make sure either enable_shared or enable_static is yes.
10456 test "$enable_shared" = yes || enable_static
=yes
10457 echo "$as_me:$LINENO: result: $enable_static" >&5
10458 echo "${ECHO_T}$enable_static" >&6
10465 ac_cpp
='$CPP $CPPFLAGS'
10466 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10467 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10468 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10484 ac_config_commands
="$ac_config_commands libtool"
10489 # Only expand once:
10493 ALL_LINGUAS
="fr sv tr es da vi zh_CN zh_TW ga fi"
10494 # If we haven't got the data from the intl directory,
10495 # assume NLS is disabled.
10504 if test -f ..
/intl
/config.intl
; then
10505 . ..
/intl
/config.intl
10507 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10508 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10509 if test x
"$USE_NLS" != xyes
; then
10510 echo "$as_me:$LINENO: result: no" >&5
10511 echo "${ECHO_T}no" >&6
10513 echo "$as_me:$LINENO: result: yes" >&5
10514 echo "${ECHO_T}yes" >&6
10516 cat >>confdefs.h
<<\_ACEOF
10517 #define ENABLE_NLS 1
10521 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10522 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10523 # Look for .po and .gmo files in the source directory.
10526 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
10527 # If there aren't any .gmo files the shell will give us the
10528 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10530 case "$cat" in *\
**)
10533 # The quadruple backslash is collapsed to a double backslash
10534 # by the backticks, then collapsed again by the double quotes,
10535 # leaving us with one backslash in the sed expression (right
10536 # before the dot that mustn't act as a wildcard).
10537 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10538 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
10539 # The user is allowed to set LINGUAS to a list of languages to
10540 # install catalogs for. If it's empty that means "all of them."
10541 if test "x$LINGUAS" = x
; then
10542 CATALOGS
="$CATALOGS $cat"
10543 XLINGUAS
="$XLINGUAS $lang"
10545 case "$LINGUAS" in *$lang*)
10546 CATALOGS
="$CATALOGS $cat"
10547 XLINGUAS
="$XLINGUAS $lang"
10552 LINGUAS
="$XLINGUAS"
10553 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10554 echo "${ECHO_T}$LINGUAS" >&6
10568 if test -n "$ac_aux_dir"; then
10569 case "$ac_aux_dir" in
10570 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
10571 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10574 if test -z "$MKINSTALLDIRS"; then
10575 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
10580 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10581 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10582 # Check whether --enable-nls or --disable-nls was given.
10583 if test "${enable_nls+set}" = set; then
10584 enableval
="$enable_nls"
10589 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10590 echo "${ECHO_T}$USE_NLS" >&6
10597 # Prepare PATH_SEPARATOR.
10598 # The user is always right.
10599 if test "${PATH_SEPARATOR+set}" != set; then
10600 echo "#! /bin/sh" >conf$$.sh
10601 echo "exit 0" >>conf$$.sh
10603 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10611 # Find out how to test for executable files. Don't use a zero-byte file,
10612 # as systems may use methods other than mode bits to determine executability.
10613 cat >conf$$.
file <<_ASEOF
10617 chmod +x conf$$.
file
10618 if test -x conf$$.
file >/dev
/null
2>&1; then
10619 ac_executable_p
="test -x"
10621 ac_executable_p
="test -f"
10625 # Extract the first word of "msgfmt", so it can be a program name with args.
10626 set dummy msgfmt
; ac_word
=$2
10627 echo "$as_me:$LINENO: checking for $ac_word" >&5
10628 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10629 if test "${ac_cv_path_MSGFMT+set}" = set; then
10630 echo $ECHO_N "(cached) $ECHO_C" >&6
10634 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
10637 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10638 for ac_dir
in $PATH; do
10640 test -z "$ac_dir" && ac_dir
=.
10641 for ac_exec_ext
in '' $ac_executable_extensions; do
10642 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10643 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
10644 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10645 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
10652 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
10656 MSGFMT
="$ac_cv_path_MSGFMT"
10657 if test "$MSGFMT" != ":"; then
10658 echo "$as_me:$LINENO: result: $MSGFMT" >&5
10659 echo "${ECHO_T}$MSGFMT" >&6
10661 echo "$as_me:$LINENO: result: no" >&5
10662 echo "${ECHO_T}no" >&6
10665 # Extract the first word of "gmsgfmt", so it can be a program name with args.
10666 set dummy gmsgfmt
; ac_word
=$2
10667 echo "$as_me:$LINENO: checking for $ac_word" >&5
10668 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10669 if test "${ac_cv_path_GMSGFMT+set}" = set; then
10670 echo $ECHO_N "(cached) $ECHO_C" >&6
10674 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
10677 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10678 for as_dir
in $PATH
10681 test -z "$as_dir" && as_dir
=.
10682 for ac_exec_ext
in '' $ac_executable_extensions; do
10683 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10684 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
10685 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10691 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
10695 GMSGFMT
=$ac_cv_path_GMSGFMT
10697 if test -n "$GMSGFMT"; then
10698 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
10699 echo "${ECHO_T}$GMSGFMT" >&6
10701 echo "$as_me:$LINENO: result: no" >&5
10702 echo "${ECHO_T}no" >&6
10707 # Prepare PATH_SEPARATOR.
10708 # The user is always right.
10709 if test "${PATH_SEPARATOR+set}" != set; then
10710 echo "#! /bin/sh" >conf$$.sh
10711 echo "exit 0" >>conf$$.sh
10713 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10721 # Find out how to test for executable files. Don't use a zero-byte file,
10722 # as systems may use methods other than mode bits to determine executability.
10723 cat >conf$$.
file <<_ASEOF
10727 chmod +x conf$$.
file
10728 if test -x conf$$.
file >/dev
/null
2>&1; then
10729 ac_executable_p
="test -x"
10731 ac_executable_p
="test -f"
10735 # Extract the first word of "xgettext", so it can be a program name with args.
10736 set dummy xgettext
; ac_word
=$2
10737 echo "$as_me:$LINENO: checking for $ac_word" >&5
10738 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10739 if test "${ac_cv_path_XGETTEXT+set}" = set; then
10740 echo $ECHO_N "(cached) $ECHO_C" >&6
10742 case "$XGETTEXT" in
10744 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
10747 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10748 for ac_dir
in $PATH; do
10750 test -z "$ac_dir" && ac_dir
=.
10751 for ac_exec_ext
in '' $ac_executable_extensions; do
10752 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10753 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10754 (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
10755 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
10762 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
10766 XGETTEXT
="$ac_cv_path_XGETTEXT"
10767 if test "$XGETTEXT" != ":"; then
10768 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
10769 echo "${ECHO_T}$XGETTEXT" >&6
10771 echo "$as_me:$LINENO: result: no" >&5
10772 echo "${ECHO_T}no" >&6
10778 # Prepare PATH_SEPARATOR.
10779 # The user is always right.
10780 if test "${PATH_SEPARATOR+set}" != set; then
10781 echo "#! /bin/sh" >conf$$.sh
10782 echo "exit 0" >>conf$$.sh
10784 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10792 # Find out how to test for executable files. Don't use a zero-byte file,
10793 # as systems may use methods other than mode bits to determine executability.
10794 cat >conf$$.
file <<_ASEOF
10798 chmod +x conf$$.
file
10799 if test -x conf$$.
file >/dev
/null
2>&1; then
10800 ac_executable_p
="test -x"
10802 ac_executable_p
="test -f"
10806 # Extract the first word of "msgmerge", so it can be a program name with args.
10807 set dummy msgmerge
; ac_word
=$2
10808 echo "$as_me:$LINENO: checking for $ac_word" >&5
10809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10810 if test "${ac_cv_path_MSGMERGE+set}" = set; then
10811 echo $ECHO_N "(cached) $ECHO_C" >&6
10813 case "$MSGMERGE" in
10815 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
10818 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10819 for ac_dir
in $PATH; do
10821 test -z "$ac_dir" && ac_dir
=.
10822 for ac_exec_ext
in '' $ac_executable_extensions; do
10823 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10824 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
10825 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
10832 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
10836 MSGMERGE
="$ac_cv_path_MSGMERGE"
10837 if test "$MSGMERGE" != ":"; then
10838 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
10839 echo "${ECHO_T}$MSGMERGE" >&6
10841 echo "$as_me:$LINENO: result: no" >&5
10842 echo "${ECHO_T}no" >&6
10846 if test "$GMSGFMT" != ":"; then
10847 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
10848 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10851 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
10852 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
10853 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
10858 if test "$XGETTEXT" != ":"; then
10859 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10860 (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
10863 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
10864 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
10870 ac_config_commands
="$ac_config_commands default-1"
10876 for ac_prog
in 'bison -y' byacc
10878 # Extract the first word of "$ac_prog", so it can be a program name with args.
10879 set dummy
$ac_prog; ac_word
=$2
10880 echo "$as_me:$LINENO: checking for $ac_word" >&5
10881 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10882 if test "${ac_cv_prog_YACC+set}" = set; then
10883 echo $ECHO_N "(cached) $ECHO_C" >&6
10885 if test -n "$YACC"; then
10886 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
10888 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10889 for as_dir
in $PATH
10892 test -z "$as_dir" && as_dir
=.
10893 for ac_exec_ext
in '' $ac_executable_extensions; do
10894 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10895 ac_cv_prog_YACC
="$ac_prog"
10896 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10904 YACC
=$ac_cv_prog_YACC
10905 if test -n "$YACC"; then
10906 echo "$as_me:$LINENO: result: $YACC" >&5
10907 echo "${ECHO_T}$YACC" >&6
10909 echo "$as_me:$LINENO: result: no" >&5
10910 echo "${ECHO_T}no" >&6
10913 test -n "$YACC" && break
10915 test -n "$YACC" || YACC
="yacc"
10917 for ac_prog
in flex
lex
10919 # Extract the first word of "$ac_prog", so it can be a program name with args.
10920 set dummy
$ac_prog; ac_word
=$2
10921 echo "$as_me:$LINENO: checking for $ac_word" >&5
10922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10923 if test "${ac_cv_prog_LEX+set}" = set; then
10924 echo $ECHO_N "(cached) $ECHO_C" >&6
10926 if test -n "$LEX"; then
10927 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
10929 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10930 for as_dir
in $PATH
10933 test -z "$as_dir" && as_dir
=.
10934 for ac_exec_ext
in '' $ac_executable_extensions; do
10935 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10936 ac_cv_prog_LEX
="$ac_prog"
10937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10945 LEX
=$ac_cv_prog_LEX
10946 if test -n "$LEX"; then
10947 echo "$as_me:$LINENO: result: $LEX" >&5
10948 echo "${ECHO_T}$LEX" >&6
10950 echo "$as_me:$LINENO: result: no" >&5
10951 echo "${ECHO_T}no" >&6
10954 test -n "$LEX" && break
10956 test -n "$LEX" || LEX
=":"
10958 if test -z "$LEXLIB"
10960 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
10961 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
10962 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
10963 echo $ECHO_N "(cached) $ECHO_C" >&6
10965 ac_check_lib_save_LIBS
=$LIBS
10967 cat >conftest.
$ac_ext <<_ACEOF
10970 cat confdefs.h
>>conftest.
$ac_ext
10971 cat >>conftest.
$ac_ext <<_ACEOF
10972 /* end confdefs.h. */
10974 /* Override any gcc2 internal prototype to avoid an error. */
10978 /* We use char because int might match the return type of a gcc2
10979 builtin and then its argument prototype would still apply. */
10989 rm -f conftest.
$ac_objext conftest
$ac_exeext
10990 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10991 (eval $ac_link) 2>conftest.er1
10993 grep -v '^ *+' conftest.er1
>conftest.err
10995 cat conftest.err
>&5
10996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10997 (exit $ac_status); } &&
10998 { ac_try
='test -z "$ac_c_werror_flag"
10999 || test ! -s conftest.err'
11000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11001 (eval $ac_try) 2>&5
11003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11004 (exit $ac_status); }; } &&
11005 { ac_try
='test -s conftest$ac_exeext'
11006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11007 (eval $ac_try) 2>&5
11009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11010 (exit $ac_status); }; }; then
11011 ac_cv_lib_fl_yywrap
=yes
11013 echo "$as_me: failed program was:" >&5
11014 sed 's/^/| /' conftest.
$ac_ext >&5
11016 ac_cv_lib_fl_yywrap
=no
11018 rm -f conftest.err conftest.
$ac_objext \
11019 conftest
$ac_exeext conftest.
$ac_ext
11020 LIBS
=$ac_check_lib_save_LIBS
11022 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11023 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11024 if test $ac_cv_lib_fl_yywrap = yes; then
11027 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11028 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11029 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11030 echo $ECHO_N "(cached) $ECHO_C" >&6
11032 ac_check_lib_save_LIBS
=$LIBS
11034 cat >conftest.
$ac_ext <<_ACEOF
11037 cat confdefs.h
>>conftest.
$ac_ext
11038 cat >>conftest.
$ac_ext <<_ACEOF
11039 /* end confdefs.h. */
11041 /* Override any gcc2 internal prototype to avoid an error. */
11045 /* We use char because int might match the return type of a gcc2
11046 builtin and then its argument prototype would still apply. */
11056 rm -f conftest.
$ac_objext conftest
$ac_exeext
11057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11058 (eval $ac_link) 2>conftest.er1
11060 grep -v '^ *+' conftest.er1
>conftest.err
11062 cat conftest.err
>&5
11063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11064 (exit $ac_status); } &&
11065 { ac_try
='test -z "$ac_c_werror_flag"
11066 || test ! -s conftest.err'
11067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11068 (eval $ac_try) 2>&5
11070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071 (exit $ac_status); }; } &&
11072 { ac_try
='test -s conftest$ac_exeext'
11073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11074 (eval $ac_try) 2>&5
11076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11077 (exit $ac_status); }; }; then
11078 ac_cv_lib_l_yywrap
=yes
11080 echo "$as_me: failed program was:" >&5
11081 sed 's/^/| /' conftest.
$ac_ext >&5
11083 ac_cv_lib_l_yywrap
=no
11085 rm -f conftest.err conftest.
$ac_objext \
11086 conftest
$ac_exeext conftest.
$ac_ext
11087 LIBS
=$ac_check_lib_save_LIBS
11089 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11090 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11091 if test $ac_cv_lib_l_yywrap = yes; then
11099 if test "x$LEX" != "x:"; then
11100 echo "$as_me:$LINENO: checking lex output file root" >&5
11101 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11102 if test "${ac_cv_prog_lex_root+set}" = set; then
11103 echo $ECHO_N "(cached) $ECHO_C" >&6
11105 # The minimal lex program is just a single line: %%. But some broken lexes
11106 # (Solaris, I think it was) want two %% lines, so accommodate them.
11107 cat >conftest.l
<<_ACEOF
11111 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11112 (eval $LEX conftest.l
) 2>&5
11114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11115 (exit $ac_status); }
11116 if test -f lex.yy.c
; then
11117 ac_cv_prog_lex_root
=lex.yy
11118 elif test -f lexyy.c
; then
11119 ac_cv_prog_lex_root
=lexyy
11121 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11122 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11123 { (exit 1); exit 1; }; }
11126 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11127 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11129 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
11131 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11132 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11133 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11134 echo $ECHO_N "(cached) $ECHO_C" >&6
11136 # POSIX says lex can declare yytext either as a pointer or an array; the
11137 # default is implementation-dependent. Figure out which it is, since
11138 # not all implementations provide the %pointer and %array declarations.
11139 ac_cv_prog_lex_yytext_pointer
=no
11140 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11142 LIBS
="$LIBS $LEXLIB"
11143 cat >conftest.
$ac_ext <<_ACEOF
11144 `cat $LEX_OUTPUT_ROOT.c`
11146 rm -f conftest.
$ac_objext conftest
$ac_exeext
11147 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11148 (eval $ac_link) 2>conftest.er1
11150 grep -v '^ *+' conftest.er1
>conftest.err
11152 cat conftest.err
>&5
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); } &&
11155 { ac_try
='test -z "$ac_c_werror_flag"
11156 || test ! -s conftest.err'
11157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11158 (eval $ac_try) 2>&5
11160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11161 (exit $ac_status); }; } &&
11162 { ac_try
='test -s conftest$ac_exeext'
11163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11164 (eval $ac_try) 2>&5
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); }; }; then
11168 ac_cv_prog_lex_yytext_pointer
=yes
11170 echo "$as_me: failed program was:" >&5
11171 sed 's/^/| /' conftest.
$ac_ext >&5
11174 rm -f conftest.err conftest.
$ac_objext \
11175 conftest
$ac_exeext conftest.
$ac_ext
11177 rm -f "${LEX_OUTPUT_ROOT}.c"
11180 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11181 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11182 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11184 cat >>confdefs.h
<<\_ACEOF
11185 #define YYTEXT_POINTER 1
11191 if test "$LEX" = :; then
11192 LEX
=${am_missing_run}flex
11195 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
11196 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
11197 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11198 if test "${enable_maintainer_mode+set}" = set; then
11199 enableval
="$enable_maintainer_mode"
11200 USE_MAINTAINER_MODE
=$enableval
11202 USE_MAINTAINER_MODE
=no
11204 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
11205 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11208 if test $USE_MAINTAINER_MODE = yes; then
11209 MAINTAINER_MODE_TRUE
=
11210 MAINTAINER_MODE_FALSE
='#'
11212 MAINTAINER_MODE_TRUE
='#'
11213 MAINTAINER_MODE_FALSE
=
11216 MAINT
=$MAINTAINER_MODE_TRUE
11222 GENINSRC_NEVER_TRUE
=
11223 GENINSRC_NEVER_FALSE
='#'
11225 GENINSRC_NEVER_TRUE
='#'
11226 GENINSRC_NEVER_FALSE
=
11230 .
${srcdir}/configure.
host
11244 for ac_header
in string.h
strings.h stdlib.h unistd.h elf-hints.h limits.h sys
/param.h
11246 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11247 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11248 echo "$as_me:$LINENO: checking for $ac_header" >&5
11249 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11250 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11251 echo $ECHO_N "(cached) $ECHO_C" >&6
11253 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11254 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11256 # Is the header compilable?
11257 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11258 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11259 cat >conftest.
$ac_ext <<_ACEOF
11262 cat confdefs.h
>>conftest.
$ac_ext
11263 cat >>conftest.
$ac_ext <<_ACEOF
11264 /* end confdefs.h. */
11265 $ac_includes_default
11266 #include <$ac_header>
11268 rm -f conftest.
$ac_objext
11269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11270 (eval $ac_compile) 2>conftest.er1
11272 grep -v '^ *+' conftest.er1
>conftest.err
11274 cat conftest.err
>&5
11275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11276 (exit $ac_status); } &&
11277 { ac_try
='test -z "$ac_c_werror_flag"
11278 || test ! -s conftest.err'
11279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11280 (eval $ac_try) 2>&5
11282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11283 (exit $ac_status); }; } &&
11284 { ac_try
='test -s conftest.$ac_objext'
11285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11286 (eval $ac_try) 2>&5
11288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11289 (exit $ac_status); }; }; then
11290 ac_header_compiler
=yes
11292 echo "$as_me: failed program was:" >&5
11293 sed 's/^/| /' conftest.
$ac_ext >&5
11295 ac_header_compiler
=no
11297 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11298 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11299 echo "${ECHO_T}$ac_header_compiler" >&6
11301 # Is the header present?
11302 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11303 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11304 cat >conftest.
$ac_ext <<_ACEOF
11307 cat confdefs.h
>>conftest.
$ac_ext
11308 cat >>conftest.
$ac_ext <<_ACEOF
11309 /* end confdefs.h. */
11310 #include <$ac_header>
11312 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11313 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11315 grep -v '^ *+' conftest.er1
>conftest.err
11317 cat conftest.err
>&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); } >/dev
/null
; then
11320 if test -s conftest.err
; then
11321 ac_cpp_err
=$ac_c_preproc_warn_flag
11322 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11329 if test -z "$ac_cpp_err"; then
11330 ac_header_preproc
=yes
11332 echo "$as_me: failed program was:" >&5
11333 sed 's/^/| /' conftest.
$ac_ext >&5
11335 ac_header_preproc
=no
11337 rm -f conftest.err conftest.
$ac_ext
11338 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11339 echo "${ECHO_T}$ac_header_preproc" >&6
11341 # So? What about this header?
11342 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11344 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11345 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11346 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11347 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11348 ac_header_preproc
=yes
11351 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11352 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11353 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11354 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11355 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11356 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11357 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11358 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11359 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11360 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11361 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11362 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11365 ## ------------------------------------------ ##
11366 ## Report this to the AC_PACKAGE_NAME lists. ##
11367 ## ------------------------------------------ ##
11370 sed "s/^/$as_me: WARNING: /" >&2
11373 echo "$as_me:$LINENO: checking for $ac_header" >&5
11374 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11375 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11376 echo $ECHO_N "(cached) $ECHO_C" >&6
11378 eval "$as_ac_Header=\$ac_header_preproc"
11380 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11381 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11384 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11385 cat >>confdefs.h
<<_ACEOF
11386 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11398 for ac_func
in glob mkstemp realpath sbrk waitpid
11400 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11401 echo "$as_me:$LINENO: checking for $ac_func" >&5
11402 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11403 if eval "test \"\${$as_ac_var+set}\" = set"; then
11404 echo $ECHO_N "(cached) $ECHO_C" >&6
11406 cat >conftest.
$ac_ext <<_ACEOF
11409 cat confdefs.h
>>conftest.
$ac_ext
11410 cat >>conftest.
$ac_ext <<_ACEOF
11411 /* end confdefs.h. */
11412 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11413 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11414 #define $ac_func innocuous_$ac_func
11416 /* System header to define __stub macros and hopefully few prototypes,
11417 which can conflict with char $ac_func (); below.
11418 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11419 <limits.h> exists even on freestanding compilers. */
11422 # include <limits.h>
11424 # include <assert.h>
11429 /* Override any gcc2 internal prototype to avoid an error. */
11434 /* We use char because int might match the return type of a gcc2
11435 builtin and then its argument prototype would still apply. */
11437 /* The GNU C library defines this for functions which it implements
11438 to always fail with ENOSYS. Some functions are actually named
11439 something starting with __ and the normal name is an alias. */
11440 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11443 char (*f) () = $ac_func;
11452 return f != $ac_func;
11457 rm -f conftest.
$ac_objext conftest
$ac_exeext
11458 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11459 (eval $ac_link) 2>conftest.er1
11461 grep -v '^ *+' conftest.er1
>conftest.err
11463 cat conftest.err
>&5
11464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11465 (exit $ac_status); } &&
11466 { ac_try
='test -z "$ac_c_werror_flag"
11467 || test ! -s conftest.err'
11468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11469 (eval $ac_try) 2>&5
11471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11472 (exit $ac_status); }; } &&
11473 { ac_try
='test -s conftest$ac_exeext'
11474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11475 (eval $ac_try) 2>&5
11477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11478 (exit $ac_status); }; }; then
11479 eval "$as_ac_var=yes"
11481 echo "$as_me: failed program was:" >&5
11482 sed 's/^/| /' conftest.
$ac_ext >&5
11484 eval "$as_ac_var=no"
11486 rm -f conftest.err conftest.
$ac_objext \
11487 conftest
$ac_exeext conftest.
$ac_ext
11489 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11490 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11491 if test `eval echo '${'$as_ac_var'}'` = yes; then
11492 cat >>confdefs.h
<<_ACEOF
11493 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11504 ac_header_dirent
=no
11505 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
11506 as_ac_Header
=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
11507 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
11508 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
11509 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11510 echo $ECHO_N "(cached) $ECHO_C" >&6
11512 cat >conftest.
$ac_ext <<_ACEOF
11515 cat confdefs.h
>>conftest.
$ac_ext
11516 cat >>conftest.
$ac_ext <<_ACEOF
11517 /* end confdefs.h. */
11518 #include <sys/types.h>
11530 rm -f conftest.
$ac_objext
11531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11532 (eval $ac_compile) 2>conftest.er1
11534 grep -v '^ *+' conftest.er1
>conftest.err
11536 cat conftest.err
>&5
11537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); } &&
11539 { ac_try
='test -z "$ac_c_werror_flag"
11540 || test ! -s conftest.err'
11541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11542 (eval $ac_try) 2>&5
11544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545 (exit $ac_status); }; } &&
11546 { ac_try
='test -s conftest.$ac_objext'
11547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11548 (eval $ac_try) 2>&5
11550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551 (exit $ac_status); }; }; then
11552 eval "$as_ac_Header=yes"
11554 echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.
$ac_ext >&5
11557 eval "$as_ac_Header=no"
11559 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11561 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11562 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11563 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11564 cat >>confdefs.h
<<_ACEOF
11565 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
11568 ac_header_dirent
=$ac_hdr; break
11572 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
11573 if test $ac_header_dirent = dirent.h
; then
11574 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11575 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11576 if test "${ac_cv_search_opendir+set}" = set; then
11577 echo $ECHO_N "(cached) $ECHO_C" >&6
11579 ac_func_search_save_LIBS
=$LIBS
11580 ac_cv_search_opendir
=no
11581 cat >conftest.
$ac_ext <<_ACEOF
11584 cat confdefs.h
>>conftest.
$ac_ext
11585 cat >>conftest.
$ac_ext <<_ACEOF
11586 /* end confdefs.h. */
11588 /* Override any gcc2 internal prototype to avoid an error. */
11592 /* We use char because int might match the return type of a gcc2
11593 builtin and then its argument prototype would still apply. */
11603 rm -f conftest.
$ac_objext conftest
$ac_exeext
11604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11605 (eval $ac_link) 2>conftest.er1
11607 grep -v '^ *+' conftest.er1
>conftest.err
11609 cat conftest.err
>&5
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); } &&
11612 { ac_try
='test -z "$ac_c_werror_flag"
11613 || test ! -s conftest.err'
11614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11615 (eval $ac_try) 2>&5
11617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11618 (exit $ac_status); }; } &&
11619 { ac_try
='test -s conftest$ac_exeext'
11620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11621 (eval $ac_try) 2>&5
11623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11624 (exit $ac_status); }; }; then
11625 ac_cv_search_opendir
="none required"
11627 echo "$as_me: failed program was:" >&5
11628 sed 's/^/| /' conftest.
$ac_ext >&5
11631 rm -f conftest.err conftest.
$ac_objext \
11632 conftest
$ac_exeext conftest.
$ac_ext
11633 if test "$ac_cv_search_opendir" = no
; then
11634 for ac_lib
in dir
; do
11635 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11636 cat >conftest.
$ac_ext <<_ACEOF
11639 cat confdefs.h
>>conftest.
$ac_ext
11640 cat >>conftest.
$ac_ext <<_ACEOF
11641 /* end confdefs.h. */
11643 /* Override any gcc2 internal prototype to avoid an error. */
11647 /* We use char because int might match the return type of a gcc2
11648 builtin and then its argument prototype would still apply. */
11658 rm -f conftest.
$ac_objext conftest
$ac_exeext
11659 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11660 (eval $ac_link) 2>conftest.er1
11662 grep -v '^ *+' conftest.er1
>conftest.err
11664 cat conftest.err
>&5
11665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11666 (exit $ac_status); } &&
11667 { ac_try
='test -z "$ac_c_werror_flag"
11668 || test ! -s conftest.err'
11669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11670 (eval $ac_try) 2>&5
11672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11673 (exit $ac_status); }; } &&
11674 { ac_try
='test -s conftest$ac_exeext'
11675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11676 (eval $ac_try) 2>&5
11678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11679 (exit $ac_status); }; }; then
11680 ac_cv_search_opendir
="-l$ac_lib"
11683 echo "$as_me: failed program was:" >&5
11684 sed 's/^/| /' conftest.
$ac_ext >&5
11687 rm -f conftest.err conftest.
$ac_objext \
11688 conftest
$ac_exeext conftest.
$ac_ext
11691 LIBS
=$ac_func_search_save_LIBS
11693 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11694 echo "${ECHO_T}$ac_cv_search_opendir" >&6
11695 if test "$ac_cv_search_opendir" != no
; then
11696 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
11701 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11702 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11703 if test "${ac_cv_search_opendir+set}" = set; then
11704 echo $ECHO_N "(cached) $ECHO_C" >&6
11706 ac_func_search_save_LIBS
=$LIBS
11707 ac_cv_search_opendir
=no
11708 cat >conftest.
$ac_ext <<_ACEOF
11711 cat confdefs.h
>>conftest.
$ac_ext
11712 cat >>conftest.
$ac_ext <<_ACEOF
11713 /* end confdefs.h. */
11715 /* Override any gcc2 internal prototype to avoid an error. */
11719 /* We use char because int might match the return type of a gcc2
11720 builtin and then its argument prototype would still apply. */
11730 rm -f conftest.
$ac_objext conftest
$ac_exeext
11731 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11732 (eval $ac_link) 2>conftest.er1
11734 grep -v '^ *+' conftest.er1
>conftest.err
11736 cat conftest.err
>&5
11737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11738 (exit $ac_status); } &&
11739 { ac_try
='test -z "$ac_c_werror_flag"
11740 || test ! -s conftest.err'
11741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11742 (eval $ac_try) 2>&5
11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11745 (exit $ac_status); }; } &&
11746 { ac_try
='test -s conftest$ac_exeext'
11747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11748 (eval $ac_try) 2>&5
11750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11751 (exit $ac_status); }; }; then
11752 ac_cv_search_opendir
="none required"
11754 echo "$as_me: failed program was:" >&5
11755 sed 's/^/| /' conftest.
$ac_ext >&5
11758 rm -f conftest.err conftest.
$ac_objext \
11759 conftest
$ac_exeext conftest.
$ac_ext
11760 if test "$ac_cv_search_opendir" = no
; then
11761 for ac_lib
in x
; do
11762 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11763 cat >conftest.
$ac_ext <<_ACEOF
11766 cat confdefs.h
>>conftest.
$ac_ext
11767 cat >>conftest.
$ac_ext <<_ACEOF
11768 /* end confdefs.h. */
11770 /* Override any gcc2 internal prototype to avoid an error. */
11774 /* We use char because int might match the return type of a gcc2
11775 builtin and then its argument prototype would still apply. */
11785 rm -f conftest.
$ac_objext conftest
$ac_exeext
11786 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11787 (eval $ac_link) 2>conftest.er1
11789 grep -v '^ *+' conftest.er1
>conftest.err
11791 cat conftest.err
>&5
11792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11793 (exit $ac_status); } &&
11794 { ac_try
='test -z "$ac_c_werror_flag"
11795 || test ! -s conftest.err'
11796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11797 (eval $ac_try) 2>&5
11799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11800 (exit $ac_status); }; } &&
11801 { ac_try
='test -s conftest$ac_exeext'
11802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11803 (eval $ac_try) 2>&5
11805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11806 (exit $ac_status); }; }; then
11807 ac_cv_search_opendir
="-l$ac_lib"
11810 echo "$as_me: failed program was:" >&5
11811 sed 's/^/| /' conftest.
$ac_ext >&5
11814 rm -f conftest.err conftest.
$ac_objext \
11815 conftest
$ac_exeext conftest.
$ac_ext
11818 LIBS
=$ac_func_search_save_LIBS
11820 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11821 echo "${ECHO_T}$ac_cv_search_opendir" >&6
11822 if test "$ac_cv_search_opendir" != no
; then
11823 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
11830 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
11831 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
11832 if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then
11833 echo $ECHO_N "(cached) $ECHO_C" >&6
11835 cat >conftest.
$ac_ext <<_ACEOF
11838 cat confdefs.h
>>conftest.
$ac_ext
11839 cat >>conftest.
$ac_ext <<_ACEOF
11840 /* end confdefs.h. */
11841 #include <unistd.h>
11845 extern int getopt (int, char *const*, const char *);
11850 rm -f conftest.
$ac_objext
11851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11852 (eval $ac_compile) 2>conftest.er1
11854 grep -v '^ *+' conftest.er1
>conftest.err
11856 cat conftest.err
>&5
11857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11858 (exit $ac_status); } &&
11859 { ac_try
='test -z "$ac_c_werror_flag"
11860 || test ! -s conftest.err'
11861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11862 (eval $ac_try) 2>&5
11864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11865 (exit $ac_status); }; } &&
11866 { ac_try
='test -s conftest.$ac_objext'
11867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11868 (eval $ac_try) 2>&5
11870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871 (exit $ac_status); }; }; then
11872 ld_cv_decl_getopt_unistd_h
=yes
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.
$ac_ext >&5
11877 ld_cv_decl_getopt_unistd_h
=no
11879 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11882 echo "$as_me:$LINENO: result: $ld_cv_decl_getopt_unistd_h" >&5
11883 echo "${ECHO_T}$ld_cv_decl_getopt_unistd_h" >&6
11884 if test $ld_cv_decl_getopt_unistd_h = yes; then
11886 cat >>confdefs.h
<<\_ACEOF
11887 #define HAVE_DECL_GETOPT 1
11894 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
11896 cat >>confdefs.h
<<\_ACEOF
11897 #define USE_BINARY_FOPEN 1
11902 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
11903 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
11904 if test "${ac_cv_have_decl_strstr+set}" = set; then
11905 echo $ECHO_N "(cached) $ECHO_C" >&6
11907 cat >conftest.
$ac_ext <<_ACEOF
11910 cat confdefs.h
>>conftest.
$ac_ext
11911 cat >>conftest.
$ac_ext <<_ACEOF
11912 /* end confdefs.h. */
11913 $ac_includes_default
11918 char *p = (char *) strstr;
11925 rm -f conftest.
$ac_objext
11926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11927 (eval $ac_compile) 2>conftest.er1
11929 grep -v '^ *+' conftest.er1
>conftest.err
11931 cat conftest.err
>&5
11932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11933 (exit $ac_status); } &&
11934 { ac_try
='test -z "$ac_c_werror_flag"
11935 || test ! -s conftest.err'
11936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11937 (eval $ac_try) 2>&5
11939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11940 (exit $ac_status); }; } &&
11941 { ac_try
='test -s conftest.$ac_objext'
11942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11943 (eval $ac_try) 2>&5
11945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11946 (exit $ac_status); }; }; then
11947 ac_cv_have_decl_strstr
=yes
11949 echo "$as_me: failed program was:" >&5
11950 sed 's/^/| /' conftest.
$ac_ext >&5
11952 ac_cv_have_decl_strstr
=no
11954 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11956 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
11957 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
11958 if test $ac_cv_have_decl_strstr = yes; then
11960 cat >>confdefs.h
<<_ACEOF
11961 #define HAVE_DECL_STRSTR 1
11966 cat >>confdefs.h
<<_ACEOF
11967 #define HAVE_DECL_STRSTR 0
11972 echo "$as_me:$LINENO: checking whether free is declared" >&5
11973 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
11974 if test "${ac_cv_have_decl_free+set}" = set; then
11975 echo $ECHO_N "(cached) $ECHO_C" >&6
11977 cat >conftest.
$ac_ext <<_ACEOF
11980 cat confdefs.h
>>conftest.
$ac_ext
11981 cat >>conftest.
$ac_ext <<_ACEOF
11982 /* end confdefs.h. */
11983 $ac_includes_default
11988 char *p = (char *) free;
11995 rm -f conftest.
$ac_objext
11996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11997 (eval $ac_compile) 2>conftest.er1
11999 grep -v '^ *+' conftest.er1
>conftest.err
12001 cat conftest.err
>&5
12002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12003 (exit $ac_status); } &&
12004 { ac_try
='test -z "$ac_c_werror_flag"
12005 || test ! -s conftest.err'
12006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12007 (eval $ac_try) 2>&5
12009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12010 (exit $ac_status); }; } &&
12011 { ac_try
='test -s conftest.$ac_objext'
12012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12013 (eval $ac_try) 2>&5
12015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12016 (exit $ac_status); }; }; then
12017 ac_cv_have_decl_free
=yes
12019 echo "$as_me: failed program was:" >&5
12020 sed 's/^/| /' conftest.
$ac_ext >&5
12022 ac_cv_have_decl_free
=no
12024 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12026 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
12027 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
12028 if test $ac_cv_have_decl_free = yes; then
12030 cat >>confdefs.h
<<_ACEOF
12031 #define HAVE_DECL_FREE 1
12036 cat >>confdefs.h
<<_ACEOF
12037 #define HAVE_DECL_FREE 0
12042 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
12043 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
12044 if test "${ac_cv_have_decl_sbrk+set}" = set; then
12045 echo $ECHO_N "(cached) $ECHO_C" >&6
12047 cat >conftest.
$ac_ext <<_ACEOF
12050 cat confdefs.h
>>conftest.
$ac_ext
12051 cat >>conftest.
$ac_ext <<_ACEOF
12052 /* end confdefs.h. */
12053 $ac_includes_default
12058 char *p = (char *) sbrk;
12065 rm -f conftest.
$ac_objext
12066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12067 (eval $ac_compile) 2>conftest.er1
12069 grep -v '^ *+' conftest.er1
>conftest.err
12071 cat conftest.err
>&5
12072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12073 (exit $ac_status); } &&
12074 { ac_try
='test -z "$ac_c_werror_flag"
12075 || test ! -s conftest.err'
12076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12077 (eval $ac_try) 2>&5
12079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12080 (exit $ac_status); }; } &&
12081 { ac_try
='test -s conftest.$ac_objext'
12082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12083 (eval $ac_try) 2>&5
12085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086 (exit $ac_status); }; }; then
12087 ac_cv_have_decl_sbrk
=yes
12089 echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.
$ac_ext >&5
12092 ac_cv_have_decl_sbrk
=no
12094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12096 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
12097 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
12098 if test $ac_cv_have_decl_sbrk = yes; then
12100 cat >>confdefs.h
<<_ACEOF
12101 #define HAVE_DECL_SBRK 1
12106 cat >>confdefs.h
<<_ACEOF
12107 #define HAVE_DECL_SBRK 0
12112 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
12113 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
12114 if test "${ac_cv_have_decl_getenv+set}" = set; then
12115 echo $ECHO_N "(cached) $ECHO_C" >&6
12117 cat >conftest.
$ac_ext <<_ACEOF
12120 cat confdefs.h
>>conftest.
$ac_ext
12121 cat >>conftest.
$ac_ext <<_ACEOF
12122 /* end confdefs.h. */
12123 $ac_includes_default
12128 char *p = (char *) getenv;
12135 rm -f conftest.
$ac_objext
12136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12137 (eval $ac_compile) 2>conftest.er1
12139 grep -v '^ *+' conftest.er1
>conftest.err
12141 cat conftest.err
>&5
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); } &&
12144 { ac_try
='test -z "$ac_c_werror_flag"
12145 || test ! -s conftest.err'
12146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12147 (eval $ac_try) 2>&5
12149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12150 (exit $ac_status); }; } &&
12151 { ac_try
='test -s conftest.$ac_objext'
12152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12153 (eval $ac_try) 2>&5
12155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12156 (exit $ac_status); }; }; then
12157 ac_cv_have_decl_getenv
=yes
12159 echo "$as_me: failed program was:" >&5
12160 sed 's/^/| /' conftest.
$ac_ext >&5
12162 ac_cv_have_decl_getenv
=no
12164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12166 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
12167 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
12168 if test $ac_cv_have_decl_getenv = yes; then
12170 cat >>confdefs.h
<<_ACEOF
12171 #define HAVE_DECL_GETENV 1
12176 cat >>confdefs.h
<<_ACEOF
12177 #define HAVE_DECL_GETENV 0
12182 echo "$as_me:$LINENO: checking whether environ is declared" >&5
12183 echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
12184 if test "${ac_cv_have_decl_environ+set}" = set; then
12185 echo $ECHO_N "(cached) $ECHO_C" >&6
12187 cat >conftest.
$ac_ext <<_ACEOF
12190 cat confdefs.h
>>conftest.
$ac_ext
12191 cat >>conftest.
$ac_ext <<_ACEOF
12192 /* end confdefs.h. */
12193 $ac_includes_default
12198 char *p = (char *) environ;
12205 rm -f conftest.
$ac_objext
12206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12207 (eval $ac_compile) 2>conftest.er1
12209 grep -v '^ *+' conftest.er1
>conftest.err
12211 cat conftest.err
>&5
12212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12213 (exit $ac_status); } &&
12214 { ac_try
='test -z "$ac_c_werror_flag"
12215 || test ! -s conftest.err'
12216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12217 (eval $ac_try) 2>&5
12219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12220 (exit $ac_status); }; } &&
12221 { ac_try
='test -s conftest.$ac_objext'
12222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12223 (eval $ac_try) 2>&5
12225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12226 (exit $ac_status); }; }; then
12227 ac_cv_have_decl_environ
=yes
12229 echo "$as_me: failed program was:" >&5
12230 sed 's/^/| /' conftest.
$ac_ext >&5
12232 ac_cv_have_decl_environ
=no
12234 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12236 echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
12237 echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
12238 if test $ac_cv_have_decl_environ = yes; then
12240 cat >>confdefs.h
<<_ACEOF
12241 #define HAVE_DECL_ENVIRON 1
12246 cat >>confdefs.h
<<_ACEOF
12247 #define HAVE_DECL_ENVIRON 0
12255 # When converting linker scripts into strings for use in emulation
12256 # files, use astring.sed if the compiler supports ANSI string
12257 # concatenation, or ostring.sed otherwise. This is to support the
12258 # broken Microsoft MSVC compiler, which limits the length of string
12259 # constants, while still supporting pre-ANSI compilers which do not
12260 # support string concatenation.
12261 echo "$as_me:$LINENO: checking whether ANSI C string concatenation works" >&5
12262 echo $ECHO_N "checking whether ANSI C string concatenation works... $ECHO_C" >&6
12263 if test "${ld_cv_string_concatenation+set}" = set; then
12264 echo $ECHO_N "(cached) $ECHO_C" >&6
12266 cat >conftest.
$ac_ext <<_ACEOF
12269 cat confdefs.h
>>conftest.
$ac_ext
12270 cat >>conftest.
$ac_ext <<_ACEOF
12271 /* end confdefs.h. */
12281 rm -f conftest.
$ac_objext
12282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12283 (eval $ac_compile) 2>conftest.er1
12285 grep -v '^ *+' conftest.er1
>conftest.err
12287 cat conftest.err
>&5
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } &&
12290 { ac_try
='test -z "$ac_c_werror_flag"
12291 || test ! -s conftest.err'
12292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12293 (eval $ac_try) 2>&5
12295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12296 (exit $ac_status); }; } &&
12297 { ac_try
='test -s conftest.$ac_objext'
12298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12299 (eval $ac_try) 2>&5
12301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12302 (exit $ac_status); }; }; then
12303 ld_cv_string_concatenation
=yes
12305 echo "$as_me: failed program was:" >&5
12306 sed 's/^/| /' conftest.
$ac_ext >&5
12308 ld_cv_string_concatenation
=no
12310 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12313 echo "$as_me:$LINENO: result: $ld_cv_string_concatenation" >&5
12314 echo "${ECHO_T}$ld_cv_string_concatenation" >&6
12315 if test "$ld_cv_string_concatenation" = "yes"; then
12316 STRINGIFY
=astring.
sed
12318 STRINGIFY
=ostring.
sed
12322 # target-specific stuff:
12332 for targ_alias
in `echo $target_alias $enable_targets | sed 's/,/ /g'`
12334 if test "$targ_alias" = "all"; then
12337 # Canonicalize the secondary target names.
12338 result
=`$ac_config_sub $targ_alias 2>/dev/null`
12339 if test -n "$result"; then
12345 .
${srcdir}/configure.tgt
12347 if test "$targ" = "$target"; then
12351 if test x
${want64} = xfalse
; then
12352 .
${srcdir}/..
/bfd
/config.bfd
12355 if test x
${want64} = xtrue
; then
12356 targ_extra_emuls
="$targ_extra_emuls $targ64_extra_emuls"
12357 targ_extra_libpath
="$targ_extra_libpath $targ64_extra_libpath"
12360 for i
in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
12361 case " $all_emuls " in
12364 all_emuls
="$all_emuls e${i}.o"
12365 eval result
=\
$tdir_$i
12366 test -z "$result" && result
=$targ_alias
12367 echo tdir_
$i=$result >> tdirs
12372 for i
in $targ_emul $targ_extra_libpath; do
12373 case " $all_libpath " in
12376 if test -z "$all_libpath"; then
12379 all_libpath
="$all_libpath ${i}"
12385 for i
in $targ_extra_ofiles; do
12386 case " $all_emul_extras " in
12389 all_emul_extras
="$all_emul_extras ${i}"
12401 if test x
${all_targets} = xtrue
; then
12402 if test x
${want64} = xfalse
; then
12403 echo "$as_me:$LINENO: checking for long" >&5
12404 echo $ECHO_N "checking for long... $ECHO_C" >&6
12405 if test "${ac_cv_type_long+set}" = set; then
12406 echo $ECHO_N "(cached) $ECHO_C" >&6
12408 cat >conftest.
$ac_ext <<_ACEOF
12411 cat confdefs.h
>>conftest.
$ac_ext
12412 cat >>conftest.
$ac_ext <<_ACEOF
12413 /* end confdefs.h. */
12414 $ac_includes_default
12426 rm -f conftest.
$ac_objext
12427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12428 (eval $ac_compile) 2>conftest.er1
12430 grep -v '^ *+' conftest.er1
>conftest.err
12432 cat conftest.err
>&5
12433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12434 (exit $ac_status); } &&
12435 { ac_try
='test -z "$ac_c_werror_flag"
12436 || test ! -s conftest.err'
12437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12438 (eval $ac_try) 2>&5
12440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12441 (exit $ac_status); }; } &&
12442 { ac_try
='test -s conftest.$ac_objext'
12443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12444 (eval $ac_try) 2>&5
12446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12447 (exit $ac_status); }; }; then
12448 ac_cv_type_long
=yes
12450 echo "$as_me: failed program was:" >&5
12451 sed 's/^/| /' conftest.
$ac_ext >&5
12455 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12457 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12458 echo "${ECHO_T}$ac_cv_type_long" >&6
12460 echo "$as_me:$LINENO: checking size of long" >&5
12461 echo $ECHO_N "checking size of long... $ECHO_C" >&6
12462 if test "${ac_cv_sizeof_long+set}" = set; then
12463 echo $ECHO_N "(cached) $ECHO_C" >&6
12465 if test "$ac_cv_type_long" = yes; then
12466 # The cast to unsigned long works around a bug in the HP C Compiler
12467 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12468 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12469 # This bug is HP SR number 8606223364.
12470 if test "$cross_compiling" = yes; then
12471 # Depending upon the size, compute the lo and hi bounds.
12472 cat >conftest.
$ac_ext <<_ACEOF
12475 cat confdefs.h
>>conftest.
$ac_ext
12476 cat >>conftest.
$ac_ext <<_ACEOF
12477 /* end confdefs.h. */
12478 $ac_includes_default
12482 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12489 rm -f conftest.
$ac_objext
12490 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12491 (eval $ac_compile) 2>conftest.er1
12493 grep -v '^ *+' conftest.er1
>conftest.err
12495 cat conftest.err
>&5
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } &&
12498 { ac_try
='test -z "$ac_c_werror_flag"
12499 || test ! -s conftest.err'
12500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12501 (eval $ac_try) 2>&5
12503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12504 (exit $ac_status); }; } &&
12505 { ac_try
='test -s conftest.$ac_objext'
12506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12507 (eval $ac_try) 2>&5
12509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12510 (exit $ac_status); }; }; then
12513 cat >conftest.
$ac_ext <<_ACEOF
12516 cat confdefs.h
>>conftest.
$ac_ext
12517 cat >>conftest.
$ac_ext <<_ACEOF
12518 /* end confdefs.h. */
12519 $ac_includes_default
12523 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12530 rm -f conftest.
$ac_objext
12531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12532 (eval $ac_compile) 2>conftest.er1
12534 grep -v '^ *+' conftest.er1
>conftest.err
12536 cat conftest.err
>&5
12537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12538 (exit $ac_status); } &&
12539 { ac_try
='test -z "$ac_c_werror_flag"
12540 || test ! -s conftest.err'
12541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12542 (eval $ac_try) 2>&5
12544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545 (exit $ac_status); }; } &&
12546 { ac_try
='test -s conftest.$ac_objext'
12547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12548 (eval $ac_try) 2>&5
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); }; }; then
12552 ac_hi
=$ac_mid; break
12554 echo "$as_me: failed program was:" >&5
12555 sed 's/^/| /' conftest.
$ac_ext >&5
12557 ac_lo
=`expr $ac_mid + 1`
12558 if test $ac_lo -le $ac_mid; then
12562 ac_mid
=`expr 2 '*' $ac_mid + 1`
12564 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12567 echo "$as_me: failed program was:" >&5
12568 sed 's/^/| /' conftest.
$ac_ext >&5
12570 cat >conftest.
$ac_ext <<_ACEOF
12573 cat confdefs.h
>>conftest.
$ac_ext
12574 cat >>conftest.
$ac_ext <<_ACEOF
12575 /* end confdefs.h. */
12576 $ac_includes_default
12580 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12587 rm -f conftest.
$ac_objext
12588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12589 (eval $ac_compile) 2>conftest.er1
12591 grep -v '^ *+' conftest.er1
>conftest.err
12593 cat conftest.err
>&5
12594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12595 (exit $ac_status); } &&
12596 { ac_try
='test -z "$ac_c_werror_flag"
12597 || test ! -s conftest.err'
12598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12599 (eval $ac_try) 2>&5
12601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12602 (exit $ac_status); }; } &&
12603 { ac_try
='test -s conftest.$ac_objext'
12604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12605 (eval $ac_try) 2>&5
12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608 (exit $ac_status); }; }; then
12611 cat >conftest.
$ac_ext <<_ACEOF
12614 cat confdefs.h
>>conftest.
$ac_ext
12615 cat >>conftest.
$ac_ext <<_ACEOF
12616 /* end confdefs.h. */
12617 $ac_includes_default
12621 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12628 rm -f conftest.
$ac_objext
12629 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12630 (eval $ac_compile) 2>conftest.er1
12632 grep -v '^ *+' conftest.er1
>conftest.err
12634 cat conftest.err
>&5
12635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12636 (exit $ac_status); } &&
12637 { ac_try
='test -z "$ac_c_werror_flag"
12638 || test ! -s conftest.err'
12639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12640 (eval $ac_try) 2>&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); }; } &&
12644 { ac_try
='test -s conftest.$ac_objext'
12645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12646 (eval $ac_try) 2>&5
12648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12649 (exit $ac_status); }; }; then
12650 ac_lo
=$ac_mid; break
12652 echo "$as_me: failed program was:" >&5
12653 sed 's/^/| /' conftest.
$ac_ext >&5
12655 ac_hi
=`expr '(' $ac_mid ')' - 1`
12656 if test $ac_mid -le $ac_hi; then
12660 ac_mid
=`expr 2 '*' $ac_mid`
12662 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12665 echo "$as_me: failed program was:" >&5
12666 sed 's/^/| /' conftest.
$ac_ext >&5
12670 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12672 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12673 # Binary search between lo and hi bounds.
12674 while test "x$ac_lo" != "x$ac_hi"; do
12675 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12676 cat >conftest.
$ac_ext <<_ACEOF
12679 cat confdefs.h
>>conftest.
$ac_ext
12680 cat >>conftest.
$ac_ext <<_ACEOF
12681 /* end confdefs.h. */
12682 $ac_includes_default
12686 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12693 rm -f conftest.
$ac_objext
12694 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12695 (eval $ac_compile) 2>conftest.er1
12697 grep -v '^ *+' conftest.er1
>conftest.err
12699 cat conftest.err
>&5
12700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12701 (exit $ac_status); } &&
12702 { ac_try
='test -z "$ac_c_werror_flag"
12703 || test ! -s conftest.err'
12704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12705 (eval $ac_try) 2>&5
12707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12708 (exit $ac_status); }; } &&
12709 { ac_try
='test -s conftest.$ac_objext'
12710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12711 (eval $ac_try) 2>&5
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); }; }; then
12717 echo "$as_me: failed program was:" >&5
12718 sed 's/^/| /' conftest.
$ac_ext >&5
12720 ac_lo
=`expr '(' $ac_mid ')' + 1`
12722 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12725 ?
*) ac_cv_sizeof_long
=$ac_lo;;
12726 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12727 See \`config.log' for more details." >&5
12728 echo "$as_me: error: cannot compute sizeof (long), 77
12729 See \`config.log' for more details." >&2;}
12730 { (exit 1); exit 1; }; } ;;
12733 if test "$cross_compiling" = yes; then
12734 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12735 See \`config.log' for more details." >&5
12736 echo "$as_me: error: cannot run test program while cross compiling
12737 See \`config.log' for more details." >&2;}
12738 { (exit 1); exit 1; }; }
12740 cat >conftest.
$ac_ext <<_ACEOF
12743 cat confdefs.h
>>conftest.
$ac_ext
12744 cat >>conftest.
$ac_ext <<_ACEOF
12745 /* end confdefs.h. */
12746 $ac_includes_default
12747 long longval () { return (long) (sizeof (long)); }
12748 unsigned long ulongval () { return (long) (sizeof (long)); }
12750 #include <stdlib.h>
12755 FILE *f = fopen ("conftest.val", "w");
12758 if (((long) (sizeof (long))) < 0)
12760 long i = longval ();
12761 if (i != ((long) (sizeof (long))))
12763 fprintf (f, "%ld\n", i);
12767 unsigned long i = ulongval ();
12768 if (i != ((long) (sizeof (long))))
12770 fprintf (f, "%lu\n", i);
12772 exit (ferror (f) || fclose (f) != 0);
12778 rm -f conftest
$ac_exeext
12779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12780 (eval $ac_link) 2>&5
12782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12783 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12785 (eval $ac_try) 2>&5
12787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12788 (exit $ac_status); }; }; then
12789 ac_cv_sizeof_long
=`cat conftest.val`
12791 echo "$as_me: program exited with status $ac_status" >&5
12792 echo "$as_me: failed program was:" >&5
12793 sed 's/^/| /' conftest.
$ac_ext >&5
12795 ( exit $ac_status )
12796 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12797 See \`config.log' for more details." >&5
12798 echo "$as_me: error: cannot compute sizeof (long), 77
12799 See \`config.log' for more details." >&2;}
12800 { (exit 1); exit 1; }; }
12802 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12807 ac_cv_sizeof_long
=0
12810 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
12811 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
12812 cat >>confdefs.h
<<_ACEOF
12813 #define SIZEOF_LONG $ac_cv_sizeof_long
12817 if test "x${ac_cv_sizeof_long}" = "x8"; then
12821 if test x
${want64} = xtrue
; then
12822 EMULATION_OFILES
='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
12824 EMULATION_OFILES
='$(ALL_EMULATIONS)'
12826 EMUL_EXTRA_OFILES
='$(ALL_EMUL_EXTRA_OFILES)'
12828 EMULATION_OFILES
=$all_emuls
12829 EMUL_EXTRA_OFILES
=$all_emul_extras
12835 EMULATION_LIBPATH
=$all_libpath
12838 if test x
${enable_static} = xno
; then
12839 TESTBFDLIB
="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
12841 TESTBFDLIB
="../bfd/.libs/libbfd.a"
12845 target_vendor
=${target_vendor=$host_vendor}
12846 case "$target_vendor" in
12847 hp
) EXTRA_SHLIB_EXTENSION
=".sl" ;;
12848 *) EXTRA_SHLIB_EXTENSION
= ;;
12851 case "$target_os" in
12852 lynxos
) EXTRA_SHLIB_EXTENSION
=".a" ;;
12855 if test x
${EXTRA_SHLIB_EXTENSION} != x
; then
12857 cat >>confdefs.h
<<_ACEOF
12858 #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
12867 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12868 cat >confcache
<<\_ACEOF
12869 # This file is a shell script that caches the results of configure
12870 # tests run on this system so they can be shared between configure
12871 # scripts and configure runs, see configure's option --config-cache.
12872 # It is not useful on other systems. If it contains results you don't
12873 # want to keep, you may remove or edit it.
12875 # config.status only pays attention to the cache file if you give it
12876 # the --recheck option to rerun configure.
12878 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12879 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12880 # following values.
12884 # The following way of writing the cache mishandles newlines in values,
12885 # but we know of no workaround that is simple, portable, and efficient.
12886 # So, don't put newlines in cache variables' values.
12887 # Ultrix sh set writes to stderr and can't be redirected directly,
12888 # and sets the high bit in the cache file unless we assign to the vars.
12891 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12893 # `set' does not quote correctly, so add quotes (double-quote
12894 # substitution turns \\\\ into \\, and sed turns \\ into \).
12897 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12900 # `set' quotes correctly as required by POSIX, so do not add quotes.
12902 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12909 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12911 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12913 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
12914 if test -w $cache_file; then
12915 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12916 cat confcache
>$cache_file
12918 echo "not updating unwritable cache $cache_file"
12923 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12924 # Let make expand exec_prefix.
12925 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12927 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12928 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12929 # trailing colons and then remove the whole line if VPATH becomes empty
12930 # (actually we leave an empty line to preserve line numbers).
12931 if test "x$srcdir" = x.
; then
12932 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
12933 s/:*\$(srcdir):*/:/;
12934 s/:*\${srcdir}:*/:/;
12936 s/^\([^=]*=[ ]*\):*/\1/;
12942 DEFS
=-DHAVE_CONFIG_H
12946 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12947 # 1. Remove the extension, and $U if already installed.
12948 ac_i
=`echo "$ac_i" |
12949 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12951 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12952 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12954 LIBOBJS
=$ac_libobjs
12956 LTLIBOBJS
=$ac_ltlibobjs
12959 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12960 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
12961 Usually this means the macro was only invoked conditionally." >&5
12962 echo "$as_me: error: conditional \"AMDEP\" was never defined.
12963 Usually this means the macro was only invoked conditionally." >&2;}
12964 { (exit 1); exit 1; }; }
12966 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12967 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
12968 Usually this means the macro was only invoked conditionally." >&5
12969 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
12970 Usually this means the macro was only invoked conditionally." >&2;}
12971 { (exit 1); exit 1; }; }
12973 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12974 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
12975 Usually this means the macro was only invoked conditionally." >&5
12976 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
12977 Usually this means the macro was only invoked conditionally." >&2;}
12978 { (exit 1); exit 1; }; }
12980 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
12981 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
12982 Usually this means the macro was only invoked conditionally." >&5
12983 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
12984 Usually this means the macro was only invoked conditionally." >&2;}
12985 { (exit 1); exit 1; }; }
12988 : ${CONFIG_STATUS=./config.status}
12989 ac_clean_files_save
=$ac_clean_files
12990 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12991 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12992 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12993 cat >$CONFIG_STATUS <<_ACEOF
12995 # Generated by $as_me.
12996 # Run this file to recreate the current configuration.
12997 # Compiler output produced by configure, useful for debugging
12998 # configure, is in config.log if it exists.
13001 ac_cs_recheck=false
13003 SHELL=\${CONFIG_SHELL-$SHELL}
13006 cat >>$CONFIG_STATUS <<\_ACEOF
13007 ## --------------------- ##
13008 ## M4sh Initialization. ##
13009 ## --------------------- ##
13011 # Be Bourne compatible
13012 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
13015 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13016 # is contrary to our usage. Disable this feature.
13017 alias -g '${1+"$@"}'='"$@"'
13018 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
13021 DUALCASE
=1; export DUALCASE
# for MKS sh
13023 # Support unset when possible.
13024 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
13031 # Work around bugs in pre-3.0 UWIN ksh.
13032 $as_unset ENV MAIL MAILPATH
13039 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13040 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13041 LC_TELEPHONE LC_TIME
13043 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13044 eval $as_var=C
; export $as_var
13050 # Required to use basename.
13051 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13057 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
13058 as_basename
=basename
13064 # Name of the executable.
13065 as_me
=`$as_basename "$0" ||
13066 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13067 X"$0" : 'X\(//\)$' \| \
13068 X"$0" : 'X\(/\)$' \| \
13069 . : '\(.\)' 2>/dev/null ||
13071 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13072 /^X\/\(\/\/\)$/{ s//\1/; q; }
13073 /^X\/\(\/\).*/{ s//\1/; q; }
13077 # PATH needs CR, and LINENO needs CR and PATH.
13078 # Avoid depending upon Character Ranges.
13079 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
13080 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13081 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
13082 as_cr_digits
='0123456789'
13083 as_cr_alnum
=$as_cr_Letters$as_cr_digits
13085 # The user is always right.
13086 if test "${PATH_SEPARATOR+set}" != set; then
13087 echo "#! /bin/sh" >conf$$.sh
13088 echo "exit 0" >>conf$$.sh
13090 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13099 as_lineno_1
=$LINENO
13100 as_lineno_2
=$LINENO
13101 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
13102 test "x$as_lineno_1" != "x$as_lineno_2" &&
13103 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
13104 # Find who we are. Look in the path if we contain no path at all
13107 *[\\/]* ) as_myself
=$0 ;;
13108 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13109 for as_dir
in $PATH
13112 test -z "$as_dir" && as_dir
=.
13113 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
13118 # We did not find ourselves, most probably we were run as `sh COMMAND'
13119 # in which case we are not to be found in the path.
13120 if test "x$as_myself" = x
; then
13123 if test ! -f "$as_myself"; then
13124 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13125 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13126 { (exit 1); exit 1; }; }
13128 case $CONFIG_SHELL in
13130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
13134 test -z "$as_dir" && as_dir
=.
13135 for as_base
in sh bash ksh sh5
; do
13138 if ("$as_dir/$as_base" -c '
13139 as_lineno_1=$LINENO
13140 as_lineno_2=$LINENO
13141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13142 test "x$as_lineno_1" != "x$as_lineno_2" &&
13143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
13144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
13145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
13146 CONFIG_SHELL
=$as_dir/$as_base
13147 export CONFIG_SHELL
13148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13157 # uniformly replaced by the line number. The first 'sed' inserts a
13158 # line-number line before each line; the second 'sed' does the real
13159 # work. The second script uses 'N' to pair each line-number line
13160 # with the numbered line, and appends trailing '-' during
13161 # substitution so that $LINENO is not a special case at line end.
13162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13164 sed '=' <$as_myself |
13169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13172 s,^['$as_cr_digits']*\n,,
13173 ' >$as_me.lineno
&&
13174 chmod +x
$as_me.lineno ||
13175 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13176 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13177 { (exit 1); exit 1; }; }
13179 # Don't try to exec as it changes $[0], causing all sort of problems
13180 # (the dirname of $[0] is not the place where we might find the
13181 # original and so on. Autoconf is especially sensible to this).
13183 # Exit status is that of the last command.
13188 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13189 *c
*,-n*) ECHO_N
= ECHO_C
='
13191 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
13192 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
13195 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13201 rm -f conf$$ conf$$.exe conf$$.
file
13203 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
13204 # We could just check for DJGPP; but this test a) works b) is more generic
13205 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13206 if test -f conf$$.exe
; then
13207 # Don't use ln at all; we don't have any links
13212 elif ln conf$$.
file conf$$
2>/dev
/null
; then
13217 rm -f conf$$ conf$$.exe conf$$.
file
13219 if mkdir
-p .
2>/dev
/null
; then
13222 test -d .
/-p && rmdir .
/-p
13226 as_executable_p
="test -f"
13228 # Sed expression to map a string onto a valid CPP name.
13229 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13231 # Sed expression to map a string onto a valid variable name.
13232 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13236 # We need space, tab and new line, in precisely that order.
13246 # Open the log real soon, to keep \$[0] and so on meaningful, and to
13247 # report actual input values of CONFIG_FILES etc. instead of their
13248 # values after options handling. Logging --version etc. is OK.
13252 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13253 ## Running $as_me. ##
13258 This file was extended by $as_me, which was
13259 generated by GNU Autoconf 2.59. Invocation command line was
13261 CONFIG_FILES = $CONFIG_FILES
13262 CONFIG_HEADERS = $CONFIG_HEADERS
13263 CONFIG_LINKS = $CONFIG_LINKS
13264 CONFIG_COMMANDS = $CONFIG_COMMANDS
13268 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13272 # Files that config.status was made for.
13273 if test -n "$ac_config_files"; then
13274 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13277 if test -n "$ac_config_headers"; then
13278 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13281 if test -n "$ac_config_links"; then
13282 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13285 if test -n "$ac_config_commands"; then
13286 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13289 cat >>$CONFIG_STATUS <<\_ACEOF
13292 \`$as_me' instantiates files from templates according to the
13293 current configuration.
13295 Usage: $0 [OPTIONS] [FILE]...
13297 -h, --help print this help, then exit
13298 -V, --version print version number, then exit
13299 -q, --quiet do not print progress messages
13300 -d, --debug don't remove temporary files
13301 --recheck update $as_me by reconfiguring in the same conditions
13302 --file=FILE[:TEMPLATE]
13303 instantiate the configuration file FILE
13304 --header=FILE[:TEMPLATE]
13305 instantiate the configuration header FILE
13307 Configuration files:
13310 Configuration headers:
13313 Configuration commands:
13316 Report bugs to <bug-autoconf@gnu.org>."
13319 cat >>$CONFIG_STATUS <<_ACEOF
13322 configured by $0, generated by GNU Autoconf 2.59,
13323 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13325 Copyright (C) 2003 Free Software Foundation, Inc.
13326 This config.status script is free software; the Free Software Foundation
13327 gives unlimited permission to copy, distribute and modify it."
13332 cat >>$CONFIG_STATUS <<\_ACEOF
13333 # If no file are specified by the user, then we need to provide default
13334 # value. By we need to know if files were specified by the user.
13340 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
13341 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
13349 *) # This is not an option, so the user has probably given explicit
13352 ac_need_defaults
=false
;;
13356 # Handling of the options.
13358 cat >>$CONFIG_STATUS <<\_ACEOF
13359 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13361 --version |
--vers* |
-V )
13362 echo "$ac_cs_version"; exit 0 ;;
13364 # Conflict between --help and --header
13365 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13366 Try \`$0 --help' for more information." >&5
13367 echo "$as_me: error: ambiguous option: $1
13368 Try \`$0 --help' for more information." >&2;}
13369 { (exit 1); exit 1; }; };;
13370 --help |
--hel |
-h )
13371 echo "$ac_cs_usage"; exit 0 ;;
13372 --debug |
--d* |
-d )
13374 --file |
--fil |
--fi |
--f )
13376 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
13377 ac_need_defaults
=false
;;
13378 --header |
--heade |
--head |
--hea )
13380 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
13381 ac_need_defaults
=false
;;
13382 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13383 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13386 # This is an error.
13387 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13388 Try \`$0 --help' for more information." >&5
13389 echo "$as_me: error: unrecognized option: $1
13390 Try \`$0 --help' for more information." >&2;}
13391 { (exit 1); exit 1; }; } ;;
13393 *) ac_config_targets
="$ac_config_targets $1" ;;
13399 ac_configure_extra_args
=
13401 if $ac_cs_silent; then
13403 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13407 cat >>$CONFIG_STATUS <<_ACEOF
13408 if \$ac_cs_recheck; then
13409 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13410 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13415 cat >>$CONFIG_STATUS <<_ACEOF
13417 # INIT-COMMANDS section.
13420 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13423 # The HP-UX ksh and POSIX shell print the target directory to stdout
13424 # if CDPATH is set.
13425 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13427 sed_quote_subst='$sed_quote_subst'
13428 double_quote_subst='$double_quote_subst'
13429 delay_variable_subst='$delay_variable_subst'
13430 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
13431 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
13432 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
13433 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
13434 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
13435 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
13436 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
13437 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
13438 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
13439 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
13440 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
13441 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
13442 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
13443 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
13444 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
13445 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
13446 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
13447 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
13448 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
13449 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
13450 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
13451 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
13452 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
13453 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
13454 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
13455 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
13456 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
13457 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13458 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
13459 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
13460 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
13461 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13462 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
13463 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
13464 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13465 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13466 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13467 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
13468 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13469 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
13470 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
13471 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
13472 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
13473 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"`'
13474 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
13475 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
13476 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
13477 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
13478 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
13479 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
13480 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
13481 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
13482 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
13483 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
13484 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
13485 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13486 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13487 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
13488 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
13489 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13490 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13491 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
13492 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13493 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13494 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13495 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13496 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13497 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13498 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
13499 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13500 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13501 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13502 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
13503 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
13504 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
13505 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
13506 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
13507 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13508 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
13509 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
13510 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
13511 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
13512 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
13513 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13514 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13515 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13516 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13517 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
13518 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
13519 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
13520 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
13521 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
13522 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13523 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13524 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
13525 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13526 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
13527 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13528 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13529 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13530 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13531 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
13532 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
13533 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13534 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13535 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
13536 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
13537 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
13538 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
13539 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
13540 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
13543 LTCFLAGS='$LTCFLAGS'
13544 compiler='$compiler_DEFAULT'
13546 # Quote evaled strings.
13557 deplibs_check_method \
13566 lt_cv_sys_global_symbol_pipe \
13567 lt_cv_sys_global_symbol_to_cdecl \
13568 lt_cv_sys_global_symbol_to_c_name_address \
13571 lt_prog_compiler_no_builtin_flag \
13572 lt_prog_compiler_wl \
13573 lt_prog_compiler_pic \
13574 lt_prog_compiler_static \
13575 lt_cv_prog_compiler_c_o \
13578 export_dynamic_flag_spec \
13579 whole_archive_flag_spec \
13580 compiler_needs_object \
13582 allow_undefined_flag \
13583 no_undefined_flag \
13584 hardcode_libdir_flag_spec \
13585 hardcode_libdir_flag_spec_ld \
13586 hardcode_libdir_separator \
13591 variables_saved_for_relink \
13593 library_names_spec \
13598 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13599 *[\\\\\\\`\\"\\\$]*)
13600 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13603 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13608 # Double-quote double-evaled strings.
13609 for var in reload_cmds \
13610 old_postinstall_cmds \
13611 old_postuninstall_cmds \
13613 extract_expsyms_cmds \
13614 old_archive_from_new_cmds \
13615 old_archive_from_expsyms_cmds \
13617 archive_expsym_cmds \
13619 module_expsym_cmds \
13620 export_symbols_cmds \
13623 postuninstall_cmds \
13625 sys_lib_search_path_spec \
13626 sys_lib_dlsearch_path_spec; do
13627 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13628 *[\\\\\\\`\\"\\\$]*)
13629 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13632 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13637 # Fix-up fallback echo if it was mangled by the above quoting rules.
13639 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
13643 ac_aux_dir='$ac_aux_dir'
13644 xsi_shell='$xsi_shell'
13645 lt_shell_append='$lt_shell_append'
13647 # See if we are running on zsh, and set the options which allow our
13648 # commands through without removal of \ escapes INIT.
13649 if test -n "\${ZSH_VERSION+set}" ; then
13650 setopt NO_GLOB_SUBST
13656 TIMESTAMP='$TIMESTAMP'
13662 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13663 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13665 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13666 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13667 LINGUAS="${LINGUAS-%UNSET%}"
13674 cat >>$CONFIG_STATUS <<\_ACEOF
13675 for ac_config_target
in $ac_config_targets
13677 case "$ac_config_target" in
13678 # Handling of arguments.
13679 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13680 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13681 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
13682 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
13683 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
13684 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
13685 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13686 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13687 { (exit 1); exit 1; }; };;
13691 # If the user did not use the arguments to specify the items to instantiate,
13692 # then the envvar interface is used. Set only those that are not.
13693 # We use the long form for the default assignment because of an extremely
13694 # bizarre bug on SunOS 4.1.3.
13695 if $ac_need_defaults; then
13696 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13697 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
13698 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
13701 # Have a temporary directory for convenience. Make it in the build tree
13702 # simply because there is no reason to put it here, and in addition,
13703 # creating and moving files from /tmp can sometimes cause problems.
13704 # Create a temporary directory, and hook for its removal unless debugging.
13707 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13708 trap '{ (exit 1); exit 1; }' 1 2 13 15
13711 # Create a (secure) tmp directory for tmp files.
13714 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13715 test -n "$tmp" && test -d "$tmp"
13718 tmp
=.
/confstat$$
-$RANDOM
13719 (umask 077 && mkdir
$tmp)
13722 echo "$me: cannot create a temporary directory in ." >&2
13723 { (exit 1); exit 1; }
13728 cat >>$CONFIG_STATUS <<_ACEOF
13731 # CONFIG_FILES section.
13734 # No need to generate the scripts if there are no CONFIG_FILES.
13735 # This happens for instance when ./config.status config.h
13736 if test -n "\$CONFIG_FILES"; then
13737 # Protect against being on the right side of a sed subst in config.status.
13738 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13739 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13740 s,@SHELL@,$SHELL,;t t
13741 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13742 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13743 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13744 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13745 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13746 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13747 s,@exec_prefix@,$exec_prefix,;t t
13748 s,@prefix@,$prefix,;t t
13749 s,@program_transform_name@,$program_transform_name,;t t
13750 s,@bindir@,$bindir,;t t
13751 s,@sbindir@,$sbindir,;t t
13752 s,@libexecdir@,$libexecdir,;t t
13753 s,@datadir@,$datadir,;t t
13754 s,@sysconfdir@,$sysconfdir,;t t
13755 s,@sharedstatedir@,$sharedstatedir,;t t
13756 s,@localstatedir@,$localstatedir,;t t
13757 s,@libdir@,$libdir,;t t
13758 s,@includedir@,$includedir,;t t
13759 s,@oldincludedir@,$oldincludedir,;t t
13760 s,@infodir@,$infodir,;t t
13761 s,@mandir@,$mandir,;t t
13762 s,@build_alias@,$build_alias,;t t
13763 s,@host_alias@,$host_alias,;t t
13764 s,@target_alias@,$target_alias,;t t
13765 s,@DEFS@,$DEFS,;t t
13766 s,@ECHO_C@,$ECHO_C,;t t
13767 s,@ECHO_N@,$ECHO_N,;t t
13768 s,@ECHO_T@,$ECHO_T,;t t
13769 s,@LIBS@,$LIBS,;t t
13770 s,@build@,$build,;t t
13771 s,@build_cpu@,$build_cpu,;t t
13772 s,@build_vendor@,$build_vendor,;t t
13773 s,@build_os@,$build_os,;t t
13774 s,@host@,$host,;t t
13775 s,@host_cpu@,$host_cpu,;t t
13776 s,@host_vendor@,$host_vendor,;t t
13777 s,@host_os@,$host_os,;t t
13778 s,@target@,$target,;t t
13779 s,@target_cpu@,$target_cpu,;t t
13780 s,@target_vendor@,$target_vendor,;t t
13781 s,@target_os@,$target_os,;t t
13783 s,@CFLAGS@,$CFLAGS,;t t
13784 s,@LDFLAGS@,$LDFLAGS,;t t
13785 s,@CPPFLAGS@,$CPPFLAGS,;t t
13786 s,@ac_ct_CC@,$ac_ct_CC,;t t
13787 s,@EXEEXT@,$EXEEXT,;t t
13788 s,@OBJEXT@,$OBJEXT,;t t
13789 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13790 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13791 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13792 s,@CYGPATH_W@,$CYGPATH_W,;t t
13793 s,@PACKAGE@,$PACKAGE,;t t
13794 s,@VERSION@,$VERSION,;t t
13795 s,@ACLOCAL@,$ACLOCAL,;t t
13796 s,@AUTOCONF@,$AUTOCONF,;t t
13797 s,@AUTOMAKE@,$AUTOMAKE,;t t
13798 s,@AUTOHEADER@,$AUTOHEADER,;t t
13799 s,@MAKEINFO@,$MAKEINFO,;t t
13800 s,@install_sh@,$install_sh,;t t
13801 s,@STRIP@,$STRIP,;t t
13802 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
13803 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
13804 s,@mkdir_p@,$mkdir_p,;t t
13806 s,@SET_MAKE@,$SET_MAKE,;t t
13807 s,@am__leading_dot@,$am__leading_dot,;t t
13808 s,@AMTAR@,$AMTAR,;t t
13809 s,@am__tar@,$am__tar,;t t
13810 s,@am__untar@,$am__untar,;t t
13811 s,@DEPDIR@,$DEPDIR,;t t
13812 s,@am__include@,$am__include,;t t
13813 s,@am__quote@,$am__quote,;t t
13814 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
13815 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
13816 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
13817 s,@CCDEPMODE@,$CCDEPMODE,;t t
13818 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
13819 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
13820 s,@use_sysroot@,$use_sysroot,;t t
13821 s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
13822 s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
13823 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
13824 s,@NO_WERROR@,$NO_WERROR,;t t
13825 s,@LIBTOOL@,$LIBTOOL,;t t
13827 s,@EGREP@,$EGREP,;t t
13828 s,@FGREP@,$FGREP,;t t
13829 s,@GREP@,$GREP,;t t
13831 s,@DUMPBIN@,$DUMPBIN,;t t
13832 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
13834 s,@LN_S@,$LN_S,;t t
13836 s,@ac_ct_AR@,$ac_ct_AR,;t t
13837 s,@RANLIB@,$RANLIB,;t t
13838 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
13839 s,@lt_ECHO@,$lt_ECHO,;t t
13841 s,@USE_NLS@,$USE_NLS,;t t
13842 s,@LIBINTL@,$LIBINTL,;t t
13843 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
13844 s,@INCINTL@,$INCINTL,;t t
13845 s,@XGETTEXT@,$XGETTEXT,;t t
13846 s,@GMSGFMT@,$GMSGFMT,;t t
13847 s,@POSUB@,$POSUB,;t t
13848 s,@CATALOGS@,$CATALOGS,;t t
13849 s,@DATADIRNAME@,$DATADIRNAME,;t t
13850 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
13851 s,@GENCAT@,$GENCAT,;t t
13852 s,@CATOBJEXT@,$CATOBJEXT,;t t
13853 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
13854 s,@MSGFMT@,$MSGFMT,;t t
13855 s,@MSGMERGE@,$MSGMERGE,;t t
13856 s,@YACC@,$YACC,;t t
13858 s,@LEXLIB@,$LEXLIB,;t t
13859 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
13860 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13861 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13862 s,@MAINT@,$MAINT,;t t
13863 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
13864 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
13865 s,@HDEFINES@,$HDEFINES,;t t
13866 s,@HOSTING_CRT0@,$HOSTING_CRT0,;t t
13867 s,@HOSTING_LIBS@,$HOSTING_LIBS,;t t
13868 s,@NATIVE_LIB_DIRS@,$NATIVE_LIB_DIRS,;t t
13869 s,@STRINGIFY@,$STRINGIFY,;t t
13870 s,@EMUL@,$EMUL,;t t
13871 s,@EMULATION_OFILES@,$EMULATION_OFILES,;t t
13872 s,@EMUL_EXTRA_OFILES@,$EMUL_EXTRA_OFILES,;t t
13873 s,@LIB_PATH@,$LIB_PATH,;t t
13874 s,@EMULATION_LIBPATH@,$EMULATION_LIBPATH,;t t
13875 s,@TESTBFDLIB@,$TESTBFDLIB,;t t
13876 s,@datarootdir@,$datarootdir,;t t
13877 s,@docdir@,$docdir,;t t
13878 s,@htmldir@,$htmldir,;t t
13879 s,@LIBOBJS@,$LIBOBJS,;t t
13880 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13887 cat >>$CONFIG_STATUS <<\_ACEOF
13888 # Split the substitutions into bite-sized pieces for seds with
13889 # small command number limits, like on Digital OSF/1 and HP-UX.
13890 ac_max_sed_lines
=48
13891 ac_sed_frag
=1 # Number of current file.
13892 ac_beg
=1 # First line for current file.
13893 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13896 while $ac_more_lines; do
13897 if test $ac_beg -gt 1; then
13898 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13900 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13902 if test ! -s $tmp/subs.frag
; then
13903 ac_more_lines
=false
13905 # The purpose of the label and of the branching condition is to
13906 # speed up the sed processing (if there are no `@' at all, there
13907 # is no need to browse any of the substitutions).
13908 # These are the two extra sed commands mentioned above.
13910 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13911 if test -z "$ac_sed_cmds"; then
13912 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13914 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13916 ac_sed_frag
=`expr $ac_sed_frag + 1`
13918 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13921 if test -z "$ac_sed_cmds"; then
13924 fi # test -n "$CONFIG_FILES"
13927 cat >>$CONFIG_STATUS <<\_ACEOF
13928 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13929 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13931 - |
*:- |
*:-:* ) # input from stdin
13933 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13934 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13935 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13936 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13937 * ) ac_file_in
=$ac_file.
in ;;
13940 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13941 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13942 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13943 X"$ac_file" : 'X\(//\)[^/]' \| \
13944 X"$ac_file" : 'X\(//\)$' \| \
13945 X"$ac_file" : 'X\(/\)' \| \
13946 . : '\(.\)' 2>/dev/null ||
13948 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13949 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13950 /^X\(\/\/\)$/{ s//\1/; q; }
13951 /^X\(\/\).*/{ s//\1/; q; }
13953 { if $as_mkdir_p; then
13958 while test ! -d "$as_dir"; do
13959 as_dirs
="$as_dir $as_dirs"
13960 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13961 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13962 X"$as_dir" : 'X\(//\)[^/]' \| \
13963 X"$as_dir" : 'X\(//\)$' \| \
13964 X"$as_dir" : 'X\(/\)' \| \
13965 . : '\(.\)' 2>/dev/null ||
13967 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13968 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13969 /^X\(\/\/\)$/{ s//\1/; q; }
13970 /^X\(\/\).*/{ s//\1/; q; }
13973 test ! -n "$as_dirs" || mkdir
$as_dirs
13974 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13975 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13976 { (exit 1); exit 1; }; }; }
13980 if test "$ac_dir" != .
; then
13981 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13982 # A "../" for each directory in $ac_dir_suffix.
13983 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13985 ac_dir_suffix
= ac_top_builddir
=
13989 .
) # No --srcdir option. We are building in place.
13991 if test -z "$ac_top_builddir"; then
13994 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13996 [\\/]* | ?
:[\\/]* ) # Absolute path.
13997 ac_srcdir
=$srcdir$ac_dir_suffix;
13998 ac_top_srcdir
=$srcdir ;;
13999 *) # Relative path.
14000 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14001 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14004 # Do not use `cd foo && pwd` to compute absolute paths, because
14005 # the directories may not exist.
14007 .
) ac_abs_builddir
="$ac_dir";;
14010 .
) ac_abs_builddir
=`pwd`;;
14011 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
14012 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
14015 case $ac_abs_builddir in
14016 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14018 case ${ac_top_builddir}.
in
14019 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
14020 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14021 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
14024 case $ac_abs_builddir in
14025 .
) ac_abs_srcdir
=$ac_srcdir;;
14028 .
) ac_abs_srcdir
=$ac_abs_builddir;;
14029 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
14030 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
14033 case $ac_abs_builddir in
14034 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
14036 case $ac_top_srcdir in
14037 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
14038 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
14039 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
14045 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
14046 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
14049 if test x
"$ac_file" != x-
; then
14050 { echo "$as_me:$LINENO: creating $ac_file" >&5
14051 echo "$as_me: creating $ac_file" >&6;}
14054 # Let's still pretend it is `configure' which instantiates (i.e., don't
14055 # use $as_me), people would be surprised to read:
14056 # /* config.h. Generated by config.status. */
14057 if test x
"$ac_file" = x-
; then
14060 configure_input
="$ac_file. "
14062 configure_input
=$configure_input"Generated from `echo $ac_file_in |
14063 sed 's,.*/,,'` by configure."
14065 # First look for the input files in the build tree, otherwise in the
14067 ac_file_inputs
=`IFS=:
14068 for f in $ac_file_in; do
14070 -) echo $tmp/stdin ;;
14072 # Absolute (can't be DOS-style, as IFS=:)
14073 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14074 echo "$as_me: error: cannot find input file: $f" >&2;}
14075 { (exit 1); exit 1; }; }
14078 if test -f "$f"; then
14081 elif test -f "$srcdir/$f"; then
14086 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14087 echo "$as_me: error: cannot find input file: $f" >&2;}
14088 { (exit 1); exit 1; }; }
14091 done` ||
{ (exit 1); exit 1; }
14093 cat >>$CONFIG_STATUS <<_ACEOF
14097 cat >>$CONFIG_STATUS <<\_ACEOF
14099 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14100 s
,@configure_input@
,$configure_input,;t t
14101 s
,@srcdir@
,$ac_srcdir,;t t
14102 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
14103 s
,@top_srcdir@
,$ac_top_srcdir,;t t
14104 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
14105 s
,@builddir@
,$ac_builddir,;t t
14106 s
,@abs_builddir@
,$ac_abs_builddir,;t t
14107 s
,@top_builddir@
,$ac_top_builddir,;t t
14108 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
14109 s
,@INSTALL@
,$ac_INSTALL,;t t
14110 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14112 if test x"$ac_file" != x-; then
14113 mv $tmp/out $ac_file
14121 cat >>$CONFIG_STATUS <<\_ACEOF
14124 # CONFIG_HEADER section.
14127 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
14128 # NAME is the cpp macro being defined and VALUE is the value it is being given.
14130 # ac_d sets the value in "#define NAME VALUE" lines.
14131 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14132 ac_dB
='[ ].*$,\1#\2'
14135 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14136 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14137 ac_uB
='$,\1#\2define\3'
14141 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
14142 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14144 - |
*:- |
*:-:* ) # input from stdin
14146 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14147 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14148 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14149 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14150 * ) ac_file_in
=$ac_file.
in ;;
14153 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
14154 echo "$as_me: creating $ac_file" >&6;}
14156 # First look for the input files in the build tree, otherwise in the
14158 ac_file_inputs
=`IFS=:
14159 for f in $ac_file_in; do
14161 -) echo $tmp/stdin ;;
14163 # Absolute (can't be DOS-style, as IFS=:)
14164 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14165 echo "$as_me: error: cannot find input file: $f" >&2;}
14166 { (exit 1); exit 1; }; }
14167 # Do quote $f, to prevent DOS paths from being IFS'd.
14170 if test -f "$f"; then
14173 elif test -f "$srcdir/$f"; then
14178 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14179 echo "$as_me: error: cannot find input file: $f" >&2;}
14180 { (exit 1); exit 1; }; }
14183 done` ||
{ (exit 1); exit 1; }
14184 # Remove the trailing spaces.
14185 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14189 # Transform confdefs.h into two sed scripts, `conftest.defines' and
14190 # `conftest.undefs', that substitutes the proper values into
14191 # config.h.in to produce config.h. The first handles `#define'
14192 # templates, and the second `#undef' templates.
14193 # And first: Protect against being on the right side of a sed subst in
14194 # config.status. Protect against being in an unquoted here document
14195 # in config.status.
14196 rm -f conftest.defines conftest.undefs
14197 # Using a here document instead of a string reduces the quoting nightmare.
14198 # Putting comments in sed scripts is not portable.
14200 # `end' is used to avoid that the second main sed command (meant for
14201 # 0-ary CPP macros) applies to n-ary macro definitions.
14202 # See the Autoconf documentation for `clear'.
14203 cat >confdef2sed.
sed <<\_ACEOF
14208 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14210 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14213 # If some macros were called several times there might be several times
14214 # the same #defines, which is useless. Nevertheless, we may not want to
14215 # sort them, since we want the *last* AC-DEFINE to be honored.
14216 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14217 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14218 rm -f confdef2sed.sed
14220 # This sed command replaces #undef with comments. This is necessary, for
14221 # example, in the case of _POSIX_SOURCE, which is predefined and required
14222 # on some systems where configure will not decide to define it.
14223 cat >>conftest.undefs <<\_ACEOF
14224 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14227 # Break up conftest.defines because some shells have a limit on the size
14228 # of here documents, and old seds have small limits too (100 cmds).
14229 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14230 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14231 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14232 echo ' :' >>$CONFIG_STATUS
14233 rm -f conftest.tail
14234 while grep . conftest.defines >/dev/null
14236 # Write a limited-size here document to $tmp/defines.sed.
14237 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14238 # Speed up: don't consider the non `#define' lines.
14239 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14240 # Work around the forget-to-reset-the-flag bug.
14241 echo 't clr' >>$CONFIG_STATUS
14242 echo ': clr' >>$CONFIG_STATUS
14243 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
14245 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14247 mv $tmp/out $tmp/in
14249 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
14250 rm -f conftest.defines
14251 mv conftest.
tail conftest.defines
14253 rm -f conftest.defines
14254 echo ' fi # grep' >>$CONFIG_STATUS
14255 echo >>$CONFIG_STATUS
14257 # Break up conftest.undefs because some shells have a limit on the size
14258 # of here documents, and old seds have small limits too (100 cmds).
14259 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14260 rm -f conftest.
tail
14261 while grep . conftest.undefs
>/dev
/null
14263 # Write a limited-size here document to $tmp/undefs.sed.
14264 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14265 # Speed up: don't consider the non
`#undef'
14266 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14267 # Work around the forget-to-reset-the-flag bug.
14268 echo 't clr' >>$CONFIG_STATUS
14269 echo ': clr' >>$CONFIG_STATUS
14270 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14272 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14274 mv $tmp/out $tmp/in
14276 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14277 rm -f conftest.undefs
14278 mv conftest.tail conftest.undefs
14280 rm -f conftest.undefs
14282 cat >>$CONFIG_STATUS <<\_ACEOF
14283 # Let's still pretend it is `configure
' which instantiates (i.e., don't
14284 # use $as_me), people would be surprised to read:
14285 # /* config.h. Generated by config.status. */
14286 if test x
"$ac_file" = x-
; then
14287 echo "/* Generated by configure. */" >$tmp/config.h
14289 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14291 cat $tmp/in >>$tmp/config.h
14293 if test x
"$ac_file" != x-
; then
14294 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
14295 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14296 echo "$as_me: $ac_file is unchanged" >&6;}
14298 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
14299 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14300 X"$ac_file" : 'X\(//\)[^/]' \| \
14301 X"$ac_file" : 'X\(//\)$' \| \
14302 X"$ac_file" : 'X\(/\)' \| \
14303 . : '\(.\)' 2>/dev/null ||
14305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14306 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14307 /^X\(\/\/\)$/{ s//\1/; q; }
14308 /^X\(\/\).*/{ s//\1/; q; }
14310 { if $as_mkdir_p; then
14315 while test ! -d "$as_dir"; do
14316 as_dirs
="$as_dir $as_dirs"
14317 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14318 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14319 X"$as_dir" : 'X\(//\)[^/]' \| \
14320 X"$as_dir" : 'X\(//\)$' \| \
14321 X"$as_dir" : 'X\(/\)' \| \
14322 . : '\(.\)' 2>/dev/null ||
14324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14325 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14326 /^X\(\/\/\)$/{ s//\1/; q; }
14327 /^X\(\/\).*/{ s//\1/; q; }
14330 test ! -n "$as_dirs" || mkdir
$as_dirs
14331 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14332 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14333 { (exit 1); exit 1; }; }; }
14336 mv $tmp/config.h
$ac_file
14340 rm -f $tmp/config.h
14342 # Compute $ac_file's index in $config_headers.
14344 for _am_header
in $config_headers :; do
14345 case $_am_header in
14346 $ac_file |
$ac_file:* )
14349 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
14352 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
14353 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14354 X$ac_file : 'X\(//\)[^/]' \| \
14355 X$ac_file : 'X\(//\)$' \| \
14356 X$ac_file : 'X\(/\)' \| \
14357 . : '\(.\)' 2>/dev/null ||
14359 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14360 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14361 /^X\(\/\/\)$/{ s//\1/; q; }
14362 /^X\(\/\).*/{ s//\1/; q; }
14363 s/.*/./; q'`/stamp-h
$_am_stamp_count
14366 cat >>$CONFIG_STATUS <<\_ACEOF
14369 # CONFIG_COMMANDS section.
14371 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
14372 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
14373 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14374 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
14375 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14376 X"$ac_dest" : 'X\(//\)[^/]' \| \
14377 X"$ac_dest" : 'X\(//\)$' \| \
14378 X"$ac_dest" : 'X\(/\)' \| \
14379 . : '\(.\)' 2>/dev/null ||
14381 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14382 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14383 /^X\(\/\/\)$/{ s//\1/; q; }
14384 /^X\(\/\).*/{ s//\1/; q; }
14386 { if $as_mkdir_p; then
14391 while test ! -d "$as_dir"; do
14392 as_dirs
="$as_dir $as_dirs"
14393 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14394 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14395 X"$as_dir" : 'X\(//\)[^/]' \| \
14396 X"$as_dir" : 'X\(//\)$' \| \
14397 X"$as_dir" : 'X\(/\)' \| \
14398 . : '\(.\)' 2>/dev/null ||
14400 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14401 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14402 /^X\(\/\/\)$/{ s//\1/; q; }
14403 /^X\(\/\).*/{ s//\1/; q; }
14406 test ! -n "$as_dirs" || mkdir
$as_dirs
14407 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14408 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14409 { (exit 1); exit 1; }; }; }
14413 if test "$ac_dir" != .
; then
14414 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14415 # A "../" for each directory in $ac_dir_suffix.
14416 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14418 ac_dir_suffix
= ac_top_builddir
=
14422 .
) # No --srcdir option. We are building in place.
14424 if test -z "$ac_top_builddir"; then
14427 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
14429 [\\/]* | ?
:[\\/]* ) # Absolute path.
14430 ac_srcdir
=$srcdir$ac_dir_suffix;
14431 ac_top_srcdir
=$srcdir ;;
14432 *) # Relative path.
14433 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14434 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14437 # Do not use `cd foo && pwd` to compute absolute paths, because
14438 # the directories may not exist.
14440 .
) ac_abs_builddir
="$ac_dir";;
14443 .
) ac_abs_builddir
=`pwd`;;
14444 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
14445 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
14448 case $ac_abs_builddir in
14449 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14451 case ${ac_top_builddir}.
in
14452 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
14453 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14454 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
14457 case $ac_abs_builddir in
14458 .
) ac_abs_srcdir
=$ac_srcdir;;
14461 .
) ac_abs_srcdir
=$ac_abs_builddir;;
14462 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
14463 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
14466 case $ac_abs_builddir in
14467 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
14469 case $ac_top_srcdir in
14470 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
14471 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
14472 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
14477 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
14478 echo "$as_me: executing $ac_dest commands" >&6;}
14480 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
14481 # Strip MF so we end up with the name of the file.
14482 mf
=`echo "$mf" | sed -e 's/:.*$//'`
14483 # Check whether this is an Automake generated Makefile or not.
14484 # We used to match only the files named `Makefile.in', but
14485 # some people rename them; so instead we look at the file content.
14486 # Grep'ing the first line is not enough: some people post-process
14487 # each Makefile.in and add a new line on top of each file to say so.
14488 # So let's grep whole file.
14489 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
14490 dirpart
=`(dirname "$mf") 2>/dev/null ||
14491 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14492 X"$mf" : 'X\(//\)[^/]' \| \
14493 X"$mf" : 'X\(//\)$' \| \
14494 X"$mf" : 'X\(/\)' \| \
14495 . : '\(.\)' 2>/dev/null ||
14497 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14498 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14499 /^X\(\/\/\)$/{ s//\1/; q; }
14500 /^X\(\/\).*/{ s//\1/; q; }
14505 # Extract the definition of DEPDIR, am__include, and am__quote
14506 # from the Makefile without running `make'.
14507 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
14508 test -z "$DEPDIR" && continue
14509 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
14510 test -z "am__include" && continue
14511 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
14512 # When using ansi2knr, U may be empty or an underscore; expand it
14513 U
=`sed -n 's/^U = //p' < "$mf"`
14514 # Find all dependency output files, they are included files with
14515 # $(DEPDIR) in their names. We invoke sed twice because it is the
14516 # simplest approach to changing $(DEPDIR) to its actual value in the
14518 for file in `sed -n "
14519 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14520 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14521 # Make sure the directory exists.
14522 test -f "$dirpart/$file" && continue
14523 fdir
=`(dirname "$file") 2>/dev/null ||
14524 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14525 X"$file" : 'X\(//\)[^/]' \| \
14526 X"$file" : 'X\(//\)$' \| \
14527 X"$file" : 'X\(/\)' \| \
14528 . : '\(.\)' 2>/dev/null ||
14530 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14531 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14532 /^X\(\/\/\)$/{ s//\1/; q; }
14533 /^X\(\/\).*/{ s//\1/; q; }
14535 { if $as_mkdir_p; then
14536 mkdir
-p $dirpart/$fdir
14538 as_dir
=$dirpart/$fdir
14540 while test ! -d "$as_dir"; do
14541 as_dirs
="$as_dir $as_dirs"
14542 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14543 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14544 X"$as_dir" : 'X\(//\)[^/]' \| \
14545 X"$as_dir" : 'X\(//\)$' \| \
14546 X"$as_dir" : 'X\(/\)' \| \
14547 . : '\(.\)' 2>/dev/null ||
14549 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14550 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14551 /^X\(\/\/\)$/{ s//\1/; q; }
14552 /^X\(\/\).*/{ s//\1/; q; }
14555 test ! -n "$as_dirs" || mkdir
$as_dirs
14556 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
14557 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
14558 { (exit 1); exit 1; }; }; }
14560 # echo "creating $dirpart/$file"
14561 echo '# dummy' > "$dirpart/$file"
14567 # See if we are running on zsh, and set the options which allow our
14568 # commands through without removal of \ escapes.
14569 if test -n "${ZSH_VERSION+set}" ; then
14570 setopt NO_GLOB_SUBST
14573 cfgfile
="${ofile}T"
14574 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14577 cat <<_LT_EOF >> "$cfgfile"
14580 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14581 # Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
14582 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14583 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14585 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14586 # 2006, 2007 Free Software Foundation, Inc.
14588 # This file is part of GNU Libtool:
14589 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
14591 # This program is free software; you can redistribute it and/or modify
14592 # it under the terms of the GNU General Public License as published by
14593 # the Free Software Foundation; either version 2 of the License, or
14594 # (at your option) any later version.
14596 # This program is distributed in the hope that it will be useful, but
14597 # WITHOUT ANY WARRANTY; without even the implied warranty of
14598 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14599 # General Public License for more details.
14601 # You should have received a copy of the GNU General Public License
14602 # along with this program; if not, a copy can be downloaded from
14603 # http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
14604 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
14605 # MA 02110-1301, USA.
14607 # As a special exception to the GNU General Public License, if you
14608 # distribute this file as part of a program that contains a
14609 # configuration script generated by Autoconf, you may include it under
14610 # the same distribution terms that you use for the rest of that program.
14613 # The names of the tagged configurations supported by this script.
14616 # ### BEGIN LIBTOOL CONFIG
14618 # Which release of libtool.m4 was used?
14619 macro_version=$macro_version
14620 macro_revision=$macro_revision
14622 # Whether or not to build shared libraries.
14623 build_libtool_libs=$enable_shared
14625 # Whether or not to build static libraries.
14626 build_old_libs=$enable_static
14628 # What type of objects to build.
14631 # Whether or not to optimize for fast installation.
14632 fast_install=$enable_fast_install
14635 host_alias=$host_alias
14639 # The build system.
14640 build_alias=$build_alias
14644 # A sed program that does not truncate output.
14647 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14648 Xsed="\$SED -e 1s/^X//"
14650 # A grep program that handles long lines.
14656 # A literal string matcher.
14659 # A BSD- or MS-compatible name lister.
14662 # Whether we need soft or hard links.
14665 # What is the maximum length of a command?
14666 max_cmd_len=$max_cmd_len
14668 # Object file suffix (normally "o").
14671 # Executable file suffix (normally "").
14674 # whether the shell understands "unset".
14677 # turn spaces into newlines.
14680 # turn newlines into spaces.
14683 # How to create reloadable object files.
14684 reload_flag=$lt_reload_flag
14685 reload_cmds=$lt_reload_cmds
14687 # Method to check whether dependent libraries are shared objects.
14688 deplibs_check_method=$lt_deplibs_check_method
14690 # Command to use when deplibs_check_method == "file_magic".
14691 file_magic_cmd=$lt_file_magic_cmd
14695 AR_FLAGS=$lt_AR_FLAGS
14697 # A symbol stripping program.
14700 # Commands used to install an old-style archive.
14702 old_postinstall_cmds=$lt_old_postinstall_cmds
14703 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14708 # LTCC compiler flags.
14709 LTCFLAGS=$lt_CFLAGS
14711 # Take the output of nm and produce a listing of raw symbols and C names.
14712 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14714 # Transform the output of nm in a proper C declaration.
14715 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14717 # Transform the output of nm in a C name address pair.
14718 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14720 # The name of the directory that contains temporary libtool files.
14723 # Shell to use when invoking shell scripts.
14726 # An echo program that does not interpret backslashes.
14729 # Used to examine libraries when file_magic_cmd begins with "file".
14730 MAGIC_CMD=$MAGIC_CMD
14732 # Must we lock files when doing compilation?
14733 need_locks=$lt_need_locks
14735 # Old archive suffix (normally "a").
14738 # Shared library suffix (normally ".so").
14739 shrext_cmds=$lt_shrext_cmds
14741 # The commands to extract the exported symbol list from a shared archive.
14742 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14744 # Variables whose values should be saved in libtool wrapper scripts and
14745 # restored at link time.
14746 variables_saved_for_relink=$lt_variables_saved_for_relink
14748 # Do we need the "lib" prefix for modules?
14749 need_lib_prefix=$need_lib_prefix
14751 # Do we need a version for libraries?
14752 need_version=$need_version
14754 # Library versioning type.
14755 version_type=$version_type
14757 # Shared library runtime path variable.
14758 runpath_var=$runpath_var
14760 # Shared library path variable.
14761 shlibpath_var=$shlibpath_var
14763 # Is shlibpath searched before the hard-coded library search path?
14764 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14766 # Format of library name prefix.
14767 libname_spec=$lt_libname_spec
14769 # List of archive names. First name is the real one, the rest are links.
14770 # The last name is the one that the linker finds with -lNAME
14771 library_names_spec=$lt_library_names_spec
14773 # The coded name of the library, if different from the real name.
14774 soname_spec=$lt_soname_spec
14776 # Command to use after installation of a shared archive.
14777 postinstall_cmds=$lt_postinstall_cmds
14779 # Command to use after uninstallation of a shared archive.
14780 postuninstall_cmds=$lt_postuninstall_cmds
14782 # Commands used to finish a libtool library installation in a directory.
14783 finish_cmds=$lt_finish_cmds
14785 # As "finish_cmds", except a single script fragment to be evaled but
14787 finish_eval=$lt_finish_eval
14789 # Whether we should hardcode library paths into libraries.
14790 hardcode_into_libs=$hardcode_into_libs
14792 # Compile-time system search path for libraries.
14793 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14795 # Run-time system search path for libraries.
14796 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14798 # Whether dlopen is supported.
14799 dlopen_support=$enable_dlopen
14801 # Whether dlopen of programs is supported.
14802 dlopen_self=$enable_dlopen_self
14804 # Whether dlopen of statically linked programs is supported.
14805 dlopen_self_static=$enable_dlopen_self_static
14807 # Commands to strip libraries.
14808 old_striplib=$lt_old_striplib
14809 striplib=$lt_striplib
14812 # The linker used to build libraries.
14815 # Commands used to build an old-style archive.
14816 old_archive_cmds=$lt_old_archive_cmds
14818 # A language specific compiler.
14821 # Is the compiler the GNU compiler?
14824 # Compiler flag to turn off builtin functions.
14825 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14827 # How to pass a linker flag through the compiler.
14828 wl=$lt_lt_prog_compiler_wl
14830 # Additional compiler flags for building library objects.
14831 pic_flag=$lt_lt_prog_compiler_pic
14833 # Compiler flag to prevent dynamic linking.
14834 link_static_flag=$lt_lt_prog_compiler_static
14836 # Does compiler simultaneously support -c and -o options?
14837 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14839 # Whether or not to add -lc for building shared libraries.
14840 build_libtool_need_lc=$archive_cmds_need_lc
14842 # Whether or not to disallow shared libs when runtime libs are static.
14843 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14845 # Compiler flag to allow reflexive dlopens.
14846 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14848 # Compiler flag to generate shared objects directly from archives.
14849 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14851 # Whether the compiler copes with passing no objects directly.
14852 compiler_needs_object=$lt_compiler_needs_object
14854 # Create an old-style archive from a shared archive.
14855 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14857 # Create a temporary old-style archive to link instead of a shared archive.
14858 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14860 # Commands used to build a shared archive.
14861 archive_cmds=$lt_archive_cmds
14862 archive_expsym_cmds=$lt_archive_expsym_cmds
14864 # Commands used to build a loadable module if different from building
14865 # a shared archive.
14866 module_cmds=$lt_module_cmds
14867 module_expsym_cmds=$lt_module_expsym_cmds
14869 # Whether we are building with GNU ld or not.
14870 with_gnu_ld=$lt_with_gnu_ld
14872 # Flag that allows shared libraries with undefined symbols to be built.
14873 allow_undefined_flag=$lt_allow_undefined_flag
14875 # Flag that enforces no undefined symbols.
14876 no_undefined_flag=$lt_no_undefined_flag
14878 # Flag to hardcode \$libdir into a binary during linking.
14879 # This must work even if \$libdir does not exist
14880 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14882 # If ld is used when linking, flag to hardcode \$libdir into a binary
14883 # during linking. This must work even if \$libdir does not exist.
14884 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14886 # Whether we need a single "-rpath" flag with a separated argument.
14887 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14889 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14890 # DIR into the resulting binary.
14891 hardcode_direct=$hardcode_direct
14893 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14894 # DIR into the resulting binary and the resulting library dependency is
14895 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14896 # library is relocated.
14897 hardcode_direct_absolute=$hardcode_direct_absolute
14899 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14900 # into the resulting binary.
14901 hardcode_minus_L=$hardcode_minus_L
14903 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14904 # into the resulting binary.
14905 hardcode_shlibpath_var=$hardcode_shlibpath_var
14907 # Set to "yes" if building a shared library automatically hardcodes DIR
14908 # into the library and all subsequent libraries and executables linked
14910 hardcode_automatic=$hardcode_automatic
14912 # Set to yes if linker adds runtime paths of dependent libraries
14913 # to runtime path list.
14914 inherit_rpath=$inherit_rpath
14916 # Whether libtool must link a program against all its dependency libraries.
14917 link_all_deplibs=$link_all_deplibs
14919 # Fix the shell variable \$srcfile for the compiler.
14920 fix_srcfile_path=$lt_fix_srcfile_path
14922 # Set to "yes" if exported symbols are required.
14923 always_export_symbols=$always_export_symbols
14925 # The commands to list exported symbols.
14926 export_symbols_cmds=$lt_export_symbols_cmds
14928 # Symbols that should not be listed in the preloaded symbols.
14929 exclude_expsyms=$lt_exclude_expsyms
14931 # Symbols that must always be exported.
14932 include_expsyms=$lt_include_expsyms
14934 # Commands necessary for linking programs (against libraries) with templates.
14935 prelink_cmds=$lt_prelink_cmds
14937 # Specify filename containing input files.
14938 file_list_spec=$lt_file_list_spec
14940 # How to hardcode a shared library path into an executable.
14941 hardcode_action=$hardcode_action
14943 # ### END LIBTOOL CONFIG
14949 cat <<\_LT_EOF
>> "$cfgfile"
14950 # AIX sometimes has problems with the GCC collect2 program. For some
14951 # reason, if we set the COLLECT_NAMES environment variable, the problems
14952 # vanish in a puff of smoke.
14953 if test "X${COLLECT_NAMES+set}" != Xset
; then
14955 export COLLECT_NAMES
14962 ltmain
="$ac_aux_dir/ltmain.sh"
14965 # We use sed instead of cat because bash on DJGPP gets confused if
14966 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14967 # text mode, it properly converts lines to CR/LF. This bash problem
14968 # is reportedly fixed, but why not run on old versions too?
14969 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14970 ||
(rm -f "$cfgfile"; exit 1)
14974 cat << \_LT_EOF
>> "$cfgfile"
14975 # func_dirname file append nondir_replacement
14976 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14977 # otherwise set result to NONDIR_REPLACEMENT.
14981 */*) func_dirname_result
="${1%/*}${2}" ;;
14982 * ) func_dirname_result
="${3}" ;;
14986 # func_basename file
14989 func_basename_result
="${1##*/}"
14992 # func_stripname prefix suffix name
14993 # strip PREFIX and SUFFIX off of NAME.
14994 # PREFIX and SUFFIX must not contain globbing or regex special
14995 # characters, hashes, percent signs, but SUFFIX may contain a leading
14996 # dot (in which case that matches only a dot).
14999 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15000 # positional parameters, so assign one to ordinary parameter first.
15001 func_stripname_result
=${3}
15002 func_stripname_result
=${func_stripname_result#"${1}"}
15003 func_stripname_result
=${func_stripname_result%"${2}"}
15009 func_opt_split_opt
=${1%%=*}
15010 func_opt_split_arg
=${1#*=}
15017 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
15018 *) func_lo2o_result
=${1} ;;
15023 *) # Bourne compatible functions.
15024 cat << \_LT_EOF
>> "$cfgfile"
15025 # func_dirname file append nondir_replacement
15026 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15027 # otherwise set result to NONDIR_REPLACEMENT.
15030 # Extract subdirectory from the argument.
15031 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
15032 if test "X$func_dirname_result" = "X${1}"; then
15033 func_dirname_result
="${3}"
15035 func_dirname_result
="$func_dirname_result${2}"
15039 # func_basename file
15042 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
15045 # func_stripname prefix suffix name
15046 # strip PREFIX and SUFFIX off of NAME.
15047 # PREFIX and SUFFIX must not contain globbing or regex special
15048 # characters, hashes, percent signs, but SUFFIX may contain a leading
15049 # dot (in which case that matches only a dot).
15050 # func_strip_suffix prefix name
15054 .
*) func_stripname_result
=`$ECHO "X${3}" \
15055 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15056 *) func_stripname_result
=`$ECHO "X${3}" \
15057 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
15062 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
15063 my_sed_long_arg
='1s/^-[^=]*=//'
15068 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
15069 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
15075 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
15080 case $lt_shell_append in
15082 cat << \_LT_EOF
>> "$cfgfile"
15084 # func_append var value
15085 # Append VALUE to the end of shell variable VAR.
15093 cat << \_LT_EOF
>> "$cfgfile"
15095 # func_append var value
15096 # Append VALUE to the end of shell variable VAR.
15106 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15107 ||
(rm -f "$cfgfile"; exit 1)
15109 mv -f "$cfgfile" "$ofile" ||
15110 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15115 for ac_file
in $CONFIG_FILES; do
15116 # Support "outfile[:infile[:infile...]]"
15118 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
15120 # PO directories have a Makefile.in generated from Makefile.in.in.
15121 case "$ac_file" in */Makefile.
in)
15122 # Adjust a relative srcdir.
15123 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15124 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
15125 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15126 # In autoconf-2.13 it is called $ac_given_srcdir.
15127 # In autoconf-2.50 it is called $srcdir.
15128 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
15129 case "$ac_given_srcdir" in
15130 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
15131 /*) top_srcdir
="$ac_given_srcdir" ;;
15132 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
15134 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15135 rm -f "$ac_dir/POTFILES"
15136 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
15137 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15138 POMAKEFILEDEPS
="POTFILES.in"
15139 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15140 # on $ac_dir but don't depend on user-specified configuration
15142 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15143 # The LINGUAS file contains the set of available languages.
15144 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15145 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
15147 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15148 # Hide the ALL_LINGUAS assigment from automake.
15149 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15150 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
15152 # The set of available languages was given in configure.in.
15153 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15155 case "$ac_given_srcdir" in
15157 *) srcdirpre
='$(srcdir)/' ;;
15163 for lang
in $ALL_LINGUAS; do
15164 POFILES
="$POFILES $srcdirpre$lang.po"
15165 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
15166 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
15167 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
15169 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15170 # environment variable.
15172 if test -n "$ALL_LINGUAS"; then
15173 for presentlang
in $ALL_LINGUAS; do
15175 if test "%UNSET%" != "$LINGUAS"; then
15176 desiredlanguages
="$LINGUAS"
15178 desiredlanguages
="$ALL_LINGUAS"
15180 for desiredlang
in $desiredlanguages; do
15181 # Use the presentlang catalog if desiredlang is
15182 # a. equal to presentlang, or
15183 # b. a variant of presentlang (because in this case,
15184 # presentlang can be used as a fallback for messages
15185 # which are not translated in the desiredlang catalog).
15186 case "$desiredlang" in
15187 "$presentlang"*) useit
=yes;;
15190 if test $useit = yes; then
15191 INST_LINGUAS
="$INST_LINGUAS $presentlang"
15196 if test -n "$INST_LINGUAS"; then
15197 for lang
in $INST_LINGUAS; do
15198 CATALOGS
="$CATALOGS $lang.gmo"
15201 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
15202 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"
15203 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
15204 if test -f "$f"; then
15206 *.orig |
*.bak |
*~
) ;;
15207 *) cat "$f" >> "$ac_dir/Makefile" ;;
15219 cat >>$CONFIG_STATUS <<\_ACEOF
15221 { (exit 0); exit 0; }
15223 chmod +x
$CONFIG_STATUS
15224 ac_clean_files
=$ac_clean_files_save
15227 # configure is writing to config.log, and then calls config.status.
15228 # config.status does its own redirection, appending to config.log.
15229 # Unfortunately, on DOS this fails, as config.log is still kept open
15230 # by configure, so config.status won't be able to write to it; its
15231 # output is simply discarded. So we exec the FD to /dev/null,
15232 # effectively closing config.log, so it can be properly (re)opened and
15233 # appended to by config.status. When coming back to configure, we
15234 # need to make the FD available again.
15235 if test "$no_create" != yes; then
15237 ac_config_status_args
=
15238 test "$silent" = yes &&
15239 ac_config_status_args
="$ac_config_status_args --quiet"
15241 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15243 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15244 # would make configure fail if this is the last instruction.
15245 $ac_cs_success ||
{ (exit 1); exit 1; }