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 # Reject install programs that cannot install multiple files.
2657 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2658 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2659 if test -z "$INSTALL"; then
2660 if test "${ac_cv_path_install+set}" = set; then
2661 echo $ECHO_N "(cached) $ECHO_C" >&6
2663 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2667 test -z "$as_dir" && as_dir
=.
2668 # Account for people who put trailing slashes in PATH elements.
2670 .
/ | .
// |
/cC
/* | \
2671 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2672 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2675 # OSF1 and SCO ODT 3.0 have their own names for install.
2676 # Don't use installbsd from OSF since it installs stuff as root
2678 for ac_prog
in ginstall scoinst
install; do
2679 for ac_exec_ext
in '' $ac_executable_extensions; do
2680 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2681 if test $ac_prog = install &&
2682 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2683 # AIX install. It has an incompatible calling convention.
2685 elif test $ac_prog = install &&
2686 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2687 # program-specific install script used by HP pwplus--don't use.
2690 rm -rf conftest.one conftest.two conftest.dir
2691 echo one
> conftest.one
2692 echo two
> conftest.two
2694 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2695 test -s conftest.one
&& test -s conftest.two
&&
2696 test -s conftest.dir
/conftest.one
&&
2697 test -s conftest.dir
/conftest.two
2699 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2710 rm -rf conftest.one conftest.two conftest.dir
2713 if test "${ac_cv_path_install+set}" = set; then
2714 INSTALL
=$ac_cv_path_install
2716 # As a last resort, use the slow shell script. Don't cache a
2717 # value for INSTALL within a source directory, because that will
2718 # break other packages using the cache if that directory is
2719 # removed, or if the value is a relative name.
2720 INSTALL
=$ac_install_sh
2723 echo "$as_me:$LINENO: result: $INSTALL" >&5
2724 echo "${ECHO_T}$INSTALL" >&6
2726 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2727 # It thinks the first close brace ends the variable substitution.
2728 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2730 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2732 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2734 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2735 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2738 echo timestamp
> conftest.
file
2739 # Do `set' in a subshell so we don't clobber the current shell's
2740 # arguments. Must try -L first in case configure is actually a
2741 # symlink; some systems play weird games with the mod time of symlinks
2742 # (eg FreeBSD returns the mod time of the symlink's containing
2745 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2746 if test "$*" = "X"; then
2748 set X
`ls -t $srcdir/configure conftest.file`
2751 if test "$*" != "X $srcdir/configure conftest.file" \
2752 && test "$*" != "X conftest.file $srcdir/configure"; then
2754 # If neither matched, then we have a broken ls. This can happen
2755 # if, for instance, CONFIG_SHELL is bash and it inherits a
2756 # broken ls alias from the environment. This has actually
2757 # happened. Such a system could not be considered "sane".
2758 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2759 alias in your environment" >&5
2760 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2761 alias in your environment" >&2;}
2762 { (exit 1); exit 1; }; }
2765 test "$2" = conftest.
file
2771 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2772 Check your system clock" >&5
2773 echo "$as_me: error: newly created file is older than distributed files!
2774 Check your system clock" >&2;}
2775 { (exit 1); exit 1; }; }
2777 echo "$as_me:$LINENO: result: yes" >&5
2778 echo "${ECHO_T}yes" >&6
2779 test "$program_prefix" != NONE
&&
2780 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2781 # Use a double $ so make ignores it.
2782 test "$program_suffix" != NONE
&&
2783 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2784 # Double any \ or $. echo might interpret backslashes.
2785 # By default was `s,x,x', remove it if useless.
2786 cat <<\_ACEOF
>conftest.
sed
2787 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2789 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2792 # expand $ac_aux_dir to an absolute path
2793 am_aux_dir
=`cd $ac_aux_dir && pwd`
2795 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2796 # Use eval to expand $SHELL
2797 if eval "$MISSING --run true"; then
2798 am_missing_run
="$MISSING --run "
2801 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2802 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2805 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2806 # We used to keeping the `.' as first argument, in order to
2807 # allow $(mkdir_p) to be used without argument. As in
2808 # $(mkdir_p) $(somedir)
2809 # where $(somedir) is conditionally defined. However this is wrong
2811 # 1. if the package is installed by a user who cannot write `.'
2812 # make install will fail,
2813 # 2. the above comment should most certainly read
2814 # $(mkdir_p) $(DESTDIR)$(somedir)
2815 # so it does not work when $(somedir) is undefined and
2816 # $(DESTDIR) is not.
2817 # To support the latter case, we have to write
2818 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2819 # so the `.' trick is pointless.
2820 mkdir_p
='mkdir -p --'
2822 # On NextStep and OpenStep, the `mkdir' command does not
2823 # recognize any option. It will interpret all options as
2824 # directories to create, and then abort because `.' already
2826 for d
in .
/-p .
/--version;
2828 test -d $d && rmdir $d
2830 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2831 if test -f "$ac_aux_dir/mkinstalldirs"; then
2832 mkdir_p
='$(mkinstalldirs)'
2834 mkdir_p
='$(install_sh) -d'
2838 for ac_prog
in gawk mawk nawk
awk
2840 # Extract the first word of "$ac_prog", so it can be a program name with args.
2841 set dummy
$ac_prog; ac_word
=$2
2842 echo "$as_me:$LINENO: checking for $ac_word" >&5
2843 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2844 if test "${ac_cv_prog_AWK+set}" = set; then
2845 echo $ECHO_N "(cached) $ECHO_C" >&6
2847 if test -n "$AWK"; then
2848 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2850 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2854 test -z "$as_dir" && as_dir
=.
2855 for ac_exec_ext
in '' $ac_executable_extensions; do
2856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2857 ac_cv_prog_AWK
="$ac_prog"
2858 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2867 if test -n "$AWK"; then
2868 echo "$as_me:$LINENO: result: $AWK" >&5
2869 echo "${ECHO_T}$AWK" >&6
2871 echo "$as_me:$LINENO: result: no" >&5
2872 echo "${ECHO_T}no" >&6
2875 test -n "$AWK" && break
2878 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2879 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2880 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2881 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2882 echo $ECHO_N "(cached) $ECHO_C" >&6
2884 cat >conftest.
make <<\_ACEOF
2886 @
echo 'ac_maketemp="$(MAKE)"'
2888 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2889 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2890 if test -n "$ac_maketemp"; then
2891 eval ac_cv_prog_make_
${ac_make}_set
=yes
2893 eval ac_cv_prog_make_
${ac_make}_set
=no
2897 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2898 echo "$as_me:$LINENO: result: yes" >&5
2899 echo "${ECHO_T}yes" >&6
2902 echo "$as_me:$LINENO: result: no" >&5
2903 echo "${ECHO_T}no" >&6
2904 SET_MAKE
="MAKE=${MAKE-make}"
2907 rm -rf .tst
2>/dev
/null
2908 mkdir .tst
2>/dev
/null
2909 if test -d .tst
; then
2914 rmdir .tst
2>/dev
/null
2916 DEPDIR
="${am__leading_dot}deps"
2918 ac_config_commands
="$ac_config_commands depfiles"
2921 am_make
=${MAKE-make}
2922 cat > confinc
<< 'END'
2927 # If we don't find an include directive, just comment out the code.
2928 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2929 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2933 # First try GNU make style include.
2934 echo "include confinc" > confmf
2935 # We grep out `Entering directory' and `Leaving directory'
2936 # messages which can occur if `w' ends up in MAKEFLAGS.
2937 # In particular we don't look at `^make:' because GNU make might
2938 # be invoked under some other name (usually "gmake"), in which
2939 # case it prints its new name instead of `make'.
2940 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2945 # Now try BSD make style include.
2946 if test "$am__include" = "#"; then
2947 echo '.include "confinc"' > confmf
2948 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2949 am__include
=.include
2956 echo "$as_me:$LINENO: result: $_am_result" >&5
2957 echo "${ECHO_T}$_am_result" >&6
2958 rm -f confinc confmf
2960 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2961 if test "${enable_dependency_tracking+set}" = set; then
2962 enableval
="$enable_dependency_tracking"
2965 if test "x$enable_dependency_tracking" != xno
; then
2966 am_depcomp
="$ac_aux_dir/depcomp"
2971 if test "x$enable_dependency_tracking" != xno; then
2981 # test to see if srcdir already configured
2982 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2983 test -f $srcdir/config.status
; then
2984 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2985 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2986 { (exit 1); exit 1; }; }
2989 # test whether we have cygpath
2990 if test -z "$CYGPATH_W"; then
2991 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2992 CYGPATH_W
='cygpath -w'
2999 # Define the identity of the package.
3001 VERSION
=${BFD_VERSION}
3004 cat >>confdefs.h
<<_ACEOF
3005 #define PACKAGE "$PACKAGE"
3009 cat >>confdefs.h
<<_ACEOF
3010 #define VERSION "$VERSION"
3013 # Some tools Automake needs.
3015 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3018 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3021 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3024 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3027 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3029 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3031 # Installed binaries are usually stripped using `strip' when the user
3032 # run `make install-strip'. However `strip' might not be the right
3033 # tool to use in cross-compilation environments, therefore Automake
3034 # will honor the `STRIP' environment variable to overrule this program.
3035 if test "$cross_compiling" != no
; then
3036 if test -n "$ac_tool_prefix"; then
3037 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3038 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3039 echo "$as_me:$LINENO: checking for $ac_word" >&5
3040 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3041 if test "${ac_cv_prog_STRIP+set}" = set; then
3042 echo $ECHO_N "(cached) $ECHO_C" >&6
3044 if test -n "$STRIP"; then
3045 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3047 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3051 test -z "$as_dir" && as_dir
=.
3052 for ac_exec_ext
in '' $ac_executable_extensions; do
3053 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3054 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3063 STRIP
=$ac_cv_prog_STRIP
3064 if test -n "$STRIP"; then
3065 echo "$as_me:$LINENO: result: $STRIP" >&5
3066 echo "${ECHO_T}$STRIP" >&6
3068 echo "$as_me:$LINENO: result: no" >&5
3069 echo "${ECHO_T}no" >&6
3073 if test -z "$ac_cv_prog_STRIP"; then
3075 # Extract the first word of "strip", so it can be a program name with args.
3076 set dummy strip
; ac_word
=$2
3077 echo "$as_me:$LINENO: checking for $ac_word" >&5
3078 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3079 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3080 echo $ECHO_N "(cached) $ECHO_C" >&6
3082 if test -n "$ac_ct_STRIP"; then
3083 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3085 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3089 test -z "$as_dir" && as_dir
=.
3090 for ac_exec_ext
in '' $ac_executable_extensions; do
3091 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3092 ac_cv_prog_ac_ct_STRIP
="strip"
3093 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3099 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3102 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3103 if test -n "$ac_ct_STRIP"; then
3104 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3105 echo "${ECHO_T}$ac_ct_STRIP" >&6
3107 echo "$as_me:$LINENO: result: no" >&5
3108 echo "${ECHO_T}no" >&6
3113 STRIP
="$ac_cv_prog_STRIP"
3117 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3119 # We need awk for the "check" target. The system "awk" is bad on
3121 # Always define AMTAR for backward compatibility.
3123 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3125 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3130 depcc
="$CC" am_compiler_list
=
3132 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3133 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3134 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3135 echo $ECHO_N "(cached) $ECHO_C" >&6
3137 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3138 # We make a subdir and do the tests there. Otherwise we can end up
3139 # making bogus files that we don't know about and never remove. For
3140 # instance it was reported that on HP-UX the gcc test will end up
3141 # making a dummy file named `D' -- because `-MD' means `put the output
3144 # Copy depcomp to subdir because otherwise we won't find it if we're
3145 # using a relative directory.
3146 cp "$am_depcomp" conftest.dir
3148 # We will build objects and dependencies in a subdirectory because
3149 # it helps to detect inapplicable dependency modes. For instance
3150 # both Tru64's cc and ICC support -MD to output dependencies as a
3151 # side effect of compilation, but ICC will put the dependencies in
3152 # the current directory while Tru64 will put them in the object
3156 am_cv_CC_dependencies_compiler_type
=none
3157 if test "$am_compiler_list" = ""; then
3158 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3160 for depmode
in $am_compiler_list; do
3161 # Setup a source with many dependencies, because some compilers
3162 # like to wrap large dependency lists on column 80 (with \), and
3163 # we should not choose a depcomp mode which is confused by this.
3165 # We need to recreate these files for each test, as the compiler may
3166 # overwrite some of them when testing with obscure command lines.
3167 # This happens at least with the AIX C compiler.
3169 for i
in 1 2 3 4 5 6; do
3170 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3171 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3172 # Solaris 8's {/usr,}/bin/sh.
3173 touch sub
/conftst
$i.h
3175 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3179 # after this tag, mechanisms are not by side-effect, so they'll
3180 # only be used when explicitly requested
3181 if test "x$enable_dependency_tracking" = xyes
; then
3189 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3190 # mode. It turns out that the SunPro C++ compiler does not properly
3191 # handle `-M -o', and we need to detect this.
3192 if depmode
=$depmode \
3193 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3194 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3195 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3196 >/dev
/null
2>conftest.err
&&
3197 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3198 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3199 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3200 # icc doesn't choke on unknown options, it will just issue warnings
3201 # or remarks (even with -Werror). So we grep stderr for any message
3202 # that says an option was ignored or not supported.
3203 # When given -MP, icc 7.0 and 7.1 complain thusly:
3204 # icc: Command line warning: ignoring option '-M'; no argument required
3205 # The diagnosis changed in icc 8.0:
3206 # icc: Command line remark: option '-MP' not supported
3207 if (grep 'ignoring option' conftest.err ||
3208 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3209 am_cv_CC_dependencies_compiler_type
=$depmode
3218 am_cv_CC_dependencies_compiler_type
=none
3222 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3223 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3224 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3229 test "x$enable_dependency_tracking" != xno \
3230 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3232 am__fastdepCC_FALSE
='#'
3234 am__fastdepCC_TRUE
='#'
3235 am__fastdepCC_FALSE
=
3242 # Check whether --with-lib-path or --without-lib-path was given.
3243 if test "${with_lib_path+set}" = set; then
3244 withval
="$with_lib_path"
3247 # Check whether --enable-targets or --disable-targets was given.
3248 if test "${enable_targets+set}" = set; then
3249 enableval
="$enable_targets"
3250 case "${enableval}" in
3251 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
3252 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
3253 { (exit 1); exit 1; }; }
3255 no
) enable_targets
= ;;
3256 *) enable_targets
=$enableval ;;
3258 fi; # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
3259 if test "${enable_64_bit_bfd+set}" = set; then
3260 enableval
="$enable_64_bit_bfd"
3261 case "${enableval}" in
3264 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
3265 echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
3266 { (exit 1); exit 1; }; } ;;
3272 # Check whether --with-sysroot or --without-sysroot was given.
3273 if test "${with_sysroot+set}" = set; then
3274 withval
="$with_sysroot"
3276 case ${with_sysroot} in
3277 yes) TARGET_SYSTEM_ROOT
='${exec_prefix}/${target_alias}/sys-root' ;;
3278 *) TARGET_SYSTEM_ROOT
=$with_sysroot ;;
3281 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
3284 if test "x$prefix" = xNONE
; then
3285 test_prefix
=/usr
/local
3289 if test "x$exec_prefix" = xNONE
; then
3290 test_exec_prefix
=$test_prefix
3292 test_exec_prefix
=$exec_prefix
3294 case ${TARGET_SYSTEM_ROOT} in
3295 "${test_prefix}"|
"${test_prefix}/"*|\
3296 "${test_exec_prefix}"|
"${test_exec_prefix}/"*|\
3297 '${prefix}'|
'${prefix}/'*|\
3298 '${exec_prefix}'|
'${exec_prefix}/'*)
3299 t
="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
3300 TARGET_SYSTEM_ROOT_DEFINE
="$t"
3308 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"\"'
3316 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
3318 # Check whether --enable-werror or --disable-werror was given.
3319 if test "${enable_werror+set}" = set; then
3320 enableval
="$enable_werror"
3321 case "${enableval}" in
3322 yes | y
) ERROR_ON_WARNING
="yes" ;;
3323 no | n
) ERROR_ON_WARNING
="no" ;;
3324 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
3325 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
3326 { (exit 1); exit 1; }; } ;;
3330 # Enable -Wno-format by default when using gcc on mingw
3333 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
3334 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
3340 # Enable -Werror by default when using gcc
3341 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
3342 ERROR_ON_WARNING
=yes
3346 if test "${ERROR_ON_WARNING}" = yes ; then
3347 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
3348 NO_WERROR
="-Wno-error"
3351 if test "${GCC}" = yes ; then
3352 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
3355 # Check whether --enable-build-warnings or --disable-build-warnings was given.
3356 if test "${enable_build_warnings+set}" = set; then
3357 enableval
="$enable_build_warnings"
3358 case "${enableval}" in
3359 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
3360 no
) if test "${GCC}" = yes ; then
3363 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
3364 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
3365 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
3366 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
3367 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
3371 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
3372 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
3379 ac_config_headers
="$ac_config_headers config.h:config.in"
3382 if test -z "$target" ; then
3383 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
3384 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
3385 { (exit 1); exit 1; }; }
3387 if test -z "$host" ; then
3388 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
3389 echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
3390 { (exit 1); exit 1; }; }
3393 # host-specific stuff:
3396 ac_cpp
='$CPP $CPPFLAGS'
3397 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3398 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3399 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3400 if test -n "$ac_tool_prefix"; then
3401 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3402 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3403 echo "$as_me:$LINENO: checking for $ac_word" >&5
3404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3405 if test "${ac_cv_prog_CC+set}" = set; then
3406 echo $ECHO_N "(cached) $ECHO_C" >&6
3408 if test -n "$CC"; then
3409 ac_cv_prog_CC
="$CC" # Let the user override the test.
3411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3415 test -z "$as_dir" && as_dir
=.
3416 for ac_exec_ext
in '' $ac_executable_extensions; do
3417 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3418 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3428 if test -n "$CC"; then
3429 echo "$as_me:$LINENO: result: $CC" >&5
3430 echo "${ECHO_T}$CC" >&6
3432 echo "$as_me:$LINENO: result: no" >&5
3433 echo "${ECHO_T}no" >&6
3437 if test -z "$ac_cv_prog_CC"; then
3439 # Extract the first word of "gcc", so it can be a program name with args.
3440 set dummy gcc
; ac_word
=$2
3441 echo "$as_me:$LINENO: checking for $ac_word" >&5
3442 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3443 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3444 echo $ECHO_N "(cached) $ECHO_C" >&6
3446 if test -n "$ac_ct_CC"; then
3447 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3449 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3453 test -z "$as_dir" && as_dir
=.
3454 for ac_exec_ext
in '' $ac_executable_extensions; do
3455 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3456 ac_cv_prog_ac_ct_CC
="gcc"
3457 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3465 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3466 if test -n "$ac_ct_CC"; then
3467 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3468 echo "${ECHO_T}$ac_ct_CC" >&6
3470 echo "$as_me:$LINENO: result: no" >&5
3471 echo "${ECHO_T}no" >&6
3479 if test -z "$CC"; then
3480 if test -n "$ac_tool_prefix"; then
3481 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3482 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3483 echo "$as_me:$LINENO: checking for $ac_word" >&5
3484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3485 if test "${ac_cv_prog_CC+set}" = set; then
3486 echo $ECHO_N "(cached) $ECHO_C" >&6
3488 if test -n "$CC"; then
3489 ac_cv_prog_CC
="$CC" # Let the user override the test.
3491 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3495 test -z "$as_dir" && as_dir
=.
3496 for ac_exec_ext
in '' $ac_executable_extensions; do
3497 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3498 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3499 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3508 if test -n "$CC"; then
3509 echo "$as_me:$LINENO: result: $CC" >&5
3510 echo "${ECHO_T}$CC" >&6
3512 echo "$as_me:$LINENO: result: no" >&5
3513 echo "${ECHO_T}no" >&6
3517 if test -z "$ac_cv_prog_CC"; then
3519 # Extract the first word of "cc", so it can be a program name with args.
3520 set dummy cc
; ac_word
=$2
3521 echo "$as_me:$LINENO: checking for $ac_word" >&5
3522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3523 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3524 echo $ECHO_N "(cached) $ECHO_C" >&6
3526 if test -n "$ac_ct_CC"; then
3527 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3529 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3533 test -z "$as_dir" && as_dir
=.
3534 for ac_exec_ext
in '' $ac_executable_extensions; do
3535 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3536 ac_cv_prog_ac_ct_CC
="cc"
3537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3545 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3546 if test -n "$ac_ct_CC"; then
3547 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3548 echo "${ECHO_T}$ac_ct_CC" >&6
3550 echo "$as_me:$LINENO: result: no" >&5
3551 echo "${ECHO_T}no" >&6
3560 if test -z "$CC"; then
3561 # Extract the first word of "cc", so it can be a program name with args.
3562 set dummy cc
; ac_word
=$2
3563 echo "$as_me:$LINENO: checking for $ac_word" >&5
3564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3565 if test "${ac_cv_prog_CC+set}" = set; then
3566 echo $ECHO_N "(cached) $ECHO_C" >&6
3568 if test -n "$CC"; then
3569 ac_cv_prog_CC
="$CC" # Let the user override the test.
3572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3576 test -z "$as_dir" && as_dir
=.
3577 for ac_exec_ext
in '' $ac_executable_extensions; do
3578 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3579 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3580 ac_prog_rejected
=yes
3584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3590 if test $ac_prog_rejected = yes; then
3591 # We found a bogon in the path, so make sure we never use it.
3592 set dummy
$ac_cv_prog_CC
3594 if test $# != 0; then
3595 # We chose a different compiler from the bogus one.
3596 # However, it has the same basename, so the bogon will be chosen
3597 # first if we set CC to just the basename; use the full file name.
3599 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3605 if test -n "$CC"; then
3606 echo "$as_me:$LINENO: result: $CC" >&5
3607 echo "${ECHO_T}$CC" >&6
3609 echo "$as_me:$LINENO: result: no" >&5
3610 echo "${ECHO_T}no" >&6
3614 if test -z "$CC"; then
3615 if test -n "$ac_tool_prefix"; then
3618 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3619 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3620 echo "$as_me:$LINENO: checking for $ac_word" >&5
3621 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3622 if test "${ac_cv_prog_CC+set}" = set; then
3623 echo $ECHO_N "(cached) $ECHO_C" >&6
3625 if test -n "$CC"; then
3626 ac_cv_prog_CC
="$CC" # Let the user override the test.
3628 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3632 test -z "$as_dir" && as_dir
=.
3633 for ac_exec_ext
in '' $ac_executable_extensions; do
3634 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3635 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3645 if test -n "$CC"; then
3646 echo "$as_me:$LINENO: result: $CC" >&5
3647 echo "${ECHO_T}$CC" >&6
3649 echo "$as_me:$LINENO: result: no" >&5
3650 echo "${ECHO_T}no" >&6
3653 test -n "$CC" && break
3656 if test -z "$CC"; then
3660 # Extract the first word of "$ac_prog", so it can be a program name with args.
3661 set dummy
$ac_prog; ac_word
=$2
3662 echo "$as_me:$LINENO: checking for $ac_word" >&5
3663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3664 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3665 echo $ECHO_N "(cached) $ECHO_C" >&6
3667 if test -n "$ac_ct_CC"; then
3668 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3670 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3674 test -z "$as_dir" && as_dir
=.
3675 for ac_exec_ext
in '' $ac_executable_extensions; do
3676 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3677 ac_cv_prog_ac_ct_CC
="$ac_prog"
3678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3686 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3687 if test -n "$ac_ct_CC"; then
3688 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3689 echo "${ECHO_T}$ac_ct_CC" >&6
3691 echo "$as_me:$LINENO: result: no" >&5
3692 echo "${ECHO_T}no" >&6
3695 test -n "$ac_ct_CC" && break
3704 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3705 See \`config.log' for more details." >&5
3706 echo "$as_me: error: no acceptable C compiler found in \$PATH
3707 See \`config.log' for more details." >&2;}
3708 { (exit 1); exit 1; }; }
3710 # Provide some information about the compiler.
3711 echo "$as_me:$LINENO:" \
3712 "checking for C compiler version" >&5
3713 ac_compiler
=`set X $ac_compile; echo $2`
3714 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3715 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3718 (exit $ac_status); }
3719 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3720 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723 (exit $ac_status); }
3724 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3725 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3728 (exit $ac_status); }
3730 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3731 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3732 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3733 echo $ECHO_N "(cached) $ECHO_C" >&6
3735 cat >conftest.
$ac_ext <<_ACEOF
3738 cat confdefs.h
>>conftest.
$ac_ext
3739 cat >>conftest.
$ac_ext <<_ACEOF
3740 /* end confdefs.h. */
3753 rm -f conftest.
$ac_objext
3754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3755 (eval $ac_compile) 2>conftest.er1
3757 grep -v '^ *+' conftest.er1
>conftest.err
3759 cat conftest.err
>&5
3760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3761 (exit $ac_status); } &&
3762 { ac_try
='test -z "$ac_c_werror_flag"
3763 || test ! -s conftest.err'
3764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768 (exit $ac_status); }; } &&
3769 { ac_try
='test -s conftest.$ac_objext'
3770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3774 (exit $ac_status); }; }; then
3777 echo "$as_me: failed program was:" >&5
3778 sed 's/^/| /' conftest.
$ac_ext >&5
3782 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3783 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3786 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3787 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3788 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3789 ac_test_CFLAGS
=${CFLAGS+set}
3790 ac_save_CFLAGS
=$CFLAGS
3792 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3793 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3794 if test "${ac_cv_prog_cc_g+set}" = set; then
3795 echo $ECHO_N "(cached) $ECHO_C" >&6
3797 cat >conftest.
$ac_ext <<_ACEOF
3800 cat confdefs.h
>>conftest.
$ac_ext
3801 cat >>conftest.
$ac_ext <<_ACEOF
3802 /* end confdefs.h. */
3812 rm -f conftest.
$ac_objext
3813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3814 (eval $ac_compile) 2>conftest.er1
3816 grep -v '^ *+' conftest.er1
>conftest.err
3818 cat conftest.err
>&5
3819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3820 (exit $ac_status); } &&
3821 { ac_try
='test -z "$ac_c_werror_flag"
3822 || test ! -s conftest.err'
3823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3827 (exit $ac_status); }; } &&
3828 { ac_try
='test -s conftest.$ac_objext'
3829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3833 (exit $ac_status); }; }; then
3836 echo "$as_me: failed program was:" >&5
3837 sed 's/^/| /' conftest.
$ac_ext >&5
3841 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3843 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3844 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3845 if test "$ac_test_CFLAGS" = set; then
3846 CFLAGS
=$ac_save_CFLAGS
3847 elif test $ac_cv_prog_cc_g = yes; then
3848 if test "$GCC" = yes; then
3854 if test "$GCC" = yes; then
3860 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3861 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3862 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3863 echo $ECHO_N "(cached) $ECHO_C" >&6
3865 ac_cv_prog_cc_stdc
=no
3867 cat >conftest.
$ac_ext <<_ACEOF
3870 cat confdefs.h
>>conftest.
$ac_ext
3871 cat >>conftest.
$ac_ext <<_ACEOF
3872 /* end confdefs.h. */
3875 #include <sys/types.h>
3876 #include <sys/stat.h>
3877 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3878 struct buf { int x; };
3879 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3880 static char *e (p, i)
3886 static char *f (char * (*g) (char **, int), char **p, ...)
3891 s = g (p, va_arg (v,int));
3896 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3897 function prototypes and stuff, but not '\xHH' hex character constants.
3898 These don't provoke an error unfortunately, instead are silently treated
3899 as 'x'. The following induces an error, until -std1 is added to get
3900 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3901 array size at least. It's necessary to write '\x00'==0 to get something
3902 that's true only with -std1. */
3903 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3905 int test (int i, double x);
3906 struct s1 {int (*f) (int a);};
3907 struct s2 {int (*f) (double a);};
3908 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3914 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3919 # Don't try gcc -ansi; that turns off useful extensions and
3920 # breaks some systems' header files.
3921 # AIX -qlanglvl=ansi
3922 # Ultrix and OSF/1 -std1
3923 # HP-UX 10.20 and later -Ae
3924 # HP-UX older versions -Aa -D_HPUX_SOURCE
3925 # SVR4 -Xc -D__EXTENSIONS__
3926 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3928 CC
="$ac_save_CC $ac_arg"
3929 rm -f conftest.
$ac_objext
3930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3931 (eval $ac_compile) 2>conftest.er1
3933 grep -v '^ *+' conftest.er1
>conftest.err
3935 cat conftest.err
>&5
3936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3937 (exit $ac_status); } &&
3938 { ac_try
='test -z "$ac_c_werror_flag"
3939 || test ! -s conftest.err'
3940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3944 (exit $ac_status); }; } &&
3945 { ac_try
='test -s conftest.$ac_objext'
3946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3950 (exit $ac_status); }; }; then
3951 ac_cv_prog_cc_stdc
=$ac_arg
3954 echo "$as_me: failed program was:" >&5
3955 sed 's/^/| /' conftest.
$ac_ext >&5
3958 rm -f conftest.err conftest.
$ac_objext
3960 rm -f conftest.
$ac_ext conftest.
$ac_objext
3965 case "x$ac_cv_prog_cc_stdc" in
3967 echo "$as_me:$LINENO: result: none needed" >&5
3968 echo "${ECHO_T}none needed" >&6 ;;
3970 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3971 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3972 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3975 # Some people use a C++ compiler to compile C. Since we use `exit',
3976 # in C++ we need to declare it. In case someone uses the same compiler
3977 # for both compiling C and C++ we need to have the C++ compiler decide
3978 # the declaration of exit, since it's the most demanding environment.
3979 cat >conftest.
$ac_ext <<_ACEOF
3984 rm -f conftest.
$ac_objext
3985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3986 (eval $ac_compile) 2>conftest.er1
3988 grep -v '^ *+' conftest.er1
>conftest.err
3990 cat conftest.err
>&5
3991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3992 (exit $ac_status); } &&
3993 { ac_try
='test -z "$ac_c_werror_flag"
3994 || test ! -s conftest.err'
3995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3999 (exit $ac_status); }; } &&
4000 { ac_try
='test -s conftest.$ac_objext'
4001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4005 (exit $ac_status); }; }; then
4006 for ac_declaration
in \
4008 'extern "C" void std::exit (int) throw (); using std::exit;' \
4009 'extern "C" void std::exit (int); using std::exit;' \
4010 'extern "C" void exit (int) throw ();' \
4011 'extern "C" void exit (int);' \
4014 cat >conftest.
$ac_ext <<_ACEOF
4017 cat confdefs.h
>>conftest.
$ac_ext
4018 cat >>conftest.
$ac_ext <<_ACEOF
4019 /* end confdefs.h. */
4030 rm -f conftest.
$ac_objext
4031 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4032 (eval $ac_compile) 2>conftest.er1
4034 grep -v '^ *+' conftest.er1
>conftest.err
4036 cat conftest.err
>&5
4037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038 (exit $ac_status); } &&
4039 { ac_try
='test -z "$ac_c_werror_flag"
4040 || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } &&
4046 { ac_try
='test -s conftest.$ac_objext'
4047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); }; }; then
4054 echo "$as_me: failed program was:" >&5
4055 sed 's/^/| /' conftest.
$ac_ext >&5
4059 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4060 cat >conftest.
$ac_ext <<_ACEOF
4063 cat confdefs.h
>>conftest.
$ac_ext
4064 cat >>conftest.
$ac_ext <<_ACEOF
4065 /* end confdefs.h. */
4075 rm -f conftest.
$ac_objext
4076 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4077 (eval $ac_compile) 2>conftest.er1
4079 grep -v '^ *+' conftest.er1
>conftest.err
4081 cat conftest.err
>&5
4082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4083 (exit $ac_status); } &&
4084 { ac_try
='test -z "$ac_c_werror_flag"
4085 || test ! -s conftest.err'
4086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4090 (exit $ac_status); }; } &&
4091 { ac_try
='test -s conftest.$ac_objext'
4092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4096 (exit $ac_status); }; }; then
4099 echo "$as_me: failed program was:" >&5
4100 sed 's/^/| /' conftest.
$ac_ext >&5
4103 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4106 if test -n "$ac_declaration"; then
4107 echo '#ifdef __cplusplus' >>confdefs.h
4108 echo $ac_declaration >>confdefs.h
4109 echo '#endif' >>confdefs.h
4113 echo "$as_me: failed program was:" >&5
4114 sed 's/^/| /' conftest.
$ac_ext >&5
4117 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4119 ac_cpp
='$CPP $CPPFLAGS'
4120 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4121 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4122 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4125 cat >>confdefs.h
<<\_ACEOF
4126 #define _GNU_SOURCE 1
4130 # Find a good install program. We prefer a C program (faster),
4131 # so one script is as good as another. But avoid the broken or
4132 # incompatible versions:
4133 # SysV /etc/install, /usr/sbin/install
4134 # SunOS /usr/etc/install
4135 # IRIX /sbin/install
4137 # AmigaOS /C/install, which installs bootblocks on floppy discs
4138 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4139 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4140 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4141 # OS/2's system install, which has a completely different semantic
4142 # ./install, which can be erroneously created by make from ./install.sh.
4143 # Reject install programs that cannot install multiple files.
4144 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4145 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4146 if test -z "$INSTALL"; then
4147 if test "${ac_cv_path_install+set}" = set; then
4148 echo $ECHO_N "(cached) $ECHO_C" >&6
4150 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4154 test -z "$as_dir" && as_dir
=.
4155 # Account for people who put trailing slashes in PATH elements.
4157 .
/ | .
// |
/cC
/* | \
4158 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4159 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
4162 # OSF1 and SCO ODT 3.0 have their own names for install.
4163 # Don't use installbsd from OSF since it installs stuff as root
4165 for ac_prog
in ginstall scoinst
install; do
4166 for ac_exec_ext
in '' $ac_executable_extensions; do
4167 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4168 if test $ac_prog = install &&
4169 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4170 # AIX install. It has an incompatible calling convention.
4172 elif test $ac_prog = install &&
4173 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4174 # program-specific install script used by HP pwplus--don't use.
4177 rm -rf conftest.one conftest.two conftest.dir
4178 echo one
> conftest.one
4179 echo two
> conftest.two
4181 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
4182 test -s conftest.one
&& test -s conftest.two
&&
4183 test -s conftest.dir
/conftest.one
&&
4184 test -s conftest.dir
/conftest.two
4186 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4197 rm -rf conftest.one conftest.two conftest.dir
4200 if test "${ac_cv_path_install+set}" = set; then
4201 INSTALL
=$ac_cv_path_install
4203 # As a last resort, use the slow shell script. Don't cache a
4204 # value for INSTALL within a source directory, because that will
4205 # break other packages using the cache if that directory is
4206 # removed, or if the value is a relative name.
4207 INSTALL
=$ac_install_sh
4210 echo "$as_me:$LINENO: result: $INSTALL" >&5
4211 echo "${ECHO_T}$INSTALL" >&6
4213 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4214 # It thinks the first close brace ends the variable substitution.
4215 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4217 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4219 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4224 macro_version
='2.1a'
4225 macro_revision
='1.2435'
4238 ltmain
="$ac_aux_dir/ltmain.sh"
4248 # Check whether --enable-shared or --disable-shared was given.
4249 if test "${enable_shared+set}" = set; then
4250 enableval
="$enable_shared"
4251 p
=${PACKAGE-default}
4253 yes) enable_shared
=yes ;;
4254 no
) enable_shared
=no
;;
4257 # Look at the argument we got. We use all the common list separators.
4258 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4259 for pkg
in $enableval; do
4261 if test "X$pkg" = "X$p"; then
4279 # Check whether --enable-static or --disable-static was given.
4280 if test "${enable_static+set}" = set; then
4281 enableval
="$enable_static"
4282 p
=${PACKAGE-default}
4284 yes) enable_static
=yes ;;
4285 no
) enable_static
=no
;;
4288 # Look at the argument we got. We use all the common list separators.
4289 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4290 for pkg
in $enableval; do
4292 if test "X$pkg" = "X$p"; then
4311 # Check whether --with-pic or --without-pic was given.
4312 if test "${with_pic+set}" = set; then
4319 test -z "$pic_mode" && pic_mode
=default
4327 # Check whether --enable-fast-install or --disable-fast-install was given.
4328 if test "${enable_fast_install+set}" = set; then
4329 enableval
="$enable_fast_install"
4330 p
=${PACKAGE-default}
4332 yes) enable_fast_install
=yes ;;
4333 no
) enable_fast_install
=no
;;
4335 enable_fast_install
=no
4336 # Look at the argument we got. We use all the common list separators.
4337 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4338 for pkg
in $enableval; do
4340 if test "X$pkg" = "X$p"; then
4341 enable_fast_install
=yes
4348 enable_fast_install
=yes
4358 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4359 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
4360 if test "${lt_cv_path_SED+set}" = set; then
4361 echo $ECHO_N "(cached) $ECHO_C" >&6
4363 # Loop through the user's path and test for sed and gsed.
4364 # Then use that list of sed's as ones to test for truncation.
4365 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4369 test -z "$as_dir" && as_dir
=.
4370 for lt_ac_prog
in sed gsed
; do
4371 for ac_exec_ext
in '' $ac_executable_extensions; do
4372 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4373 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4381 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4382 # along with /bin/sed that truncates output.
4383 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
4384 test ! -f $lt_ac_sed && continue
4385 cat /dev
/null
> conftest.
in
4387 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
4388 # Check for GNU sed and select it if it is found.
4389 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
4390 lt_cv_path_SED
=$lt_ac_sed
4394 cat conftest.
in conftest.
in >conftest.tmp
4395 mv conftest.tmp conftest.
in
4396 cp conftest.
in conftest.
nl
4398 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
4399 cmp -s conftest.out conftest.
nl ||
break
4400 # 10000 chars as input seems more than enough
4401 test $lt_ac_count -gt 10 && break
4402 lt_ac_count
=`expr $lt_ac_count + 1`
4403 if test $lt_ac_count -gt $lt_ac_max; then
4404 lt_ac_max
=$lt_ac_count
4405 lt_cv_path_SED
=$lt_ac_sed
4414 echo "$as_me:$LINENO: result: $SED" >&5
4415 echo "${ECHO_T}$SED" >&6
4417 test -z "$SED" && SED
=sed
4418 Xsed
="$SED -e 1s/^X//"
4430 echo "$as_me:$LINENO: checking for egrep" >&5
4431 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4432 if test "${ac_cv_prog_egrep+set}" = set; then
4433 echo $ECHO_N "(cached) $ECHO_C" >&6
4435 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4436 then ac_cv_prog_egrep
='grep -E'
4437 else ac_cv_prog_egrep
='egrep'
4440 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4441 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4442 EGREP
=$ac_cv_prog_egrep
4445 echo "$as_me:$LINENO: checking for fgrep" >&5
4446 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
4447 if test "${ac_cv_prog_fgrep+set}" = set; then
4448 echo $ECHO_N "(cached) $ECHO_C" >&6
4450 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
4451 then ac_cv_prog_fgrep
='grep -F'
4452 else ac_cv_prog_fgrep
='fgrep'
4455 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
4456 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
4457 FGREP
=$ac_cv_prog_fgrep
4460 test -z "$GREP" && GREP
=grep
4480 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4481 if test "${with_gnu_ld+set}" = set; then
4482 withval
="$with_gnu_ld"
4483 test "$withval" = no || with_gnu_ld
=yes
4488 if test "$GCC" = yes; then
4489 # Check if gcc -print-prog-name=ld gives a path.
4490 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4491 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4494 # gcc leaves a trailing carriage return which upsets mingw
4495 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4497 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4500 # Accept absolute paths.
4502 re_direlt
='/[^/][^/]*/\.\./'
4503 # Canonicalize the pathname of ld
4504 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4505 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4506 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4508 test -z "$LD" && LD
="$ac_prog"
4511 # If it fails, then pretend we aren't using GCC.
4515 # If it is relative, then search for the first ld in PATH.
4519 elif test "$with_gnu_ld" = yes; then
4520 echo "$as_me:$LINENO: checking for GNU ld" >&5
4521 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4523 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4524 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4526 if test "${lt_cv_path_LD+set}" = set; then
4527 echo $ECHO_N "(cached) $ECHO_C" >&6
4529 if test -z "$LD"; then
4530 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4531 for ac_dir
in $PATH; do
4533 test -z "$ac_dir" && ac_dir
=.
4534 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4535 lt_cv_path_LD
="$ac_dir/$ac_prog"
4536 # Check to see if the program is GNU ld. I'd rather use --version,
4537 # but apparently some variants of GNU ld only accept -v.
4538 # Break only if it was the GNU/non-GNU ld that we prefer.
4539 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4540 *GNU
* |
*'with BFD'*)
4541 test "$with_gnu_ld" != no
&& break
4544 test "$with_gnu_ld" != yes && break
4551 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4556 if test -n "$LD"; then
4557 echo "$as_me:$LINENO: result: $LD" >&5
4558 echo "${ECHO_T}$LD" >&6
4560 echo "$as_me:$LINENO: result: no" >&5
4561 echo "${ECHO_T}no" >&6
4563 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4564 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4565 { (exit 1); exit 1; }; }
4566 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4567 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4568 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4569 echo $ECHO_N "(cached) $ECHO_C" >&6
4571 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4572 case `$LD -v 2>&1 </dev/null` in
4573 *GNU
* |
*'with BFD'*)
4574 lt_cv_prog_gnu_ld
=yes
4577 lt_cv_prog_gnu_ld
=no
4581 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4582 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4583 with_gnu_ld
=$lt_cv_prog_gnu_ld
4594 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4595 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
4596 if test "${lt_cv_path_NM+set}" = set; then
4597 echo $ECHO_N "(cached) $ECHO_C" >&6
4599 if test -n "$NM"; then
4600 # Let the user override the test.
4603 lt_nm_to_check
="${ac_tool_prefix}nm"
4604 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4605 lt_nm_to_check
="$lt_nm_to_check nm"
4607 for lt_tmp_nm
in $lt_nm_to_check; do
4608 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4609 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4611 test -z "$ac_dir" && ac_dir
=.
4612 tmp_nm
="$ac_dir/$lt_tmp_nm"
4613 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4614 # Check to see if the nm accepts a BSD-compat flag.
4615 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4616 # nm: unknown option "B" ignored
4617 # Tru64's nm complains that /dev/null is an invalid object file
4618 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4619 */dev
/null
* |
*'Invalid file or object type'*)
4620 lt_cv_path_NM
="$tmp_nm -B"
4624 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4626 lt_cv_path_NM
="$tmp_nm -p"
4630 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4631 continue # so that we can try to find one that supports BSD flags
4640 : ${lt_cv_path_NM=no}
4643 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4644 echo "${ECHO_T}$lt_cv_path_NM" >&6
4645 if test "$lt_cv_path_NM" != "no"; then
4648 # Didn't find any BSD compatible name lister, look for dumpbin.
4649 if test -n "$ac_tool_prefix"; then
4650 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4652 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4653 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4654 echo "$as_me:$LINENO: checking for $ac_word" >&5
4655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4656 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4657 echo $ECHO_N "(cached) $ECHO_C" >&6
4659 if test -n "$DUMPBIN"; then
4660 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4662 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4666 test -z "$as_dir" && as_dir
=.
4667 for ac_exec_ext
in '' $ac_executable_extensions; do
4668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4669 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4678 DUMPBIN
=$ac_cv_prog_DUMPBIN
4679 if test -n "$DUMPBIN"; then
4680 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4681 echo "${ECHO_T}$DUMPBIN" >&6
4683 echo "$as_me:$LINENO: result: no" >&5
4684 echo "${ECHO_T}no" >&6
4687 test -n "$DUMPBIN" && break
4690 if test -z "$DUMPBIN"; then
4691 ac_ct_DUMPBIN
=$DUMPBIN
4692 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4694 # Extract the first word of "$ac_prog", so it can be a program name with args.
4695 set dummy
$ac_prog; ac_word
=$2
4696 echo "$as_me:$LINENO: checking for $ac_word" >&5
4697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4698 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4699 echo $ECHO_N "(cached) $ECHO_C" >&6
4701 if test -n "$ac_ct_DUMPBIN"; then
4702 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4704 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4708 test -z "$as_dir" && as_dir
=.
4709 for ac_exec_ext
in '' $ac_executable_extensions; do
4710 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4711 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4720 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4721 if test -n "$ac_ct_DUMPBIN"; then
4722 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4723 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
4725 echo "$as_me:$LINENO: result: no" >&5
4726 echo "${ECHO_T}no" >&6
4729 test -n "$ac_ct_DUMPBIN" && break
4731 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
4733 DUMPBIN
=$ac_ct_DUMPBIN
4737 if test "$DUMPBIN" != ":"; then
4741 test -z "$NM" && NM
=nm
4748 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4749 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
4750 if test "${lt_cv_nm_interface+set}" = set; then
4751 echo $ECHO_N "(cached) $ECHO_C" >&6
4753 lt_cv_nm_interface
="BSD nm"
4754 echo "int some_variable = 0;" > conftest.
$ac_ext
4755 (eval echo "\"\$as_me:4755: $ac_compile\"" >&5)
4756 (eval "$ac_compile" 2>conftest.err
)
4757 cat conftest.err
>&5
4758 (eval echo "\"\$as_me:4758: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4759 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4760 cat conftest.err
>&5
4761 (eval echo "\"\$as_me:4761: output\"" >&5)
4762 cat conftest.out
>&5
4763 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4764 lt_cv_nm_interface
="MS dumpbin"
4768 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4769 echo "${ECHO_T}$lt_cv_nm_interface" >&6
4771 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4772 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4774 if test "$LN_S" = "ln -s"; then
4775 echo "$as_me:$LINENO: result: yes" >&5
4776 echo "${ECHO_T}yes" >&6
4778 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4779 echo "${ECHO_T}no, using $LN_S" >&6
4782 # find the maximum length of command line arguments
4783 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4784 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4785 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4786 echo $ECHO_N "(cached) $ECHO_C" >&6
4793 # On DJGPP, this test can blow up pretty badly due to problems in libc
4794 # (any single argument exceeding 2000 bytes causes a buffer overrun
4795 # during glob expansion). Even if it were fixed, the result of this
4796 # check would be larger than it should be.
4797 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4801 # Under GNU Hurd, this test is not required because there is
4802 # no limit to the length of command line arguments.
4803 # Libtool will interpret -1 as no limit whatsoever
4804 lt_cv_sys_max_cmd_len
=-1;
4808 # On Win9x/ME, this test blows up -- it succeeds, but takes
4809 # about 5 minutes as the teststring grows exponentially.
4810 # Worse, since 9x/ME are not pre-emptively multitasking,
4811 # you end up with a "frozen" computer, even though with patience
4812 # the test eventually succeeds (with a max line length of 256k).
4813 # Instead, let's just punt: use the minimum linelength reported by
4814 # all of the supported platforms: 8192 (on NT/2K/XP).
4815 lt_cv_sys_max_cmd_len
=8192;
4819 # On AmigaOS with pdksh, this test takes hours, literally.
4820 # So we just punt and use a minimum line length of 8192.
4821 lt_cv_sys_max_cmd_len
=8192;
4824 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4825 # This has been around since 386BSD, at least. Likely further.
4826 if test -x /sbin
/sysctl
; then
4827 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4828 elif test -x /usr
/sbin
/sysctl
; then
4829 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4831 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4833 # And add a safety zone
4834 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4835 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4839 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4840 lt_cv_sys_max_cmd_len
=196608
4844 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4845 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4846 # nice to cause kernel panics so lets avoid the loop below.
4847 # First set a reasonable default.
4848 lt_cv_sys_max_cmd_len
=16384
4850 if test -x /sbin
/sysconfig
; then
4851 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4852 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4857 lt_cv_sys_max_cmd_len
=102400
4859 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4860 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4861 if test -n "$kargmax"; then
4862 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4864 lt_cv_sys_max_cmd_len
=32768
4868 lt_cv_sys_max_cmd_len
=`getconf ARG_MAX 2> /dev/null`
4869 if test -n $lt_cv_sys_max_cmd_len; then
4870 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4871 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4873 # Make teststring a little bigger before we do anything with it.
4874 # a 1K string should be a reasonable start.
4875 for i
in 1 2 3 4 5 6 7 8 ; do
4876 teststring
=$teststring$teststring
4878 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4879 # If test is not a shell built-in, we'll probably end up computing a
4880 # maximum length that is only half of the actual maximum length, but
4882 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4883 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
4884 test $i != 17 # 1/2 MB should be enough
4887 teststring
=$teststring$teststring
4889 # Only check the string length outside the loop.
4890 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4892 # Add a significant safety factor because C++ compilers can tack on
4893 # massive amounts of additional arguments before passing them to the
4894 # linker. It appears as though 1/2 is a usable value.
4895 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4902 if test -n $lt_cv_sys_max_cmd_len ; then
4903 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4904 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4906 echo "$as_me:$LINENO: result: none" >&5
4907 echo "${ECHO_T}none" >&6
4909 max_cmd_len
=$lt_cv_sys_max_cmd_len
4921 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4922 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
4923 # Try some XSI features
4926 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4927 = c,a/b,, ) >/dev/null 2>&1 \
4929 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
4930 echo "${ECHO_T}$xsi_shell" >&6
4933 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
4934 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
4936 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
4938 && lt_shell_append=yes
4939 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
4940 echo "${ECHO_T}$lt_shell_append" >&6
4943 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4953 # test EBCDIC or ASCII
4954 case `echo X|tr X '\101'` in
4955 A) # ASCII based system
4956 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4957 lt_SP2NL='tr \040 \012'
4958 lt_NL2SP='tr \015\012 \040\040'
4960 *) # EBCDIC based system
4961 lt_SP2NL='tr \100 \n'
4962 lt_NL2SP='tr \r\n \100\100'
4974 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
4975 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
4976 if test "${lt_cv_ld_reload_flag+set}" = set; then
4977 echo $ECHO_N "(cached
) $ECHO_C" >&6
4979 lt_cv_ld_reload_flag='-r'
4981 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
4982 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4983 reload_flag=$lt_cv_ld_reload_flag
4984 case $reload_flag in
4986 *) reload_flag=" $reload_flag" ;;
4988 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4991 if test "$GCC" = yes; then
4992 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4994 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5008 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
5009 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
5010 if test "${lt_cv_deplibs_check_method+set}" = set; then
5011 echo $ECHO_N "(cached
) $ECHO_C" >&6
5013 lt_cv_file_magic_cmd='$MAGIC_CMD'
5014 lt_cv_file_magic_test_file=
5015 lt_cv_deplibs_check_method='unknown'
5016 # Need to set the preceding variable on all platforms that support
5017 # interlibrary dependencies.
5018 # 'none' -- dependencies not supported.
5019 # `unknown' -- same as none, but documents that we really don't know.
5020 # 'pass_all' -- all dependencies passed with no checks.
5021 # 'test_compile' -- check by making test program.
5022 # 'file_magic [[regex]]' -- check by looking for files in library path
5023 # which responds to the $file_magic_cmd with a given extended regex.
5024 # If you have `file' or equivalent on your system and you're not sure
5025 # whether `pass_all' will *always* work, you probably want this one.
5029 lt_cv_deplibs_check_method=pass_all
5033 lt_cv_deplibs_check_method=pass_all
5037 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5038 lt_cv_file_magic_cmd='/usr/bin/file -L'
5039 lt_cv_file_magic_test_file=/shlib/libc.so
5043 # func_win32_libid is a shell function defined in ltmain.sh
5044 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5045 lt_cv_file_magic_cmd='func_win32_libid'
5049 # Base MSYS/MinGW do not provide the 'file' command needed by
5050 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5051 # unless we find 'file', for example because we are cross-compiling.
5052 if ( file / ) >/dev/null 2>&1; then
5053 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5054 lt_cv_file_magic_cmd='func_win32_libid'
5056 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5057 lt_cv_file_magic_cmd='$OBJDUMP -f'
5061 darwin* | rhapsody*)
5062 lt_cv_deplibs_check_method=pass_all
5065 freebsd* | dragonfly*)
5066 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5069 # Not sure whether the presence of OpenBSD here was a mistake.
5070 # Let's accept both of them until this is cleared up.
5071 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5072 lt_cv_file_magic_cmd=/usr/bin/file
5073 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5077 lt_cv_deplibs_check_method=pass_all
5082 lt_cv_deplibs_check_method=pass_all
5085 hpux10.20* | hpux11*)
5086 lt_cv_file_magic_cmd=/usr/bin/file
5089 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5090 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5093 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]'
5094 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5097 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5098 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5104 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5105 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5108 irix5* | irix6* | nonstopux*)
5110 *-32|*"-32 ") libmagic=32-bit;;
5111 *-n32|*"-n32 ") libmagic=N32;;
5112 *-64|*"-64 ") libmagic=64-bit;;
5113 *) libmagic=never-match;;
5115 lt_cv_deplibs_check_method=pass_all
5118 # This must be Linux ELF.
5119 linux* | k*bsd*-gnu)
5120 lt_cv_deplibs_check_method=pass_all
5124 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5125 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5127 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5132 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5133 lt_cv_file_magic_cmd=/usr/bin/file
5134 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5138 lt_cv_deplibs_check_method=pass_all
5142 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5143 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5145 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5149 osf3* | osf4* | osf5*)
5150 lt_cv_deplibs_check_method=pass_all
5154 lt_cv_deplibs_check_method=pass_all
5158 lt_cv_deplibs_check_method=pass_all
5161 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5162 lt_cv_deplibs_check_method=pass_all
5166 case $host_vendor in
5168 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]'
5169 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5172 lt_cv_deplibs_check_method=pass_all
5175 lt_cv_file_magic_cmd='/bin/file'
5176 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5179 lt_cv_file_magic_cmd='/bin/file'
5180 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5181 lt_cv_file_magic_test_file=/lib/libc.so
5184 lt_cv_deplibs_check_method=pass_all
5187 lt_cv_deplibs_check_method=pass_all
5193 lt_cv_deplibs_check_method=pass_all
5198 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
5199 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5200 file_magic_cmd=$lt_cv_file_magic_cmd
5201 deplibs_check_method=$lt_cv_deplibs_check_method
5202 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5215 if test -n "$ac_tool_prefix"; then
5216 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5217 set dummy ${ac_tool_prefix}ar; ac_word=$2
5218 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5219 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5220 if test "${ac_cv_prog_AR+set}" = set; then
5221 echo $ECHO_N "(cached
) $ECHO_C" >&6
5223 if test -n "$AR"; then
5224 ac_cv_prog_AR="$AR" # Let the user override the test.
5226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5230 test -z "$as_dir" && as_dir=.
5231 for ac_exec_ext in '' $ac_executable_extensions; do
5232 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5233 ac_cv_prog_AR="${ac_tool_prefix}ar"
5234 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5243 if test -n "$AR"; then
5244 echo "$as_me:$LINENO: result
: $AR" >&5
5245 echo "${ECHO_T}$AR" >&6
5247 echo "$as_me:$LINENO: result
: no
" >&5
5248 echo "${ECHO_T}no
" >&6
5252 if test -z "$ac_cv_prog_AR"; then
5254 # Extract the first word of "ar", so it can be a program name with args.
5255 set dummy ar; ac_word=$2
5256 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5257 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5258 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5259 echo $ECHO_N "(cached
) $ECHO_C" >&6
5261 if test -n "$ac_ct_AR"; then
5262 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5268 test -z "$as_dir" && as_dir=.
5269 for ac_exec_ext in '' $ac_executable_extensions; do
5270 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5271 ac_cv_prog_ac_ct_AR="ar"
5272 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5278 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
5281 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5282 if test -n "$ac_ct_AR"; then
5283 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
5284 echo "${ECHO_T}$ac_ct_AR" >&6
5286 echo "$as_me:$LINENO: result
: no
" >&5
5287 echo "${ECHO_T}no
" >&6
5295 test -z "$AR" && AR=ar
5296 test -z "$AR_FLAGS" && AR_FLAGS=cru
5308 if test -n "$ac_tool_prefix"; then
5309 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5310 set dummy ${ac_tool_prefix}strip; ac_word=$2
5311 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5312 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5313 if test "${ac_cv_prog_STRIP+set}" = set; then
5314 echo $ECHO_N "(cached
) $ECHO_C" >&6
5316 if test -n "$STRIP"; then
5317 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5323 test -z "$as_dir" && as_dir=.
5324 for ac_exec_ext in '' $ac_executable_extensions; do
5325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5326 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5327 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5335 STRIP=$ac_cv_prog_STRIP
5336 if test -n "$STRIP"; then
5337 echo "$as_me:$LINENO: result
: $STRIP" >&5
5338 echo "${ECHO_T}$STRIP" >&6
5340 echo "$as_me:$LINENO: result
: no
" >&5
5341 echo "${ECHO_T}no
" >&6
5345 if test -z "$ac_cv_prog_STRIP"; then
5347 # Extract the first word of "strip
", so it can be a program name with args.
5348 set dummy strip; ac_word=$2
5349 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5350 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5351 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5352 echo $ECHO_N "(cached
) $ECHO_C" >&6
5354 if test -n "$ac_ct_STRIP"; then
5355 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5361 test -z "$as_dir" && as_dir=.
5362 for ac_exec_ext in '' $ac_executable_extensions; do
5363 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5364 ac_cv_prog_ac_ct_STRIP="strip
"
5365 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5371 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5374 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5375 if test -n "$ac_ct_STRIP"; then
5376 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
5377 echo "${ECHO_T}$ac_ct_STRIP" >&6
5379 echo "$as_me:$LINENO: result
: no
" >&5
5380 echo "${ECHO_T}no
" >&6
5385 STRIP="$ac_cv_prog_STRIP"
5388 test -z "$STRIP" && STRIP=:
5395 if test -n "$ac_tool_prefix"; then
5396 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5397 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5398 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5399 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5400 if test "${ac_cv_prog_RANLIB+set}" = set; then
5401 echo $ECHO_N "(cached
) $ECHO_C" >&6
5403 if test -n "$RANLIB"; then
5404 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5410 test -z "$as_dir" && as_dir=.
5411 for ac_exec_ext in '' $ac_executable_extensions; do
5412 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5413 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5414 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5422 RANLIB=$ac_cv_prog_RANLIB
5423 if test -n "$RANLIB"; then
5424 echo "$as_me:$LINENO: result
: $RANLIB" >&5
5425 echo "${ECHO_T}$RANLIB" >&6
5427 echo "$as_me:$LINENO: result
: no
" >&5
5428 echo "${ECHO_T}no
" >&6
5432 if test -z "$ac_cv_prog_RANLIB"; then
5433 ac_ct_RANLIB=$RANLIB
5434 # Extract the first word of "ranlib
", so it can be a program name with args.
5435 set dummy ranlib; ac_word=$2
5436 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5437 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5438 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5439 echo $ECHO_N "(cached
) $ECHO_C" >&6
5441 if test -n "$ac_ct_RANLIB"; then
5442 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5448 test -z "$as_dir" && as_dir=.
5449 for ac_exec_ext in '' $ac_executable_extensions; do
5450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5451 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5452 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5458 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5461 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5462 if test -n "$ac_ct_RANLIB"; then
5463 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
5464 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5466 echo "$as_me:$LINENO: result
: no
" >&5
5467 echo "${ECHO_T}no
" >&6
5470 RANLIB=$ac_ct_RANLIB
5472 RANLIB="$ac_cv_prog_RANLIB"
5475 test -z "$RANLIB" && RANLIB=:
5482 # Determine commands to create old-style static archives.
5483 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5484 old_postinstall_cmds='chmod 644 $oldlib'
5485 old_postuninstall_cmds=
5487 if test -n "$RANLIB"; then
5490 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5493 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5496 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5532 # If no C compiler was specified, use CC.
5535 # If no C compiler flags were specified, use CFLAGS.
5536 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5538 # Allow CC to be a program name with arguments.
5542 # Check for command to grab the raw symbol name followed by C symbol from nm.
5543 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
5544 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
5545 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5546 echo $ECHO_N "(cached
) $ECHO_C" >&6
5549 # These are sane defaults that work on at least a few old systems.
5550 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5552 # Character class describing NM global symbol codes.
5553 symcode='[BCDEGRST]'
5555 # Regexp to match symbols that can be accessed directly from C.
5556 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5558 # Define system-specific variables.
5563 cygwin* | mingw* | pw32*)
5564 symcode='[ABCDGISTW]'
5567 if test "$host_cpu" = ia64; then
5568 symcode='[ABCDEGRST]'
5572 symcode='[BCDEGRST]'
5575 symcode='[BCDEGQRST]'
5586 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5594 # If we're using GNU nm, then use its standard symbol codes.
5595 case `$NM -V 2>&1` in
5596 *GNU* | *'with BFD'*)
5597 symcode='[ABCDGIRSTW]' ;;
5600 # Transform an extracted symbol line into a proper C declaration.
5601 # Some systems (esp. on ia64) link data and code symbols differently,
5602 # so use this general approach.
5603 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5605 # Transform an extracted symbol line into symbol name and symbol address
5606 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5608 # Handle CRLF in mingw tool chain
5612 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5616 # Try without a prefix underscore, then with it.
5617 for ac_symprfx in "" "_
"; do
5619 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5620 symxfrm="\\1 $ac_symprfx\\2 \\2"
5622 # Write the raw and C identifiers.
5623 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5624 # Fake it for dumpbin and say T for any non-static function
5625 # and D for any global variable.
5626 # Also find C++ and __fastcall symbols from MSVC++,
5627 # which start with @ or ?.
5628 lt_cv_sys_global_symbol_pipe="$AWK '"\
5629 " {last_section=section; section=\$ 3};"\
5630 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5631 " \$ 0!~/External *\|/{next};"\
5632 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5633 " {if(hide[section]) next};"\
5634 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5635 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5636 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5637 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5638 " ' prfx
=^
$ac_symprfx"
5640 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5643 # Check to see that the pipe works correctly.
5647 cat > conftest.$ac_ext <<_LT_EOF
5652 void nm_test_func(void);
5653 void nm_test_func(void){}
5657 int main(){nm_test_var='a';nm_test_func();return(0);}
5660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5661 (eval $ac_compile) 2>&5
5663 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5664 (exit $ac_status); }; then
5665 # Now try to grab the symbols.
5667 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
5668 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5670 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5671 (exit $ac_status); } && test -s "$nlist"; then
5672 # Try sorting and uniquifying the output.
5673 if sort "$nlist" | uniq > "$nlist"T; then
5674 mv -f "$nlist"T "$nlist"
5679 # Make sure that we snagged all the symbols we need.
5680 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5681 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5682 cat <<_LT_EOF > conftest.$ac_ext
5688 # Now generate the symbol file.
5689 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5691 cat <<_LT_EOF >> conftest.$ac_ext
5693 /* The mapping between symbol names and symbols. */
5698 lt__PROGRAM__LTX_preloaded_symbols[] =
5700 { "@PROGRAM@
", (void *) 0 },
5702 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5703 cat <<\_LT_EOF >> conftest.$ac_ext
5707 /* This works around a problem in FreeBSD linker */
5708 #ifdef FREEBSD_WORKAROUND
5709 static const void *lt_preloaded_setup() {
5710 return lt__PROGRAM__LTX_preloaded_symbols;
5718 # Now try linking the two files.
5719 mv conftest.$ac_objext conftstm.$ac_objext
5720 lt_save_LIBS="$LIBS"
5721 lt_save_CFLAGS="$CFLAGS"
5722 LIBS="conftstm.
$ac_objext"
5723 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5724 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5725 (eval $ac_link) 2>&5
5727 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5728 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5731 LIBS="$lt_save_LIBS"
5732 CFLAGS="$lt_save_CFLAGS"
5734 echo "cannot
find nm_test_func
in $nlist" >&5
5737 echo "cannot
find nm_test_var
in $nlist" >&5
5740 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5743 echo "$progname: failed program was
:" >&5
5744 cat conftest.$ac_ext >&5
5746 rm -f conftest* conftst*
5748 # Do not use the global_symbol_pipe unless it works.
5749 if test "$pipe_works" = yes; then
5752 lt_cv_sys_global_symbol_pipe=
5758 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5759 lt_cv_sys_global_symbol_to_cdecl=
5761 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5762 echo "$as_me:$LINENO: result
: failed
" >&5
5763 echo "${ECHO_T}failed
" >&6
5765 echo "$as_me:$LINENO: result
: ok
" >&5
5766 echo "${ECHO_T}ok
" >&6
5785 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5786 if test "${enable_libtool_lock+set}" = set; then
5787 enableval="$enable_libtool_lock"
5790 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5792 # Some flags need to be propagated to the compiler or linker for good
5796 # Find out which ABI we are using.
5797 echo 'int i;' > conftest.$ac_ext
5798 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5799 (eval $ac_compile) 2>&5
5801 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5802 (exit $ac_status); }; then
5803 case `/usr/bin/file conftest.$ac_objext` in
5815 # Find out which ABI we are using.
5816 echo '#line 5816 "configure
"' > conftest.$ac_ext
5817 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5818 (eval $ac_compile) 2>&5
5820 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5821 (exit $ac_status); }; then
5822 if test "$lt_cv_prog_gnu_ld" = yes; then
5823 case `/usr/bin/file conftest.$ac_objext` in
5825 LD="${LD-ld} -melf32bsmip"
5828 LD="${LD-ld} -melf32bmipn32"
5831 LD="${LD-ld} -melf64bmip"
5835 case `/usr/bin/file conftest.$ac_objext` in
5851 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5852 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5853 # Find out which ABI we are using.
5854 echo 'int i;' > conftest.$ac_ext
5855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5856 (eval $ac_compile) 2>&5
5858 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5859 (exit $ac_status); }; then
5860 case `/usr/bin/file conftest.o` in
5863 x86_64-*kfreebsd*-gnu)
5864 LD="${LD-ld} -m elf_i386_fbsd
"
5867 LD="${LD-ld} -m elf_i386
"
5869 ppc64-*linux*|powerpc64-*linux*)
5870 LD="${LD-ld} -m elf32ppclinux
"
5873 LD="${LD-ld} -m elf_s390
"
5876 LD="${LD-ld} -m elf32_sparc
"
5882 x86_64-*kfreebsd*-gnu)
5883 LD="${LD-ld} -m elf_x86_64_fbsd
"
5886 LD="${LD-ld} -m elf_x86_64
"
5888 ppc*-*linux*|powerpc*-*linux*)
5889 LD="${LD-ld} -m elf64ppc
"
5891 s390*-*linux*|s390*-*tpf*)
5892 LD="${LD-ld} -m elf64_s390
"
5895 LD="${LD-ld} -m elf64_sparc
"
5905 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5906 SAVE_CFLAGS="$CFLAGS"
5907 CFLAGS="$CFLAGS -belf"
5908 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
5909 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
5910 if test "${lt_cv_cc_needs_belf+set}" = set; then
5911 echo $ECHO_N "(cached
) $ECHO_C" >&6
5914 ac_cpp='$CPP $CPPFLAGS'
5915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5919 cat >conftest.$ac_ext <<_ACEOF
5922 cat confdefs.h >>conftest.$ac_ext
5923 cat >>conftest.$ac_ext <<_ACEOF
5924 /* end confdefs.h. */
5934 rm -f conftest.$ac_objext conftest$ac_exeext
5935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5936 (eval $ac_link) 2>conftest.er1
5938 grep -v '^ *+' conftest.er1 >conftest.err
5940 cat conftest.err >&5
5941 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5942 (exit $ac_status); } &&
5943 { ac_try='test -z "$ac_c_werror_flag"
5944 || test ! -s conftest.err'
5945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5948 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5949 (exit $ac_status); }; } &&
5950 { ac_try='test -s conftest$ac_exeext'
5951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5954 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5955 (exit $ac_status); }; }; then
5956 lt_cv_cc_needs_belf=yes
5958 echo "$as_me: failed program was
:" >&5
5959 sed 's/^/| /' conftest.$ac_ext >&5
5961 lt_cv_cc_needs_belf=no
5963 rm -f conftest.err conftest.$ac_objext \
5964 conftest$ac_exeext conftest.$ac_ext
5966 ac_cpp='$CPP $CPPFLAGS'
5967 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5968 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5969 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5972 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
5973 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5974 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5975 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5976 CFLAGS="$SAVE_CFLAGS"
5980 # Find out which ABI we are using.
5981 echo 'int i;' > conftest.$ac_ext
5982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5983 (eval $ac_compile) 2>&5
5985 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5986 (exit $ac_status); }; then
5987 case `/usr/bin/file conftest.o` in
5989 case $lt_cv_prog_gnu_ld in
5990 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
5991 *) LD="${LD-ld} -64" ;;
6000 need_locks="$enable_libtool_lock"
6003 ac_cpp='$CPP $CPPFLAGS'
6004 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6005 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6006 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6007 echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
6008 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6
6009 # On Suns, sometimes $CPP names a directory.
6010 if test -n "$CPP" && test -d "$CPP"; then
6013 if test -z "$CPP"; then
6014 if test "${ac_cv_prog_CPP+set}" = set; then
6015 echo $ECHO_N "(cached
) $ECHO_C" >&6
6017 # Double quotes because CPP needs to be expanded
6018 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
6021 for ac_c_preproc_warn_flag in '' yes
6023 # Use a header file that comes with gcc, so configuring glibc
6024 # with a fresh cross-compiler works.
6025 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6026 # <limits.h> exists even on freestanding compilers.
6027 # On the NeXT, cc -E runs the code through the compiler's parser,
6028 # not just through cpp. "Syntax error
" is here to catch this case.
6029 cat >conftest.$ac_ext <<_ACEOF
6032 cat confdefs.h >>conftest.$ac_ext
6033 cat >>conftest.$ac_ext <<_ACEOF
6034 /* end confdefs.h. */
6036 # include <limits.h>
6038 # include <assert.h>
6042 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6043 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6045 grep -v '^ *+' conftest.er1 >conftest.err
6047 cat conftest.err >&5
6048 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6049 (exit $ac_status); } >/dev/null; then
6050 if test -s conftest.err; then
6051 ac_cpp_err=$ac_c_preproc_warn_flag
6052 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6059 if test -z "$ac_cpp_err"; then
6062 echo "$as_me: failed program was
:" >&5
6063 sed 's/^/| /' conftest.$ac_ext >&5
6065 # Broken: fails on valid input.
6068 rm -f conftest.err conftest.$ac_ext
6070 # OK, works on sane cases. Now check whether non-existent headers
6071 # can be detected and how.
6072 cat >conftest.$ac_ext <<_ACEOF
6075 cat confdefs.h >>conftest.$ac_ext
6076 cat >>conftest.$ac_ext <<_ACEOF
6077 /* end confdefs.h. */
6078 #include <ac_nonexistent.h>
6080 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6081 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6083 grep -v '^ *+' conftest.er1 >conftest.err
6085 cat conftest.err >&5
6086 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6087 (exit $ac_status); } >/dev/null; then
6088 if test -s conftest.err; then
6089 ac_cpp_err=$ac_c_preproc_warn_flag
6090 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6097 if test -z "$ac_cpp_err"; then
6098 # Broken: success on invalid input.
6101 echo "$as_me: failed program was
:" >&5
6102 sed 's/^/| /' conftest.$ac_ext >&5
6104 # Passes both tests.
6108 rm -f conftest.err conftest.$ac_ext
6111 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6112 rm -f conftest.err conftest.$ac_ext
6113 if $ac_preproc_ok; then
6125 echo "$as_me:$LINENO: result
: $CPP" >&5
6126 echo "${ECHO_T}$CPP" >&6
6128 for ac_c_preproc_warn_flag in '' yes
6130 # Use a header file that comes with gcc, so configuring glibc
6131 # with a fresh cross-compiler works.
6132 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6133 # <limits.h> exists even on freestanding compilers.
6134 # On the NeXT, cc -E runs the code through the compiler's parser,
6135 # not just through cpp. "Syntax error
" is here to catch this case.
6136 cat >conftest.$ac_ext <<_ACEOF
6139 cat confdefs.h >>conftest.$ac_ext
6140 cat >>conftest.$ac_ext <<_ACEOF
6141 /* end confdefs.h. */
6143 # include <limits.h>
6145 # include <assert.h>
6149 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6150 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6152 grep -v '^ *+' conftest.er1 >conftest.err
6154 cat conftest.err >&5
6155 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6156 (exit $ac_status); } >/dev/null; then
6157 if test -s conftest.err; then
6158 ac_cpp_err=$ac_c_preproc_warn_flag
6159 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6166 if test -z "$ac_cpp_err"; then
6169 echo "$as_me: failed program was
:" >&5
6170 sed 's/^/| /' conftest.$ac_ext >&5
6172 # Broken: fails on valid input.
6175 rm -f conftest.err conftest.$ac_ext
6177 # OK, works on sane cases. Now check whether non-existent headers
6178 # can be detected and how.
6179 cat >conftest.$ac_ext <<_ACEOF
6182 cat confdefs.h >>conftest.$ac_ext
6183 cat >>conftest.$ac_ext <<_ACEOF
6184 /* end confdefs.h. */
6185 #include <ac_nonexistent.h>
6187 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6188 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6190 grep -v '^ *+' conftest.er1 >conftest.err
6192 cat conftest.err >&5
6193 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6194 (exit $ac_status); } >/dev/null; then
6195 if test -s conftest.err; then
6196 ac_cpp_err=$ac_c_preproc_warn_flag
6197 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6204 if test -z "$ac_cpp_err"; then
6205 # Broken: success on invalid input.
6208 echo "$as_me: failed program was
:" >&5
6209 sed 's/^/| /' conftest.$ac_ext >&5
6211 # Passes both tests.
6215 rm -f conftest.err conftest.$ac_ext
6218 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6219 rm -f conftest.err conftest.$ac_ext
6220 if $ac_preproc_ok; then
6223 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
6224 See \
`config.log' for more details." >&5
6225 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6226 See \`config.log
' for more details." >&2;}
6227 { (exit 1); exit 1; }; }
6231 ac_cpp='$CPP $CPPFLAGS'
6232 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6233 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6234 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6237 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6238 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6239 if test "${ac_cv_header_stdc+set}" = set; then
6240 echo $ECHO_N "(cached) $ECHO_C" >&6
6242 cat >conftest.$ac_ext <<_ACEOF
6245 cat confdefs.h >>conftest.$ac_ext
6246 cat >>conftest.$ac_ext <<_ACEOF
6247 /* end confdefs.h. */
6261 rm -f conftest.$ac_objext
6262 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6263 (eval $ac_compile) 2>conftest.er1
6265 grep -v '^
*+' conftest.er1 >conftest.err
6267 cat conftest.err >&5
6268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6269 (exit $ac_status); } &&
6270 { ac_try='test -z "$ac_c_werror_flag"
6271 ||
test ! -s conftest.err
'
6272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6276 (exit $ac_status); }; } &&
6277 { ac_try='test -s conftest.
$ac_objext'
6278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6282 (exit $ac_status); }; }; then
6283 ac_cv_header_stdc=yes
6285 echo "$as_me: failed program was:" >&5
6286 sed 's
/^
/|
/' conftest.$ac_ext >&5
6288 ac_cv_header_stdc=no
6290 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6292 if test $ac_cv_header_stdc = yes; then
6293 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6294 cat >conftest.$ac_ext <<_ACEOF
6297 cat confdefs.h >>conftest.$ac_ext
6298 cat >>conftest.$ac_ext <<_ACEOF
6299 /* end confdefs.h. */
6303 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6304 $EGREP "memchr" >/dev/null 2>&1; then
6307 ac_cv_header_stdc=no
6313 if test $ac_cv_header_stdc = yes; then
6314 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6315 cat >conftest.$ac_ext <<_ACEOF
6318 cat confdefs.h >>conftest.$ac_ext
6319 cat >>conftest.$ac_ext <<_ACEOF
6320 /* end confdefs.h. */
6324 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6325 $EGREP "free" >/dev/null 2>&1; then
6328 ac_cv_header_stdc=no
6334 if test $ac_cv_header_stdc = yes; then
6335 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6336 if test "$cross_compiling" = yes; then
6339 cat >conftest.$ac_ext <<_ACEOF
6342 cat confdefs.h >>conftest.$ac_ext
6343 cat >>conftest.$ac_ext <<_ACEOF
6344 /* end confdefs.h. */
6346 #if ((' ' & 0x0FF) == 0x020)
6347 # define ISLOWER(c) ('a
' <= (c) && (c) <= 'z
')
6348 # define TOUPPER(c) (ISLOWER(c) ? 'A
' + ((c) - 'a
') : (c))
6350 # define ISLOWER(c) \
6351 (('a
' <= (c) && (c) <= 'i
') \
6352 || ('j
' <= (c) && (c) <= 'r
') \
6353 || ('s
' <= (c) && (c) <= 'z
'))
6354 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6357 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6362 for (i = 0; i < 256; i++)
6363 if (XOR (islower (i), ISLOWER (i))
6364 || toupper (i) != TOUPPER (i))
6369 rm -f conftest$ac_exeext
6370 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6371 (eval $ac_link) 2>&5
6373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6374 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
6375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379 (exit $ac_status); }; }; then
6382 echo "$as_me: program exited with status $ac_status" >&5
6383 echo "$as_me: failed program was:" >&5
6384 sed 's
/^
/|
/' conftest.$ac_ext >&5
6387 ac_cv_header_stdc=no
6389 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6393 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6394 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6395 if test $ac_cv_header_stdc = yes; then
6397 cat >>confdefs.h <<\_ACEOF
6398 #define STDC_HEADERS 1
6403 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6413 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6414 inttypes.h stdint.h unistd.h
6416 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6417 echo "$as_me:$LINENO: checking for $ac_header" >&5
6418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6419 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6420 echo $ECHO_N "(cached) $ECHO_C" >&6
6422 cat >conftest.$ac_ext <<_ACEOF
6425 cat confdefs.h >>conftest.$ac_ext
6426 cat >>conftest.$ac_ext <<_ACEOF
6427 /* end confdefs.h. */
6428 $ac_includes_default
6430 #include <$ac_header>
6432 rm -f conftest.$ac_objext
6433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6434 (eval $ac_compile) 2>conftest.er1
6436 grep -v '^
*+' conftest.er1 >conftest.err
6438 cat conftest.err >&5
6439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6440 (exit $ac_status); } &&
6441 { ac_try='test -z "$ac_c_werror_flag"
6442 ||
test ! -s conftest.err
'
6443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447 (exit $ac_status); }; } &&
6448 { ac_try='test -s conftest.
$ac_objext'
6449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); }; }; then
6454 eval "$as_ac_Header=yes"
6456 echo "$as_me: failed program was:" >&5
6457 sed 's
/^
/|
/' conftest.$ac_ext >&5
6459 eval "$as_ac_Header=no"
6461 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6463 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6464 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6465 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6466 cat >>confdefs.h <<_ACEOF
6467 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6476 for ac_header in dlfcn.h
6478 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6479 echo "$as_me:$LINENO: checking for $ac_header" >&5
6480 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6481 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6482 echo $ECHO_N "(cached) $ECHO_C" >&6
6484 cat >conftest.$ac_ext <<_ACEOF
6487 cat confdefs.h >>conftest.$ac_ext
6488 cat >>conftest.$ac_ext <<_ACEOF
6489 /* end confdefs.h. */
6490 $ac_includes_default
6492 #include <$ac_header>
6494 rm -f conftest.$ac_objext
6495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6496 (eval $ac_compile) 2>conftest.er1
6498 grep -v '^
*+' conftest.er1 >conftest.err
6500 cat conftest.err >&5
6501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6502 (exit $ac_status); } &&
6503 { ac_try='test -z "$ac_c_werror_flag"
6504 ||
test ! -s conftest.err
'
6505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6509 (exit $ac_status); }; } &&
6510 { ac_try='test -s conftest.
$ac_objext'
6511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6515 (exit $ac_status); }; }; then
6516 eval "$as_ac_Header=yes"
6518 echo "$as_me: failed program was:" >&5
6519 sed 's
/^
/|
/' conftest.$ac_ext >&5
6521 eval "$as_ac_Header=no"
6523 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6525 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6526 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6527 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6528 cat >>confdefs.h <<_ACEOF
6529 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6538 # This can be used to rebuild libtool when needed
6539 LIBTOOL_DEPS="$ltmain"
6541 # Always use our own libtool.
6542 LIBTOOL='$
(SHELL
) $
(top_builddir
)/libtool
'
6568 test -z "$LN_S" && LN_S="ln -s"
6583 if test -n "${ZSH_VERSION+set}" ; then
6584 setopt NO_GLOB_SUBST
6587 echo "$as_me:$LINENO: checking for objdir" >&5
6588 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6589 if test "${lt_cv_objdir+set}" = set; then
6590 echo $ECHO_N "(cached) $ECHO_C" >&6
6592 rm -f .libs 2>/dev/null
6593 mkdir .libs 2>/dev/null
6594 if test -d .libs; then
6597 # MS-DOS does not allow filenames that begin with a dot.
6600 rmdir .libs 2>/dev/null
6602 echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6603 echo "${ECHO_T}$lt_cv_objdir" >&6
6604 objdir=$lt_cv_objdir
6610 cat >>confdefs.h <<_ACEOF
6611 #define LT_OBJDIR "$lt_cv_objdir/"
6632 # AIX sometimes has problems with the GCC collect2 program. For some
6633 # reason, if we set the COLLECT_NAMES environment variable, the problems
6634 # vanish in a puff of smoke.
6635 if test "X${COLLECT_NAMES+set}" != Xset; then
6637 export COLLECT_NAMES
6642 # Sed substitution that helps us do robust quoting. It backslashifies
6643 # metacharacters that are still active within double-quoted strings.
6644 sed_quote_subst='s
/\
(["`$\\]\)/\\\1/g'
6646 # Same as above, but do not quote variable references.
6647 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6649 # Sed substitution to delay expansion of an escaped shell variable in a
6650 # double_quote_subst'ed string.
6651 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6653 # Sed substitution to delay expansion of an escaped single quote.
6654 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6656 # Sed substitution to avoid accidental globbing in evaled expressions
6657 no_glob_subst='s/\*/\\\*/g'
6661 can_build_shared=yes
6663 # All known linkers require a `.a
' archive for static linking (except MSVC,
6664 # which needs '.lib
').
6667 with_gnu_ld="$lt_cv_prog_gnu_ld"
6670 old_CFLAGS="$CFLAGS"
6672 # Set sane defaults for various variables
6673 test -z "$CC" && CC=cc
6674 test -z "$LTCC" && LTCC=$CC
6675 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6676 test -z "$LD" && LD=ld
6677 test -z "$ac_objext" && ac_objext=o
6679 for cc_temp in $compiler""; do
6681 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6682 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6687 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's
%.
*/%%' -e "s%^$host_alias-%%"`
6690 # Only perform the check for file, if the check method requires it
6691 test -z "$MAGIC_CMD" && MAGIC_CMD=file
6692 case $deplibs_check_method in
6694 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6695 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6696 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
6697 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6698 echo $ECHO_N "(cached) $ECHO_C" >&6
6702 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6705 lt_save_MAGIC_CMD="$MAGIC_CMD"
6706 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6707 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6708 for ac_dir in $ac_dummy; do
6710 test -z "$ac_dir" && ac_dir=.
6711 if test -f $ac_dir/${ac_tool_prefix}file; then
6712 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6713 if test -n "$file_magic_test_file"; then
6714 case $deplibs_check_method in
6716 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6717 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6718 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6719 $EGREP "$file_magic_regex" > /dev/null; then
6724 *** Warning: the command libtool uses to detect shared libraries,
6725 *** $file_magic_cmd, produces output that libtool cannot recognize.
6726 *** The result is that libtool may fail to recognize shared libraries
6727 *** as such. This will affect the creation of libtool libraries that
6728 *** depend on shared libraries, but programs linked with such libtool
6729 *** libraries will work regardless of this problem. Nevertheless, you
6730 *** may want to report the problem to your system manager and/or to
6731 *** bug-libtool@gnu.org
6741 MAGIC_CMD="$lt_save_MAGIC_CMD"
6746 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6747 if test -n "$MAGIC_CMD"; then
6748 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6749 echo "${ECHO_T}$MAGIC_CMD" >&6
6751 echo "$as_me:$LINENO: result: no" >&5
6752 echo "${ECHO_T}no" >&6
6759 if test -z "$lt_cv_path_MAGIC_CMD"; then
6760 if test -n "$ac_tool_prefix"; then
6761 echo "$as_me:$LINENO: checking for file" >&5
6762 echo $ECHO_N "checking for file... $ECHO_C" >&6
6763 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6764 echo $ECHO_N "(cached) $ECHO_C" >&6
6768 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6771 lt_save_MAGIC_CMD="$MAGIC_CMD"
6772 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6773 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6774 for ac_dir in $ac_dummy; do
6776 test -z "$ac_dir" && ac_dir=.
6777 if test -f $ac_dir/file; then
6778 lt_cv_path_MAGIC_CMD="$ac_dir/file"
6779 if test -n "$file_magic_test_file"; then
6780 case $deplibs_check_method in
6782 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6783 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6784 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6785 $EGREP "$file_magic_regex" > /dev/null; then
6790 *** Warning: the command libtool uses to detect shared libraries,
6791 *** $file_magic_cmd, produces output that libtool cannot recognize.
6792 *** The result is that libtool may fail to recognize shared libraries
6793 *** as such. This will affect the creation of libtool libraries that
6794 *** depend on shared libraries, but programs linked with such libtool
6795 *** libraries will work regardless of this problem. Nevertheless, you
6796 *** may want to report the problem to your system manager and/or to
6797 *** bug-libtool@gnu.org
6807 MAGIC_CMD="$lt_save_MAGIC_CMD"
6812 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6813 if test -n "$MAGIC_CMD"; then
6814 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6815 echo "${ECHO_T}$MAGIC_CMD" >&6
6817 echo "$as_me:$LINENO: result: no" >&5
6818 echo "${ECHO_T}no" >&6
6831 # Use C for the default configuration in the libtool script
6835 ac_cpp='$CPP $CPPFLAGS'
6836 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6837 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6838 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6841 # Source file extension for C test sources.
6844 # Object file extension for compiled C test sources.
6848 # Code to be used in simple compile tests
6849 lt_simple_compile_test_code="int some_variable = 0;"
6851 # Code to be used in simple link tests
6852 lt_simple_link_test_code='int main
(){return(0);}'
6860 # If no C compiler was specified, use CC.
6863 # If no C compiler flags were specified, use CFLAGS.
6864 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6866 # Allow CC to be a program name with arguments.
6869 # Save the default compiler, since it gets overwritten when the other
6870 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6871 compiler_DEFAULT=$CC
6873 # save warnings/boilerplate of simple test code
6874 ac_outfile=conftest.$ac_objext
6875 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
6876 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6877 _lt_compiler_boilerplate=`cat conftest.err`
6880 ac_outfile=conftest.$ac_objext
6881 echo "$lt_simple_link_test_code" >conftest.$ac_ext
6882 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6883 _lt_linker_boilerplate=`cat conftest.err`
6888 ## There is no encapsulation within the following macros, do not change
6889 ## the running order or otherwise move them around unless you know exactly
6890 ## what you are doing...
6891 if test -n "$compiler"; then
6893 lt_prog_compiler_no_builtin_flag=
6895 if test "$GCC" = yes; then
6896 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6898 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6899 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
6900 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6901 echo $ECHO_N "(cached) $ECHO_C" >&6
6903 lt_cv_prog_compiler_rtti_exceptions=no
6904 ac_outfile=conftest.$ac_objext
6905 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6906 lt_compiler_flag="-fno-rtti -fno-exceptions"
6907 # Insert the option either (1) after the last *FLAGS variable, or
6908 # (2) before a word containing "conftest.", or (3) at the end.
6909 # Note that $ac_compile itself does not contain backslashes and begins
6910 # with a dollar sign (not a hyphen), so the echo should work correctly.
6911 # The option is referenced via a variable to avoid confusing sed.
6912 lt_compile=`echo "$ac_compile" | $SED \
6913 -e 's
:.
*FLAGS
}\
{0,1\
} :&$lt_compiler_flag :; t
' \
6914 -e 's
: [^
]*conftest\.
: $lt_compiler_flag&:; t
' \
6915 -e 's
:$
: $lt_compiler_flag:'`
6916 (eval echo "\"\$as_me:6916: $lt_compile\"" >&5)
6917 (eval "$lt_compile" 2>conftest.err)
6919 cat conftest.err >&5
6920 echo "$as_me:6920: \$? = $ac_status" >&5
6921 if (exit $ac_status) && test -s "$ac_outfile"; then
6922 # The compiler can only warn and ignore the option if not recognized
6923 # So say no if there are warnings other than the usual output.
6924 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$
/d
' >conftest.exp
6925 $SED '/^$
/d
; /^
*+/d
' conftest.err >conftest.er2
6926 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6927 lt_cv_prog_compiler_rtti_exceptions=yes
6933 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6934 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
6936 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
6937 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
6949 lt_prog_compiler_wl=
6950 lt_prog_compiler_pic=
6951 lt_prog_compiler_static=
6953 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
6954 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
6956 if test "$GCC" = yes; then
6957 lt_prog_compiler_wl='-Wl,'
6958 lt_prog_compiler_static='-static'
6962 # All AIX code is PIC.
6963 if test "$host_cpu" = ia64; then
6964 # AIX 5 now supports IA64 processor
6965 lt_prog_compiler_static='-Bstatic'
6970 if test "$host_cpu" = m68k; then
6971 # FIXME: we need at least 68020 code to build shared libraries, but
6972 # adding the `-m68020' flag to GCC prevents building anything better
,
6974 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
6978 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
6979 # PIC is the default for these OSes.
6982 mingw
* | cygwin
* | pw32
* | os2
*)
6983 # This hack is so that the source file can tell whether it is being
6984 # built for inclusion in a dll (and should export symbols for example).
6985 # Although the cygwin gcc ignores -fPIC, still need this for old-style
6986 # (--disable-auto-import) libraries
6987 lt_prog_compiler_pic
='-DDLL_EXPORT'
6990 darwin
* | rhapsody
*)
6991 # PIC is the default on this platform
6992 # Common symbols not allowed in MH_DYLIB files
6993 lt_prog_compiler_pic
='-fno-common'
6997 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7004 lt_prog_compiler_pic
='-fPIC'
7010 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7011 # Instead, we relocate shared libraries at runtime.
7015 # Just because we use GCC doesn't mean we suddenly get shared libraries
7016 # on systems that don't support them.
7017 lt_prog_compiler_can_build_shared
=no
7022 # QNX uses GNU C++, but need to define -shared option too, otherwise
7024 lt_prog_compiler_pic
='-fPIC -shared'
7028 if test -d /usr
/nec
; then
7029 lt_prog_compiler_pic
=-Kconform_pic
7034 lt_prog_compiler_pic
='-fPIC'
7038 # PORTME Check for flag to pass linker flags through the system compiler.
7041 lt_prog_compiler_wl
='-Wl,'
7042 if test "$host_cpu" = ia64
; then
7043 # AIX 5 now supports IA64 processor
7044 lt_prog_compiler_static
='-Bstatic'
7046 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
7050 # PIC is the default on this platform
7051 # Common symbols not allowed in MH_DYLIB files
7052 case $cc_basename in
7054 lt_prog_compiler_pic
='-qnocommon'
7055 lt_prog_compiler_wl
='-Wl,'
7060 mingw
* | cygwin
* | pw32
* | os2
*)
7061 # This hack is so that the source file can tell whether it is being
7062 # built for inclusion in a dll (and should export symbols for example).
7063 lt_prog_compiler_pic
='-DDLL_EXPORT'
7066 hpux9
* | hpux10
* | hpux11
*)
7067 lt_prog_compiler_wl
='-Wl,'
7068 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7075 lt_prog_compiler_pic
='+Z'
7078 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7079 lt_prog_compiler_static
='${wl}-a ${wl}archive'
7082 irix5
* | irix6
* | nonstopux
*)
7083 lt_prog_compiler_wl
='-Wl,'
7084 # PIC (with -KPIC) is the default.
7085 lt_prog_compiler_static
='-non_shared'
7088 linux
* | k
*bsd
*-gnu)
7089 case $cc_basename in
7091 lt_prog_compiler_wl
='-Wl,'
7092 lt_prog_compiler_pic
='-KPIC'
7093 lt_prog_compiler_static
='-static'
7095 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
7096 # Portland Group compilers (*not* the Pentium gcc compiler,
7097 # which looks to be a dead project)
7098 lt_prog_compiler_wl
='-Wl,'
7099 lt_prog_compiler_pic
='-fpic'
7100 lt_prog_compiler_static
='-Bstatic'
7103 lt_prog_compiler_wl
='-Wl,'
7104 # All Alpha code is PIC.
7105 lt_prog_compiler_static
='-non_shared'
7108 case `$CC -V 2>&1 | sed 5q` in
7111 lt_prog_compiler_pic
='-KPIC'
7112 lt_prog_compiler_static
='-Bstatic'
7113 lt_prog_compiler_wl
='-Wl,'
7116 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7117 lt_prog_compiler_pic
='-KPIC'
7118 lt_prog_compiler_static
='-Bstatic'
7119 lt_prog_compiler_wl
=''
7127 lt_prog_compiler_pic
='-KPIC'
7128 lt_prog_compiler_static
='-Bstatic'
7132 # QNX uses GNU C++, but need to define -shared option too, otherwise
7134 lt_prog_compiler_pic
='-fPIC -shared'
7137 osf3
* | osf4
* | osf5
*)
7138 lt_prog_compiler_wl
='-Wl,'
7139 # All OSF/1 code is PIC.
7140 lt_prog_compiler_static
='-non_shared'
7144 lt_prog_compiler_static
='-non_shared'
7148 lt_prog_compiler_pic
='-KPIC'
7149 lt_prog_compiler_static
='-Bstatic'
7150 case $cc_basename in
7152 lt_prog_compiler_wl
='-Qoption ld ';;
7154 lt_prog_compiler_wl
='-Wl,';;
7159 lt_prog_compiler_wl
='-Qoption ld '
7160 lt_prog_compiler_pic
='-PIC'
7161 lt_prog_compiler_static
='-Bstatic'
7164 sysv4 | sysv4.2uw2
* | sysv4.3
*)
7165 lt_prog_compiler_wl
='-Wl,'
7166 lt_prog_compiler_pic
='-KPIC'
7167 lt_prog_compiler_static
='-Bstatic'
7171 if test -d /usr
/nec
;then
7172 lt_prog_compiler_pic
='-Kconform_pic'
7173 lt_prog_compiler_static
='-Bstatic'
7177 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
7178 lt_prog_compiler_wl
='-Wl,'
7179 lt_prog_compiler_pic
='-KPIC'
7180 lt_prog_compiler_static
='-Bstatic'
7184 lt_prog_compiler_wl
='-Wl,'
7185 lt_prog_compiler_can_build_shared
=no
7189 lt_prog_compiler_pic
='-pic'
7190 lt_prog_compiler_static
='-Bstatic'
7194 lt_prog_compiler_can_build_shared
=no
7200 # For platforms which do not support PIC, -DPIC is meaningless:
7202 lt_prog_compiler_pic
=
7205 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
7208 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7209 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
7217 # Check to make sure the PIC flag actually works.
7219 if test -n "$lt_prog_compiler_pic"; then
7220 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7221 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
7222 if test "${lt_prog_compiler_pic_works+set}" = set; then
7223 echo $ECHO_N "(cached) $ECHO_C" >&6
7225 lt_prog_compiler_pic_works
=no
7226 ac_outfile
=conftest.
$ac_objext
7227 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7228 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
7229 # Insert the option either (1) after the last *FLAGS variable, or
7230 # (2) before a word containing "conftest.", or (3) at the end.
7231 # Note that $ac_compile itself does not contain backslashes and begins
7232 # with a dollar sign (not a hyphen), so the echo should work correctly.
7233 # The option is referenced via a variable to avoid confusing sed.
7234 lt_compile
=`echo "$ac_compile" | $SED \
7235 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7236 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7237 -e 's:$: $lt_compiler_flag:'`
7238 (eval echo "\"\$as_me:7238: $lt_compile\"" >&5)
7239 (eval "$lt_compile" 2>conftest.err
)
7241 cat conftest.err
>&5
7242 echo "$as_me:7242: \$? = $ac_status" >&5
7243 if (exit $ac_status) && test -s "$ac_outfile"; then
7244 # The compiler can only warn and ignore the option if not recognized
7245 # So say no if there are warnings other than the usual output.
7246 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
7247 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7248 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7249 lt_prog_compiler_pic_works
=yes
7255 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
7256 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
7258 if test x
"$lt_prog_compiler_pic_works" = xyes
; then
7259 case $lt_prog_compiler_pic in
7261 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
7264 lt_prog_compiler_pic
=
7265 lt_prog_compiler_can_build_shared
=no
7276 # Check to make sure the static flag actually works.
7278 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
7279 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7280 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
7281 if test "${lt_prog_compiler_static_works+set}" = set; then
7282 echo $ECHO_N "(cached) $ECHO_C" >&6
7284 lt_prog_compiler_static_works
=no
7285 save_LDFLAGS
="$LDFLAGS"
7286 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
7287 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
7288 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
7289 # The linker can only warn and ignore the option if not recognized
7290 # So say no if there are warnings
7291 if test -s conftest.err
; then
7292 # Append any errors to the config.log.
7293 cat conftest.err
1>&5
7294 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
7295 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7296 if diff conftest.exp conftest.er2
>/dev
/null
; then
7297 lt_prog_compiler_static_works
=yes
7300 lt_prog_compiler_static_works
=yes
7304 LDFLAGS
="$save_LDFLAGS"
7307 echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
7308 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
7310 if test x
"$lt_prog_compiler_static_works" = xyes
; then
7313 lt_prog_compiler_static
=
7322 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7323 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7324 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7325 echo $ECHO_N "(cached) $ECHO_C" >&6
7327 lt_cv_prog_compiler_c_o
=no
7328 $RM -r conftest
2>/dev
/null
7332 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7334 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7335 # Insert the option either (1) after the last *FLAGS variable, or
7336 # (2) before a word containing "conftest.", or (3) at the end.
7337 # Note that $ac_compile itself does not contain backslashes and begins
7338 # with a dollar sign (not a hyphen), so the echo should work correctly.
7339 lt_compile
=`echo "$ac_compile" | $SED \
7340 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7341 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7342 -e 's:$: $lt_compiler_flag:'`
7343 (eval echo "\"\$as_me:7343: $lt_compile\"" >&5)
7344 (eval "$lt_compile" 2>out
/conftest.err
)
7346 cat out
/conftest.err
>&5
7347 echo "$as_me:7347: \$? = $ac_status" >&5
7348 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7350 # The compiler can only warn and ignore the option if not recognized
7351 # So say no if there are warnings
7352 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7353 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7354 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7355 lt_cv_prog_compiler_c_o
=yes
7360 # SGI C++ compiler will create directory out/ii_files/ for
7361 # template instantiation
7362 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7363 $RM out
/* && rmdir out
7369 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7370 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7377 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7378 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7379 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7380 echo $ECHO_N "(cached) $ECHO_C" >&6
7382 lt_cv_prog_compiler_c_o
=no
7383 $RM -r conftest
2>/dev
/null
7387 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7389 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7390 # Insert the option either (1) after the last *FLAGS variable, or
7391 # (2) before a word containing "conftest.", or (3) at the end.
7392 # Note that $ac_compile itself does not contain backslashes and begins
7393 # with a dollar sign (not a hyphen), so the echo should work correctly.
7394 lt_compile
=`echo "$ac_compile" | $SED \
7395 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7396 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7397 -e 's:$: $lt_compiler_flag:'`
7398 (eval echo "\"\$as_me:7398: $lt_compile\"" >&5)
7399 (eval "$lt_compile" 2>out
/conftest.err
)
7401 cat out
/conftest.err
>&5
7402 echo "$as_me:7402: \$? = $ac_status" >&5
7403 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7405 # The compiler can only warn and ignore the option if not recognized
7406 # So say no if there are warnings
7407 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7408 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7409 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7410 lt_cv_prog_compiler_c_o
=yes
7415 # SGI C++ compiler will create directory out/ii_files/ for
7416 # template instantiation
7417 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7418 $RM out
/* && rmdir out
7424 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7425 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7430 hard_links
="nottested"
7431 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
7432 # do not overwrite the value of need_locks provided by the user
7433 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7434 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
7437 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7439 ln conftest.a conftest.b
2>&5 || hard_links
=no
7440 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7441 echo "$as_me:$LINENO: result: $hard_links" >&5
7442 echo "${ECHO_T}$hard_links" >&6
7443 if test "$hard_links" = no
; then
7444 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7445 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7457 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7458 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
7461 allow_undefined_flag
=
7462 always_export_symbols
=no
7464 archive_expsym_cmds
=
7465 compiler_needs_object
=no
7466 enable_shared_with_static_runtimes
=no
7467 export_dynamic_flag_spec
=
7468 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7469 hardcode_automatic
=no
7471 hardcode_direct_absolute
=no
7472 hardcode_libdir_flag_spec
=
7473 hardcode_libdir_flag_spec_ld
=
7474 hardcode_libdir_separator
=
7476 hardcode_shlibpath_var
=unsupported
7478 link_all_deplibs
=unknown
7481 old_archive_from_new_cmds
=
7482 old_archive_from_expsyms_cmds
=
7483 thread_safe_flag_spec
=
7484 whole_archive_flag_spec
=
7485 # include_expsyms should be a list of space-separated symbols to be *always*
7486 # included in the symbol list
7488 # exclude_expsyms can be an extended regexp of symbols to exclude
7489 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7490 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7491 # as well as any symbol that contains `d'.
7492 exclude_expsyms
="_GLOBAL_OFFSET_TABLE_"
7493 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7494 # platforms (ab)use it in PIC code, but their linkers get confused if
7495 # the symbol is explicitly referenced. Since portable code cannot
7496 # rely on this symbol name, it's probably fine to never include it in
7497 # preloaded symbol tables.
7498 extract_expsyms_cmds
=
7501 cygwin
* | mingw
* | pw32
*)
7502 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7503 # When not using gcc, we currently assume that we are using
7504 # Microsoft Visual C++.
7505 if test "$GCC" != yes; then
7510 # we just hope/assume this is gcc and not c89 (= MSVC++)
7519 if test "$with_gnu_ld" = yes; then
7520 # If archive_cmds runs LD, not CC, wlarc should be empty
7523 # Set some defaults for GNU ld with shared library support. These
7524 # are reset later if shared libraries are not supported. Putting them
7525 # here allows them to be overridden if necessary.
7526 runpath_var
=LD_RUN_PATH
7527 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7528 export_dynamic_flag_spec
='${wl}--export-dynamic'
7529 # ancient GNU ld didn't support --whole-archive et. al.
7530 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
7531 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7533 whole_archive_flag_spec
=
7535 supports_anon_versioning
=no
7536 case `$LD -v 2>&1` in
7537 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
7538 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
7539 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
7540 *\
2.11.
*) ;; # other 2.11 versions
7541 *) supports_anon_versioning
=yes ;;
7544 # See if GNU ld supports shared libraries.
7547 # On AIX/PPC, the GNU linker is very broken
7548 if test "$host_cpu" != ia64
; then
7552 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7553 *** to be unable to reliably create shared libraries on AIX.
7554 *** Therefore, libtool is disabling shared libraries support. If you
7555 *** really care for shared libraries, you may want to modify your PATH
7556 *** so that a non-GNU linker is found, and then restart.
7563 if test "$host_cpu" = m68k
; then
7564 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)'
7565 hardcode_libdir_flag_spec
='-L$libdir'
7566 hardcode_minus_L
=yes
7569 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
7570 # that the semantics of dynamic libraries on AmigaOS, at least up
7571 # to version 4, is to share data among multiple programs linked
7572 # with the same dynamic library. Since this doesn't match the
7573 # behavior of shared libraries on other platforms, we can't use
7579 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7580 allow_undefined_flag
=unsupported
7581 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7582 # support --undefined. This deserves some investigation. FIXME
7583 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7589 cygwin
* | mingw
* | pw32
*)
7590 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7591 # as there is no search path for DLLs.
7592 hardcode_libdir_flag_spec
='-L$libdir'
7593 allow_undefined_flag
=unsupported
7594 always_export_symbols
=no
7595 enable_shared_with_static_runtimes
=yes
7596 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7598 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
7599 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7600 # If the export-symbols file already is a .def file (1st line
7601 # is EXPORTS), use it as is; otherwise, prepend...
7602 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7603 cp $export_symbols $output_objdir/$soname.def;
7605 echo EXPORTS > $output_objdir/$soname.def;
7606 cat $export_symbols >> $output_objdir/$soname.def;
7608 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7616 hardcode_shlibpath_var
=no
7617 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
7618 export_dynamic_flag_spec
='${wl}-E'
7619 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7620 # Instead, shared libraries are loaded at an image base (0x10000000 by
7621 # default) and relocated if they conflict, which is a slow very memory
7622 # consuming and fragmenting process. To avoid this, we pick a random,
7623 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7624 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7625 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7626 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'
7629 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu)
7631 if test "$host_os" = linux-dietlibc
; then
7632 case $cc_basename in
7633 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
7636 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
7637 && test "$tmp_diet" = no
7640 case $cc_basename,$host_cpu in
7641 pgcc
*) # Portland Group C compiler
7642 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'
7643 tmp_addflag
=' $pic_flag'
7645 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
7646 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'
7647 tmp_addflag
=' $pic_flag -Mnomain' ;;
7648 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
7649 tmp_addflag
=' -i_dynamic' ;;
7650 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
7651 tmp_addflag
=' -i_dynamic -nofor_main' ;;
7652 ifc
* | ifort
*) # Intel Fortran compiler
7653 tmp_addflag
=' -nofor_main' ;;
7655 case `$CC -V 2>&1 | sed 5q` in
7656 *Sun\ C
*) # Sun C 5.9
7657 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'
7658 compiler_needs_object
=yes
7659 tmp_sharedflag
='-G' ;;
7660 *Sun\ F
*) # Sun Fortran 8.3
7661 tmp_sharedflag
='-G' ;;
7663 tmp_sharedflag
='-shared' ;;
7665 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7667 if test "x$supports_anon_versioning" = xyes
; then
7668 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
7669 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7670 echo "local: *; };" >> $output_objdir/$libname.ver~
7671 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7679 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
7680 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7683 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7684 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7689 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
7693 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
7694 *** create shared libraries on Solaris systems. Therefore, libtool
7695 *** is disabling shared libraries support. We urge you to upgrade GNU
7696 *** binutils to release 2.9.1 or newer. Another option is to modify
7697 *** your PATH or compiler configuration so that the native linker is
7698 *** used, and then restart.
7701 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7702 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7703 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7709 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
7710 case `$LD -v 2>&1` in
7711 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
7715 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
7716 *** reliably create shared libraries on SCO systems. Therefore, libtool
7717 *** is disabling shared libraries support. We urge you to upgrade GNU
7718 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
7719 *** your PATH or compiler configuration so that the native linker is
7720 *** used, and then restart.
7725 # For security reasons, it is highly recommended that you always
7726 # use absolute paths for naming shared libraries, and exclude the
7727 # DT_RUNPATH tag from executables and libraries. But doing so
7728 # requires that you compile everything twice, which is a pain.
7729 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7730 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7731 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7732 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7741 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7744 hardcode_shlibpath_var
=no
7748 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7749 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7750 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7757 if test "$ld_shlibs" = no
; then
7759 hardcode_libdir_flag_spec
=
7760 export_dynamic_flag_spec
=
7761 whole_archive_flag_spec
=
7764 # PORTME fill in a description of your system's linker (not GNU ld)
7767 allow_undefined_flag
=unsupported
7768 always_export_symbols
=yes
7769 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'
7770 # Note: this linker hardcodes the directories in LIBPATH if there
7771 # are no directories specified by -L.
7772 hardcode_minus_L
=yes
7773 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
7774 # Neither direct hardcoding nor static linking is supported with a
7776 hardcode_direct
=unsupported
7781 if test "$host_cpu" = ia64
; then
7782 # On IA64, the linker does run time linking by default, so we don't
7783 # have to do anything special.
7784 aix_use_runtimelinking
=no
7785 exp_sym_flag
='-Bexport'
7788 # If we're using GNU nm, then we don't want the "-C" option.
7789 # -C means demangle to AIX nm, but means don't demangle with GNU nm
7790 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
7791 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'
7793 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'
7795 aix_use_runtimelinking
=no
7797 # Test if we are trying to use run time linking or normal
7798 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
7799 # need to do runtime linking.
7800 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
7801 for ld_flag
in $LDFLAGS; do
7802 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
7803 aix_use_runtimelinking
=yes
7810 exp_sym_flag
='-bexport'
7811 no_entry_flag
='-bnoentry'
7814 # When large executables or shared objects are built, AIX ld can
7815 # have problems creating the table of contents. If linking a library
7816 # or program results in "error TOC overflow" add -mminimal-toc to
7817 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
7818 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
7822 hardcode_direct_absolute
=yes
7823 hardcode_libdir_separator
=':'
7824 link_all_deplibs
=yes
7825 file_list_spec
='${wl}-f,'
7827 if test "$GCC" = yes; then
7828 case $host_os in aix4.
[012]|aix4.
[012].
*)
7829 # We only want to do this on AIX 4.2 and lower, the check
7830 # below for broken collect2 doesn't work under 4.3+
7831 collect2name
=`${CC} -print-prog-name=collect2`
7832 if test -f "$collect2name" &&
7833 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
7835 # We have reworked collect2
7838 # We have old collect2
7839 hardcode_direct
=unsupported
7840 # It fails to find uninstalled libraries when the uninstalled
7841 # path is not listed in the libpath. Setting hardcode_minus_L
7842 # to unsupported forces relinking
7843 hardcode_minus_L
=yes
7844 hardcode_libdir_flag_spec
='-L$libdir'
7845 hardcode_libdir_separator
=
7849 shared_flag
='-shared'
7850 if test "$aix_use_runtimelinking" = yes; then
7851 shared_flag
="$shared_flag "'${wl}-G'
7855 if test "$host_cpu" = ia64
; then
7856 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
7857 # chokes on -Wl,-G. The following line is correct:
7860 if test "$aix_use_runtimelinking" = yes; then
7861 shared_flag
='${wl}-G'
7863 shared_flag
='${wl}-bM:SRE'
7868 # It seems that -bexpall does not export symbols beginning with
7869 # underscore (_), so it is better to generate a list of symbols to export.
7870 always_export_symbols
=yes
7871 if test "$aix_use_runtimelinking" = yes; then
7872 # Warning - without using the other runtime loading flags (-brtl),
7873 # -berok will link without error, but may produce a broken library.
7874 allow_undefined_flag
='-berok'
7875 # Determine the default libpath from the value encoded in an
7877 cat >conftest.
$ac_ext <<_ACEOF
7880 cat confdefs.h
>>conftest.
$ac_ext
7881 cat >>conftest.
$ac_ext <<_ACEOF
7882 /* end confdefs.h. */
7892 rm -f conftest.
$ac_objext conftest
$ac_exeext
7893 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7894 (eval $ac_link) 2>conftest.er1
7896 grep -v '^ *+' conftest.er1
>conftest.err
7898 cat conftest.err
>&5
7899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7900 (exit $ac_status); } &&
7901 { ac_try
='test -z "$ac_c_werror_flag"
7902 || test ! -s conftest.err'
7903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7907 (exit $ac_status); }; } &&
7908 { ac_try
='test -s conftest$ac_exeext'
7909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7913 (exit $ac_status); }; }; then
7915 lt_aix_libpath_sed
='
7916 /Import File Strings/,/^$/ {
7922 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7923 # Check for a 64-bit object if we didn't find anything.
7924 if test -z "$aix_libpath"; then
7925 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7928 echo "$as_me: failed program was:" >&5
7929 sed 's/^/| /' conftest.
$ac_ext >&5
7932 rm -f conftest.err conftest.
$ac_objext \
7933 conftest
$ac_exeext conftest.
$ac_ext
7934 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
7936 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
7937 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"
7939 if test "$host_cpu" = ia64
; then
7940 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
7941 allow_undefined_flag
="-z nodefs"
7942 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"
7944 # Determine the default libpath from the value encoded in an
7946 cat >conftest.
$ac_ext <<_ACEOF
7949 cat confdefs.h
>>conftest.
$ac_ext
7950 cat >>conftest.
$ac_ext <<_ACEOF
7951 /* end confdefs.h. */
7961 rm -f conftest.
$ac_objext conftest
$ac_exeext
7962 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7963 (eval $ac_link) 2>conftest.er1
7965 grep -v '^ *+' conftest.er1
>conftest.err
7967 cat conftest.err
>&5
7968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7969 (exit $ac_status); } &&
7970 { ac_try
='test -z "$ac_c_werror_flag"
7971 || test ! -s conftest.err'
7972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7976 (exit $ac_status); }; } &&
7977 { ac_try
='test -s conftest$ac_exeext'
7978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7982 (exit $ac_status); }; }; then
7984 lt_aix_libpath_sed
='
7985 /Import File Strings/,/^$/ {
7991 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7992 # Check for a 64-bit object if we didn't find anything.
7993 if test -z "$aix_libpath"; then
7994 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7997 echo "$as_me: failed program was:" >&5
7998 sed 's/^/| /' conftest.
$ac_ext >&5
8001 rm -f conftest.err conftest.
$ac_objext \
8002 conftest
$ac_exeext conftest.
$ac_ext
8003 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8005 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8006 # Warning - without using the other run time loading flags,
8007 # -berok will link without error, but may produce a broken library.
8008 no_undefined_flag
=' ${wl}-bernotok'
8009 allow_undefined_flag
=' ${wl}-berok'
8010 # Exported symbols can be pulled into shared objects from archives
8011 whole_archive_flag_spec
='$convenience'
8012 archive_cmds_need_lc
=yes
8013 # This is similar to how AIX traditionally builds its shared libraries.
8014 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'
8020 if test "$host_cpu" = m68k
; then
8021 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)'
8022 hardcode_libdir_flag_spec
='-L$libdir'
8023 hardcode_minus_L
=yes
8025 # see comment about different semantics on the GNU ld section
8030 export_dynamic_flag_spec
=-rdynamic
8033 cygwin
* | mingw
* | pw32
*)
8034 # When not using gcc, we currently assume that we are using
8035 # Microsoft Visual C++.
8036 # hardcode_libdir_flag_spec is actually meaningless, as there is
8037 # no search path for DLLs.
8038 hardcode_libdir_flag_spec
=' '
8039 allow_undefined_flag
=unsupported
8040 # Tell ltmain to make .lib files, not .a files.
8042 # Tell ltmain to make .dll files, not .so files.
8044 # FIXME: Setting linknames here is a bad hack.
8045 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8046 # The linker will automatically build a .lib file if we build a DLL.
8047 old_archive_from_new_cmds
='true'
8048 # FIXME: Should let the user specify the lib program.
8049 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8050 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8051 enable_shared_with_static_runtimes
=yes
8054 darwin
* | rhapsody
*)
8056 rhapsody
* | darwin1.
[012])
8057 allow_undefined_flag
='${wl}-undefined ${wl}suppress'
8060 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
8062 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8065 allow_undefined_flag
='${wl}-undefined ${wl}dynamic_lookup'
8070 archive_cmds_need_lc
=no
8072 hardcode_automatic
=yes
8073 hardcode_shlibpath_var
=unsupported
8074 whole_archive_flag_spec
=''
8075 link_all_deplibs
=yes
8076 if test "$GCC" = yes ; then
8077 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
8078 echo $ECHO_N "(cached) $ECHO_C" >&6
8080 lt_cv_apple_cc_single_mod
=no
8081 if test -z "${LT_MULTI_MODULE}"; then
8082 # By default we will add the -single_module flag. You can override
8083 # by either setting the environment variable LT_MULTI_MODULE
8084 # non-empty at configure time, or by adding -multi-module to the
8086 echo "int foo(void){return 1;}" > conftest.c
8087 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8088 -dynamiclib ${wl}-single_module conftest.c
8089 if test -f libconftest.dylib
; then
8090 lt_cv_apple_cc_single_mod
=yes
8091 rm libconftest.dylib
8097 output_verbose_link_cmd
=echo
8098 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
8099 archive_cmds
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8100 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}'
8102 archive_cmds
='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8103 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}'
8105 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8106 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}'
8108 case $cc_basename in
8110 output_verbose_link_cmd
=echo
8111 archive_cmds
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
8112 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8113 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
8114 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}'
8115 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}'
8125 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8126 hardcode_libdir_flag_spec
='-L$libdir'
8127 hardcode_shlibpath_var
=no
8134 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8135 # support. Future versions do this automatically, but an explicit c++rt0.o
8136 # does not break anything, and helps significantly (at the cost of a little
8139 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8140 hardcode_libdir_flag_spec
='-R$libdir'
8142 hardcode_shlibpath_var
=no
8145 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8147 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8149 hardcode_minus_L
=yes
8150 hardcode_shlibpath_var
=no
8153 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8154 freebsd
* | dragonfly
*)
8155 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8156 hardcode_libdir_flag_spec
='-R$libdir'
8158 hardcode_shlibpath_var
=no
8162 if test "$GCC" = yes; then
8163 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'
8165 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'
8167 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8168 hardcode_libdir_separator
=:
8171 # hardcode_minus_L: Not really in the search PATH,
8172 # but as the default location of the library.
8173 hardcode_minus_L
=yes
8174 export_dynamic_flag_spec
='${wl}-E'
8178 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8179 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8181 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8183 if test "$with_gnu_ld" = no
; then
8184 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8185 hardcode_libdir_flag_spec_ld
='+b $libdir'
8186 hardcode_libdir_separator
=:
8188 hardcode_direct_absolute
=yes
8189 export_dynamic_flag_spec
='${wl}-E'
8190 # hardcode_minus_L: Not really in the search PATH,
8191 # but as the default location of the library.
8192 hardcode_minus_L
=yes
8197 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8200 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8203 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8206 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8212 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8215 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8218 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8222 if test "$with_gnu_ld" = no
; then
8223 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8224 hardcode_libdir_separator
=:
8229 hardcode_shlibpath_var
=no
8233 hardcode_direct_absolute
=yes
8234 export_dynamic_flag_spec
='${wl}-E'
8236 # hardcode_minus_L: Not really in the search PATH,
8237 # but as the default location of the library.
8238 hardcode_minus_L
=yes
8244 irix5
* | irix6
* | nonstopux
*)
8245 if test "$GCC" = yes; then
8246 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'
8247 # Try to use the -exported_symbol ld option, if it does not
8248 # work, assume that -exports_file does not work either and
8249 # implicitly export all symbols.
8250 save_LDFLAGS
="$LDFLAGS"
8251 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8252 cat >conftest.
$ac_ext <<_ACEOF
8255 rm -f conftest.
$ac_objext conftest
$ac_exeext
8256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8257 (eval $ac_link) 2>conftest.er1
8259 grep -v '^ *+' conftest.er1
>conftest.err
8261 cat conftest.err
>&5
8262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8263 (exit $ac_status); } &&
8264 { ac_try
='test -z "$ac_c_werror_flag"
8265 || test ! -s conftest.err'
8266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8270 (exit $ac_status); }; } &&
8271 { ac_try
='test -s conftest$ac_exeext'
8272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276 (exit $ac_status); }; }; then
8277 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'
8280 echo "$as_me: failed program was:" >&5
8281 sed 's/^/| /' conftest.
$ac_ext >&5
8284 rm -f conftest.err conftest.
$ac_objext \
8285 conftest
$ac_exeext conftest.
$ac_ext
8286 LDFLAGS
="$save_LDFLAGS"
8288 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'
8289 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'
8291 archive_cmds_need_lc
='no'
8292 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8293 hardcode_libdir_separator
=:
8295 link_all_deplibs
=yes
8299 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8300 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8302 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8304 hardcode_libdir_flag_spec
='-R$libdir'
8306 hardcode_shlibpath_var
=no
8310 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8312 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8313 hardcode_libdir_separator
=:
8314 hardcode_shlibpath_var
=no
8322 hardcode_shlibpath_var
=no
8323 hardcode_direct_absolute
=yes
8324 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8325 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8326 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8327 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8328 export_dynamic_flag_spec
='${wl}-E'
8331 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8332 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8333 hardcode_libdir_flag_spec
='-R$libdir'
8336 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8337 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8344 hardcode_libdir_flag_spec
='-L$libdir'
8345 hardcode_minus_L
=yes
8346 allow_undefined_flag
=unsupported
8347 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'
8348 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8352 if test "$GCC" = yes; then
8353 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8354 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'
8356 allow_undefined_flag
=' -expect_unresolved \*'
8357 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'
8359 archive_cmds_need_lc
='no'
8360 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8361 hardcode_libdir_separator
=:
8364 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
8365 if test "$GCC" = yes; then
8366 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8367 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'
8368 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8370 allow_undefined_flag
=' -expect_unresolved \*'
8371 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'
8372 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~
8373 $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'
8375 # Both c and cxx compiler support -rpath directly
8376 hardcode_libdir_flag_spec
='-rpath $libdir'
8378 archive_cmds_need_lc
='no'
8379 hardcode_libdir_separator
=:
8383 no_undefined_flag
=' -z defs'
8384 if test "$GCC" = yes; then
8386 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8387 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8388 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8390 case `$CC -V 2>&1` in
8393 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8394 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8395 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8399 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8400 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8401 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8405 hardcode_libdir_flag_spec
='-R$libdir'
8406 hardcode_shlibpath_var
=no
8408 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
8410 # The compiler driver will combine and reorder linker options,
8411 # but understands `-z linker_flag'. GCC discards it without `$wl',
8412 # but is careful enough not to reorder.
8413 # Supported since Solaris 2.6 (maybe 2.5.1?)
8414 if test "$GCC" = yes; then
8415 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8417 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
8421 link_all_deplibs
=yes
8425 if test "x$host_vendor" = xsequent
; then
8426 # Use $CC to link under sequent, because it throws in some extra .o
8427 # files that make .init and .fini sections work.
8428 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8430 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8432 hardcode_libdir_flag_spec
='-L$libdir'
8434 hardcode_minus_L
=yes
8435 hardcode_shlibpath_var
=no
8439 case $host_vendor in
8441 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8442 hardcode_direct
=yes # is this really true???
8445 ## LD is ld it makes a PLAMLIB
8446 ## CC just makes a GrossModule.
8447 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8448 reload_cmds
='$CC -r -o $output$reload_objs'
8452 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8453 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
8456 runpath_var
='LD_RUN_PATH'
8457 hardcode_shlibpath_var
=no
8461 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8462 hardcode_shlibpath_var
=no
8463 export_dynamic_flag_spec
='-Bexport'
8467 if test -d /usr
/nec
; then
8468 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8469 hardcode_shlibpath_var
=no
8470 runpath_var
=LD_RUN_PATH
8471 hardcode_runpath_var
=yes
8476 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
8477 no_undefined_flag
='${wl}-z,text'
8478 archive_cmds_need_lc
=no
8479 hardcode_shlibpath_var
=no
8480 runpath_var
='LD_RUN_PATH'
8482 if test "$GCC" = yes; then
8483 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8484 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8486 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8487 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8491 sysv5
* | sco3.2v5
* | sco5v6
*)
8492 # Note: We can NOT use -z defs as we might desire, because we do not
8493 # link with -lc, and that would cause any symbols used from libc to
8494 # always be unresolved, which means just about no library would
8495 # ever link correctly. If we're not using GNU ld we use -z text
8496 # though, which does catch some bad symbols but isn't as heavy-handed
8498 no_undefined_flag
='${wl}-z,text'
8499 allow_undefined_flag
='${wl}-z,nodefs'
8500 archive_cmds_need_lc
=no
8501 hardcode_shlibpath_var
=no
8502 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
8503 hardcode_libdir_separator
=':'
8504 link_all_deplibs
=yes
8505 export_dynamic_flag_spec
='${wl}-Bexport'
8506 runpath_var
='LD_RUN_PATH'
8508 if test "$GCC" = yes; then
8509 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8510 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8512 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8513 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8518 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8519 hardcode_libdir_flag_spec
='-L$libdir'
8520 hardcode_shlibpath_var
=no
8528 if test x
$host_vendor = xsni
; then
8530 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
8531 export_dynamic_flag_spec
='${wl}-Blargedynsym'
8537 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8538 echo "${ECHO_T}$ld_shlibs" >&6
8539 test "$ld_shlibs" = no
&& can_build_shared
=no
8541 with_gnu_ld
=$with_gnu_ld
8558 # Do we need to explicitly link libc?
8560 case "x$archive_cmds_need_lc" in
8562 # Assume -lc should be added
8563 archive_cmds_need_lc
=yes
8565 if test "$enable_shared" = yes && test "$GCC" = yes; then
8566 case $archive_cmds in
8568 # FIXME: we may have to deal with multi-command sequences.
8571 # Test whether the compiler implicitly links with -lc since on some
8572 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8573 # to ld, don't add -lc before -lgcc.
8574 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8575 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8577 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8579 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8580 (eval $ac_compile) 2>&5
8582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8583 (exit $ac_status); } 2>conftest.err
; then
8586 libobjs
=conftest.
$ac_objext
8588 wl
=$lt_prog_compiler_wl
8589 pic_flag
=$lt_prog_compiler_pic
8595 lt_save_allow_undefined_flag
=$allow_undefined_flag
8596 allow_undefined_flag
=
8597 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8598 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
8600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8601 (exit $ac_status); }
8603 archive_cmds_need_lc
=no
8605 archive_cmds_need_lc
=yes
8607 allow_undefined_flag
=$lt_save_allow_undefined_flag
8609 cat conftest.err
1>&5
8612 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8613 echo "${ECHO_T}$archive_cmds_need_lc" >&6
8776 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8777 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
8779 if test "$withGCC" = yes; then
8781 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
8782 *) lt_awk_arg
="/^libraries:/" ;;
8784 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8785 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
8786 # if the path contains ";" then we assume it to be the separator
8787 # otherwise default to the standard path separator (i.e. ":") - it is
8788 # assumed that no part of a normal pathname contains ";" but that should
8789 # okay in the real world where ";" in dirpaths is itself problematic.
8790 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
8792 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8794 # Ok, now we have the path, separated by spaces, we can step through it
8795 # and add multilib dir if necessary.
8796 lt_tmp_lt_search_path_spec
=
8797 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
8798 for lt_sys_path
in $lt_search_path_spec; do
8799 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
8800 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
8802 test -d "$lt_sys_path" && \
8803 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
8806 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
8807 BEGIN {RS=" "; FS="/|\n";} {
8810 for (lt_i = NF; lt_i > 0; lt_i--) {
8811 if ($lt_i != "" && $lt_i != ".") {
8812 if ($lt_i == "..") {
8815 if (lt_count == 0) {
8816 lt_foo="/" $lt_i lt_foo;
8823 if (lt_foo != "") { lt_freq[lt_foo]++; }
8824 if (lt_freq[lt_foo] == 1) { print lt_foo; }
8826 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
8828 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
8831 libname_spec
='lib$name'
8839 shlibpath_overrides_runpath
=unknown
8841 dynamic_linker
="$host_os ld.so"
8842 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
8843 need_lib_prefix
=unknown
8844 hardcode_into_libs
=no
8846 # when you set need_version to no, make sure it does not cause -set_version
8847 # flags to be left without arguments
8848 need_version
=unknown
8853 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
8854 shlibpath_var
=LIBPATH
8856 # AIX 3 has no versioning support, so we append a major version to the name.
8857 soname_spec
='${libname}${release}${shared_ext}$major'
8864 hardcode_into_libs
=yes
8865 if test "$host_cpu" = ia64
; then
8866 # AIX 5 supports IA64
8867 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
8868 shlibpath_var
=LD_LIBRARY_PATH
8870 # With GCC up to 2.95.x, collect2 would create an import file
8871 # for dependence libraries. The import file would start with
8872 # the line `#! .'. This would cause the generated library to
8873 # depend on `.', always an invalid library. This was fixed in
8874 # development snapshots of GCC prior to 3.0.
8876 aix4 | aix4.
[01] | aix4.
[01].
*)
8877 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
8879 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
8886 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
8887 # soname into executable. Probably we can add versioning support to
8888 # collect2, so additional links can be useful in future.
8889 if test "$aix_use_runtimelinking" = yes; then
8890 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
8891 # instead of lib<name>.a to let people know that these are not
8892 # typical AIX shared libraries.
8893 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8895 # We preserve .a as extension for shared libraries through AIX4.2
8896 # and later when we are not doing run time linking.
8897 library_names_spec
='${libname}${release}.a $libname.a'
8898 soname_spec
='${libname}${release}${shared_ext}$major'
8900 shlibpath_var
=LIBPATH
8905 if test "$host_cpu" = m68k
; then
8906 library_names_spec
='$libname.ixlibrary $libname.a'
8907 # Create ${libname}_ixlibrary.a entries in /sys/libs.
8908 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'
8915 library_names_spec
='${libname}${shared_ext}'
8916 dynamic_linker
="$host_os ld.so"
8917 shlibpath_var
=LIBRARY_PATH
8923 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8924 soname_spec
='${libname}${release}${shared_ext}$major'
8925 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
8926 shlibpath_var
=LD_LIBRARY_PATH
8927 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
8928 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
8929 # the default ld.so.conf also contains /usr/contrib/lib and
8930 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
8931 # libtool to hard-code these into programs
8934 cygwin
* | mingw
* | pw32
*)
8935 version_type
=windows
8940 case $withGCC,$host_os in
8941 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
8942 library_names_spec
='$libname.dll.a'
8943 # DLL is installed to $(libdir)/../bin by postinstall_cmds
8944 postinstall_cmds
='base_file=`basename \${file}`~
8945 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
8946 dldir=$destdir/`dirname \$dlpath`~
8947 test -d \$dldir || mkdir -p \$dldir~
8948 $install_prog $dir/$dlname \$dldir/$dlname~
8949 chmod a+x \$dldir/$dlname~
8950 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
8951 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
8953 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
8954 dlpath=$dir/\$dldll~
8956 shlibpath_overrides_runpath
=yes
8960 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
8961 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8962 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
8965 # MinGW DLLs use traditional 'lib' prefix
8966 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8967 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8968 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
8969 # It is most probably a Windows format PATH printed by
8970 # mingw gcc, but we are running on Cygwin. Gcc prints its search
8971 # path with ; separators, and with drive letters. We can handle the
8972 # drive letters (cygwin fileutils understands them), so leave them,
8973 # especially as we might pass files found there to a mingw objdump,
8974 # which wouldn't understand a cygwinified path. Ahh.
8975 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
8977 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8981 # pw32 DLLs use 'pw' prefix rather than 'lib'
8982 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8988 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
8991 dynamic_linker
='Win32 ld.exe'
8992 # FIXME: first we should search . and the directory the executable is in
8996 darwin
* | rhapsody
*)
8997 dynamic_linker
="$host_os dyld"
9001 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9002 soname_spec
='${libname}${release}${major}$shared_ext'
9003 shlibpath_overrides_runpath
=yes
9004 shlibpath_var
=DYLD_LIBRARY_PATH
9005 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9007 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9008 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9015 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9016 soname_spec
='${libname}${release}${shared_ext}$major'
9017 shlibpath_var
=LD_LIBRARY_PATH
9024 freebsd
* | dragonfly
*)
9025 # DragonFly does not have aout. When/if they implement a new
9026 # versioning mechanism, adjust this.
9027 if test -x /usr
/bin
/objformat
; then
9028 objformat
=`/usr/bin/objformat`
9031 freebsd
[123]*) objformat
=aout
;;
9035 version_type
=freebsd-
$objformat
9036 case $version_type in
9038 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9043 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9047 shlibpath_var
=LD_LIBRARY_PATH
9050 shlibpath_overrides_runpath
=yes
9052 freebsd3.
[01]* | freebsdelf3.
[01]*)
9053 shlibpath_overrides_runpath
=yes
9054 hardcode_into_libs
=yes
9056 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9057 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9058 shlibpath_overrides_runpath
=no
9059 hardcode_into_libs
=yes
9061 *) # from 4.6 on, and DragonFly
9062 shlibpath_overrides_runpath
=yes
9063 hardcode_into_libs
=yes
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 shlibpath_var
=LD_LIBRARY_PATH
9075 hardcode_into_libs
=yes
9078 hpux9
* | hpux10
* | hpux11
*)
9079 # Give a soname corresponding to the major version so that dld.sl refuses to
9080 # link against other versions.
9087 hardcode_into_libs
=yes
9088 dynamic_linker
="$host_os dld.so"
9089 shlibpath_var
=LD_LIBRARY_PATH
9090 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9091 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9092 soname_spec
='${libname}${release}${shared_ext}$major'
9093 if test "X$HPUX_IA64_MODE" = X32
; then
9094 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9096 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9098 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9102 hardcode_into_libs
=yes
9103 dynamic_linker
="$host_os dld.sl"
9104 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9105 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9106 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9107 soname_spec
='${libname}${release}${shared_ext}$major'
9108 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9109 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9113 dynamic_linker
="$host_os dld.sl"
9114 shlibpath_var
=SHLIB_PATH
9115 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9116 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9117 soname_spec
='${libname}${release}${shared_ext}$major'
9120 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9121 postinstall_cmds
='chmod 555 $lib'
9128 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9129 soname_spec
='${libname}${release}${shared_ext}$major'
9130 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9131 shlibpath_var
=LD_LIBRARY_PATH
9132 shlibpath_overrides_runpath
=no
9133 hardcode_into_libs
=yes
9136 irix5
* | irix6
* | nonstopux
*)
9138 nonstopux
*) version_type
=nonstopux
;;
9140 if test "$lt_cv_prog_gnu_ld" = yes; then
9148 soname_spec
='${libname}${release}${shared_ext}$major'
9149 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9151 irix5
* | nonstopux
*)
9155 case $LD in # libtool.m4 will add one of these switches to LD
9156 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9157 libsuff
= shlibsuff
= libmagic
=32-bit;;
9158 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9159 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9160 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9161 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9162 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9166 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9167 shlibpath_overrides_runpath
=no
9168 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9169 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9170 hardcode_into_libs
=yes
9173 # No shared lib support for Linux oldld, aout, or coff.
9174 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9178 # This must be Linux ELF.
9179 linux
* | k
*bsd
*-gnu)
9183 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9184 soname_spec
='${libname}${release}${shared_ext}$major'
9185 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9186 shlibpath_var
=LD_LIBRARY_PATH
9187 shlibpath_overrides_runpath
=no
9188 # Some binutils ld are patched to set DT_RUNPATH
9189 save_LDFLAGS
=$LDFLAGS
9191 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9192 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9193 cat >conftest.
$ac_ext <<_ACEOF
9196 cat confdefs.h
>>conftest.
$ac_ext
9197 cat >>conftest.
$ac_ext <<_ACEOF
9198 /* end confdefs.h. */
9208 rm -f conftest.
$ac_objext conftest
$ac_exeext
9209 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9210 (eval $ac_link) 2>conftest.er1
9212 grep -v '^ *+' conftest.er1
>conftest.err
9214 cat conftest.err
>&5
9215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9216 (exit $ac_status); } &&
9217 { ac_try
='test -z "$ac_c_werror_flag"
9218 || test ! -s conftest.err'
9219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9223 (exit $ac_status); }; } &&
9224 { ac_try
='test -s conftest$ac_exeext'
9225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9229 (exit $ac_status); }; }; then
9230 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
9231 shlibpath_overrides_runpath
=yes
9235 echo "$as_me: failed program was:" >&5
9236 sed 's/^/| /' conftest.
$ac_ext >&5
9239 rm -f conftest.err conftest.
$ac_objext \
9240 conftest
$ac_exeext conftest.
$ac_ext
9241 LDFLAGS
=$save_LDFLAGS
9244 # This implies no fast_install, which is unacceptable.
9245 # Some rework will be needed to allow for fast_install
9246 # before this can be enabled.
9247 hardcode_into_libs
=yes
9249 # Append ld.so.conf contents to the search path
9250 if test -f /etc
/ld.so.conf
; then
9251 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' ' '`
9252 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9255 # We used to test for /lib/ld.so.1 and disable shared libraries on
9256 # powerpc, because MkLinux only supported shared libraries with the
9257 # GNU dynamic linker. Since this was broken with cross compilers,
9258 # most powerpc-linux boxes support dynamic linking these days and
9259 # people can always --disable-shared, the test was removed, and we
9260 # assume the GNU/Linux dynamic linker is in use.
9261 dynamic_linker
='GNU/Linux ld.so'
9268 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9269 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9270 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9271 dynamic_linker
='NetBSD (a.out) ld.so'
9273 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9274 soname_spec
='${libname}${release}${shared_ext}$major'
9275 dynamic_linker
='NetBSD ld.elf_so'
9277 shlibpath_var
=LD_LIBRARY_PATH
9278 shlibpath_overrides_runpath
=yes
9279 hardcode_into_libs
=yes
9284 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9285 shlibpath_var
=LD_LIBRARY_PATH
9286 shlibpath_overrides_runpath
=yes
9293 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9294 soname_spec
='${libname}${release}${shared_ext}$major'
9295 shlibpath_var
=LD_LIBRARY_PATH
9296 shlibpath_overrides_runpath
=no
9297 hardcode_into_libs
=yes
9298 dynamic_linker
='ldqnx.so'
9303 sys_lib_dlsearch_path_spec
="/usr/lib"
9305 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9307 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9308 *) need_version
=no
;;
9310 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9311 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9312 shlibpath_var
=LD_LIBRARY_PATH
9313 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9315 openbsd2.
[89] | openbsd2.
[89].
*)
9316 shlibpath_overrides_runpath
=no
9319 shlibpath_overrides_runpath
=yes
9323 shlibpath_overrides_runpath
=yes
9328 libname_spec
='$name'
9331 library_names_spec
='$libname${shared_ext} $libname.a'
9332 dynamic_linker
='OS/2 ld.exe'
9333 shlibpath_var
=LIBPATH
9336 osf3
* | osf4
* | osf5
*)
9340 soname_spec
='${libname}${release}${shared_ext}$major'
9341 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9342 shlibpath_var
=LD_LIBRARY_PATH
9343 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9344 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
9355 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9356 soname_spec
='${libname}${release}${shared_ext}$major'
9357 shlibpath_var
=LD_LIBRARY_PATH
9358 shlibpath_overrides_runpath
=yes
9359 hardcode_into_libs
=yes
9360 # ldd complains unless libraries are executable
9361 postinstall_cmds
='chmod +x $lib'
9366 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9367 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9368 shlibpath_var
=LD_LIBRARY_PATH
9369 shlibpath_overrides_runpath
=yes
9370 if test "$with_gnu_ld" = yes; then
9378 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9379 soname_spec
='${libname}${release}${shared_ext}$major'
9380 shlibpath_var
=LD_LIBRARY_PATH
9381 case $host_vendor in
9383 shlibpath_overrides_runpath
=no
9385 runpath_var
=LD_RUN_PATH
9393 shlibpath_overrides_runpath
=no
9394 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
9400 if test -d /usr
/nec
;then
9402 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9403 soname_spec
='$libname${shared_ext}.$major'
9404 shlibpath_var
=LD_LIBRARY_PATH
9408 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
9409 version_type
=freebsd-elf
9412 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9413 soname_spec
='${libname}${release}${shared_ext}$major'
9414 shlibpath_var
=LD_LIBRARY_PATH
9415 shlibpath_overrides_runpath
=yes
9416 hardcode_into_libs
=yes
9417 if test "$with_gnu_ld" = yes; then
9418 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9420 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
9423 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
9427 sys_lib_dlsearch_path_spec
='/usr/lib'
9431 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9435 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9436 shlibpath_var
=LD_LIBRARY_PATH
9437 shlibpath_overrides_runpath
=no
9438 hardcode_into_libs
=yes
9443 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9444 soname_spec
='${libname}${release}${shared_ext}$major'
9445 shlibpath_var
=LD_LIBRARY_PATH
9452 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9453 echo "${ECHO_T}$dynamic_linker" >&6
9454 test "$dynamic_linker" = no
&& can_build_shared
=no
9456 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
9457 if test "$GCC" = yes; then
9458 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9547 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9548 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9550 if test -n "$hardcode_libdir_flag_spec" ||
9551 test -n "$runpath_var" ||
9552 test "X$hardcode_automatic" = "Xyes" ; then
9554 # We can hardcode non-existent directories.
9555 if test "$hardcode_direct" != no
&&
9556 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9557 # have to relink, otherwise we might link with an installed library
9558 # when we should be linking with a yet-to-be-installed one
9559 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9560 test "$hardcode_minus_L" != no
; then
9561 # Linking always hardcodes the temporary library directory.
9562 hardcode_action
=relink
9564 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9565 hardcode_action
=immediate
9568 # We cannot hardcode anything, or else we can only hardcode existing
9570 hardcode_action
=unsupported
9572 echo "$as_me:$LINENO: result: $hardcode_action" >&5
9573 echo "${ECHO_T}$hardcode_action" >&6
9575 if test "$hardcode_action" = relink ||
9576 test "$inherit_rpath" = yes; then
9577 # Fast installation is not supported
9578 enable_fast_install
=no
9579 elif test "$shlibpath_overrides_runpath" = yes ||
9580 test "$enable_shared" = no
; then
9581 # Fast installation is not necessary
9582 enable_fast_install
=needless
9590 if test "x$enable_dlopen" != xyes
; then
9591 enable_dlopen
=unknown
9592 enable_dlopen_self
=unknown
9593 enable_dlopen_self_static
=unknown
9600 lt_cv_dlopen
="load_add_on"
9602 lt_cv_dlopen_self
=yes
9606 lt_cv_dlopen
="LoadLibrary"
9611 lt_cv_dlopen
="dlopen"
9616 # if libdl is installed we need to link against it
9617 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9618 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9619 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9620 echo $ECHO_N "(cached) $ECHO_C" >&6
9622 ac_check_lib_save_LIBS
=$LIBS
9624 cat >conftest.
$ac_ext <<_ACEOF
9627 cat confdefs.h
>>conftest.
$ac_ext
9628 cat >>conftest.
$ac_ext <<_ACEOF
9629 /* end confdefs.h. */
9631 /* Override any gcc2 internal prototype to avoid an error. */
9635 /* We use char because int might match the return type of a gcc2
9636 builtin and then its argument prototype would still apply. */
9646 rm -f conftest.
$ac_objext conftest
$ac_exeext
9647 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9648 (eval $ac_link) 2>conftest.er1
9650 grep -v '^ *+' conftest.er1
>conftest.err
9652 cat conftest.err
>&5
9653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9654 (exit $ac_status); } &&
9655 { ac_try
='test -z "$ac_c_werror_flag"
9656 || test ! -s conftest.err'
9657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 (exit $ac_status); }; } &&
9662 { ac_try
='test -s conftest$ac_exeext'
9663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9667 (exit $ac_status); }; }; then
9668 ac_cv_lib_dl_dlopen
=yes
9670 echo "$as_me: failed program was:" >&5
9671 sed 's/^/| /' conftest.
$ac_ext >&5
9673 ac_cv_lib_dl_dlopen
=no
9675 rm -f conftest.err conftest.
$ac_objext \
9676 conftest
$ac_exeext conftest.
$ac_ext
9677 LIBS
=$ac_check_lib_save_LIBS
9679 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9680 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9681 if test $ac_cv_lib_dl_dlopen = yes; then
9682 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9687 lt_cv_dlopen_self
=yes
9694 echo "$as_me:$LINENO: checking for shl_load" >&5
9695 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9696 if test "${ac_cv_func_shl_load+set}" = set; then
9697 echo $ECHO_N "(cached) $ECHO_C" >&6
9699 cat >conftest.
$ac_ext <<_ACEOF
9702 cat confdefs.h
>>conftest.
$ac_ext
9703 cat >>conftest.
$ac_ext <<_ACEOF
9704 /* end confdefs.h. */
9705 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9706 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9707 #define shl_load innocuous_shl_load
9709 /* System header to define __stub macros and hopefully few prototypes,
9710 which can conflict with char shl_load (); below.
9711 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9712 <limits.h> exists even on freestanding compilers. */
9715 # include <limits.h>
9717 # include <assert.h>
9722 /* Override any gcc2 internal prototype to avoid an error. */
9727 /* We use char because int might match the return type of a gcc2
9728 builtin and then its argument prototype would still apply. */
9730 /* The GNU C library defines this for functions which it implements
9731 to always fail with ENOSYS. Some functions are actually named
9732 something starting with __ and the normal name is an alias. */
9733 #if defined (__stub_shl_load) || defined (__stub___shl_load)
9736 char (*f) () = shl_load;
9745 return f != shl_load;
9750 rm -f conftest.
$ac_objext conftest
$ac_exeext
9751 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9752 (eval $ac_link) 2>conftest.er1
9754 grep -v '^ *+' conftest.er1
>conftest.err
9756 cat conftest.err
>&5
9757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9758 (exit $ac_status); } &&
9759 { ac_try
='test -z "$ac_c_werror_flag"
9760 || test ! -s conftest.err'
9761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9765 (exit $ac_status); }; } &&
9766 { ac_try
='test -s conftest$ac_exeext'
9767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9771 (exit $ac_status); }; }; then
9772 ac_cv_func_shl_load
=yes
9774 echo "$as_me: failed program was:" >&5
9775 sed 's/^/| /' conftest.
$ac_ext >&5
9777 ac_cv_func_shl_load
=no
9779 rm -f conftest.err conftest.
$ac_objext \
9780 conftest
$ac_exeext conftest.
$ac_ext
9782 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9783 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
9784 if test $ac_cv_func_shl_load = yes; then
9785 lt_cv_dlopen
="shl_load"
9787 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9788 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
9789 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9790 echo $ECHO_N "(cached) $ECHO_C" >&6
9792 ac_check_lib_save_LIBS
=$LIBS
9794 cat >conftest.
$ac_ext <<_ACEOF
9797 cat confdefs.h
>>conftest.
$ac_ext
9798 cat >>conftest.
$ac_ext <<_ACEOF
9799 /* end confdefs.h. */
9801 /* Override any gcc2 internal prototype to avoid an error. */
9805 /* We use char because int might match the return type of a gcc2
9806 builtin and then its argument prototype would still apply. */
9816 rm -f conftest.
$ac_objext conftest
$ac_exeext
9817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9818 (eval $ac_link) 2>conftest.er1
9820 grep -v '^ *+' conftest.er1
>conftest.err
9822 cat conftest.err
>&5
9823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9824 (exit $ac_status); } &&
9825 { ac_try
='test -z "$ac_c_werror_flag"
9826 || test ! -s conftest.err'
9827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9831 (exit $ac_status); }; } &&
9832 { ac_try
='test -s conftest$ac_exeext'
9833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9837 (exit $ac_status); }; }; then
9838 ac_cv_lib_dld_shl_load
=yes
9840 echo "$as_me: failed program was:" >&5
9841 sed 's/^/| /' conftest.
$ac_ext >&5
9843 ac_cv_lib_dld_shl_load
=no
9845 rm -f conftest.err conftest.
$ac_objext \
9846 conftest
$ac_exeext conftest.
$ac_ext
9847 LIBS
=$ac_check_lib_save_LIBS
9849 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9850 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
9851 if test $ac_cv_lib_dld_shl_load = yes; then
9852 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-dld"
9854 echo "$as_me:$LINENO: checking for dlopen" >&5
9855 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9856 if test "${ac_cv_func_dlopen+set}" = set; then
9857 echo $ECHO_N "(cached) $ECHO_C" >&6
9859 cat >conftest.
$ac_ext <<_ACEOF
9862 cat confdefs.h
>>conftest.
$ac_ext
9863 cat >>conftest.
$ac_ext <<_ACEOF
9864 /* end confdefs.h. */
9865 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9866 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9867 #define dlopen innocuous_dlopen
9869 /* System header to define __stub macros and hopefully few prototypes,
9870 which can conflict with char dlopen (); below.
9871 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9872 <limits.h> exists even on freestanding compilers. */
9875 # include <limits.h>
9877 # include <assert.h>
9882 /* Override any gcc2 internal prototype to avoid an error. */
9887 /* We use char because int might match the return type of a gcc2
9888 builtin and then its argument prototype would still apply. */
9890 /* The GNU C library defines this for functions which it implements
9891 to always fail with ENOSYS. Some functions are actually named
9892 something starting with __ and the normal name is an alias. */
9893 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9896 char (*f) () = dlopen;
9910 rm -f conftest.
$ac_objext conftest
$ac_exeext
9911 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9912 (eval $ac_link) 2>conftest.er1
9914 grep -v '^ *+' conftest.er1
>conftest.err
9916 cat conftest.err
>&5
9917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9918 (exit $ac_status); } &&
9919 { ac_try
='test -z "$ac_c_werror_flag"
9920 || test ! -s conftest.err'
9921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925 (exit $ac_status); }; } &&
9926 { ac_try
='test -s conftest$ac_exeext'
9927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9931 (exit $ac_status); }; }; then
9932 ac_cv_func_dlopen
=yes
9934 echo "$as_me: failed program was:" >&5
9935 sed 's/^/| /' conftest.
$ac_ext >&5
9937 ac_cv_func_dlopen
=no
9939 rm -f conftest.err conftest.
$ac_objext \
9940 conftest
$ac_exeext conftest.
$ac_ext
9942 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9943 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9944 if test $ac_cv_func_dlopen = yes; then
9945 lt_cv_dlopen
="dlopen"
9947 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9948 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9949 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9950 echo $ECHO_N "(cached) $ECHO_C" >&6
9952 ac_check_lib_save_LIBS
=$LIBS
9954 cat >conftest.
$ac_ext <<_ACEOF
9957 cat confdefs.h
>>conftest.
$ac_ext
9958 cat >>conftest.
$ac_ext <<_ACEOF
9959 /* end confdefs.h. */
9961 /* Override any gcc2 internal prototype to avoid an error. */
9965 /* We use char because int might match the return type of a gcc2
9966 builtin and then its argument prototype would still apply. */
9976 rm -f conftest.
$ac_objext conftest
$ac_exeext
9977 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9978 (eval $ac_link) 2>conftest.er1
9980 grep -v '^ *+' conftest.er1
>conftest.err
9982 cat conftest.err
>&5
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); } &&
9985 { ac_try
='test -z "$ac_c_werror_flag"
9986 || test ! -s conftest.err'
9987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9991 (exit $ac_status); }; } &&
9992 { ac_try
='test -s conftest$ac_exeext'
9993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9997 (exit $ac_status); }; }; then
9998 ac_cv_lib_dl_dlopen
=yes
10000 echo "$as_me: failed program was:" >&5
10001 sed 's/^/| /' conftest.
$ac_ext >&5
10003 ac_cv_lib_dl_dlopen
=no
10005 rm -f conftest.err conftest.
$ac_objext \
10006 conftest
$ac_exeext conftest.
$ac_ext
10007 LIBS
=$ac_check_lib_save_LIBS
10009 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10010 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10011 if test $ac_cv_lib_dl_dlopen = yes; then
10012 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10014 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10015 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
10016 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10017 echo $ECHO_N "(cached) $ECHO_C" >&6
10019 ac_check_lib_save_LIBS
=$LIBS
10020 LIBS
="-lsvld $LIBS"
10021 cat >conftest.
$ac_ext <<_ACEOF
10024 cat confdefs.h
>>conftest.
$ac_ext
10025 cat >>conftest.
$ac_ext <<_ACEOF
10026 /* end confdefs.h. */
10028 /* Override any gcc2 internal prototype to avoid an error. */
10032 /* We use char because int might match the return type of a gcc2
10033 builtin and then its argument prototype would still apply. */
10043 rm -f conftest.
$ac_objext conftest
$ac_exeext
10044 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10045 (eval $ac_link) 2>conftest.er1
10047 grep -v '^ *+' conftest.er1
>conftest.err
10049 cat conftest.err
>&5
10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051 (exit $ac_status); } &&
10052 { ac_try
='test -z "$ac_c_werror_flag"
10053 || test ! -s conftest.err'
10054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10055 (eval $ac_try) 2>&5
10057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10058 (exit $ac_status); }; } &&
10059 { ac_try
='test -s conftest$ac_exeext'
10060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10061 (eval $ac_try) 2>&5
10063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10064 (exit $ac_status); }; }; then
10065 ac_cv_lib_svld_dlopen
=yes
10067 echo "$as_me: failed program was:" >&5
10068 sed 's/^/| /' conftest.
$ac_ext >&5
10070 ac_cv_lib_svld_dlopen
=no
10072 rm -f conftest.err conftest.
$ac_objext \
10073 conftest
$ac_exeext conftest.
$ac_ext
10074 LIBS
=$ac_check_lib_save_LIBS
10076 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10077 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10078 if test $ac_cv_lib_svld_dlopen = yes; then
10079 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10081 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10082 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
10083 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10084 echo $ECHO_N "(cached) $ECHO_C" >&6
10086 ac_check_lib_save_LIBS
=$LIBS
10088 cat >conftest.
$ac_ext <<_ACEOF
10091 cat confdefs.h
>>conftest.
$ac_ext
10092 cat >>conftest.
$ac_ext <<_ACEOF
10093 /* end confdefs.h. */
10095 /* Override any gcc2 internal prototype to avoid an error. */
10099 /* We use char because int might match the return type of a gcc2
10100 builtin and then its argument prototype would still apply. */
10110 rm -f conftest.
$ac_objext conftest
$ac_exeext
10111 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10112 (eval $ac_link) 2>conftest.er1
10114 grep -v '^ *+' conftest.er1
>conftest.err
10116 cat conftest.err
>&5
10117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10118 (exit $ac_status); } &&
10119 { ac_try
='test -z "$ac_c_werror_flag"
10120 || test ! -s conftest.err'
10121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10122 (eval $ac_try) 2>&5
10124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10125 (exit $ac_status); }; } &&
10126 { ac_try
='test -s conftest$ac_exeext'
10127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10128 (eval $ac_try) 2>&5
10130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131 (exit $ac_status); }; }; then
10132 ac_cv_lib_dld_dld_link
=yes
10134 echo "$as_me: failed program was:" >&5
10135 sed 's/^/| /' conftest.
$ac_ext >&5
10137 ac_cv_lib_dld_dld_link
=no
10139 rm -f conftest.err conftest.
$ac_objext \
10140 conftest
$ac_exeext conftest.
$ac_ext
10141 LIBS
=$ac_check_lib_save_LIBS
10143 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10144 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10145 if test $ac_cv_lib_dld_dld_link = yes; then
10146 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-dld"
10167 if test "x$lt_cv_dlopen" != xno
; then
10173 case $lt_cv_dlopen in
10175 save_CPPFLAGS
="$CPPFLAGS"
10176 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10178 save_LDFLAGS
="$LDFLAGS"
10179 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10182 LIBS
="$lt_cv_dlopen_libs $LIBS"
10184 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10185 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10186 if test "${lt_cv_dlopen_self+set}" = set; then
10187 echo $ECHO_N "(cached) $ECHO_C" >&6
10189 if test "$cross_compiling" = yes; then :
10190 lt_cv_dlopen_self
=cross
10192 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10193 lt_status
=$lt_dlunknown
10194 cat > conftest.
$ac_ext <<_LT_EOF
10195 #line 10195 "configure"
10196 #include "confdefs.h"
10205 # define LT_DLGLOBAL RTLD_GLOBAL
10208 # define LT_DLGLOBAL DL_GLOBAL
10210 # define LT_DLGLOBAL 0
10214 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10215 find out it does not work in some platform. */
10216 #ifndef LT_DLLAZY_OR_NOW
10218 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10221 # define LT_DLLAZY_OR_NOW DL_LAZY
10224 # define LT_DLLAZY_OR_NOW RTLD_NOW
10227 # define LT_DLLAZY_OR_NOW DL_NOW
10229 # define LT_DLLAZY_OR_NOW 0
10237 extern "C" void exit (int);
10240 void fnord() { int i=42;}
10243 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10244 int status = $lt_dlunknown;
10248 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10249 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10250 /* dlclose (self); */
10258 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10259 (eval $ac_link) 2>&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10263 (.
/conftest
; exit; ) >&5 2>/dev
/null
10265 case x
$lt_status in
10266 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10267 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10268 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10271 # compilation failed
10272 lt_cv_dlopen_self
=no
10279 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10280 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10282 if test "x$lt_cv_dlopen_self" = xyes
; then
10283 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10284 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10285 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10286 if test "${lt_cv_dlopen_self_static+set}" = set; then
10287 echo $ECHO_N "(cached) $ECHO_C" >&6
10289 if test "$cross_compiling" = yes; then :
10290 lt_cv_dlopen_self_static
=cross
10292 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10293 lt_status
=$lt_dlunknown
10294 cat > conftest.
$ac_ext <<_LT_EOF
10295 #line 10295 "configure"
10296 #include "confdefs.h"
10305 # define LT_DLGLOBAL RTLD_GLOBAL
10308 # define LT_DLGLOBAL DL_GLOBAL
10310 # define LT_DLGLOBAL 0
10314 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10315 find out it does not work in some platform. */
10316 #ifndef LT_DLLAZY_OR_NOW
10318 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10321 # define LT_DLLAZY_OR_NOW DL_LAZY
10324 # define LT_DLLAZY_OR_NOW RTLD_NOW
10327 # define LT_DLLAZY_OR_NOW DL_NOW
10329 # define LT_DLLAZY_OR_NOW 0
10337 extern "C" void exit (int);
10340 void fnord() { int i=42;}
10343 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10344 int status = $lt_dlunknown;
10348 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10349 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10350 /* dlclose (self); */
10358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10359 (eval $ac_link) 2>&5
10361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10362 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10363 (.
/conftest
; exit; ) >&5 2>/dev
/null
10365 case x
$lt_status in
10366 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10367 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10368 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10371 # compilation failed
10372 lt_cv_dlopen_self_static
=no
10379 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10380 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10383 CPPFLAGS
="$save_CPPFLAGS"
10384 LDFLAGS
="$save_LDFLAGS"
10389 case $lt_cv_dlopen_self in
10390 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10391 *) enable_dlopen_self
=unknown
;;
10394 case $lt_cv_dlopen_self_static in
10395 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10396 *) enable_dlopen_self_static
=unknown
;;
10418 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10419 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10420 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10421 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10422 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10423 echo "$as_me:$LINENO: result: yes" >&5
10424 echo "${ECHO_T}yes" >&6
10426 # FIXME - insert some real tests, host_os isn't really good enough
10429 if test -n "$STRIP" ; then
10430 striplib
="$STRIP -x"
10431 old_striplib
="$STRIP -S"
10432 echo "$as_me:$LINENO: result: yes" >&5
10433 echo "${ECHO_T}yes" >&6
10435 echo "$as_me:$LINENO: result: no" >&5
10436 echo "${ECHO_T}no" >&6
10440 echo "$as_me:$LINENO: result: no" >&5
10441 echo "${ECHO_T}no" >&6
10457 # Report which library types will actually be built
10458 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10459 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10460 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10461 echo "${ECHO_T}$can_build_shared" >&6
10463 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10464 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10465 test "$can_build_shared" = "no" && enable_shared
=no
10467 # On AIX, shared libraries and static libraries use the same namespace, and
10468 # are all built from PIC.
10471 test "$enable_shared" = yes && enable_static
=no
10472 if test -n "$RANLIB"; then
10473 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10474 postinstall_cmds
='$RANLIB $lib'
10479 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10480 test "$enable_shared" = yes && enable_static
=no
10484 echo "$as_me:$LINENO: result: $enable_shared" >&5
10485 echo "${ECHO_T}$enable_shared" >&6
10487 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10488 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10489 # Make sure either enable_shared or enable_static is yes.
10490 test "$enable_shared" = yes || enable_static
=yes
10491 echo "$as_me:$LINENO: result: $enable_static" >&5
10492 echo "${ECHO_T}$enable_static" >&6
10499 ac_cpp
='$CPP $CPPFLAGS'
10500 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10501 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10502 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10518 ac_config_commands
="$ac_config_commands libtool"
10523 # Only expand once:
10527 ALL_LINGUAS
="fr sv tr es da vi zh_CN zh_TW ga fi"
10528 # If we haven't got the data from the intl directory,
10529 # assume NLS is disabled.
10538 if test -f ..
/intl
/config.intl
; then
10539 . ..
/intl
/config.intl
10541 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10542 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10543 if test x
"$USE_NLS" != xyes
; then
10544 echo "$as_me:$LINENO: result: no" >&5
10545 echo "${ECHO_T}no" >&6
10547 echo "$as_me:$LINENO: result: yes" >&5
10548 echo "${ECHO_T}yes" >&6
10550 cat >>confdefs.h
<<\_ACEOF
10551 #define ENABLE_NLS 1
10555 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10556 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10557 # Look for .po and .gmo files in the source directory.
10560 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
10561 # If there aren't any .gmo files the shell will give us the
10562 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10564 case "$cat" in *\
**)
10567 # The quadruple backslash is collapsed to a double backslash
10568 # by the backticks, then collapsed again by the double quotes,
10569 # leaving us with one backslash in the sed expression (right
10570 # before the dot that mustn't act as a wildcard).
10571 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10572 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
10573 # The user is allowed to set LINGUAS to a list of languages to
10574 # install catalogs for. If it's empty that means "all of them."
10575 if test "x$LINGUAS" = x
; then
10576 CATALOGS
="$CATALOGS $cat"
10577 XLINGUAS
="$XLINGUAS $lang"
10579 case "$LINGUAS" in *$lang*)
10580 CATALOGS
="$CATALOGS $cat"
10581 XLINGUAS
="$XLINGUAS $lang"
10586 LINGUAS
="$XLINGUAS"
10587 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10588 echo "${ECHO_T}$LINGUAS" >&6
10602 if test -n "$ac_aux_dir"; then
10603 case "$ac_aux_dir" in
10604 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
10605 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10608 if test -z "$MKINSTALLDIRS"; then
10609 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
10614 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10615 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10616 # Check whether --enable-nls or --disable-nls was given.
10617 if test "${enable_nls+set}" = set; then
10618 enableval
="$enable_nls"
10623 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10624 echo "${ECHO_T}$USE_NLS" >&6
10631 # Prepare PATH_SEPARATOR.
10632 # The user is always right.
10633 if test "${PATH_SEPARATOR+set}" != set; then
10634 echo "#! /bin/sh" >conf$$.sh
10635 echo "exit 0" >>conf$$.sh
10637 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10645 # Find out how to test for executable files. Don't use a zero-byte file,
10646 # as systems may use methods other than mode bits to determine executability.
10647 cat >conf$$.
file <<_ASEOF
10651 chmod +x conf$$.
file
10652 if test -x conf$$.
file >/dev
/null
2>&1; then
10653 ac_executable_p
="test -x"
10655 ac_executable_p
="test -f"
10659 # Extract the first word of "msgfmt", so it can be a program name with args.
10660 set dummy msgfmt
; ac_word
=$2
10661 echo "$as_me:$LINENO: checking for $ac_word" >&5
10662 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10663 if test "${ac_cv_path_MSGFMT+set}" = set; then
10664 echo $ECHO_N "(cached) $ECHO_C" >&6
10668 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
10671 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10672 for ac_dir
in $PATH; do
10674 test -z "$ac_dir" && ac_dir
=.
10675 for ac_exec_ext
in '' $ac_executable_extensions; do
10676 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10677 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
10678 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10679 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
10686 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
10690 MSGFMT
="$ac_cv_path_MSGFMT"
10691 if test "$MSGFMT" != ":"; then
10692 echo "$as_me:$LINENO: result: $MSGFMT" >&5
10693 echo "${ECHO_T}$MSGFMT" >&6
10695 echo "$as_me:$LINENO: result: no" >&5
10696 echo "${ECHO_T}no" >&6
10699 # Extract the first word of "gmsgfmt", so it can be a program name with args.
10700 set dummy gmsgfmt
; ac_word
=$2
10701 echo "$as_me:$LINENO: checking for $ac_word" >&5
10702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10703 if test "${ac_cv_path_GMSGFMT+set}" = set; then
10704 echo $ECHO_N "(cached) $ECHO_C" >&6
10708 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
10711 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10712 for as_dir
in $PATH
10715 test -z "$as_dir" && as_dir
=.
10716 for ac_exec_ext
in '' $ac_executable_extensions; do
10717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10718 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
10719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10725 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
10729 GMSGFMT
=$ac_cv_path_GMSGFMT
10731 if test -n "$GMSGFMT"; then
10732 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
10733 echo "${ECHO_T}$GMSGFMT" >&6
10735 echo "$as_me:$LINENO: result: no" >&5
10736 echo "${ECHO_T}no" >&6
10741 # Prepare PATH_SEPARATOR.
10742 # The user is always right.
10743 if test "${PATH_SEPARATOR+set}" != set; then
10744 echo "#! /bin/sh" >conf$$.sh
10745 echo "exit 0" >>conf$$.sh
10747 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10755 # Find out how to test for executable files. Don't use a zero-byte file,
10756 # as systems may use methods other than mode bits to determine executability.
10757 cat >conf$$.
file <<_ASEOF
10761 chmod +x conf$$.
file
10762 if test -x conf$$.
file >/dev
/null
2>&1; then
10763 ac_executable_p
="test -x"
10765 ac_executable_p
="test -f"
10769 # Extract the first word of "xgettext", so it can be a program name with args.
10770 set dummy xgettext
; ac_word
=$2
10771 echo "$as_me:$LINENO: checking for $ac_word" >&5
10772 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10773 if test "${ac_cv_path_XGETTEXT+set}" = set; then
10774 echo $ECHO_N "(cached) $ECHO_C" >&6
10776 case "$XGETTEXT" in
10778 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
10781 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10782 for ac_dir
in $PATH; do
10784 test -z "$ac_dir" && ac_dir
=.
10785 for ac_exec_ext
in '' $ac_executable_extensions; do
10786 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10787 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10788 (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
10789 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
10796 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
10800 XGETTEXT
="$ac_cv_path_XGETTEXT"
10801 if test "$XGETTEXT" != ":"; then
10802 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
10803 echo "${ECHO_T}$XGETTEXT" >&6
10805 echo "$as_me:$LINENO: result: no" >&5
10806 echo "${ECHO_T}no" >&6
10812 # Prepare PATH_SEPARATOR.
10813 # The user is always right.
10814 if test "${PATH_SEPARATOR+set}" != set; then
10815 echo "#! /bin/sh" >conf$$.sh
10816 echo "exit 0" >>conf$$.sh
10818 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10826 # Find out how to test for executable files. Don't use a zero-byte file,
10827 # as systems may use methods other than mode bits to determine executability.
10828 cat >conf$$.
file <<_ASEOF
10832 chmod +x conf$$.
file
10833 if test -x conf$$.
file >/dev
/null
2>&1; then
10834 ac_executable_p
="test -x"
10836 ac_executable_p
="test -f"
10840 # Extract the first word of "msgmerge", so it can be a program name with args.
10841 set dummy msgmerge
; ac_word
=$2
10842 echo "$as_me:$LINENO: checking for $ac_word" >&5
10843 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10844 if test "${ac_cv_path_MSGMERGE+set}" = set; then
10845 echo $ECHO_N "(cached) $ECHO_C" >&6
10847 case "$MSGMERGE" in
10849 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
10852 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10853 for ac_dir
in $PATH; do
10855 test -z "$ac_dir" && ac_dir
=.
10856 for ac_exec_ext
in '' $ac_executable_extensions; do
10857 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10858 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
10859 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
10866 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
10870 MSGMERGE
="$ac_cv_path_MSGMERGE"
10871 if test "$MSGMERGE" != ":"; then
10872 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
10873 echo "${ECHO_T}$MSGMERGE" >&6
10875 echo "$as_me:$LINENO: result: no" >&5
10876 echo "${ECHO_T}no" >&6
10880 if test "$GMSGFMT" != ":"; then
10881 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
10882 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10885 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
10886 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
10887 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
10892 if test "$XGETTEXT" != ":"; then
10893 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10894 (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
10897 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
10898 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
10904 ac_config_commands
="$ac_config_commands default-1"
10910 for ac_prog
in 'bison -y' byacc
10912 # Extract the first word of "$ac_prog", so it can be a program name with args.
10913 set dummy
$ac_prog; ac_word
=$2
10914 echo "$as_me:$LINENO: checking for $ac_word" >&5
10915 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10916 if test "${ac_cv_prog_YACC+set}" = set; then
10917 echo $ECHO_N "(cached) $ECHO_C" >&6
10919 if test -n "$YACC"; then
10920 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
10922 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10923 for as_dir
in $PATH
10926 test -z "$as_dir" && as_dir
=.
10927 for ac_exec_ext
in '' $ac_executable_extensions; do
10928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10929 ac_cv_prog_YACC
="$ac_prog"
10930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10938 YACC
=$ac_cv_prog_YACC
10939 if test -n "$YACC"; then
10940 echo "$as_me:$LINENO: result: $YACC" >&5
10941 echo "${ECHO_T}$YACC" >&6
10943 echo "$as_me:$LINENO: result: no" >&5
10944 echo "${ECHO_T}no" >&6
10947 test -n "$YACC" && break
10949 test -n "$YACC" || YACC
="yacc"
10951 for ac_prog
in flex
lex
10953 # Extract the first word of "$ac_prog", so it can be a program name with args.
10954 set dummy
$ac_prog; ac_word
=$2
10955 echo "$as_me:$LINENO: checking for $ac_word" >&5
10956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10957 if test "${ac_cv_prog_LEX+set}" = set; then
10958 echo $ECHO_N "(cached) $ECHO_C" >&6
10960 if test -n "$LEX"; then
10961 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
10963 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10964 for as_dir
in $PATH
10967 test -z "$as_dir" && as_dir
=.
10968 for ac_exec_ext
in '' $ac_executable_extensions; do
10969 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10970 ac_cv_prog_LEX
="$ac_prog"
10971 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10979 LEX
=$ac_cv_prog_LEX
10980 if test -n "$LEX"; then
10981 echo "$as_me:$LINENO: result: $LEX" >&5
10982 echo "${ECHO_T}$LEX" >&6
10984 echo "$as_me:$LINENO: result: no" >&5
10985 echo "${ECHO_T}no" >&6
10988 test -n "$LEX" && break
10990 test -n "$LEX" || LEX
=":"
10992 if test -z "$LEXLIB"
10994 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
10995 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
10996 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
10997 echo $ECHO_N "(cached) $ECHO_C" >&6
10999 ac_check_lib_save_LIBS
=$LIBS
11001 cat >conftest.
$ac_ext <<_ACEOF
11004 cat confdefs.h
>>conftest.
$ac_ext
11005 cat >>conftest.
$ac_ext <<_ACEOF
11006 /* end confdefs.h. */
11008 /* Override any gcc2 internal prototype to avoid an error. */
11012 /* We use char because int might match the return type of a gcc2
11013 builtin and then its argument prototype would still apply. */
11023 rm -f conftest.
$ac_objext conftest
$ac_exeext
11024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11025 (eval $ac_link) 2>conftest.er1
11027 grep -v '^ *+' conftest.er1
>conftest.err
11029 cat conftest.err
>&5
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); } &&
11032 { ac_try
='test -z "$ac_c_werror_flag"
11033 || test ! -s conftest.err'
11034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11035 (eval $ac_try) 2>&5
11037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038 (exit $ac_status); }; } &&
11039 { ac_try
='test -s conftest$ac_exeext'
11040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11041 (eval $ac_try) 2>&5
11043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11044 (exit $ac_status); }; }; then
11045 ac_cv_lib_fl_yywrap
=yes
11047 echo "$as_me: failed program was:" >&5
11048 sed 's/^/| /' conftest.
$ac_ext >&5
11050 ac_cv_lib_fl_yywrap
=no
11052 rm -f conftest.err conftest.
$ac_objext \
11053 conftest
$ac_exeext conftest.
$ac_ext
11054 LIBS
=$ac_check_lib_save_LIBS
11056 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11057 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11058 if test $ac_cv_lib_fl_yywrap = yes; then
11061 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11062 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11063 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11064 echo $ECHO_N "(cached) $ECHO_C" >&6
11066 ac_check_lib_save_LIBS
=$LIBS
11068 cat >conftest.
$ac_ext <<_ACEOF
11071 cat confdefs.h
>>conftest.
$ac_ext
11072 cat >>conftest.
$ac_ext <<_ACEOF
11073 /* end confdefs.h. */
11075 /* Override any gcc2 internal prototype to avoid an error. */
11079 /* We use char because int might match the return type of a gcc2
11080 builtin and then its argument prototype would still apply. */
11090 rm -f conftest.
$ac_objext conftest
$ac_exeext
11091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11092 (eval $ac_link) 2>conftest.er1
11094 grep -v '^ *+' conftest.er1
>conftest.err
11096 cat conftest.err
>&5
11097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11098 (exit $ac_status); } &&
11099 { ac_try
='test -z "$ac_c_werror_flag"
11100 || test ! -s conftest.err'
11101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11102 (eval $ac_try) 2>&5
11104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11105 (exit $ac_status); }; } &&
11106 { ac_try
='test -s conftest$ac_exeext'
11107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11108 (eval $ac_try) 2>&5
11110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11111 (exit $ac_status); }; }; then
11112 ac_cv_lib_l_yywrap
=yes
11114 echo "$as_me: failed program was:" >&5
11115 sed 's/^/| /' conftest.
$ac_ext >&5
11117 ac_cv_lib_l_yywrap
=no
11119 rm -f conftest.err conftest.
$ac_objext \
11120 conftest
$ac_exeext conftest.
$ac_ext
11121 LIBS
=$ac_check_lib_save_LIBS
11123 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11124 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11125 if test $ac_cv_lib_l_yywrap = yes; then
11133 if test "x$LEX" != "x:"; then
11134 echo "$as_me:$LINENO: checking lex output file root" >&5
11135 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11136 if test "${ac_cv_prog_lex_root+set}" = set; then
11137 echo $ECHO_N "(cached) $ECHO_C" >&6
11139 # The minimal lex program is just a single line: %%. But some broken lexes
11140 # (Solaris, I think it was) want two %% lines, so accommodate them.
11141 cat >conftest.l
<<_ACEOF
11145 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11146 (eval $LEX conftest.l
) 2>&5
11148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); }
11150 if test -f lex.yy.c
; then
11151 ac_cv_prog_lex_root
=lex.yy
11152 elif test -f lexyy.c
; then
11153 ac_cv_prog_lex_root
=lexyy
11155 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11156 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11157 { (exit 1); exit 1; }; }
11160 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11161 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11163 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
11165 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11166 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11167 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11168 echo $ECHO_N "(cached) $ECHO_C" >&6
11170 # POSIX says lex can declare yytext either as a pointer or an array; the
11171 # default is implementation-dependent. Figure out which it is, since
11172 # not all implementations provide the %pointer and %array declarations.
11173 ac_cv_prog_lex_yytext_pointer
=no
11174 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11176 LIBS
="$LIBS $LEXLIB"
11177 cat >conftest.
$ac_ext <<_ACEOF
11178 `cat $LEX_OUTPUT_ROOT.c`
11180 rm -f conftest.
$ac_objext conftest
$ac_exeext
11181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11182 (eval $ac_link) 2>conftest.er1
11184 grep -v '^ *+' conftest.er1
>conftest.err
11186 cat conftest.err
>&5
11187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188 (exit $ac_status); } &&
11189 { ac_try
='test -z "$ac_c_werror_flag"
11190 || test ! -s conftest.err'
11191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11192 (eval $ac_try) 2>&5
11194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11195 (exit $ac_status); }; } &&
11196 { ac_try
='test -s conftest$ac_exeext'
11197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11198 (eval $ac_try) 2>&5
11200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11201 (exit $ac_status); }; }; then
11202 ac_cv_prog_lex_yytext_pointer
=yes
11204 echo "$as_me: failed program was:" >&5
11205 sed 's/^/| /' conftest.
$ac_ext >&5
11208 rm -f conftest.err conftest.
$ac_objext \
11209 conftest
$ac_exeext conftest.
$ac_ext
11211 rm -f "${LEX_OUTPUT_ROOT}.c"
11214 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11215 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11216 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11218 cat >>confdefs.h
<<\_ACEOF
11219 #define YYTEXT_POINTER 1
11225 if test "$LEX" = :; then
11226 LEX
=${am_missing_run}flex
11229 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
11230 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
11231 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11232 if test "${enable_maintainer_mode+set}" = set; then
11233 enableval
="$enable_maintainer_mode"
11234 USE_MAINTAINER_MODE
=$enableval
11236 USE_MAINTAINER_MODE
=no
11238 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
11239 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11242 if test $USE_MAINTAINER_MODE = yes; then
11243 MAINTAINER_MODE_TRUE
=
11244 MAINTAINER_MODE_FALSE
='#'
11246 MAINTAINER_MODE_TRUE
='#'
11247 MAINTAINER_MODE_FALSE
=
11250 MAINT
=$MAINTAINER_MODE_TRUE
11256 GENINSRC_NEVER_TRUE
=
11257 GENINSRC_NEVER_FALSE
='#'
11259 GENINSRC_NEVER_TRUE
='#'
11260 GENINSRC_NEVER_FALSE
=
11264 .
${srcdir}/configure.
host
11278 for ac_header
in string.h
strings.h stdlib.h unistd.h elf-hints.h limits.h sys
/param.h
11280 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11281 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11282 echo "$as_me:$LINENO: checking for $ac_header" >&5
11283 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11284 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11285 echo $ECHO_N "(cached) $ECHO_C" >&6
11287 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11288 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11290 # Is the header compilable?
11291 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11292 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11293 cat >conftest.
$ac_ext <<_ACEOF
11296 cat confdefs.h
>>conftest.
$ac_ext
11297 cat >>conftest.
$ac_ext <<_ACEOF
11298 /* end confdefs.h. */
11299 $ac_includes_default
11300 #include <$ac_header>
11302 rm -f conftest.
$ac_objext
11303 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11304 (eval $ac_compile) 2>conftest.er1
11306 grep -v '^ *+' conftest.er1
>conftest.err
11308 cat conftest.err
>&5
11309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11310 (exit $ac_status); } &&
11311 { ac_try
='test -z "$ac_c_werror_flag"
11312 || test ! -s conftest.err'
11313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11314 (eval $ac_try) 2>&5
11316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11317 (exit $ac_status); }; } &&
11318 { ac_try
='test -s conftest.$ac_objext'
11319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11320 (eval $ac_try) 2>&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); }; }; then
11324 ac_header_compiler
=yes
11326 echo "$as_me: failed program was:" >&5
11327 sed 's/^/| /' conftest.
$ac_ext >&5
11329 ac_header_compiler
=no
11331 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11332 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11333 echo "${ECHO_T}$ac_header_compiler" >&6
11335 # Is the header present?
11336 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11337 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11338 cat >conftest.
$ac_ext <<_ACEOF
11341 cat confdefs.h
>>conftest.
$ac_ext
11342 cat >>conftest.
$ac_ext <<_ACEOF
11343 /* end confdefs.h. */
11344 #include <$ac_header>
11346 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11347 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11349 grep -v '^ *+' conftest.er1
>conftest.err
11351 cat conftest.err
>&5
11352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353 (exit $ac_status); } >/dev
/null
; then
11354 if test -s conftest.err
; then
11355 ac_cpp_err
=$ac_c_preproc_warn_flag
11356 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11363 if test -z "$ac_cpp_err"; then
11364 ac_header_preproc
=yes
11366 echo "$as_me: failed program was:" >&5
11367 sed 's/^/| /' conftest.
$ac_ext >&5
11369 ac_header_preproc
=no
11371 rm -f conftest.err conftest.
$ac_ext
11372 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11373 echo "${ECHO_T}$ac_header_preproc" >&6
11375 # So? What about this header?
11376 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11378 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11379 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11380 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11381 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11382 ac_header_preproc
=yes
11385 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11386 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11387 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11388 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11389 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11390 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11391 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11392 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11393 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11394 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11395 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11396 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11399 ## ------------------------------------------ ##
11400 ## Report this to the AC_PACKAGE_NAME lists. ##
11401 ## ------------------------------------------ ##
11404 sed "s/^/$as_me: WARNING: /" >&2
11407 echo "$as_me:$LINENO: checking for $ac_header" >&5
11408 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11409 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11410 echo $ECHO_N "(cached) $ECHO_C" >&6
11412 eval "$as_ac_Header=\$ac_header_preproc"
11414 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11415 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11418 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11419 cat >>confdefs.h
<<_ACEOF
11420 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11432 for ac_func
in glob mkstemp realpath sbrk waitpid
11434 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11435 echo "$as_me:$LINENO: checking for $ac_func" >&5
11436 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11437 if eval "test \"\${$as_ac_var+set}\" = set"; then
11438 echo $ECHO_N "(cached) $ECHO_C" >&6
11440 cat >conftest.
$ac_ext <<_ACEOF
11443 cat confdefs.h
>>conftest.
$ac_ext
11444 cat >>conftest.
$ac_ext <<_ACEOF
11445 /* end confdefs.h. */
11446 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11447 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11448 #define $ac_func innocuous_$ac_func
11450 /* System header to define __stub macros and hopefully few prototypes,
11451 which can conflict with char $ac_func (); below.
11452 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11453 <limits.h> exists even on freestanding compilers. */
11456 # include <limits.h>
11458 # include <assert.h>
11463 /* Override any gcc2 internal prototype to avoid an error. */
11468 /* We use char because int might match the return type of a gcc2
11469 builtin and then its argument prototype would still apply. */
11471 /* The GNU C library defines this for functions which it implements
11472 to always fail with ENOSYS. Some functions are actually named
11473 something starting with __ and the normal name is an alias. */
11474 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11477 char (*f) () = $ac_func;
11486 return f != $ac_func;
11491 rm -f conftest.
$ac_objext conftest
$ac_exeext
11492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11493 (eval $ac_link) 2>conftest.er1
11495 grep -v '^ *+' conftest.er1
>conftest.err
11497 cat conftest.err
>&5
11498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11499 (exit $ac_status); } &&
11500 { ac_try
='test -z "$ac_c_werror_flag"
11501 || test ! -s conftest.err'
11502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11503 (eval $ac_try) 2>&5
11505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11506 (exit $ac_status); }; } &&
11507 { ac_try
='test -s conftest$ac_exeext'
11508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11509 (eval $ac_try) 2>&5
11511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); }; }; then
11513 eval "$as_ac_var=yes"
11515 echo "$as_me: failed program was:" >&5
11516 sed 's/^/| /' conftest.
$ac_ext >&5
11518 eval "$as_ac_var=no"
11520 rm -f conftest.err conftest.
$ac_objext \
11521 conftest
$ac_exeext conftest.
$ac_ext
11523 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11524 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11525 if test `eval echo '${'$as_ac_var'}'` = yes; then
11526 cat >>confdefs.h
<<_ACEOF
11527 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11538 ac_header_dirent
=no
11539 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
11540 as_ac_Header
=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
11541 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
11542 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
11543 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11544 echo $ECHO_N "(cached) $ECHO_C" >&6
11546 cat >conftest.
$ac_ext <<_ACEOF
11549 cat confdefs.h
>>conftest.
$ac_ext
11550 cat >>conftest.
$ac_ext <<_ACEOF
11551 /* end confdefs.h. */
11552 #include <sys/types.h>
11564 rm -f conftest.
$ac_objext
11565 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11566 (eval $ac_compile) 2>conftest.er1
11568 grep -v '^ *+' conftest.er1
>conftest.err
11570 cat conftest.err
>&5
11571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11572 (exit $ac_status); } &&
11573 { ac_try
='test -z "$ac_c_werror_flag"
11574 || test ! -s conftest.err'
11575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11576 (eval $ac_try) 2>&5
11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); }; } &&
11580 { ac_try
='test -s conftest.$ac_objext'
11581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11582 (eval $ac_try) 2>&5
11584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11585 (exit $ac_status); }; }; then
11586 eval "$as_ac_Header=yes"
11588 echo "$as_me: failed program was:" >&5
11589 sed 's/^/| /' conftest.
$ac_ext >&5
11591 eval "$as_ac_Header=no"
11593 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11595 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11596 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11597 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11598 cat >>confdefs.h
<<_ACEOF
11599 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
11602 ac_header_dirent
=$ac_hdr; break
11606 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
11607 if test $ac_header_dirent = dirent.h
; then
11608 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11609 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11610 if test "${ac_cv_search_opendir+set}" = set; then
11611 echo $ECHO_N "(cached) $ECHO_C" >&6
11613 ac_func_search_save_LIBS
=$LIBS
11614 ac_cv_search_opendir
=no
11615 cat >conftest.
$ac_ext <<_ACEOF
11618 cat confdefs.h
>>conftest.
$ac_ext
11619 cat >>conftest.
$ac_ext <<_ACEOF
11620 /* end confdefs.h. */
11622 /* Override any gcc2 internal prototype to avoid an error. */
11626 /* We use char because int might match the return type of a gcc2
11627 builtin and then its argument prototype would still apply. */
11637 rm -f conftest.
$ac_objext conftest
$ac_exeext
11638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11639 (eval $ac_link) 2>conftest.er1
11641 grep -v '^ *+' conftest.er1
>conftest.err
11643 cat conftest.err
>&5
11644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11645 (exit $ac_status); } &&
11646 { ac_try
='test -z "$ac_c_werror_flag"
11647 || test ! -s conftest.err'
11648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11649 (eval $ac_try) 2>&5
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); }; } &&
11653 { ac_try
='test -s conftest$ac_exeext'
11654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11655 (eval $ac_try) 2>&5
11657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11658 (exit $ac_status); }; }; then
11659 ac_cv_search_opendir
="none required"
11661 echo "$as_me: failed program was:" >&5
11662 sed 's/^/| /' conftest.
$ac_ext >&5
11665 rm -f conftest.err conftest.
$ac_objext \
11666 conftest
$ac_exeext conftest.
$ac_ext
11667 if test "$ac_cv_search_opendir" = no
; then
11668 for ac_lib
in dir
; do
11669 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11670 cat >conftest.
$ac_ext <<_ACEOF
11673 cat confdefs.h
>>conftest.
$ac_ext
11674 cat >>conftest.
$ac_ext <<_ACEOF
11675 /* end confdefs.h. */
11677 /* Override any gcc2 internal prototype to avoid an error. */
11681 /* We use char because int might match the return type of a gcc2
11682 builtin and then its argument prototype would still apply. */
11692 rm -f conftest.
$ac_objext conftest
$ac_exeext
11693 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11694 (eval $ac_link) 2>conftest.er1
11696 grep -v '^ *+' conftest.er1
>conftest.err
11698 cat conftest.err
>&5
11699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11700 (exit $ac_status); } &&
11701 { ac_try
='test -z "$ac_c_werror_flag"
11702 || test ! -s conftest.err'
11703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11704 (eval $ac_try) 2>&5
11706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11707 (exit $ac_status); }; } &&
11708 { ac_try
='test -s conftest$ac_exeext'
11709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11710 (eval $ac_try) 2>&5
11712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11713 (exit $ac_status); }; }; then
11714 ac_cv_search_opendir
="-l$ac_lib"
11717 echo "$as_me: failed program was:" >&5
11718 sed 's/^/| /' conftest.
$ac_ext >&5
11721 rm -f conftest.err conftest.
$ac_objext \
11722 conftest
$ac_exeext conftest.
$ac_ext
11725 LIBS
=$ac_func_search_save_LIBS
11727 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11728 echo "${ECHO_T}$ac_cv_search_opendir" >&6
11729 if test "$ac_cv_search_opendir" != no
; then
11730 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
11735 echo "$as_me:$LINENO: checking for library containing opendir" >&5
11736 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
11737 if test "${ac_cv_search_opendir+set}" = set; then
11738 echo $ECHO_N "(cached) $ECHO_C" >&6
11740 ac_func_search_save_LIBS
=$LIBS
11741 ac_cv_search_opendir
=no
11742 cat >conftest.
$ac_ext <<_ACEOF
11745 cat confdefs.h
>>conftest.
$ac_ext
11746 cat >>conftest.
$ac_ext <<_ACEOF
11747 /* end confdefs.h. */
11749 /* Override any gcc2 internal prototype to avoid an error. */
11753 /* We use char because int might match the return type of a gcc2
11754 builtin and then its argument prototype would still apply. */
11764 rm -f conftest.
$ac_objext conftest
$ac_exeext
11765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11766 (eval $ac_link) 2>conftest.er1
11768 grep -v '^ *+' conftest.er1
>conftest.err
11770 cat conftest.err
>&5
11771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11772 (exit $ac_status); } &&
11773 { ac_try
='test -z "$ac_c_werror_flag"
11774 || test ! -s conftest.err'
11775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11776 (eval $ac_try) 2>&5
11778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11779 (exit $ac_status); }; } &&
11780 { ac_try
='test -s conftest$ac_exeext'
11781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11782 (eval $ac_try) 2>&5
11784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11785 (exit $ac_status); }; }; then
11786 ac_cv_search_opendir
="none required"
11788 echo "$as_me: failed program was:" >&5
11789 sed 's/^/| /' conftest.
$ac_ext >&5
11792 rm -f conftest.err conftest.
$ac_objext \
11793 conftest
$ac_exeext conftest.
$ac_ext
11794 if test "$ac_cv_search_opendir" = no
; then
11795 for ac_lib
in x
; do
11796 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11797 cat >conftest.
$ac_ext <<_ACEOF
11800 cat confdefs.h
>>conftest.
$ac_ext
11801 cat >>conftest.
$ac_ext <<_ACEOF
11802 /* end confdefs.h. */
11804 /* Override any gcc2 internal prototype to avoid an error. */
11808 /* We use char because int might match the return type of a gcc2
11809 builtin and then its argument prototype would still apply. */
11819 rm -f conftest.
$ac_objext conftest
$ac_exeext
11820 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11821 (eval $ac_link) 2>conftest.er1
11823 grep -v '^ *+' conftest.er1
>conftest.err
11825 cat conftest.err
>&5
11826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827 (exit $ac_status); } &&
11828 { ac_try
='test -z "$ac_c_werror_flag"
11829 || test ! -s conftest.err'
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5
11833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11834 (exit $ac_status); }; } &&
11835 { ac_try
='test -s conftest$ac_exeext'
11836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11837 (eval $ac_try) 2>&5
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); }; }; then
11841 ac_cv_search_opendir
="-l$ac_lib"
11844 echo "$as_me: failed program was:" >&5
11845 sed 's/^/| /' conftest.
$ac_ext >&5
11848 rm -f conftest.err conftest.
$ac_objext \
11849 conftest
$ac_exeext conftest.
$ac_ext
11852 LIBS
=$ac_func_search_save_LIBS
11854 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
11855 echo "${ECHO_T}$ac_cv_search_opendir" >&6
11856 if test "$ac_cv_search_opendir" != no
; then
11857 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
11864 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
11865 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
11866 if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then
11867 echo $ECHO_N "(cached) $ECHO_C" >&6
11869 cat >conftest.
$ac_ext <<_ACEOF
11872 cat confdefs.h
>>conftest.
$ac_ext
11873 cat >>conftest.
$ac_ext <<_ACEOF
11874 /* end confdefs.h. */
11875 #include <unistd.h>
11879 extern int getopt (int, char *const*, const char *);
11884 rm -f conftest.
$ac_objext
11885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11886 (eval $ac_compile) 2>conftest.er1
11888 grep -v '^ *+' conftest.er1
>conftest.err
11890 cat conftest.err
>&5
11891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11892 (exit $ac_status); } &&
11893 { ac_try
='test -z "$ac_c_werror_flag"
11894 || test ! -s conftest.err'
11895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11896 (eval $ac_try) 2>&5
11898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11899 (exit $ac_status); }; } &&
11900 { ac_try
='test -s conftest.$ac_objext'
11901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11902 (eval $ac_try) 2>&5
11904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11905 (exit $ac_status); }; }; then
11906 ld_cv_decl_getopt_unistd_h
=yes
11908 echo "$as_me: failed program was:" >&5
11909 sed 's/^/| /' conftest.
$ac_ext >&5
11911 ld_cv_decl_getopt_unistd_h
=no
11913 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11916 echo "$as_me:$LINENO: result: $ld_cv_decl_getopt_unistd_h" >&5
11917 echo "${ECHO_T}$ld_cv_decl_getopt_unistd_h" >&6
11918 if test $ld_cv_decl_getopt_unistd_h = yes; then
11920 cat >>confdefs.h
<<\_ACEOF
11921 #define HAVE_DECL_GETOPT 1
11928 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
11930 cat >>confdefs.h
<<\_ACEOF
11931 #define USE_BINARY_FOPEN 1
11936 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
11937 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
11938 if test "${ac_cv_have_decl_strstr+set}" = set; then
11939 echo $ECHO_N "(cached) $ECHO_C" >&6
11941 cat >conftest.
$ac_ext <<_ACEOF
11944 cat confdefs.h
>>conftest.
$ac_ext
11945 cat >>conftest.
$ac_ext <<_ACEOF
11946 /* end confdefs.h. */
11947 $ac_includes_default
11952 char *p = (char *) strstr;
11959 rm -f conftest.
$ac_objext
11960 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11961 (eval $ac_compile) 2>conftest.er1
11963 grep -v '^ *+' conftest.er1
>conftest.err
11965 cat conftest.err
>&5
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); } &&
11968 { ac_try
='test -z "$ac_c_werror_flag"
11969 || test ! -s conftest.err'
11970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); }; } &&
11975 { ac_try
='test -s conftest.$ac_objext'
11976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11977 (eval $ac_try) 2>&5
11979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); }; }; then
11981 ac_cv_have_decl_strstr
=yes
11983 echo "$as_me: failed program was:" >&5
11984 sed 's/^/| /' conftest.
$ac_ext >&5
11986 ac_cv_have_decl_strstr
=no
11988 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11990 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
11991 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
11992 if test $ac_cv_have_decl_strstr = yes; then
11994 cat >>confdefs.h
<<_ACEOF
11995 #define HAVE_DECL_STRSTR 1
12000 cat >>confdefs.h
<<_ACEOF
12001 #define HAVE_DECL_STRSTR 0
12006 echo "$as_me:$LINENO: checking whether free is declared" >&5
12007 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
12008 if test "${ac_cv_have_decl_free+set}" = set; then
12009 echo $ECHO_N "(cached) $ECHO_C" >&6
12011 cat >conftest.
$ac_ext <<_ACEOF
12014 cat confdefs.h
>>conftest.
$ac_ext
12015 cat >>conftest.
$ac_ext <<_ACEOF
12016 /* end confdefs.h. */
12017 $ac_includes_default
12022 char *p = (char *) free;
12029 rm -f conftest.
$ac_objext
12030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12031 (eval $ac_compile) 2>conftest.er1
12033 grep -v '^ *+' conftest.er1
>conftest.err
12035 cat conftest.err
>&5
12036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037 (exit $ac_status); } &&
12038 { ac_try
='test -z "$ac_c_werror_flag"
12039 || test ! -s conftest.err'
12040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12041 (eval $ac_try) 2>&5
12043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12044 (exit $ac_status); }; } &&
12045 { ac_try
='test -s conftest.$ac_objext'
12046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12047 (eval $ac_try) 2>&5
12049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12050 (exit $ac_status); }; }; then
12051 ac_cv_have_decl_free
=yes
12053 echo "$as_me: failed program was:" >&5
12054 sed 's/^/| /' conftest.
$ac_ext >&5
12056 ac_cv_have_decl_free
=no
12058 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12060 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
12061 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
12062 if test $ac_cv_have_decl_free = yes; then
12064 cat >>confdefs.h
<<_ACEOF
12065 #define HAVE_DECL_FREE 1
12070 cat >>confdefs.h
<<_ACEOF
12071 #define HAVE_DECL_FREE 0
12076 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
12077 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
12078 if test "${ac_cv_have_decl_sbrk+set}" = set; then
12079 echo $ECHO_N "(cached) $ECHO_C" >&6
12081 cat >conftest.
$ac_ext <<_ACEOF
12084 cat confdefs.h
>>conftest.
$ac_ext
12085 cat >>conftest.
$ac_ext <<_ACEOF
12086 /* end confdefs.h. */
12087 $ac_includes_default
12092 char *p = (char *) sbrk;
12099 rm -f conftest.
$ac_objext
12100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12101 (eval $ac_compile) 2>conftest.er1
12103 grep -v '^ *+' conftest.er1
>conftest.err
12105 cat conftest.err
>&5
12106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12107 (exit $ac_status); } &&
12108 { ac_try
='test -z "$ac_c_werror_flag"
12109 || test ! -s conftest.err'
12110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12111 (eval $ac_try) 2>&5
12113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12114 (exit $ac_status); }; } &&
12115 { ac_try
='test -s conftest.$ac_objext'
12116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12117 (eval $ac_try) 2>&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); }; }; then
12121 ac_cv_have_decl_sbrk
=yes
12123 echo "$as_me: failed program was:" >&5
12124 sed 's/^/| /' conftest.
$ac_ext >&5
12126 ac_cv_have_decl_sbrk
=no
12128 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12130 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
12131 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
12132 if test $ac_cv_have_decl_sbrk = yes; then
12134 cat >>confdefs.h
<<_ACEOF
12135 #define HAVE_DECL_SBRK 1
12140 cat >>confdefs.h
<<_ACEOF
12141 #define HAVE_DECL_SBRK 0
12146 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
12147 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
12148 if test "${ac_cv_have_decl_getenv+set}" = set; then
12149 echo $ECHO_N "(cached) $ECHO_C" >&6
12151 cat >conftest.
$ac_ext <<_ACEOF
12154 cat confdefs.h
>>conftest.
$ac_ext
12155 cat >>conftest.
$ac_ext <<_ACEOF
12156 /* end confdefs.h. */
12157 $ac_includes_default
12162 char *p = (char *) getenv;
12169 rm -f conftest.
$ac_objext
12170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12171 (eval $ac_compile) 2>conftest.er1
12173 grep -v '^ *+' conftest.er1
>conftest.err
12175 cat conftest.err
>&5
12176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12177 (exit $ac_status); } &&
12178 { ac_try
='test -z "$ac_c_werror_flag"
12179 || test ! -s conftest.err'
12180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12181 (eval $ac_try) 2>&5
12183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12184 (exit $ac_status); }; } &&
12185 { ac_try
='test -s conftest.$ac_objext'
12186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12187 (eval $ac_try) 2>&5
12189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12190 (exit $ac_status); }; }; then
12191 ac_cv_have_decl_getenv
=yes
12193 echo "$as_me: failed program was:" >&5
12194 sed 's/^/| /' conftest.
$ac_ext >&5
12196 ac_cv_have_decl_getenv
=no
12198 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12200 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
12201 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
12202 if test $ac_cv_have_decl_getenv = yes; then
12204 cat >>confdefs.h
<<_ACEOF
12205 #define HAVE_DECL_GETENV 1
12210 cat >>confdefs.h
<<_ACEOF
12211 #define HAVE_DECL_GETENV 0
12216 echo "$as_me:$LINENO: checking whether environ is declared" >&5
12217 echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
12218 if test "${ac_cv_have_decl_environ+set}" = set; then
12219 echo $ECHO_N "(cached) $ECHO_C" >&6
12221 cat >conftest.
$ac_ext <<_ACEOF
12224 cat confdefs.h
>>conftest.
$ac_ext
12225 cat >>conftest.
$ac_ext <<_ACEOF
12226 /* end confdefs.h. */
12227 $ac_includes_default
12232 char *p = (char *) environ;
12239 rm -f conftest.
$ac_objext
12240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12241 (eval $ac_compile) 2>conftest.er1
12243 grep -v '^ *+' conftest.er1
>conftest.err
12245 cat conftest.err
>&5
12246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12247 (exit $ac_status); } &&
12248 { ac_try
='test -z "$ac_c_werror_flag"
12249 || test ! -s conftest.err'
12250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12251 (eval $ac_try) 2>&5
12253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12254 (exit $ac_status); }; } &&
12255 { ac_try
='test -s conftest.$ac_objext'
12256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12257 (eval $ac_try) 2>&5
12259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12260 (exit $ac_status); }; }; then
12261 ac_cv_have_decl_environ
=yes
12263 echo "$as_me: failed program was:" >&5
12264 sed 's/^/| /' conftest.
$ac_ext >&5
12266 ac_cv_have_decl_environ
=no
12268 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12270 echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
12271 echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
12272 if test $ac_cv_have_decl_environ = yes; then
12274 cat >>confdefs.h
<<_ACEOF
12275 #define HAVE_DECL_ENVIRON 1
12280 cat >>confdefs.h
<<_ACEOF
12281 #define HAVE_DECL_ENVIRON 0
12289 # When converting linker scripts into strings for use in emulation
12290 # files, use astring.sed if the compiler supports ANSI string
12291 # concatenation, or ostring.sed otherwise. This is to support the
12292 # broken Microsoft MSVC compiler, which limits the length of string
12293 # constants, while still supporting pre-ANSI compilers which do not
12294 # support string concatenation.
12295 echo "$as_me:$LINENO: checking whether ANSI C string concatenation works" >&5
12296 echo $ECHO_N "checking whether ANSI C string concatenation works... $ECHO_C" >&6
12297 if test "${ld_cv_string_concatenation+set}" = set; then
12298 echo $ECHO_N "(cached) $ECHO_C" >&6
12300 cat >conftest.
$ac_ext <<_ACEOF
12303 cat confdefs.h
>>conftest.
$ac_ext
12304 cat >>conftest.
$ac_ext <<_ACEOF
12305 /* end confdefs.h. */
12315 rm -f conftest.
$ac_objext
12316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12317 (eval $ac_compile) 2>conftest.er1
12319 grep -v '^ *+' conftest.er1
>conftest.err
12321 cat conftest.err
>&5
12322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12323 (exit $ac_status); } &&
12324 { ac_try
='test -z "$ac_c_werror_flag"
12325 || test ! -s conftest.err'
12326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12327 (eval $ac_try) 2>&5
12329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12330 (exit $ac_status); }; } &&
12331 { ac_try
='test -s conftest.$ac_objext'
12332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12333 (eval $ac_try) 2>&5
12335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12336 (exit $ac_status); }; }; then
12337 ld_cv_string_concatenation
=yes
12339 echo "$as_me: failed program was:" >&5
12340 sed 's/^/| /' conftest.
$ac_ext >&5
12342 ld_cv_string_concatenation
=no
12344 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12347 echo "$as_me:$LINENO: result: $ld_cv_string_concatenation" >&5
12348 echo "${ECHO_T}$ld_cv_string_concatenation" >&6
12349 if test "$ld_cv_string_concatenation" = "yes"; then
12350 STRINGIFY
=astring.
sed
12352 STRINGIFY
=ostring.
sed
12356 # target-specific stuff:
12366 for targ_alias
in `echo $target_alias $enable_targets | sed 's/,/ /g'`
12368 if test "$targ_alias" = "all"; then
12371 # Canonicalize the secondary target names.
12372 result
=`$ac_config_sub $targ_alias 2>/dev/null`
12373 if test -n "$result"; then
12379 .
${srcdir}/configure.tgt
12381 if test "$targ" = "$target"; then
12385 if test x
${want64} = xfalse
; then
12386 .
${srcdir}/..
/bfd
/config.bfd
12389 if test x
${want64} = xtrue
; then
12390 targ_extra_emuls
="$targ_extra_emuls $targ64_extra_emuls"
12391 targ_extra_libpath
="$targ_extra_libpath $targ64_extra_libpath"
12394 for i
in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
12395 case " $all_emuls " in
12398 all_emuls
="$all_emuls e${i}.o"
12399 eval result
=\
$tdir_$i
12400 test -z "$result" && result
=$targ_alias
12401 echo tdir_
$i=$result >> tdirs
12406 for i
in $targ_emul $targ_extra_libpath; do
12407 case " $all_libpath " in
12410 if test -z "$all_libpath"; then
12413 all_libpath
="$all_libpath ${i}"
12419 for i
in $targ_extra_ofiles; do
12420 case " $all_emul_extras " in
12423 all_emul_extras
="$all_emul_extras ${i}"
12435 if test x
${all_targets} = xtrue
; then
12436 if test x
${want64} = xfalse
; then
12437 echo "$as_me:$LINENO: checking for long" >&5
12438 echo $ECHO_N "checking for long... $ECHO_C" >&6
12439 if test "${ac_cv_type_long+set}" = set; then
12440 echo $ECHO_N "(cached) $ECHO_C" >&6
12442 cat >conftest.
$ac_ext <<_ACEOF
12445 cat confdefs.h
>>conftest.
$ac_ext
12446 cat >>conftest.
$ac_ext <<_ACEOF
12447 /* end confdefs.h. */
12448 $ac_includes_default
12460 rm -f conftest.
$ac_objext
12461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12462 (eval $ac_compile) 2>conftest.er1
12464 grep -v '^ *+' conftest.er1
>conftest.err
12466 cat conftest.err
>&5
12467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12468 (exit $ac_status); } &&
12469 { ac_try
='test -z "$ac_c_werror_flag"
12470 || test ! -s conftest.err'
12471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12472 (eval $ac_try) 2>&5
12474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12475 (exit $ac_status); }; } &&
12476 { ac_try
='test -s conftest.$ac_objext'
12477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12478 (eval $ac_try) 2>&5
12480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481 (exit $ac_status); }; }; then
12482 ac_cv_type_long
=yes
12484 echo "$as_me: failed program was:" >&5
12485 sed 's/^/| /' conftest.
$ac_ext >&5
12489 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12491 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12492 echo "${ECHO_T}$ac_cv_type_long" >&6
12494 echo "$as_me:$LINENO: checking size of long" >&5
12495 echo $ECHO_N "checking size of long... $ECHO_C" >&6
12496 if test "${ac_cv_sizeof_long+set}" = set; then
12497 echo $ECHO_N "(cached) $ECHO_C" >&6
12499 if test "$ac_cv_type_long" = yes; then
12500 # The cast to unsigned long works around a bug in the HP C Compiler
12501 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12502 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12503 # This bug is HP SR number 8606223364.
12504 if test "$cross_compiling" = yes; then
12505 # Depending upon the size, compute the lo and hi bounds.
12506 cat >conftest.
$ac_ext <<_ACEOF
12509 cat confdefs.h
>>conftest.
$ac_ext
12510 cat >>conftest.
$ac_ext <<_ACEOF
12511 /* end confdefs.h. */
12512 $ac_includes_default
12516 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12523 rm -f conftest.
$ac_objext
12524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12525 (eval $ac_compile) 2>conftest.er1
12527 grep -v '^ *+' conftest.er1
>conftest.err
12529 cat conftest.err
>&5
12530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); } &&
12532 { ac_try
='test -z "$ac_c_werror_flag"
12533 || test ! -s conftest.err'
12534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12535 (eval $ac_try) 2>&5
12537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12538 (exit $ac_status); }; } &&
12539 { ac_try
='test -s conftest.$ac_objext'
12540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12541 (eval $ac_try) 2>&5
12543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544 (exit $ac_status); }; }; then
12547 cat >conftest.
$ac_ext <<_ACEOF
12550 cat confdefs.h
>>conftest.
$ac_ext
12551 cat >>conftest.
$ac_ext <<_ACEOF
12552 /* end confdefs.h. */
12553 $ac_includes_default
12557 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12564 rm -f conftest.
$ac_objext
12565 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12566 (eval $ac_compile) 2>conftest.er1
12568 grep -v '^ *+' conftest.er1
>conftest.err
12570 cat conftest.err
>&5
12571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12572 (exit $ac_status); } &&
12573 { ac_try
='test -z "$ac_c_werror_flag"
12574 || test ! -s conftest.err'
12575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12576 (eval $ac_try) 2>&5
12578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12579 (exit $ac_status); }; } &&
12580 { ac_try
='test -s conftest.$ac_objext'
12581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12582 (eval $ac_try) 2>&5
12584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12585 (exit $ac_status); }; }; then
12586 ac_hi
=$ac_mid; break
12588 echo "$as_me: failed program was:" >&5
12589 sed 's/^/| /' conftest.
$ac_ext >&5
12591 ac_lo
=`expr $ac_mid + 1`
12592 if test $ac_lo -le $ac_mid; then
12596 ac_mid
=`expr 2 '*' $ac_mid + 1`
12598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12601 echo "$as_me: failed program was:" >&5
12602 sed 's/^/| /' conftest.
$ac_ext >&5
12604 cat >conftest.
$ac_ext <<_ACEOF
12607 cat confdefs.h
>>conftest.
$ac_ext
12608 cat >>conftest.
$ac_ext <<_ACEOF
12609 /* end confdefs.h. */
12610 $ac_includes_default
12614 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12621 rm -f conftest.
$ac_objext
12622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12623 (eval $ac_compile) 2>conftest.er1
12625 grep -v '^ *+' conftest.er1
>conftest.err
12627 cat conftest.err
>&5
12628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); } &&
12630 { ac_try
='test -z "$ac_c_werror_flag"
12631 || test ! -s conftest.err'
12632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12633 (eval $ac_try) 2>&5
12635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12636 (exit $ac_status); }; } &&
12637 { ac_try
='test -s conftest.$ac_objext'
12638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12639 (eval $ac_try) 2>&5
12641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12642 (exit $ac_status); }; }; then
12645 cat >conftest.
$ac_ext <<_ACEOF
12648 cat confdefs.h
>>conftest.
$ac_ext
12649 cat >>conftest.
$ac_ext <<_ACEOF
12650 /* end confdefs.h. */
12651 $ac_includes_default
12655 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12662 rm -f conftest.
$ac_objext
12663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12664 (eval $ac_compile) 2>conftest.er1
12666 grep -v '^ *+' conftest.er1
>conftest.err
12668 cat conftest.err
>&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } &&
12671 { ac_try
='test -z "$ac_c_werror_flag"
12672 || test ! -s conftest.err'
12673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12674 (eval $ac_try) 2>&5
12676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12677 (exit $ac_status); }; } &&
12678 { ac_try
='test -s conftest.$ac_objext'
12679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12680 (eval $ac_try) 2>&5
12682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12683 (exit $ac_status); }; }; then
12684 ac_lo
=$ac_mid; break
12686 echo "$as_me: failed program was:" >&5
12687 sed 's/^/| /' conftest.
$ac_ext >&5
12689 ac_hi
=`expr '(' $ac_mid ')' - 1`
12690 if test $ac_mid -le $ac_hi; then
12694 ac_mid
=`expr 2 '*' $ac_mid`
12696 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12699 echo "$as_me: failed program was:" >&5
12700 sed 's/^/| /' conftest.
$ac_ext >&5
12704 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12706 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12707 # Binary search between lo and hi bounds.
12708 while test "x$ac_lo" != "x$ac_hi"; do
12709 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12710 cat >conftest.
$ac_ext <<_ACEOF
12713 cat confdefs.h
>>conftest.
$ac_ext
12714 cat >>conftest.
$ac_ext <<_ACEOF
12715 /* end confdefs.h. */
12716 $ac_includes_default
12720 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12727 rm -f conftest.
$ac_objext
12728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12729 (eval $ac_compile) 2>conftest.er1
12731 grep -v '^ *+' conftest.er1
>conftest.err
12733 cat conftest.err
>&5
12734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12735 (exit $ac_status); } &&
12736 { ac_try
='test -z "$ac_c_werror_flag"
12737 || test ! -s conftest.err'
12738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12739 (eval $ac_try) 2>&5
12741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12742 (exit $ac_status); }; } &&
12743 { ac_try
='test -s conftest.$ac_objext'
12744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12745 (eval $ac_try) 2>&5
12747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12748 (exit $ac_status); }; }; then
12751 echo "$as_me: failed program was:" >&5
12752 sed 's/^/| /' conftest.
$ac_ext >&5
12754 ac_lo
=`expr '(' $ac_mid ')' + 1`
12756 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12759 ?
*) ac_cv_sizeof_long
=$ac_lo;;
12760 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12761 See \`config.log' for more details." >&5
12762 echo "$as_me: error: cannot compute sizeof (long), 77
12763 See \`config.log' for more details." >&2;}
12764 { (exit 1); exit 1; }; } ;;
12767 if test "$cross_compiling" = yes; then
12768 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12769 See \`config.log' for more details." >&5
12770 echo "$as_me: error: cannot run test program while cross compiling
12771 See \`config.log' for more details." >&2;}
12772 { (exit 1); exit 1; }; }
12774 cat >conftest.
$ac_ext <<_ACEOF
12777 cat confdefs.h
>>conftest.
$ac_ext
12778 cat >>conftest.
$ac_ext <<_ACEOF
12779 /* end confdefs.h. */
12780 $ac_includes_default
12781 long longval () { return (long) (sizeof (long)); }
12782 unsigned long ulongval () { return (long) (sizeof (long)); }
12784 #include <stdlib.h>
12789 FILE *f = fopen ("conftest.val", "w");
12792 if (((long) (sizeof (long))) < 0)
12794 long i = longval ();
12795 if (i != ((long) (sizeof (long))))
12797 fprintf (f, "%ld\n", i);
12801 unsigned long i = ulongval ();
12802 if (i != ((long) (sizeof (long))))
12804 fprintf (f, "%lu\n", i);
12806 exit (ferror (f) || fclose (f) != 0);
12812 rm -f conftest
$ac_exeext
12813 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12814 (eval $ac_link) 2>&5
12816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12817 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12819 (eval $ac_try) 2>&5
12821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12822 (exit $ac_status); }; }; then
12823 ac_cv_sizeof_long
=`cat conftest.val`
12825 echo "$as_me: program exited with status $ac_status" >&5
12826 echo "$as_me: failed program was:" >&5
12827 sed 's/^/| /' conftest.
$ac_ext >&5
12829 ( exit $ac_status )
12830 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12831 See \`config.log' for more details." >&5
12832 echo "$as_me: error: cannot compute sizeof (long), 77
12833 See \`config.log' for more details." >&2;}
12834 { (exit 1); exit 1; }; }
12836 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12841 ac_cv_sizeof_long
=0
12844 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
12845 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
12846 cat >>confdefs.h
<<_ACEOF
12847 #define SIZEOF_LONG $ac_cv_sizeof_long
12851 if test "x${ac_cv_sizeof_long}" = "x8"; then
12855 if test x
${want64} = xtrue
; then
12856 EMULATION_OFILES
='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
12858 EMULATION_OFILES
='$(ALL_EMULATIONS)'
12860 EMUL_EXTRA_OFILES
='$(ALL_EMUL_EXTRA_OFILES)'
12862 EMULATION_OFILES
=$all_emuls
12863 EMUL_EXTRA_OFILES
=$all_emul_extras
12869 EMULATION_LIBPATH
=$all_libpath
12872 if test x
${enable_static} = xno
; then
12873 TESTBFDLIB
="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
12875 TESTBFDLIB
="../bfd/.libs/libbfd.a"
12879 target_vendor
=${target_vendor=$host_vendor}
12880 case "$target_vendor" in
12881 hp
) EXTRA_SHLIB_EXTENSION
=".sl" ;;
12882 *) EXTRA_SHLIB_EXTENSION
= ;;
12885 case "$target_os" in
12886 lynxos
) EXTRA_SHLIB_EXTENSION
=".a" ;;
12889 if test x
${EXTRA_SHLIB_EXTENSION} != x
; then
12891 cat >>confdefs.h
<<_ACEOF
12892 #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
12901 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12902 cat >confcache
<<\_ACEOF
12903 # This file is a shell script that caches the results of configure
12904 # tests run on this system so they can be shared between configure
12905 # scripts and configure runs, see configure's option --config-cache.
12906 # It is not useful on other systems. If it contains results you don't
12907 # want to keep, you may remove or edit it.
12909 # config.status only pays attention to the cache file if you give it
12910 # the --recheck option to rerun configure.
12912 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12913 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12914 # following values.
12918 # The following way of writing the cache mishandles newlines in values,
12919 # but we know of no workaround that is simple, portable, and efficient.
12920 # So, don't put newlines in cache variables' values.
12921 # Ultrix sh set writes to stderr and can't be redirected directly,
12922 # and sets the high bit in the cache file unless we assign to the vars.
12925 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12927 # `set' does not quote correctly, so add quotes (double-quote
12928 # substitution turns \\\\ into \\, and sed turns \\ into \).
12931 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12934 # `set' quotes correctly as required by POSIX, so do not add quotes.
12936 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12943 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12945 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12947 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
12948 if test -w $cache_file; then
12949 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12950 cat confcache
>$cache_file
12952 echo "not updating unwritable cache $cache_file"
12957 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12958 # Let make expand exec_prefix.
12959 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12961 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12962 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12963 # trailing colons and then remove the whole line if VPATH becomes empty
12964 # (actually we leave an empty line to preserve line numbers).
12965 if test "x$srcdir" = x.
; then
12966 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
12967 s/:*\$(srcdir):*/:/;
12968 s/:*\${srcdir}:*/:/;
12970 s/^\([^=]*=[ ]*\):*/\1/;
12976 DEFS
=-DHAVE_CONFIG_H
12980 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12981 # 1. Remove the extension, and $U if already installed.
12982 ac_i
=`echo "$ac_i" |
12983 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12985 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12986 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12988 LIBOBJS
=$ac_libobjs
12990 LTLIBOBJS
=$ac_ltlibobjs
12993 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12994 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
12995 Usually this means the macro was only invoked conditionally." >&5
12996 echo "$as_me: error: conditional \"AMDEP\" was never defined.
12997 Usually this means the macro was only invoked conditionally." >&2;}
12998 { (exit 1); exit 1; }; }
13000 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13001 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
13002 Usually this means the macro was only invoked conditionally." >&5
13003 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
13004 Usually this means the macro was only invoked conditionally." >&2;}
13005 { (exit 1); exit 1; }; }
13007 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13008 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
13009 Usually this means the macro was only invoked conditionally." >&5
13010 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
13011 Usually this means the macro was only invoked conditionally." >&2;}
13012 { (exit 1); exit 1; }; }
13014 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
13015 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
13016 Usually this means the macro was only invoked conditionally." >&5
13017 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
13018 Usually this means the macro was only invoked conditionally." >&2;}
13019 { (exit 1); exit 1; }; }
13022 : ${CONFIG_STATUS=./config.status}
13023 ac_clean_files_save
=$ac_clean_files
13024 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
13025 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13026 echo "$as_me: creating $CONFIG_STATUS" >&6;}
13027 cat >$CONFIG_STATUS <<_ACEOF
13029 # Generated by $as_me.
13030 # Run this file to recreate the current configuration.
13031 # Compiler output produced by configure, useful for debugging
13032 # configure, is in config.log if it exists.
13035 ac_cs_recheck=false
13037 SHELL=\${CONFIG_SHELL-$SHELL}
13040 cat >>$CONFIG_STATUS <<\_ACEOF
13041 ## --------------------- ##
13042 ## M4sh Initialization. ##
13043 ## --------------------- ##
13045 # Be Bourne compatible
13046 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
13049 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13050 # is contrary to our usage. Disable this feature.
13051 alias -g '${1+"$@"}'='"$@"'
13052 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
13055 DUALCASE
=1; export DUALCASE
# for MKS sh
13057 # Support unset when possible.
13058 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
13065 # Work around bugs in pre-3.0 UWIN ksh.
13066 $as_unset ENV MAIL MAILPATH
13073 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13074 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13075 LC_TELEPHONE LC_TIME
13077 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13078 eval $as_var=C
; export $as_var
13084 # Required to use basename.
13085 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13091 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
13092 as_basename
=basename
13098 # Name of the executable.
13099 as_me
=`$as_basename "$0" ||
13100 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13101 X"$0" : 'X\(//\)$' \| \
13102 X"$0" : 'X\(/\)$' \| \
13103 . : '\(.\)' 2>/dev/null ||
13105 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13106 /^X\/\(\/\/\)$/{ s//\1/; q; }
13107 /^X\/\(\/\).*/{ s//\1/; q; }
13111 # PATH needs CR, and LINENO needs CR and PATH.
13112 # Avoid depending upon Character Ranges.
13113 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
13114 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13115 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
13116 as_cr_digits
='0123456789'
13117 as_cr_alnum
=$as_cr_Letters$as_cr_digits
13119 # The user is always right.
13120 if test "${PATH_SEPARATOR+set}" != set; then
13121 echo "#! /bin/sh" >conf$$.sh
13122 echo "exit 0" >>conf$$.sh
13124 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13133 as_lineno_1
=$LINENO
13134 as_lineno_2
=$LINENO
13135 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
13136 test "x$as_lineno_1" != "x$as_lineno_2" &&
13137 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
13138 # Find who we are. Look in the path if we contain no path at all
13141 *[\\/]* ) as_myself
=$0 ;;
13142 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13143 for as_dir
in $PATH
13146 test -z "$as_dir" && as_dir
=.
13147 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
13152 # We did not find ourselves, most probably we were run as `sh COMMAND'
13153 # in which case we are not to be found in the path.
13154 if test "x$as_myself" = x
; then
13157 if test ! -f "$as_myself"; then
13158 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
13159 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
13160 { (exit 1); exit 1; }; }
13162 case $CONFIG_SHELL in
13164 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13165 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
13168 test -z "$as_dir" && as_dir
=.
13169 for as_base
in sh bash ksh sh5
; do
13172 if ("$as_dir/$as_base" -c '
13173 as_lineno_1=$LINENO
13174 as_lineno_2=$LINENO
13175 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13176 test "x$as_lineno_1" != "x$as_lineno_2" &&
13177 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
13178 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
13179 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
13180 CONFIG_SHELL
=$as_dir/$as_base
13181 export CONFIG_SHELL
13182 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13190 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13191 # uniformly replaced by the line number. The first 'sed' inserts a
13192 # line-number line before each line; the second 'sed' does the real
13193 # work. The second script uses 'N' to pair each line-number line
13194 # with the numbered line, and appends trailing '-' during
13195 # substitution so that $LINENO is not a special case at line end.
13196 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13197 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13198 sed '=' <$as_myself |
13203 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13206 s,^['$as_cr_digits']*\n,,
13207 ' >$as_me.lineno
&&
13208 chmod +x
$as_me.lineno ||
13209 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13210 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13211 { (exit 1); exit 1; }; }
13213 # Don't try to exec as it changes $[0], causing all sort of problems
13214 # (the dirname of $[0] is not the place where we might find the
13215 # original and so on. Autoconf is especially sensible to this).
13217 # Exit status is that of the last command.
13222 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13223 *c
*,-n*) ECHO_N
= ECHO_C
='
13225 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
13226 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
13229 if expr a
: '\(a\)' >/dev
/null
2>&1; then
13235 rm -f conf$$ conf$$.exe conf$$.
file
13237 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
13238 # We could just check for DJGPP; but this test a) works b) is more generic
13239 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13240 if test -f conf$$.exe
; then
13241 # Don't use ln at all; we don't have any links
13246 elif ln conf$$.
file conf$$
2>/dev
/null
; then
13251 rm -f conf$$ conf$$.exe conf$$.
file
13253 if mkdir
-p .
2>/dev
/null
; then
13256 test -d .
/-p && rmdir .
/-p
13260 as_executable_p
="test -f"
13262 # Sed expression to map a string onto a valid CPP name.
13263 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13265 # Sed expression to map a string onto a valid variable name.
13266 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13270 # We need space, tab and new line, in precisely that order.
13280 # Open the log real soon, to keep \$[0] and so on meaningful, and to
13281 # report actual input values of CONFIG_FILES etc. instead of their
13282 # values after options handling. Logging --version etc. is OK.
13286 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13287 ## Running $as_me. ##
13292 This file was extended by $as_me, which was
13293 generated by GNU Autoconf 2.59. Invocation command line was
13295 CONFIG_FILES = $CONFIG_FILES
13296 CONFIG_HEADERS = $CONFIG_HEADERS
13297 CONFIG_LINKS = $CONFIG_LINKS
13298 CONFIG_COMMANDS = $CONFIG_COMMANDS
13302 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13306 # Files that config.status was made for.
13307 if test -n "$ac_config_files"; then
13308 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13311 if test -n "$ac_config_headers"; then
13312 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13315 if test -n "$ac_config_links"; then
13316 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13319 if test -n "$ac_config_commands"; then
13320 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13323 cat >>$CONFIG_STATUS <<\_ACEOF
13326 \`$as_me' instantiates files from templates according to the
13327 current configuration.
13329 Usage: $0 [OPTIONS] [FILE]...
13331 -h, --help print this help, then exit
13332 -V, --version print version number, then exit
13333 -q, --quiet do not print progress messages
13334 -d, --debug don't remove temporary files
13335 --recheck update $as_me by reconfiguring in the same conditions
13336 --file=FILE[:TEMPLATE]
13337 instantiate the configuration file FILE
13338 --header=FILE[:TEMPLATE]
13339 instantiate the configuration header FILE
13341 Configuration files:
13344 Configuration headers:
13347 Configuration commands:
13350 Report bugs to <bug-autoconf@gnu.org>."
13353 cat >>$CONFIG_STATUS <<_ACEOF
13356 configured by $0, generated by GNU Autoconf 2.59,
13357 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13359 Copyright (C) 2003 Free Software Foundation, Inc.
13360 This config.status script is free software; the Free Software Foundation
13361 gives unlimited permission to copy, distribute and modify it."
13366 cat >>$CONFIG_STATUS <<\_ACEOF
13367 # If no file are specified by the user, then we need to provide default
13368 # value. By we need to know if files were specified by the user.
13374 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
13375 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
13383 *) # This is not an option, so the user has probably given explicit
13386 ac_need_defaults
=false
;;
13390 # Handling of the options.
13392 cat >>$CONFIG_STATUS <<\_ACEOF
13393 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13395 --version |
--vers* |
-V )
13396 echo "$ac_cs_version"; exit 0 ;;
13398 # Conflict between --help and --header
13399 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13400 Try \`$0 --help' for more information." >&5
13401 echo "$as_me: error: ambiguous option: $1
13402 Try \`$0 --help' for more information." >&2;}
13403 { (exit 1); exit 1; }; };;
13404 --help |
--hel |
-h )
13405 echo "$ac_cs_usage"; exit 0 ;;
13406 --debug |
--d* |
-d )
13408 --file |
--fil |
--fi |
--f )
13410 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
13411 ac_need_defaults
=false
;;
13412 --header |
--heade |
--head |
--hea )
13414 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
13415 ac_need_defaults
=false
;;
13416 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13417 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13420 # This is an error.
13421 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13422 Try \`$0 --help' for more information." >&5
13423 echo "$as_me: error: unrecognized option: $1
13424 Try \`$0 --help' for more information." >&2;}
13425 { (exit 1); exit 1; }; } ;;
13427 *) ac_config_targets
="$ac_config_targets $1" ;;
13433 ac_configure_extra_args
=
13435 if $ac_cs_silent; then
13437 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13441 cat >>$CONFIG_STATUS <<_ACEOF
13442 if \$ac_cs_recheck; then
13443 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13444 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13449 cat >>$CONFIG_STATUS <<_ACEOF
13451 # INIT-COMMANDS section.
13454 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13457 # The HP-UX ksh and POSIX shell print the target directory to stdout
13458 # if CDPATH is set.
13459 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13461 sed_quote_subst='$sed_quote_subst'
13462 double_quote_subst='$double_quote_subst'
13463 delay_variable_subst='$delay_variable_subst'
13464 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
13465 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
13466 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
13467 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
13468 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
13469 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
13470 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
13471 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
13472 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
13473 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
13474 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
13475 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
13476 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
13477 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
13478 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
13479 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
13480 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
13481 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
13482 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
13483 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
13484 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
13485 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
13486 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
13487 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
13488 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
13489 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
13490 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
13491 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13492 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
13493 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
13494 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
13495 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13496 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
13497 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
13498 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13499 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13500 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13501 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
13502 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13503 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
13504 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
13505 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
13506 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
13507 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"`'
13508 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
13509 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
13510 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
13511 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
13512 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
13513 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
13514 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
13515 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
13516 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
13517 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
13518 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
13519 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13520 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13521 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
13522 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
13523 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13524 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13525 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
13526 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13527 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13528 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13529 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13530 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13531 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13532 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
13533 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13534 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13535 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13536 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
13537 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
13538 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
13539 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
13540 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
13541 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13542 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
13543 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
13544 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
13545 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
13546 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
13547 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13548 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13549 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13550 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13551 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
13552 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
13553 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
13554 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
13555 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
13556 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13557 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13558 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
13559 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13560 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
13561 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13562 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13563 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13564 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13565 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
13566 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
13567 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13568 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13569 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
13570 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
13571 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
13572 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
13573 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
13574 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
13577 LTCFLAGS='$LTCFLAGS'
13578 compiler='$compiler_DEFAULT'
13580 # Quote evaled strings.
13591 deplibs_check_method \
13600 lt_cv_sys_global_symbol_pipe \
13601 lt_cv_sys_global_symbol_to_cdecl \
13602 lt_cv_sys_global_symbol_to_c_name_address \
13605 lt_prog_compiler_no_builtin_flag \
13606 lt_prog_compiler_wl \
13607 lt_prog_compiler_pic \
13608 lt_prog_compiler_static \
13609 lt_cv_prog_compiler_c_o \
13612 export_dynamic_flag_spec \
13613 whole_archive_flag_spec \
13614 compiler_needs_object \
13616 allow_undefined_flag \
13617 no_undefined_flag \
13618 hardcode_libdir_flag_spec \
13619 hardcode_libdir_flag_spec_ld \
13620 hardcode_libdir_separator \
13625 variables_saved_for_relink \
13627 library_names_spec \
13632 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13633 *[\\\\\\\`\\"\\\$]*)
13634 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13637 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13642 # Double-quote double-evaled strings.
13643 for var in reload_cmds \
13644 old_postinstall_cmds \
13645 old_postuninstall_cmds \
13647 extract_expsyms_cmds \
13648 old_archive_from_new_cmds \
13649 old_archive_from_expsyms_cmds \
13651 archive_expsym_cmds \
13653 module_expsym_cmds \
13654 export_symbols_cmds \
13657 postuninstall_cmds \
13659 sys_lib_search_path_spec \
13660 sys_lib_dlsearch_path_spec; do
13661 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13662 *[\\\\\\\`\\"\\\$]*)
13663 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13666 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13671 # Fix-up fallback echo if it was mangled by the above quoting rules.
13673 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
13677 ac_aux_dir='$ac_aux_dir'
13678 xsi_shell='$xsi_shell'
13679 lt_shell_append='$lt_shell_append'
13681 # See if we are running on zsh, and set the options which allow our
13682 # commands through without removal of \ escapes INIT.
13683 if test -n "\${ZSH_VERSION+set}" ; then
13684 setopt NO_GLOB_SUBST
13690 TIMESTAMP='$TIMESTAMP'
13696 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13697 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13699 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13700 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13701 LINGUAS="${LINGUAS-%UNSET%}"
13708 cat >>$CONFIG_STATUS <<\_ACEOF
13709 for ac_config_target
in $ac_config_targets
13711 case "$ac_config_target" in
13712 # Handling of arguments.
13713 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13714 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13715 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
13716 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
13717 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
13718 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
13719 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13720 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13721 { (exit 1); exit 1; }; };;
13725 # If the user did not use the arguments to specify the items to instantiate,
13726 # then the envvar interface is used. Set only those that are not.
13727 # We use the long form for the default assignment because of an extremely
13728 # bizarre bug on SunOS 4.1.3.
13729 if $ac_need_defaults; then
13730 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13731 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
13732 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
13735 # Have a temporary directory for convenience. Make it in the build tree
13736 # simply because there is no reason to put it here, and in addition,
13737 # creating and moving files from /tmp can sometimes cause problems.
13738 # Create a temporary directory, and hook for its removal unless debugging.
13741 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13742 trap '{ (exit 1); exit 1; }' 1 2 13 15
13745 # Create a (secure) tmp directory for tmp files.
13748 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13749 test -n "$tmp" && test -d "$tmp"
13752 tmp
=.
/confstat$$
-$RANDOM
13753 (umask 077 && mkdir
$tmp)
13756 echo "$me: cannot create a temporary directory in ." >&2
13757 { (exit 1); exit 1; }
13762 cat >>$CONFIG_STATUS <<_ACEOF
13765 # CONFIG_FILES section.
13768 # No need to generate the scripts if there are no CONFIG_FILES.
13769 # This happens for instance when ./config.status config.h
13770 if test -n "\$CONFIG_FILES"; then
13771 # Protect against being on the right side of a sed subst in config.status.
13772 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13773 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13774 s,@SHELL@,$SHELL,;t t
13775 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13776 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13777 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13778 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13779 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13780 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13781 s,@exec_prefix@,$exec_prefix,;t t
13782 s,@prefix@,$prefix,;t t
13783 s,@program_transform_name@,$program_transform_name,;t t
13784 s,@bindir@,$bindir,;t t
13785 s,@sbindir@,$sbindir,;t t
13786 s,@libexecdir@,$libexecdir,;t t
13787 s,@datadir@,$datadir,;t t
13788 s,@sysconfdir@,$sysconfdir,;t t
13789 s,@sharedstatedir@,$sharedstatedir,;t t
13790 s,@localstatedir@,$localstatedir,;t t
13791 s,@libdir@,$libdir,;t t
13792 s,@includedir@,$includedir,;t t
13793 s,@oldincludedir@,$oldincludedir,;t t
13794 s,@infodir@,$infodir,;t t
13795 s,@mandir@,$mandir,;t t
13796 s,@build_alias@,$build_alias,;t t
13797 s,@host_alias@,$host_alias,;t t
13798 s,@target_alias@,$target_alias,;t t
13799 s,@DEFS@,$DEFS,;t t
13800 s,@ECHO_C@,$ECHO_C,;t t
13801 s,@ECHO_N@,$ECHO_N,;t t
13802 s,@ECHO_T@,$ECHO_T,;t t
13803 s,@LIBS@,$LIBS,;t t
13804 s,@build@,$build,;t t
13805 s,@build_cpu@,$build_cpu,;t t
13806 s,@build_vendor@,$build_vendor,;t t
13807 s,@build_os@,$build_os,;t t
13808 s,@host@,$host,;t t
13809 s,@host_cpu@,$host_cpu,;t t
13810 s,@host_vendor@,$host_vendor,;t t
13811 s,@host_os@,$host_os,;t t
13812 s,@target@,$target,;t t
13813 s,@target_cpu@,$target_cpu,;t t
13814 s,@target_vendor@,$target_vendor,;t t
13815 s,@target_os@,$target_os,;t t
13817 s,@CFLAGS@,$CFLAGS,;t t
13818 s,@LDFLAGS@,$LDFLAGS,;t t
13819 s,@CPPFLAGS@,$CPPFLAGS,;t t
13820 s,@ac_ct_CC@,$ac_ct_CC,;t t
13821 s,@EXEEXT@,$EXEEXT,;t t
13822 s,@OBJEXT@,$OBJEXT,;t t
13823 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13824 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13825 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13826 s,@CYGPATH_W@,$CYGPATH_W,;t t
13827 s,@PACKAGE@,$PACKAGE,;t t
13828 s,@VERSION@,$VERSION,;t t
13829 s,@ACLOCAL@,$ACLOCAL,;t t
13830 s,@AUTOCONF@,$AUTOCONF,;t t
13831 s,@AUTOMAKE@,$AUTOMAKE,;t t
13832 s,@AUTOHEADER@,$AUTOHEADER,;t t
13833 s,@MAKEINFO@,$MAKEINFO,;t t
13834 s,@install_sh@,$install_sh,;t t
13835 s,@STRIP@,$STRIP,;t t
13836 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
13837 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
13838 s,@mkdir_p@,$mkdir_p,;t t
13840 s,@SET_MAKE@,$SET_MAKE,;t t
13841 s,@am__leading_dot@,$am__leading_dot,;t t
13842 s,@AMTAR@,$AMTAR,;t t
13843 s,@am__tar@,$am__tar,;t t
13844 s,@am__untar@,$am__untar,;t t
13845 s,@DEPDIR@,$DEPDIR,;t t
13846 s,@am__include@,$am__include,;t t
13847 s,@am__quote@,$am__quote,;t t
13848 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
13849 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
13850 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
13851 s,@CCDEPMODE@,$CCDEPMODE,;t t
13852 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
13853 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
13854 s,@use_sysroot@,$use_sysroot,;t t
13855 s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
13856 s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
13857 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
13858 s,@NO_WERROR@,$NO_WERROR,;t t
13859 s,@LIBTOOL@,$LIBTOOL,;t t
13861 s,@EGREP@,$EGREP,;t t
13862 s,@FGREP@,$FGREP,;t t
13863 s,@GREP@,$GREP,;t t
13865 s,@DUMPBIN@,$DUMPBIN,;t t
13866 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
13868 s,@LN_S@,$LN_S,;t t
13870 s,@ac_ct_AR@,$ac_ct_AR,;t t
13871 s,@RANLIB@,$RANLIB,;t t
13872 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
13873 s,@lt_ECHO@,$lt_ECHO,;t t
13875 s,@USE_NLS@,$USE_NLS,;t t
13876 s,@LIBINTL@,$LIBINTL,;t t
13877 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
13878 s,@INCINTL@,$INCINTL,;t t
13879 s,@XGETTEXT@,$XGETTEXT,;t t
13880 s,@GMSGFMT@,$GMSGFMT,;t t
13881 s,@POSUB@,$POSUB,;t t
13882 s,@CATALOGS@,$CATALOGS,;t t
13883 s,@DATADIRNAME@,$DATADIRNAME,;t t
13884 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
13885 s,@GENCAT@,$GENCAT,;t t
13886 s,@CATOBJEXT@,$CATOBJEXT,;t t
13887 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
13888 s,@MSGFMT@,$MSGFMT,;t t
13889 s,@MSGMERGE@,$MSGMERGE,;t t
13890 s,@YACC@,$YACC,;t t
13892 s,@LEXLIB@,$LEXLIB,;t t
13893 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
13894 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13895 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13896 s,@MAINT@,$MAINT,;t t
13897 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
13898 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
13899 s,@HDEFINES@,$HDEFINES,;t t
13900 s,@HOSTING_CRT0@,$HOSTING_CRT0,;t t
13901 s,@HOSTING_LIBS@,$HOSTING_LIBS,;t t
13902 s,@NATIVE_LIB_DIRS@,$NATIVE_LIB_DIRS,;t t
13903 s,@STRINGIFY@,$STRINGIFY,;t t
13904 s,@EMUL@,$EMUL,;t t
13905 s,@EMULATION_OFILES@,$EMULATION_OFILES,;t t
13906 s,@EMUL_EXTRA_OFILES@,$EMUL_EXTRA_OFILES,;t t
13907 s,@LIB_PATH@,$LIB_PATH,;t t
13908 s,@EMULATION_LIBPATH@,$EMULATION_LIBPATH,;t t
13909 s,@TESTBFDLIB@,$TESTBFDLIB,;t t
13910 s,@datarootdir@,$datarootdir,;t t
13911 s,@docdir@,$docdir,;t t
13912 s,@htmldir@,$htmldir,;t t
13913 s,@LIBOBJS@,$LIBOBJS,;t t
13914 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13921 cat >>$CONFIG_STATUS <<\_ACEOF
13922 # Split the substitutions into bite-sized pieces for seds with
13923 # small command number limits, like on Digital OSF/1 and HP-UX.
13924 ac_max_sed_lines
=48
13925 ac_sed_frag
=1 # Number of current file.
13926 ac_beg
=1 # First line for current file.
13927 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13930 while $ac_more_lines; do
13931 if test $ac_beg -gt 1; then
13932 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13934 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13936 if test ! -s $tmp/subs.frag
; then
13937 ac_more_lines
=false
13939 # The purpose of the label and of the branching condition is to
13940 # speed up the sed processing (if there are no `@' at all, there
13941 # is no need to browse any of the substitutions).
13942 # These are the two extra sed commands mentioned above.
13944 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13945 if test -z "$ac_sed_cmds"; then
13946 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13948 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13950 ac_sed_frag
=`expr $ac_sed_frag + 1`
13952 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13955 if test -z "$ac_sed_cmds"; then
13958 fi # test -n "$CONFIG_FILES"
13961 cat >>$CONFIG_STATUS <<\_ACEOF
13962 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13963 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13965 - |
*:- |
*:-:* ) # input from stdin
13967 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13968 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13969 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13970 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13971 * ) ac_file_in
=$ac_file.
in ;;
13974 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13975 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13976 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13977 X"$ac_file" : 'X\(//\)[^/]' \| \
13978 X"$ac_file" : 'X\(//\)$' \| \
13979 X"$ac_file" : 'X\(/\)' \| \
13980 . : '\(.\)' 2>/dev/null ||
13982 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13983 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13984 /^X\(\/\/\)$/{ s//\1/; q; }
13985 /^X\(\/\).*/{ s//\1/; q; }
13987 { if $as_mkdir_p; then
13992 while test ! -d "$as_dir"; do
13993 as_dirs
="$as_dir $as_dirs"
13994 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13995 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13996 X"$as_dir" : 'X\(//\)[^/]' \| \
13997 X"$as_dir" : 'X\(//\)$' \| \
13998 X"$as_dir" : 'X\(/\)' \| \
13999 . : '\(.\)' 2>/dev/null ||
14001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14002 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14003 /^X\(\/\/\)$/{ s//\1/; q; }
14004 /^X\(\/\).*/{ s//\1/; q; }
14007 test ! -n "$as_dirs" || mkdir
$as_dirs
14008 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14009 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14010 { (exit 1); exit 1; }; }; }
14014 if test "$ac_dir" != .
; then
14015 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14016 # A "../" for each directory in $ac_dir_suffix.
14017 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14019 ac_dir_suffix
= ac_top_builddir
=
14023 .
) # No --srcdir option. We are building in place.
14025 if test -z "$ac_top_builddir"; then
14028 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
14030 [\\/]* | ?
:[\\/]* ) # Absolute path.
14031 ac_srcdir
=$srcdir$ac_dir_suffix;
14032 ac_top_srcdir
=$srcdir ;;
14033 *) # Relative path.
14034 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14035 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14038 # Do not use `cd foo && pwd` to compute absolute paths, because
14039 # the directories may not exist.
14041 .
) ac_abs_builddir
="$ac_dir";;
14044 .
) ac_abs_builddir
=`pwd`;;
14045 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
14046 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
14049 case $ac_abs_builddir in
14050 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14052 case ${ac_top_builddir}.
in
14053 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
14054 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14055 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
14058 case $ac_abs_builddir in
14059 .
) ac_abs_srcdir
=$ac_srcdir;;
14062 .
) ac_abs_srcdir
=$ac_abs_builddir;;
14063 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
14064 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
14067 case $ac_abs_builddir in
14068 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
14070 case $ac_top_srcdir in
14071 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
14072 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
14073 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
14079 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
14080 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
14083 if test x
"$ac_file" != x-
; then
14084 { echo "$as_me:$LINENO: creating $ac_file" >&5
14085 echo "$as_me: creating $ac_file" >&6;}
14088 # Let's still pretend it is `configure' which instantiates (i.e., don't
14089 # use $as_me), people would be surprised to read:
14090 # /* config.h. Generated by config.status. */
14091 if test x
"$ac_file" = x-
; then
14094 configure_input
="$ac_file. "
14096 configure_input
=$configure_input"Generated from `echo $ac_file_in |
14097 sed 's,.*/,,'` by configure."
14099 # First look for the input files in the build tree, otherwise in the
14101 ac_file_inputs
=`IFS=:
14102 for f in $ac_file_in; do
14104 -) echo $tmp/stdin ;;
14106 # Absolute (can't be DOS-style, as IFS=:)
14107 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14108 echo "$as_me: error: cannot find input file: $f" >&2;}
14109 { (exit 1); exit 1; }; }
14112 if test -f "$f"; then
14115 elif test -f "$srcdir/$f"; then
14120 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14121 echo "$as_me: error: cannot find input file: $f" >&2;}
14122 { (exit 1); exit 1; }; }
14125 done` ||
{ (exit 1); exit 1; }
14127 cat >>$CONFIG_STATUS <<_ACEOF
14131 cat >>$CONFIG_STATUS <<\_ACEOF
14133 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14134 s
,@configure_input@
,$configure_input,;t t
14135 s
,@srcdir@
,$ac_srcdir,;t t
14136 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
14137 s
,@top_srcdir@
,$ac_top_srcdir,;t t
14138 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
14139 s
,@builddir@
,$ac_builddir,;t t
14140 s
,@abs_builddir@
,$ac_abs_builddir,;t t
14141 s
,@top_builddir@
,$ac_top_builddir,;t t
14142 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
14143 s
,@INSTALL@
,$ac_INSTALL,;t t
14144 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
14146 if test x"$ac_file" != x-; then
14147 mv $tmp/out $ac_file
14155 cat >>$CONFIG_STATUS <<\_ACEOF
14158 # CONFIG_HEADER section.
14161 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
14162 # NAME is the cpp macro being defined and VALUE is the value it is being given.
14164 # ac_d sets the value in "#define NAME VALUE" lines.
14165 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
14166 ac_dB
='[ ].*$,\1#\2'
14169 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
14170 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
14171 ac_uB
='$,\1#\2define\3'
14175 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
14176 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
14178 - |
*:- |
*:-:* ) # input from stdin
14180 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14181 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14182 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14183 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
14184 * ) ac_file_in
=$ac_file.
in ;;
14187 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
14188 echo "$as_me: creating $ac_file" >&6;}
14190 # First look for the input files in the build tree, otherwise in the
14192 ac_file_inputs
=`IFS=:
14193 for f in $ac_file_in; do
14195 -) echo $tmp/stdin ;;
14197 # Absolute (can't be DOS-style, as IFS=:)
14198 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14199 echo "$as_me: error: cannot find input file: $f" >&2;}
14200 { (exit 1); exit 1; }; }
14201 # Do quote $f, to prevent DOS paths from being IFS'd.
14204 if test -f "$f"; then
14207 elif test -f "$srcdir/$f"; then
14212 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
14213 echo "$as_me: error: cannot find input file: $f" >&2;}
14214 { (exit 1); exit 1; }; }
14217 done` ||
{ (exit 1); exit 1; }
14218 # Remove the trailing spaces.
14219 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
14223 # Transform confdefs.h into two sed scripts, `conftest.defines' and
14224 # `conftest.undefs', that substitutes the proper values into
14225 # config.h.in to produce config.h. The first handles `#define'
14226 # templates, and the second `#undef' templates.
14227 # And first: Protect against being on the right side of a sed subst in
14228 # config.status. Protect against being in an unquoted here document
14229 # in config.status.
14230 rm -f conftest.defines conftest.undefs
14231 # Using a here document instead of a string reduces the quoting nightmare.
14232 # Putting comments in sed scripts is not portable.
14234 # `end' is used to avoid that the second main sed command (meant for
14235 # 0-ary CPP macros) applies to n-ary macro definitions.
14236 # See the Autoconf documentation for `clear'.
14237 cat >confdef2sed.
sed <<\_ACEOF
14242 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
14244 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
14247 # If some macros were called several times there might be several times
14248 # the same #defines, which is useless. Nevertheless, we may not want to
14249 # sort them, since we want the *last* AC-DEFINE to be honored.
14250 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
14251 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
14252 rm -f confdef2sed.sed
14254 # This sed command replaces #undef with comments. This is necessary, for
14255 # example, in the case of _POSIX_SOURCE, which is predefined and required
14256 # on some systems where configure will not decide to define it.
14257 cat >>conftest.undefs <<\_ACEOF
14258 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
14261 # Break up conftest.defines because some shells have a limit on the size
14262 # of here documents, and old seds have small limits too (100 cmds).
14263 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
14264 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
14265 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
14266 echo ' :' >>$CONFIG_STATUS
14267 rm -f conftest.tail
14268 while grep . conftest.defines >/dev/null
14270 # Write a limited-size here document to $tmp/defines.sed.
14271 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
14272 # Speed up: don't consider the non `#define' lines.
14273 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
14274 # Work around the forget-to-reset-the-flag bug.
14275 echo 't clr' >>$CONFIG_STATUS
14276 echo ': clr' >>$CONFIG_STATUS
14277 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
14279 sed -f $tmp/defines.sed $tmp/in >$tmp/out
14281 mv $tmp/out $tmp/in
14283 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
14284 rm -f conftest.defines
14285 mv conftest.
tail conftest.defines
14287 rm -f conftest.defines
14288 echo ' fi # grep' >>$CONFIG_STATUS
14289 echo >>$CONFIG_STATUS
14291 # Break up conftest.undefs because some shells have a limit on the size
14292 # of here documents, and old seds have small limits too (100 cmds).
14293 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
14294 rm -f conftest.
tail
14295 while grep . conftest.undefs
>/dev
/null
14297 # Write a limited-size here document to $tmp/undefs.sed.
14298 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
14299 # Speed up: don't consider the non
`#undef'
14300 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
14301 # Work around the forget-to-reset-the-flag bug.
14302 echo 't clr' >>$CONFIG_STATUS
14303 echo ': clr' >>$CONFIG_STATUS
14304 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
14306 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
14308 mv $tmp/out $tmp/in
14310 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
14311 rm -f conftest.undefs
14312 mv conftest.tail conftest.undefs
14314 rm -f conftest.undefs
14316 cat >>$CONFIG_STATUS <<\_ACEOF
14317 # Let's still pretend it is `configure
' which instantiates (i.e., don't
14318 # use $as_me), people would be surprised to read:
14319 # /* config.h. Generated by config.status. */
14320 if test x
"$ac_file" = x-
; then
14321 echo "/* Generated by configure. */" >$tmp/config.h
14323 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
14325 cat $tmp/in >>$tmp/config.h
14327 if test x
"$ac_file" != x-
; then
14328 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
14329 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14330 echo "$as_me: $ac_file is unchanged" >&6;}
14332 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
14333 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14334 X"$ac_file" : 'X\(//\)[^/]' \| \
14335 X"$ac_file" : 'X\(//\)$' \| \
14336 X"$ac_file" : 'X\(/\)' \| \
14337 . : '\(.\)' 2>/dev/null ||
14339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14340 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14341 /^X\(\/\/\)$/{ s//\1/; q; }
14342 /^X\(\/\).*/{ s//\1/; q; }
14344 { if $as_mkdir_p; then
14349 while test ! -d "$as_dir"; do
14350 as_dirs
="$as_dir $as_dirs"
14351 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14352 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14353 X"$as_dir" : 'X\(//\)[^/]' \| \
14354 X"$as_dir" : 'X\(//\)$' \| \
14355 X"$as_dir" : 'X\(/\)' \| \
14356 . : '\(.\)' 2>/dev/null ||
14358 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14359 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14360 /^X\(\/\/\)$/{ s//\1/; q; }
14361 /^X\(\/\).*/{ s//\1/; q; }
14364 test ! -n "$as_dirs" || mkdir
$as_dirs
14365 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14366 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14367 { (exit 1); exit 1; }; }; }
14370 mv $tmp/config.h
$ac_file
14374 rm -f $tmp/config.h
14376 # Compute $ac_file's index in $config_headers.
14378 for _am_header
in $config_headers :; do
14379 case $_am_header in
14380 $ac_file |
$ac_file:* )
14383 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
14386 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
14387 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14388 X$ac_file : 'X\(//\)[^/]' \| \
14389 X$ac_file : 'X\(//\)$' \| \
14390 X$ac_file : 'X\(/\)' \| \
14391 . : '\(.\)' 2>/dev/null ||
14393 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14394 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14395 /^X\(\/\/\)$/{ s//\1/; q; }
14396 /^X\(\/\).*/{ s//\1/; q; }
14397 s/.*/./; q'`/stamp-h
$_am_stamp_count
14400 cat >>$CONFIG_STATUS <<\_ACEOF
14403 # CONFIG_COMMANDS section.
14405 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
14406 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
14407 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
14408 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
14409 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14410 X"$ac_dest" : 'X\(//\)[^/]' \| \
14411 X"$ac_dest" : 'X\(//\)$' \| \
14412 X"$ac_dest" : 'X\(/\)' \| \
14413 . : '\(.\)' 2>/dev/null ||
14415 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14416 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14417 /^X\(\/\/\)$/{ s//\1/; q; }
14418 /^X\(\/\).*/{ s//\1/; q; }
14420 { if $as_mkdir_p; then
14425 while test ! -d "$as_dir"; do
14426 as_dirs
="$as_dir $as_dirs"
14427 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14428 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14429 X"$as_dir" : 'X\(//\)[^/]' \| \
14430 X"$as_dir" : 'X\(//\)$' \| \
14431 X"$as_dir" : 'X\(/\)' \| \
14432 . : '\(.\)' 2>/dev/null ||
14434 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14435 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14436 /^X\(\/\/\)$/{ s//\1/; q; }
14437 /^X\(\/\).*/{ s//\1/; q; }
14440 test ! -n "$as_dirs" || mkdir
$as_dirs
14441 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14442 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14443 { (exit 1); exit 1; }; }; }
14447 if test "$ac_dir" != .
; then
14448 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14449 # A "../" for each directory in $ac_dir_suffix.
14450 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14452 ac_dir_suffix
= ac_top_builddir
=
14456 .
) # No --srcdir option. We are building in place.
14458 if test -z "$ac_top_builddir"; then
14461 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
14463 [\\/]* | ?
:[\\/]* ) # Absolute path.
14464 ac_srcdir
=$srcdir$ac_dir_suffix;
14465 ac_top_srcdir
=$srcdir ;;
14466 *) # Relative path.
14467 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
14468 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
14471 # Do not use `cd foo && pwd` to compute absolute paths, because
14472 # the directories may not exist.
14474 .
) ac_abs_builddir
="$ac_dir";;
14477 .
) ac_abs_builddir
=`pwd`;;
14478 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
14479 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
14482 case $ac_abs_builddir in
14483 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14485 case ${ac_top_builddir}.
in
14486 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
14487 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
14488 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
14491 case $ac_abs_builddir in
14492 .
) ac_abs_srcdir
=$ac_srcdir;;
14495 .
) ac_abs_srcdir
=$ac_abs_builddir;;
14496 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
14497 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
14500 case $ac_abs_builddir in
14501 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
14503 case $ac_top_srcdir in
14504 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
14505 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
14506 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
14511 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
14512 echo "$as_me: executing $ac_dest commands" >&6;}
14514 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
14515 # Strip MF so we end up with the name of the file.
14516 mf
=`echo "$mf" | sed -e 's/:.*$//'`
14517 # Check whether this is an Automake generated Makefile or not.
14518 # We used to match only the files named `Makefile.in', but
14519 # some people rename them; so instead we look at the file content.
14520 # Grep'ing the first line is not enough: some people post-process
14521 # each Makefile.in and add a new line on top of each file to say so.
14522 # So let's grep whole file.
14523 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
14524 dirpart
=`(dirname "$mf") 2>/dev/null ||
14525 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14526 X"$mf" : 'X\(//\)[^/]' \| \
14527 X"$mf" : 'X\(//\)$' \| \
14528 X"$mf" : 'X\(/\)' \| \
14529 . : '\(.\)' 2>/dev/null ||
14531 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14532 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14533 /^X\(\/\/\)$/{ s//\1/; q; }
14534 /^X\(\/\).*/{ s//\1/; q; }
14539 # Extract the definition of DEPDIR, am__include, and am__quote
14540 # from the Makefile without running `make'.
14541 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
14542 test -z "$DEPDIR" && continue
14543 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
14544 test -z "am__include" && continue
14545 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
14546 # When using ansi2knr, U may be empty or an underscore; expand it
14547 U
=`sed -n 's/^U = //p' < "$mf"`
14548 # Find all dependency output files, they are included files with
14549 # $(DEPDIR) in their names. We invoke sed twice because it is the
14550 # simplest approach to changing $(DEPDIR) to its actual value in the
14552 for file in `sed -n "
14553 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14554 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14555 # Make sure the directory exists.
14556 test -f "$dirpart/$file" && continue
14557 fdir
=`(dirname "$file") 2>/dev/null ||
14558 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14559 X"$file" : 'X\(//\)[^/]' \| \
14560 X"$file" : 'X\(//\)$' \| \
14561 X"$file" : 'X\(/\)' \| \
14562 . : '\(.\)' 2>/dev/null ||
14564 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14565 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14566 /^X\(\/\/\)$/{ s//\1/; q; }
14567 /^X\(\/\).*/{ s//\1/; q; }
14569 { if $as_mkdir_p; then
14570 mkdir
-p $dirpart/$fdir
14572 as_dir
=$dirpart/$fdir
14574 while test ! -d "$as_dir"; do
14575 as_dirs
="$as_dir $as_dirs"
14576 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
14577 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14578 X"$as_dir" : 'X\(//\)[^/]' \| \
14579 X"$as_dir" : 'X\(//\)$' \| \
14580 X"$as_dir" : 'X\(/\)' \| \
14581 . : '\(.\)' 2>/dev/null ||
14583 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14584 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14585 /^X\(\/\/\)$/{ s//\1/; q; }
14586 /^X\(\/\).*/{ s//\1/; q; }
14589 test ! -n "$as_dirs" || mkdir
$as_dirs
14590 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
14591 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
14592 { (exit 1); exit 1; }; }; }
14594 # echo "creating $dirpart/$file"
14595 echo '# dummy' > "$dirpart/$file"
14601 # See if we are running on zsh, and set the options which allow our
14602 # commands through without removal of \ escapes.
14603 if test -n "${ZSH_VERSION+set}" ; then
14604 setopt NO_GLOB_SUBST
14607 cfgfile
="${ofile}T"
14608 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14611 cat <<_LT_EOF >> "$cfgfile"
14614 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14615 # Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
14616 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14617 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14619 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14620 # 2006, 2007 Free Software Foundation, Inc.
14622 # This file is part of GNU Libtool:
14623 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
14625 # This program is free software; you can redistribute it and/or modify
14626 # it under the terms of the GNU General Public License as published by
14627 # the Free Software Foundation; either version 2 of the License, or
14628 # (at your option) any later version.
14630 # This program is distributed in the hope that it will be useful, but
14631 # WITHOUT ANY WARRANTY; without even the implied warranty of
14632 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14633 # General Public License for more details.
14635 # You should have received a copy of the GNU General Public License
14636 # along with this program; if not, a copy can be downloaded from
14637 # http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
14638 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
14639 # MA 02110-1301, USA.
14641 # As a special exception to the GNU General Public License, if you
14642 # distribute this file as part of a program that contains a
14643 # configuration script generated by Autoconf, you may include it under
14644 # the same distribution terms that you use for the rest of that program.
14647 # The names of the tagged configurations supported by this script.
14650 # ### BEGIN LIBTOOL CONFIG
14652 # Which release of libtool.m4 was used?
14653 macro_version=$macro_version
14654 macro_revision=$macro_revision
14656 # Whether or not to build shared libraries.
14657 build_libtool_libs=$enable_shared
14659 # Whether or not to build static libraries.
14660 build_old_libs=$enable_static
14662 # What type of objects to build.
14665 # Whether or not to optimize for fast installation.
14666 fast_install=$enable_fast_install
14669 host_alias=$host_alias
14673 # The build system.
14674 build_alias=$build_alias
14678 # A sed program that does not truncate output.
14681 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14682 Xsed="\$SED -e 1s/^X//"
14684 # A grep program that handles long lines.
14690 # A literal string matcher.
14693 # A BSD- or MS-compatible name lister.
14696 # Whether we need soft or hard links.
14699 # What is the maximum length of a command?
14700 max_cmd_len=$max_cmd_len
14702 # Object file suffix (normally "o").
14705 # Executable file suffix (normally "").
14708 # whether the shell understands "unset".
14711 # turn spaces into newlines.
14714 # turn newlines into spaces.
14717 # How to create reloadable object files.
14718 reload_flag=$lt_reload_flag
14719 reload_cmds=$lt_reload_cmds
14721 # Method to check whether dependent libraries are shared objects.
14722 deplibs_check_method=$lt_deplibs_check_method
14724 # Command to use when deplibs_check_method == "file_magic".
14725 file_magic_cmd=$lt_file_magic_cmd
14729 AR_FLAGS=$lt_AR_FLAGS
14731 # A symbol stripping program.
14734 # Commands used to install an old-style archive.
14736 old_postinstall_cmds=$lt_old_postinstall_cmds
14737 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14742 # LTCC compiler flags.
14743 LTCFLAGS=$lt_CFLAGS
14745 # Take the output of nm and produce a listing of raw symbols and C names.
14746 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14748 # Transform the output of nm in a proper C declaration.
14749 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14751 # Transform the output of nm in a C name address pair.
14752 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14754 # The name of the directory that contains temporary libtool files.
14757 # Shell to use when invoking shell scripts.
14760 # An echo program that does not interpret backslashes.
14763 # Used to examine libraries when file_magic_cmd begins with "file".
14764 MAGIC_CMD=$MAGIC_CMD
14766 # Must we lock files when doing compilation?
14767 need_locks=$lt_need_locks
14769 # Old archive suffix (normally "a").
14772 # Shared library suffix (normally ".so").
14773 shrext_cmds=$lt_shrext_cmds
14775 # The commands to extract the exported symbol list from a shared archive.
14776 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14778 # Variables whose values should be saved in libtool wrapper scripts and
14779 # restored at link time.
14780 variables_saved_for_relink=$lt_variables_saved_for_relink
14782 # Do we need the "lib" prefix for modules?
14783 need_lib_prefix=$need_lib_prefix
14785 # Do we need a version for libraries?
14786 need_version=$need_version
14788 # Library versioning type.
14789 version_type=$version_type
14791 # Shared library runtime path variable.
14792 runpath_var=$runpath_var
14794 # Shared library path variable.
14795 shlibpath_var=$shlibpath_var
14797 # Is shlibpath searched before the hard-coded library search path?
14798 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14800 # Format of library name prefix.
14801 libname_spec=$lt_libname_spec
14803 # List of archive names. First name is the real one, the rest are links.
14804 # The last name is the one that the linker finds with -lNAME
14805 library_names_spec=$lt_library_names_spec
14807 # The coded name of the library, if different from the real name.
14808 soname_spec=$lt_soname_spec
14810 # Command to use after installation of a shared archive.
14811 postinstall_cmds=$lt_postinstall_cmds
14813 # Command to use after uninstallation of a shared archive.
14814 postuninstall_cmds=$lt_postuninstall_cmds
14816 # Commands used to finish a libtool library installation in a directory.
14817 finish_cmds=$lt_finish_cmds
14819 # As "finish_cmds", except a single script fragment to be evaled but
14821 finish_eval=$lt_finish_eval
14823 # Whether we should hardcode library paths into libraries.
14824 hardcode_into_libs=$hardcode_into_libs
14826 # Compile-time system search path for libraries.
14827 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14829 # Run-time system search path for libraries.
14830 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14832 # Whether dlopen is supported.
14833 dlopen_support=$enable_dlopen
14835 # Whether dlopen of programs is supported.
14836 dlopen_self=$enable_dlopen_self
14838 # Whether dlopen of statically linked programs is supported.
14839 dlopen_self_static=$enable_dlopen_self_static
14841 # Commands to strip libraries.
14842 old_striplib=$lt_old_striplib
14843 striplib=$lt_striplib
14846 # The linker used to build libraries.
14849 # Commands used to build an old-style archive.
14850 old_archive_cmds=$lt_old_archive_cmds
14852 # A language specific compiler.
14855 # Is the compiler the GNU compiler?
14858 # Compiler flag to turn off builtin functions.
14859 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14861 # How to pass a linker flag through the compiler.
14862 wl=$lt_lt_prog_compiler_wl
14864 # Additional compiler flags for building library objects.
14865 pic_flag=$lt_lt_prog_compiler_pic
14867 # Compiler flag to prevent dynamic linking.
14868 link_static_flag=$lt_lt_prog_compiler_static
14870 # Does compiler simultaneously support -c and -o options?
14871 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14873 # Whether or not to add -lc for building shared libraries.
14874 build_libtool_need_lc=$archive_cmds_need_lc
14876 # Whether or not to disallow shared libs when runtime libs are static.
14877 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14879 # Compiler flag to allow reflexive dlopens.
14880 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14882 # Compiler flag to generate shared objects directly from archives.
14883 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14885 # Whether the compiler copes with passing no objects directly.
14886 compiler_needs_object=$lt_compiler_needs_object
14888 # Create an old-style archive from a shared archive.
14889 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14891 # Create a temporary old-style archive to link instead of a shared archive.
14892 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14894 # Commands used to build a shared archive.
14895 archive_cmds=$lt_archive_cmds
14896 archive_expsym_cmds=$lt_archive_expsym_cmds
14898 # Commands used to build a loadable module if different from building
14899 # a shared archive.
14900 module_cmds=$lt_module_cmds
14901 module_expsym_cmds=$lt_module_expsym_cmds
14903 # Whether we are building with GNU ld or not.
14904 with_gnu_ld=$lt_with_gnu_ld
14906 # Flag that allows shared libraries with undefined symbols to be built.
14907 allow_undefined_flag=$lt_allow_undefined_flag
14909 # Flag that enforces no undefined symbols.
14910 no_undefined_flag=$lt_no_undefined_flag
14912 # Flag to hardcode \$libdir into a binary during linking.
14913 # This must work even if \$libdir does not exist
14914 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14916 # If ld is used when linking, flag to hardcode \$libdir into a binary
14917 # during linking. This must work even if \$libdir does not exist.
14918 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14920 # Whether we need a single "-rpath" flag with a separated argument.
14921 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14923 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14924 # DIR into the resulting binary.
14925 hardcode_direct=$hardcode_direct
14927 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14928 # DIR into the resulting binary and the resulting library dependency is
14929 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14930 # library is relocated.
14931 hardcode_direct_absolute=$hardcode_direct_absolute
14933 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14934 # into the resulting binary.
14935 hardcode_minus_L=$hardcode_minus_L
14937 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14938 # into the resulting binary.
14939 hardcode_shlibpath_var=$hardcode_shlibpath_var
14941 # Set to "yes" if building a shared library automatically hardcodes DIR
14942 # into the library and all subsequent libraries and executables linked
14944 hardcode_automatic=$hardcode_automatic
14946 # Set to yes if linker adds runtime paths of dependent libraries
14947 # to runtime path list.
14948 inherit_rpath=$inherit_rpath
14950 # Whether libtool must link a program against all its dependency libraries.
14951 link_all_deplibs=$link_all_deplibs
14953 # Fix the shell variable \$srcfile for the compiler.
14954 fix_srcfile_path=$lt_fix_srcfile_path
14956 # Set to "yes" if exported symbols are required.
14957 always_export_symbols=$always_export_symbols
14959 # The commands to list exported symbols.
14960 export_symbols_cmds=$lt_export_symbols_cmds
14962 # Symbols that should not be listed in the preloaded symbols.
14963 exclude_expsyms=$lt_exclude_expsyms
14965 # Symbols that must always be exported.
14966 include_expsyms=$lt_include_expsyms
14968 # Commands necessary for linking programs (against libraries) with templates.
14969 prelink_cmds=$lt_prelink_cmds
14971 # Specify filename containing input files.
14972 file_list_spec=$lt_file_list_spec
14974 # How to hardcode a shared library path into an executable.
14975 hardcode_action=$hardcode_action
14977 # ### END LIBTOOL CONFIG
14983 cat <<\_LT_EOF
>> "$cfgfile"
14984 # AIX sometimes has problems with the GCC collect2 program. For some
14985 # reason, if we set the COLLECT_NAMES environment variable, the problems
14986 # vanish in a puff of smoke.
14987 if test "X${COLLECT_NAMES+set}" != Xset
; then
14989 export COLLECT_NAMES
14996 ltmain
="$ac_aux_dir/ltmain.sh"
14999 # We use sed instead of cat because bash on DJGPP gets confused if
15000 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15001 # text mode, it properly converts lines to CR/LF. This bash problem
15002 # is reportedly fixed, but why not run on old versions too?
15003 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15004 ||
(rm -f "$cfgfile"; exit 1)
15008 cat << \_LT_EOF
>> "$cfgfile"
15009 # func_dirname file append nondir_replacement
15010 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15011 # otherwise set result to NONDIR_REPLACEMENT.
15015 */*) func_dirname_result
="${1%/*}${2}" ;;
15016 * ) func_dirname_result
="${3}" ;;
15020 # func_basename file
15023 func_basename_result
="${1##*/}"
15026 # func_stripname prefix suffix name
15027 # strip PREFIX and SUFFIX off of NAME.
15028 # PREFIX and SUFFIX must not contain globbing or regex special
15029 # characters, hashes, percent signs, but SUFFIX may contain a leading
15030 # dot (in which case that matches only a dot).
15033 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15034 # positional parameters, so assign one to ordinary parameter first.
15035 func_stripname_result
=${3}
15036 func_stripname_result
=${func_stripname_result#"${1}"}
15037 func_stripname_result
=${func_stripname_result%"${2}"}
15043 func_opt_split_opt
=${1%%=*}
15044 func_opt_split_arg
=${1#*=}
15051 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
15052 *) func_lo2o_result
=${1} ;;
15057 *) # Bourne compatible functions.
15058 cat << \_LT_EOF
>> "$cfgfile"
15059 # func_dirname file append nondir_replacement
15060 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15061 # otherwise set result to NONDIR_REPLACEMENT.
15064 # Extract subdirectory from the argument.
15065 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
15066 if test "X$func_dirname_result" = "X${1}"; then
15067 func_dirname_result
="${3}"
15069 func_dirname_result
="$func_dirname_result${2}"
15073 # func_basename file
15076 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
15079 # func_stripname prefix suffix name
15080 # strip PREFIX and SUFFIX off of NAME.
15081 # PREFIX and SUFFIX must not contain globbing or regex special
15082 # characters, hashes, percent signs, but SUFFIX may contain a leading
15083 # dot (in which case that matches only a dot).
15084 # func_strip_suffix prefix name
15088 .
*) func_stripname_result
=`$ECHO "X${3}" \
15089 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
15090 *) func_stripname_result
=`$ECHO "X${3}" \
15091 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
15096 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
15097 my_sed_long_arg
='1s/^-[^=]*=//'
15102 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
15103 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
15109 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
15114 case $lt_shell_append in
15116 cat << \_LT_EOF
>> "$cfgfile"
15118 # func_append var value
15119 # Append VALUE to the end of shell variable VAR.
15127 cat << \_LT_EOF
>> "$cfgfile"
15129 # func_append var value
15130 # Append VALUE to the end of shell variable VAR.
15140 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15141 ||
(rm -f "$cfgfile"; exit 1)
15143 mv -f "$cfgfile" "$ofile" ||
15144 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15149 for ac_file
in $CONFIG_FILES; do
15150 # Support "outfile[:infile[:infile...]]"
15152 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
15154 # PO directories have a Makefile.in generated from Makefile.in.in.
15155 case "$ac_file" in */Makefile.
in)
15156 # Adjust a relative srcdir.
15157 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15158 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
15159 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15160 # In autoconf-2.13 it is called $ac_given_srcdir.
15161 # In autoconf-2.50 it is called $srcdir.
15162 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
15163 case "$ac_given_srcdir" in
15164 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
15165 /*) top_srcdir
="$ac_given_srcdir" ;;
15166 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
15168 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15169 rm -f "$ac_dir/POTFILES"
15170 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
15171 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15172 POMAKEFILEDEPS
="POTFILES.in"
15173 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15174 # on $ac_dir but don't depend on user-specified configuration
15176 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15177 # The LINGUAS file contains the set of available languages.
15178 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15179 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
15181 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15182 # Hide the ALL_LINGUAS assigment from automake.
15183 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15184 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
15186 # The set of available languages was given in configure.in.
15187 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15189 case "$ac_given_srcdir" in
15191 *) srcdirpre
='$(srcdir)/' ;;
15197 for lang
in $ALL_LINGUAS; do
15198 POFILES
="$POFILES $srcdirpre$lang.po"
15199 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
15200 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
15201 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
15203 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15204 # environment variable.
15206 if test -n "$ALL_LINGUAS"; then
15207 for presentlang
in $ALL_LINGUAS; do
15209 if test "%UNSET%" != "$LINGUAS"; then
15210 desiredlanguages
="$LINGUAS"
15212 desiredlanguages
="$ALL_LINGUAS"
15214 for desiredlang
in $desiredlanguages; do
15215 # Use the presentlang catalog if desiredlang is
15216 # a. equal to presentlang, or
15217 # b. a variant of presentlang (because in this case,
15218 # presentlang can be used as a fallback for messages
15219 # which are not translated in the desiredlang catalog).
15220 case "$desiredlang" in
15221 "$presentlang"*) useit
=yes;;
15224 if test $useit = yes; then
15225 INST_LINGUAS
="$INST_LINGUAS $presentlang"
15230 if test -n "$INST_LINGUAS"; then
15231 for lang
in $INST_LINGUAS; do
15232 CATALOGS
="$CATALOGS $lang.gmo"
15235 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
15236 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"
15237 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
15238 if test -f "$f"; then
15240 *.orig |
*.bak |
*~
) ;;
15241 *) cat "$f" >> "$ac_dir/Makefile" ;;
15253 cat >>$CONFIG_STATUS <<\_ACEOF
15255 { (exit 0); exit 0; }
15257 chmod +x
$CONFIG_STATUS
15258 ac_clean_files
=$ac_clean_files_save
15261 # configure is writing to config.log, and then calls config.status.
15262 # config.status does its own redirection, appending to config.log.
15263 # Unfortunately, on DOS this fails, as config.log is still kept open
15264 # by configure, so config.status won't be able to write to it; its
15265 # output is simply discarded. So we exec the FD to /dev/null,
15266 # effectively closing config.log, so it can be properly (re)opened and
15267 # appended to by config.status. When coming back to configure, we
15268 # need to make the FD available again.
15269 if test "$no_create" != yes; then
15271 ac_config_status_args
=
15272 test "$silent" = yes &&
15273 ac_config_status_args
="$ac_config_status_args --quiet"
15275 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15277 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15278 # would make configure fail if this is the last instruction.
15279 $ac_cs_success ||
{ (exit 1); exit 1; }