2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x
; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var
in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\
${$as_var+set} = xset \
119 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
132 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x
; then
135 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required
="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev
/null
; then :
178 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
183 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
186 test -z "$as_dir" && as_dir
=.
190 for as_base
in sh bash ksh sh5
; do
191 # Try only shells that exist, to save several forks.
192 as_shell
=$as_dir/$as_base
193 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
195 CONFIG_SHELL
=$as_shell as_have_required
=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
204 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
206 CONFIG_SHELL
=$SHELL as_have_required
=yes
211 if test "x$CONFIG_SHELL" != x
; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
217 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x
$as_have_required = xno
; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x
${ZSH_VERSION+set} = xset
; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
238 SHELL
=${CONFIG_SHELL-/bin/sh}
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE
= GREP_OPTIONS
=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
249 # Portably unset VAR.
252 { eval $1=; unset $1;}
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276 # Create "$as_dir" as a directory, including parents if necessary.
281 -*) as_dir
=.
/$as_dir;;
283 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
287 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 as_dirs
="'$as_qdir' $as_dirs"
291 as_dir
=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314 test -d "$as_dir" && break
316 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
317 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
328 eval 'as_fn_append ()
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
352 as_val
=`expr "$@" || test $? -eq 1`
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
364 as_status
=$?
; test $as_status -eq 0 && as_status
=1
366 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit
$as_status
373 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
380 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
392 as_me
=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 # Avoid depending upon Character Ranges.
412 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits
='0123456789'
416 as_cr_alnum
=$as_cr_Letters$as_cr_digits
419 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
420 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 chmod +x
"$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
446 # Exit status is that of the last command.
450 ECHO_C
= ECHO_N
= ECHO_T
=
451 case `echo -n x` in #(((((
453 case `echo 'xy\c'` in
454 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
463 rm -f conf$$ conf$$.exe conf$$.
file
464 if test -d conf$$.dir
; then
465 rm -f conf$$.dir
/conf$$.
file
468 mkdir conf$$.dir
2>/dev
/null
470 if (echo >conf$$.
file) 2>/dev
/null
; then
471 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
479 elif ln conf$$.
file conf$$
2>/dev
/null
; then
487 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
488 rmdir conf$$.dir
2>/dev
/null
490 if mkdir
-p .
2>/dev
/null
; then
491 as_mkdir_p
='mkdir -p "$as_dir"'
493 test -d .
/-p && rmdir .
/-p
497 if test -x / >/dev
/null
2>&1; then
500 if ls -dL / >/dev
/null
2>&1; then
507 if test -d "$1"; then
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
518 as_executable_p
=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
528 # Check that we are running under the correct shell.
529 SHELL
=${CONFIG_SHELL-/bin/sh}
533 # Remove one level of quotation (which was required for Make).
534 ECHO
=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
539 if test "X$1" = X--no-reexec
; then
540 # Discard the --no-reexec flag, and continue.
542 elif test "X$1" = X--fallback-echo
; then
543 # Avoid inline document here, it may be left over
545 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
546 # Yippee, $ECHO works!
549 # Restart under the correct shell.
550 exec $SHELL "$0" --no-reexec ${1+"$@"}
553 if test "X$1" = X--fallback-echo
; then
554 # used as fallback echo
562 # The HP-UX ksh and POSIX shell print the target directory to stdout
564 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
566 if test -z "$lt_ECHO"; then
567 if test "X${echo_test_string+set}" != Xset
; then
568 # find a string as large as possible, as long as the shell can cope with it
569 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
570 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
571 if { echo_test_string
=`eval $cmd`; } 2>/dev
/null
&&
572 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev
/null
579 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
580 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
581 test "X$echo_testing_string" = "X$echo_test_string"; then
584 # The Solaris, AIX, and Digital Unix default echo programs unquote
585 # backslashes. This makes it impossible to quote backslashes using
586 # echo "$something" | sed 's/\\/\\\\/g'
588 # So, first we look for a working echo in the user's PATH.
590 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
591 for dir
in $PATH /usr
/ucb
; do
593 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
594 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
595 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
596 test "X$echo_testing_string" = "X$echo_test_string"; then
603 if test "X$ECHO" = Xecho
; then
604 # We didn't find a better echo, so look for alternatives.
605 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
606 echo_testing_string
=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
607 test "X$echo_testing_string" = "X$echo_test_string"; then
608 # This shell has a builtin print -r that does the trick.
610 elif { test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext; } &&
611 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
612 # If we have ksh, try running configure again with it.
613 ORIGINAL_CONFIG_SHELL
=${CONFIG_SHELL-/bin/sh}
614 export ORIGINAL_CONFIG_SHELL
615 CONFIG_SHELL
=/bin
/ksh
617 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
621 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
622 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
623 test "X$echo_testing_string" = "X$echo_test_string"; then
626 elif echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
627 test "X$echo_testing_string" = 'X\t' &&
628 echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
629 test "X$echo_testing_string" = "X$echo_test_string"; then
630 CONFIG_SHELL
=$ORIGINAL_CONFIG_SHELL
632 SHELL
="$CONFIG_SHELL"
634 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
635 elif echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
636 test "X$echo_testing_string" = 'X\t' &&
637 echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
638 test "X$echo_testing_string" = "X$echo_test_string"; then
639 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
641 # maybe with a smaller string...
644 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
645 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev
/null
652 if test "$prev" != 'sed 50q "$0"'; then
653 echo_test_string
=`eval $prev`
654 export echo_test_string
655 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
657 # Oops. We lost completely, so just stick with echo.
666 # Copy echo and quote the copy suitably for passing to libtool from
667 # the Makefile, instead of quoting the original, which is used later.
669 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
670 lt_ECHO
="$CONFIG_SHELL \\\$\$0 --fallback-echo"
676 exec 7<&0 </dev
/null
6>&1
679 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
680 # so uname gets run too.
681 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
686 ac_default_prefix
=/usr
/local
688 ac_config_libobj_dir
=.
695 # Identity of this package.
703 ac_unique_file
="gprof.c"
704 # Factoring default headers for most tests.
705 ac_includes_default
="\
707 #ifdef HAVE_SYS_TYPES_H
708 # include <sys/types.h>
710 #ifdef HAVE_SYS_STAT_H
711 # include <sys/stat.h>
717 # ifdef HAVE_STDLIB_H
722 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
727 #ifdef HAVE_STRINGS_H
728 # include <strings.h>
730 #ifdef HAVE_INTTYPES_H
731 # include <inttypes.h>
740 ac_subst_vars
='am__EXEEXT_FALSE
749 MAINTAINER_MODE_FALSE
803 INSTALL_STRIP_PROGRAM
864 program_transform_name
877 enable_option_checking
878 enable_dependency_tracking
888 enable_maintainer_mode
890 enable_build_warnings
892 ac_precious_vars
='build_alias
903 # Initialize some variables set by options.
905 ac_init_version
=false
906 ac_unrecognized_opts
=
908 # The variables have the same names as the options, with
909 # dashes changed to underlines.
917 program_transform_name
=s
,x
,x
,
925 # Installation directory options.
926 # These are left unexpanded so users can "make install exec_prefix=/foo"
927 # and all the variables that are supposed to be based on exec_prefix
928 # by default will actually change.
929 # Use braces instead of parens because sh, perl, etc. also accept them.
930 # (The list follows the same order as the GNU Coding Standards.)
931 bindir
='${exec_prefix}/bin'
932 sbindir
='${exec_prefix}/sbin'
933 libexecdir
='${exec_prefix}/libexec'
934 datarootdir
='${prefix}/share'
935 datadir
='${datarootdir}'
936 sysconfdir
='${prefix}/etc'
937 sharedstatedir
='${prefix}/com'
938 localstatedir
='${prefix}/var'
939 includedir
='${prefix}/include'
940 oldincludedir
='/usr/include'
941 docdir
='${datarootdir}/doc/${PACKAGE}'
942 infodir
='${datarootdir}/info'
947 libdir
='${exec_prefix}/lib'
948 localedir
='${datarootdir}/locale'
949 mandir
='${datarootdir}/man'
955 # If the previous option needs an argument, assign it.
956 if test -n "$ac_prev"; then
957 eval $ac_prev=\
$ac_option
963 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
967 # Accept the important Cygnus configure options, so we can diagnose typos.
969 case $ac_dashdash$ac_option in
973 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
975 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
978 -build |
--build |
--buil |
--bui |
--bu)
979 ac_prev
=build_alias
;;
980 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
981 build_alias
=$ac_optarg ;;
983 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
984 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
985 ac_prev
=cache_file
;;
986 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
987 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
988 cache_file
=$ac_optarg ;;
991 cache_file
=config.cache
;;
993 -datadir |
--datadir |
--datadi |
--datad)
995 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
996 datadir
=$ac_optarg ;;
998 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
999 |
--dataroo |
--dataro |
--datar)
1000 ac_prev
=datarootdir
;;
1001 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1002 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1003 datarootdir
=$ac_optarg ;;
1005 -disable-* |
--disable-*)
1006 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1007 # Reject names that are not valid shell variable names.
1008 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1009 as_fn_error
"invalid feature name: $ac_useropt"
1010 ac_useropt_orig
=$ac_useropt
1011 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1012 case $ac_user_opts in
1014 "enable_
$ac_useropt"
1016 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1017 ac_unrecognized_sep
=', ';;
1019 eval enable_
$ac_useropt=no
;;
1021 -docdir |
--docdir |
--docdi |
--doc |
--do)
1023 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1024 docdir
=$ac_optarg ;;
1026 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1028 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1029 dvidir
=$ac_optarg ;;
1031 -enable-* |
--enable-*)
1032 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1033 # Reject names that are not valid shell variable names.
1034 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1035 as_fn_error
"invalid feature name: $ac_useropt"
1036 ac_useropt_orig
=$ac_useropt
1037 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1038 case $ac_user_opts in
1040 "enable_
$ac_useropt"
1042 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1043 ac_unrecognized_sep
=', ';;
1045 eval enable_
$ac_useropt=\
$ac_optarg ;;
1047 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1048 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1049 |
--exec |
--exe |
--ex)
1050 ac_prev
=exec_prefix
;;
1051 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1052 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1053 |
--exec=* |
--exe=* |
--ex=*)
1054 exec_prefix
=$ac_optarg ;;
1056 -gas |
--gas |
--ga |
--g)
1057 # Obsolete; use --with-gas.
1060 -help |
--help |
--hel |
--he |
-h)
1061 ac_init_help
=long
;;
1062 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1063 ac_init_help
=recursive
;;
1064 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1065 ac_init_help
=short
;;
1067 -host |
--host |
--hos |
--ho)
1068 ac_prev
=host_alias
;;
1069 -host=* |
--host=* |
--hos=* |
--ho=*)
1070 host_alias
=$ac_optarg ;;
1072 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1074 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1076 htmldir
=$ac_optarg ;;
1078 -includedir |
--includedir |
--includedi |
--included |
--include \
1079 |
--includ |
--inclu |
--incl |
--inc)
1080 ac_prev
=includedir
;;
1081 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1082 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1083 includedir
=$ac_optarg ;;
1085 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1087 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1088 infodir
=$ac_optarg ;;
1090 -libdir |
--libdir |
--libdi |
--libd)
1092 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1093 libdir
=$ac_optarg ;;
1095 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1096 |
--libexe |
--libex |
--libe)
1097 ac_prev
=libexecdir
;;
1098 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1099 |
--libexe=* |
--libex=* |
--libe=*)
1100 libexecdir
=$ac_optarg ;;
1102 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1103 ac_prev
=localedir
;;
1104 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1105 localedir
=$ac_optarg ;;
1107 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1108 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1109 ac_prev
=localstatedir
;;
1110 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1111 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1112 localstatedir
=$ac_optarg ;;
1114 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1116 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1117 mandir
=$ac_optarg ;;
1119 -nfp |
--nfp |
--nf)
1120 # Obsolete; use --without-fp.
1123 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1124 |
--no-cr |
--no-c |
-n)
1127 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1128 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1131 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1132 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1133 |
--oldin |
--oldi |
--old |
--ol |
--o)
1134 ac_prev
=oldincludedir
;;
1135 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1136 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1137 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1138 oldincludedir
=$ac_optarg ;;
1140 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1142 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1143 prefix
=$ac_optarg ;;
1145 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1146 |
--program-pre |
--program-pr |
--program-p)
1147 ac_prev
=program_prefix
;;
1148 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1149 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1150 program_prefix
=$ac_optarg ;;
1152 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1153 |
--program-suf |
--program-su |
--program-s)
1154 ac_prev
=program_suffix
;;
1155 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1156 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1157 program_suffix
=$ac_optarg ;;
1159 -program-transform-name |
--program-transform-name \
1160 |
--program-transform-nam |
--program-transform-na \
1161 |
--program-transform-n |
--program-transform- \
1162 |
--program-transform |
--program-transfor \
1163 |
--program-transfo |
--program-transf \
1164 |
--program-trans |
--program-tran \
1165 |
--progr-tra |
--program-tr |
--program-t)
1166 ac_prev
=program_transform_name
;;
1167 -program-transform-name=* |
--program-transform-name=* \
1168 |
--program-transform-nam=* |
--program-transform-na=* \
1169 |
--program-transform-n=* |
--program-transform-=* \
1170 |
--program-transform=* |
--program-transfor=* \
1171 |
--program-transfo=* |
--program-transf=* \
1172 |
--program-trans=* |
--program-tran=* \
1173 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1174 program_transform_name
=$ac_optarg ;;
1176 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1178 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1179 pdfdir
=$ac_optarg ;;
1181 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1183 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1186 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1187 |
-silent |
--silent |
--silen |
--sile |
--sil)
1190 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1192 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1194 sbindir
=$ac_optarg ;;
1196 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1197 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1198 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1200 ac_prev
=sharedstatedir
;;
1201 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1202 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1203 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1205 sharedstatedir
=$ac_optarg ;;
1207 -site |
--site |
--sit)
1209 -site=* |
--site=* |
--sit=*)
1212 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1214 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1215 srcdir
=$ac_optarg ;;
1217 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1218 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1219 ac_prev
=sysconfdir
;;
1220 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1221 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1222 sysconfdir
=$ac_optarg ;;
1224 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1225 ac_prev
=target_alias
;;
1226 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1227 target_alias
=$ac_optarg ;;
1229 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1232 -version |
--version |
--versio |
--versi |
--vers |
-V)
1233 ac_init_version
=: ;;
1236 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1237 # Reject names that are not valid shell variable names.
1238 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1239 as_fn_error
"invalid package name: $ac_useropt"
1240 ac_useropt_orig
=$ac_useropt
1241 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1242 case $ac_user_opts in
1246 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1247 ac_unrecognized_sep
=', ';;
1249 eval with_
$ac_useropt=\
$ac_optarg ;;
1251 -without-* |
--without-*)
1252 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1253 # Reject names that are not valid shell variable names.
1254 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1255 as_fn_error
"invalid package name: $ac_useropt"
1256 ac_useropt_orig
=$ac_useropt
1257 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1258 case $ac_user_opts in
1262 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1263 ac_unrecognized_sep
=', ';;
1265 eval with_
$ac_useropt=no
;;
1268 # Obsolete; use --with-x.
1271 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1272 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1273 ac_prev
=x_includes
;;
1274 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1275 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1276 x_includes
=$ac_optarg ;;
1278 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1279 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1280 ac_prev
=x_libraries
;;
1281 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1282 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1283 x_libraries
=$ac_optarg ;;
1285 -*) as_fn_error
"unrecognized option: \`$ac_option'
1286 Try \`$0 --help' for more information."
1290 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1291 # Reject names that are not valid shell variable names.
1292 case $ac_envvar in #(
1293 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1294 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1296 eval $ac_envvar=\
$ac_optarg
1297 export $ac_envvar ;;
1300 # FIXME: should be removed in autoconf 3.0.
1301 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1302 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1303 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1304 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1310 if test -n "$ac_prev"; then
1311 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1312 as_fn_error
"missing argument to $ac_option"
1315 if test -n "$ac_unrecognized_opts"; then
1316 case $enable_option_checking in
1318 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1319 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1323 # Check all directory arguments for consistency.
1324 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1325 datadir sysconfdir sharedstatedir localstatedir includedir \
1326 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1327 libdir localedir mandir
1329 eval ac_val
=\$
$ac_var
1330 # Remove trailing slashes.
1333 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1334 eval $ac_var=\
$ac_val;;
1336 # Be sure to have absolute directory names.
1338 [\\/$
]* | ?
:[\\/]* ) continue;;
1339 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1341 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1344 # There might be people who depend on the old broken behavior: `$host'
1345 # used to hold the argument of --host etc.
1346 # FIXME: To remove some day.
1349 target
=$target_alias
1351 # FIXME: To remove some day.
1352 if test "x$host_alias" != x
; then
1353 if test "x$build_alias" = x
; then
1354 cross_compiling
=maybe
1355 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1356 If a cross compiler is detected then cross compile mode will be used." >&2
1357 elif test "x$build_alias" != "x$host_alias"; then
1363 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1365 test "$silent" = yes && exec 6>/dev
/null
1368 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1369 ac_ls_di
=`ls -di .` &&
1370 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1371 as_fn_error
"working directory cannot be determined"
1372 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1373 as_fn_error
"pwd does not report name of working directory"
1376 # Find the source files, if location was not specified.
1377 if test -z "$srcdir"; then
1378 ac_srcdir_defaulted
=yes
1379 # Try the directory containing this script, then the parent directory.
1380 ac_confdir
=`$as_dirname -- "$as_myself" ||
1381 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1382 X"$as_myself" : 'X\(//\)[^/]' \| \
1383 X"$as_myself" : 'X\(//\)$' \| \
1384 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1385 $as_echo X"$as_myself" |
1386 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1404 if test ! -r "$srcdir/$ac_unique_file"; then
1408 ac_srcdir_defaulted
=no
1410 if test ! -r "$srcdir/$ac_unique_file"; then
1411 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1412 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1414 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1416 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1418 # When building in place, set srcdir=.
1419 if test "$ac_abs_confdir" = "$ac_pwd"; then
1422 # Remove unnecessary trailing slashes from srcdir.
1423 # Double slashes in file names in object file debugging info
1424 # mess up M-x gdb in Emacs.
1426 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1428 for ac_var
in $ac_precious_vars; do
1429 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1430 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1431 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1432 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1436 # Report the --help message.
1438 if test "$ac_init_help" = "long"; then
1439 # Omit some internal or obsolete options to make the list less imposing.
1440 # This message is too long to be a string in the A/UX 3.1 sh.
1442 \`configure' configures this package to adapt to many kinds of systems.
1444 Usage: $0 [OPTION]... [VAR=VALUE]...
1446 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1447 VAR=VALUE. See below for descriptions of some of the useful variables.
1449 Defaults for the options are specified in brackets.
1452 -h, --help display this help and exit
1453 --help=short display options specific to this package
1454 --help=recursive display the short help of all the included packages
1455 -V, --version display version information and exit
1456 -q, --quiet, --silent do not print \`checking...' messages
1457 --cache-file=FILE cache test results in FILE [disabled]
1458 -C, --config-cache alias for \`--cache-file=config.cache'
1459 -n, --no-create do not create output files
1460 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1462 Installation directories:
1463 --prefix=PREFIX install architecture-independent files in PREFIX
1464 [$ac_default_prefix]
1465 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1468 By default, \`make install' will install all the files in
1469 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1470 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1471 for instance \`--prefix=\$HOME'.
1473 For better control, use the options below.
1475 Fine tuning of the installation directories:
1476 --bindir=DIR user executables [EPREFIX/bin]
1477 --sbindir=DIR system admin executables [EPREFIX/sbin]
1478 --libexecdir=DIR program executables [EPREFIX/libexec]
1479 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1480 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1481 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1482 --libdir=DIR object code libraries [EPREFIX/lib]
1483 --includedir=DIR C header files [PREFIX/include]
1484 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1485 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1486 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1487 --infodir=DIR info documentation [DATAROOTDIR/info]
1488 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1489 --mandir=DIR man documentation [DATAROOTDIR/man]
1490 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1491 --htmldir=DIR html documentation [DOCDIR]
1492 --dvidir=DIR dvi documentation [DOCDIR]
1493 --pdfdir=DIR pdf documentation [DOCDIR]
1494 --psdir=DIR ps documentation [DOCDIR]
1500 --program-prefix=PREFIX prepend PREFIX to installed program names
1501 --program-suffix=SUFFIX append SUFFIX to installed program names
1502 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1505 --build=BUILD configure
for building on BUILD
[guessed
]
1506 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1507 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1511 if test -n "$ac_init_help"; then
1516 --disable-option-checking ignore unrecognized
--enable/--with options
1517 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1518 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1519 --disable-dependency-tracking speeds up one-time build
1520 --enable-dependency-tracking do not reject slow dependency extractors
1521 --enable-plugins Enable support
for plugins
(defaults no
)
1522 --disable-largefile omit support
for large files
1523 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1524 --enable-static[=PKGS
] build static libraries
[default
=yes]
1525 --enable-fast-install[=PKGS
]
1526 optimize
for fast installation
[default
=yes]
1527 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1528 --disable-nls do not use Native Language Support
1529 --enable-maintainer-mode enable make rules and dependencies not useful
1530 (and sometimes confusing
) to the casual installer
1531 --enable-werror treat compile warnings as errors
1532 --enable-build-warnings enable build-time compiler warnings
1535 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1536 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1537 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1539 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1541 Some influential environment variables
:
1542 CC C compiler
command
1543 CFLAGS C compiler flags
1544 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1545 nonstandard directory
<lib dir
>
1546 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1547 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1548 you have headers
in a nonstandard directory
<include dir
>
1551 Use these variables to override the choices made by
`configure' or to help
1552 it to find libraries and programs with nonstandard names/locations.
1554 Report bugs to the package provider.
1559 if test "$ac_init_help" = "recursive"; then
1560 # If there are subdirs, report their specific --help.
1561 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1562 test -d "$ac_dir" ||
1563 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1568 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1570 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1571 # A ".." for each directory in $ac_dir_suffix.
1572 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1573 case $ac_top_builddir_sub in
1574 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1575 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1578 ac_abs_top_builddir=$ac_pwd
1579 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1580 # for backward compatibility:
1581 ac_top_builddir=$ac_top_build_prefix
1584 .) # We are building in place.
1586 ac_top_srcdir=$ac_top_builddir_sub
1587 ac_abs_top_srcdir=$ac_pwd ;;
1588 [\\/]* | ?:[\\/]* ) # Absolute name.
1589 ac_srcdir=$srcdir$ac_dir_suffix;
1590 ac_top_srcdir=$srcdir
1591 ac_abs_top_srcdir=$srcdir ;;
1593 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1594 ac_top_srcdir=$ac_top_build_prefix$srcdir
1595 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1597 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1599 cd "$ac_dir" || { ac_status=$?; continue; }
1600 # Check for guested configure.
1601 if test -f "$ac_srcdir/configure.gnu"; then
1603 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1604 elif test -f "$ac_srcdir/configure"; then
1606 $SHELL "$ac_srcdir/configure" --help=recursive
1608 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1610 cd "$ac_pwd" || { ac_status=$?; break; }
1614 test -n "$ac_init_help" && exit $ac_status
1615 if $ac_init_version; then
1618 generated by GNU Autoconf 2.64
1620 Copyright (C) 2009 Free Software Foundation, Inc.
1621 This configure script is free software; the Free Software Foundation
1622 gives unlimited permission to copy, distribute and modify it.
1627 ## ------------------------ ##
1628 ## Autoconf initialization. ##
1629 ## ------------------------ ##
1631 # ac_fn_c_try_compile LINENO
1632 # --------------------------
1633 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_c_try_compile ()
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext
1638 if { { ac_try="$ac_compile"
1640 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1641 *) ac_try_echo
=$ac_try;;
1643 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_compile") 2>conftest.err
1647 if test -s conftest.err
; then
1648 grep -v '^ *+' conftest.err
>conftest.er1
1649 cat conftest.er1
>&5
1650 mv -f conftest.er1 conftest.err
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_c_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest.
$ac_objext; then :
1659 $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.
$ac_ext >&5
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1667 } # ac_fn_c_try_compile
1669 # ac_fn_c_try_link LINENO
1670 # -----------------------
1671 # Try to link conftest.$ac_ext, and return whether this succeeded.
1674 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1675 rm -f conftest.
$ac_objext conftest
$ac_exeext
1676 if { { ac_try
="$ac_link"
1678 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1679 *) ac_try_echo=$ac_try;;
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_link") 2>conftest.err
1685 if test -s conftest.err; then
1686 grep -v '^ *+' conftest.err >conftest.er1
1687 cat conftest.er1 >&5
1688 mv -f conftest.er1 conftest.err
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && {
1692 test -z "$ac_c_werror_flag" ||
1693 test ! -s conftest.err
1694 } && test -s conftest$ac_exeext && {
1695 test "$cross_compiling" = yes ||
1696 $as_test_x conftest$ac_exeext
1700 $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1705 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1706 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1707 # interfere with the next link command; also delete a directory that is
1708 # left behind by Apple's compiler. We do this before executing the actions.
1709 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713 } # ac_fn_c_try_link
1715 # ac_fn_c_try_cpp LINENO
1716 # ----------------------
1717 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 if { { ac_try="$ac_cpp conftest.$ac_ext"
1723 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1724 *) ac_try_echo
=$ac_try;;
1726 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727 $as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1730 if test -s conftest.err
; then
1731 grep -v '^ *+' conftest.err
>conftest.er1
1732 cat conftest.er1
>&5
1733 mv -f conftest.er1 conftest.err
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } >/dev
/null
&& {
1737 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1738 test ! -s conftest.err
1742 $as_echo "$as_me: failed program was:" >&5
1743 sed 's/^/| /' conftest.
$ac_ext >&5
1747 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1752 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1753 # -------------------------------------------------------
1754 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1755 # the include files in INCLUDES and setting the cache variable VAR
1757 ac_fn_c_check_header_mongrel
()
1759 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1760 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; }
1763 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764 $as_echo_n "(cached) " >&6
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768 $as_echo "$ac_res" >&6; }
1770 # Is the header compilable?
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1772 $as_echo_n "checking $2 usability... " >&6; }
1773 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1774 /* end confdefs.h. */
1778 if ac_fn_c_try_compile
"$LINENO"; then :
1779 ac_header_compiler
=yes
1781 ac_header_compiler
=no
1783 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1785 $as_echo "$ac_header_compiler" >&6; }
1787 # Is the header present?
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1789 $as_echo_n "checking $2 presence... " >&6; }
1790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1791 /* end confdefs.h. */
1794 if ac_fn_c_try_cpp
"$LINENO"; then :
1795 ac_header_preproc
=yes
1797 ac_header_preproc
=no
1799 rm -f conftest.err conftest.
$ac_ext
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1801 $as_echo "$ac_header_preproc" >&6; }
1803 # So? What about this header?
1804 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1807 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1809 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1813 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1815 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1817 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1819 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1821 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1825 $as_echo_n "checking for $2... " >&6; }
1826 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1827 $as_echo_n "(cached) " >&6
1829 eval "$3=\$ac_header_compiler"
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1833 $as_echo "$ac_res" >&6; }
1835 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1837 } # ac_fn_c_check_header_mongrel
1839 # ac_fn_c_try_run LINENO
1840 # ----------------------
1841 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1842 # that executables *can* be run.
1845 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1846 if { { ac_try
="$ac_link"
1848 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1849 *) ac_try_echo=$ac_try;;
1851 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1852 $as_echo "$ac_try_echo"; } >&5
1853 (eval "$ac_link") 2>&5
1855 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1856 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1857 { { case "(($ac_try" in
1858 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1859 *) ac_try_echo
=$ac_try;;
1861 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862 $as_echo "$ac_try_echo"; } >&5
1863 (eval "$ac_try") 2>&5
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; }; }; then :
1869 $as_echo "$as_me: program exited with status $ac_status" >&5
1870 $as_echo "$as_me: failed program was:" >&5
1871 sed 's/^/| /' conftest.
$ac_ext >&5
1873 ac_retval
=$ac_status
1875 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1876 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1881 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1882 # -------------------------------------------------------
1883 # Tests whether HEADER exists and can be compiled using the include files in
1884 # INCLUDES, setting the cache variable VAR accordingly.
1885 ac_fn_c_check_header_compile
()
1887 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1889 $as_echo_n "checking for $2... " >&6; }
1890 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1891 $as_echo_n "(cached) " >&6
1893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1894 /* end confdefs.h. */
1898 if ac_fn_c_try_compile
"$LINENO"; then :
1903 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907 $as_echo "$ac_res" >&6; }
1908 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1910 } # ac_fn_c_check_header_compile
1912 # ac_fn_c_check_func LINENO FUNC VAR
1913 # ----------------------------------
1914 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1915 ac_fn_c_check_func
()
1917 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1919 $as_echo_n "checking for $2... " >&6; }
1920 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1921 $as_echo_n "(cached) " >&6
1923 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1924 /* end confdefs.h. */
1925 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1926 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1927 #define $2 innocuous_$2
1929 /* System header to define __stub macros and hopefully few prototypes,
1930 which can conflict with char $2 (); below.
1931 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1932 <limits.h> exists even on freestanding compilers. */
1935 # include <limits.h>
1937 # include <assert.h>
1942 /* Override any GCC internal prototype to avoid an error.
1943 Use char because int might match the return type of a GCC
1944 builtin and then its argument prototype would still apply. */
1949 /* The GNU C library defines this for functions which it implements
1950 to always fail with ENOSYS. Some functions are actually named
1951 something starting with __ and the normal name is an alias. */
1952 #if defined __stub_$2 || defined __stub___$2
1964 if ac_fn_c_try_link
"$LINENO"; then :
1969 rm -f core conftest.err conftest.
$ac_objext \
1970 conftest
$ac_exeext conftest.
$ac_ext
1973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1974 $as_echo "$ac_res" >&6; }
1975 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1977 } # ac_fn_c_check_func
1978 cat >config.log
<<_ACEOF
1979 This file contains any messages produced by compilers while
1980 running configure, to aid debugging if configure makes a mistake.
1982 It was created by $as_me, which was
1983 generated by GNU Autoconf 2.64. Invocation command line was
1995 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1996 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1997 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1998 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1999 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2001 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2002 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2004 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2005 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2006 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2007 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2008 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2009 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2010 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2018 test -z "$as_dir" && as_dir
=.
2019 $as_echo "PATH: $as_dir"
2035 # Keep a trace of the command line.
2036 # Strip out --no-create and --no-recursion so they do not pile up.
2037 # Strip out --silent because we don't want to record it for future runs.
2038 # Also quote any args containing shell meta-characters.
2039 # Make two passes to allow for proper duplicate-argument suppression.
2043 ac_must_keep_next
=false
2049 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2050 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2051 |
-silent |
--silent |
--silen |
--sile |
--sil)
2054 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2057 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2059 as_fn_append ac_configure_args1
" '$ac_arg'"
2060 if test $ac_must_keep_next = true
; then
2061 ac_must_keep_next
=false
# Got value, back to normal.
2064 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2065 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2066 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2067 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2068 case "$ac_configure_args0 " in
2069 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2072 -* ) ac_must_keep_next
=true
;;
2075 as_fn_append ac_configure_args
" '$ac_arg'"
2080 { ac_configure_args0
=; unset ac_configure_args0
;}
2081 { ac_configure_args1
=; unset ac_configure_args1
;}
2083 # When interrupted or exit'd, cleanup temporary files, and complete
2084 # config.log. We remove comments because anyway the quotes in there
2085 # would cause problems or look ugly.
2086 # WARNING: Use '\'' to represent an apostrophe within the trap.
2087 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2088 trap 'exit_status=$?
2089 # Save into config.log some information that might help in debugging.
2094 ## ---------------- ##
2095 ## Cache variables. ##
2096 ## ---------------- ##
2099 # The following way of writing the cache mishandles newlines in values,
2101 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2102 eval ac_val=\$$ac_var
2106 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2107 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2110 _ | IFS | as_nl) ;; #(
2111 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2112 *) { eval $ac_var=; unset $ac_var;} ;;
2117 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2118 *${as_nl}ac_space=\ *)
2120 "s/'\''/'\''\\\\'\'''\''/g;
2121 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2124 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2132 ## ----------------- ##
2133 ## Output variables. ##
2134 ## ----------------- ##
2137 for ac_var in $ac_subst_vars
2139 eval ac_val=\$$ac_var
2141 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2143 $as_echo "$ac_var='\''$ac_val'\''"
2147 if test -n "$ac_subst_files"; then
2149 ## ------------------- ##
2150 ## File substitutions. ##
2151 ## ------------------- ##
2154 for ac_var
in $ac_subst_files
2156 eval ac_val
=\$
$ac_var
2158 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2160 $as_echo "$ac_var='\''$ac_val'\''"
2165 if test -s confdefs.h; then
2175 test "$ac_signal" != 0 &&
2176 $as_echo "$as_me: caught signal $ac_signal"
2177 $as_echo "$as_me: exit $exit_status"
2179 rm -f core *.core core.conftest.* &&
2180 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2183 for ac_signal
in 1 2 13 15; do
2184 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2188 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2189 rm -f -r conftest
* confdefs.h
2191 $as_echo "/* confdefs.h */" > confdefs.h
2193 # Predefined preprocessor variables.
2195 cat >>confdefs.h
<<_ACEOF
2196 #define PACKAGE_NAME "$PACKAGE_NAME"
2199 cat >>confdefs.h
<<_ACEOF
2200 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2203 cat >>confdefs.h
<<_ACEOF
2204 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2207 cat >>confdefs.h
<<_ACEOF
2208 #define PACKAGE_STRING "$PACKAGE_STRING"
2211 cat >>confdefs.h
<<_ACEOF
2212 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2215 cat >>confdefs.h
<<_ACEOF
2216 #define PACKAGE_URL "$PACKAGE_URL"
2220 # Let the site file select an alternate cache file if it wants to.
2221 # Prefer an explicitly selected file to automatically selected ones.
2224 if test -n "$CONFIG_SITE"; then
2225 ac_site_file1
=$CONFIG_SITE
2226 elif test "x$prefix" != xNONE
; then
2227 ac_site_file1
=$prefix/share
/config.site
2228 ac_site_file2
=$prefix/etc
/config.site
2230 ac_site_file1
=$ac_default_prefix/share
/config.site
2231 ac_site_file2
=$ac_default_prefix/etc
/config.site
2233 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2235 test "x$ac_site_file" = xNONE
&& continue
2236 if test -r "$ac_site_file"; then
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2238 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2239 sed 's/^/| /' "$ac_site_file" >&5
2244 if test -r "$cache_file"; then
2245 # Some versions of bash will fail to source /dev/null (special
2246 # files actually), so we avoid doing that.
2247 if test -f "$cache_file"; then
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2249 $as_echo "$as_me: loading cache $cache_file" >&6;}
2251 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2252 *) .
"./$cache_file";;
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2257 $as_echo "$as_me: creating cache $cache_file" >&6;}
2261 # Check that the precious variables saved in the cache have kept the same
2263 ac_cache_corrupted
=false
2264 for ac_var
in $ac_precious_vars; do
2265 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2266 eval ac_new_set
=\
$ac_env_${ac_var}_set
2267 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2268 eval ac_new_val
=\
$ac_env_${ac_var}_value
2269 case $ac_old_set,$ac_new_set in
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2272 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2273 ac_cache_corrupted
=: ;;
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2276 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2277 ac_cache_corrupted
=: ;;
2280 if test "x$ac_old_val" != "x$ac_new_val"; then
2281 # differences in whitespace do not lead to failure.
2282 ac_old_val_w
=`echo x $ac_old_val`
2283 ac_new_val_w
=`echo x $ac_new_val`
2284 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2286 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2287 ac_cache_corrupted
=:
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2290 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2291 eval $ac_var=\
$ac_old_val
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2294 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2296 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2299 # Pass precious variables to config.status.
2300 if test "$ac_new_set" = set; then
2302 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2303 *) ac_arg
=$ac_var=$ac_new_val ;;
2305 case " $ac_configure_args " in
2306 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2307 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2311 if $ac_cache_corrupted; then
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2313 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2315 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2316 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2318 ## -------------------- ##
2319 ## Main body of script. ##
2320 ## -------------------- ##
2323 ac_cpp
='$CPP $CPPFLAGS'
2324 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2325 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2326 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2335 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2336 for ac_t
in install-sh
install.sh shtool
; do
2337 if test -f "$ac_dir/$ac_t"; then
2339 ac_install_sh
="$ac_aux_dir/$ac_t -c"
2344 if test -z "$ac_aux_dir"; then
2345 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2348 # These three variables are undocumented and unsupported,
2349 # and are intended to be withdrawn in a future Autoconf release.
2350 # They can cause serious problems if a builder's source tree is in a directory
2351 # whose full name contains unusual characters.
2352 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2353 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2354 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2357 # Make sure we can run config.sub.
2358 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2359 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2362 $as_echo_n "checking build system type... " >&6; }
2363 if test "${ac_cv_build+set}" = set; then :
2364 $as_echo_n "(cached) " >&6
2366 ac_build_alias
=$build_alias
2367 test "x$ac_build_alias" = x
&&
2368 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2369 test "x$ac_build_alias" = x
&&
2370 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
2371 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2372 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2376 $as_echo "$ac_cv_build" >&6; }
2377 case $ac_cv_build in
2379 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
2382 ac_save_IFS
=$IFS; IFS
='-'
2388 # Remember, the first character of IFS is used to create $*,
2389 # except with old shells:
2392 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2396 $as_echo_n "checking host system type... " >&6; }
2397 if test "${ac_cv_host+set}" = set; then :
2398 $as_echo_n "(cached) " >&6
2400 if test "x$host_alias" = x
; then
2401 ac_cv_host
=$ac_cv_build
2403 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2404 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2409 $as_echo "$ac_cv_host" >&6; }
2412 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
2415 ac_save_IFS
=$IFS; IFS
='-'
2421 # Remember, the first character of IFS is used to create $*,
2422 # except with old shells:
2425 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2429 $as_echo_n "checking target system type... " >&6; }
2430 if test "${ac_cv_target+set}" = set; then :
2431 $as_echo_n "(cached) " >&6
2433 if test "x$target_alias" = x
; then
2434 ac_cv_target
=$ac_cv_host
2436 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2437 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2442 $as_echo "$ac_cv_target" >&6; }
2443 case $ac_cv_target in
2445 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
2447 target
=$ac_cv_target
2448 ac_save_IFS
=$IFS; IFS
='-'
2454 # Remember, the first character of IFS is used to create $*,
2455 # except with old shells:
2458 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2461 # The aliases save the names the user supplied, while $host etc.
2462 # will get canonicalized.
2463 test -n "$target_alias" &&
2464 test "$program_prefix$program_suffix$program_transform_name" = \
2466 program_prefix
=${target_alias}-
2468 ac_cpp
='$CPP $CPPFLAGS'
2469 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2470 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2471 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2472 if test -n "$ac_tool_prefix"; then
2473 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2474 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2476 $as_echo_n "checking for $ac_word... " >&6; }
2477 if test "${ac_cv_prog_CC+set}" = set; then :
2478 $as_echo_n "(cached) " >&6
2480 if test -n "$CC"; then
2481 ac_cv_prog_CC
="$CC" # Let the user override the test.
2483 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2487 test -z "$as_dir" && as_dir
=.
2488 for ac_exec_ext
in '' $ac_executable_extensions; do
2489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2490 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2501 if test -n "$CC"; then
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2503 $as_echo "$CC" >&6; }
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2506 $as_echo "no" >&6; }
2511 if test -z "$ac_cv_prog_CC"; then
2513 # Extract the first word of "gcc", so it can be a program name with args.
2514 set dummy gcc
; ac_word
=$2
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2516 $as_echo_n "checking for $ac_word... " >&6; }
2517 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2518 $as_echo_n "(cached) " >&6
2520 if test -n "$ac_ct_CC"; then
2521 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2523 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2527 test -z "$as_dir" && as_dir
=.
2528 for ac_exec_ext
in '' $ac_executable_extensions; do
2529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2530 ac_cv_prog_ac_ct_CC
="gcc"
2531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2540 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2541 if test -n "$ac_ct_CC"; then
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2543 $as_echo "$ac_ct_CC" >&6; }
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2546 $as_echo "no" >&6; }
2549 if test "x$ac_ct_CC" = x
; then
2552 case $cross_compiling:$ac_tool_warned in
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2556 ac_tool_warned
=yes ;;
2564 if test -z "$CC"; then
2565 if test -n "$ac_tool_prefix"; then
2566 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2567 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2569 $as_echo_n "checking for $ac_word... " >&6; }
2570 if test "${ac_cv_prog_CC+set}" = set; then :
2571 $as_echo_n "(cached) " >&6
2573 if test -n "$CC"; then
2574 ac_cv_prog_CC
="$CC" # Let the user override the test.
2576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2580 test -z "$as_dir" && as_dir
=.
2581 for ac_exec_ext
in '' $ac_executable_extensions; do
2582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2583 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2594 if test -n "$CC"; then
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2599 $as_echo "no" >&6; }
2605 if test -z "$CC"; then
2606 # Extract the first word of "cc", so it can be a program name with args.
2607 set dummy cc
; ac_word
=$2
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2609 $as_echo_n "checking for $ac_word... " >&6; }
2610 if test "${ac_cv_prog_CC+set}" = set; then :
2611 $as_echo_n "(cached) " >&6
2613 if test -n "$CC"; then
2614 ac_cv_prog_CC
="$CC" # Let the user override the test.
2617 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2621 test -z "$as_dir" && as_dir
=.
2622 for ac_exec_ext
in '' $ac_executable_extensions; do
2623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2624 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2625 ac_prog_rejected
=yes
2629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2636 if test $ac_prog_rejected = yes; then
2637 # We found a bogon in the path, so make sure we never use it.
2638 set dummy
$ac_cv_prog_CC
2640 if test $# != 0; then
2641 # We chose a different compiler from the bogus one.
2642 # However, it has the same basename, so the bogon will be chosen
2643 # first if we set CC to just the basename; use the full file name.
2645 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2651 if test -n "$CC"; then
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2653 $as_echo "$CC" >&6; }
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2656 $as_echo "no" >&6; }
2661 if test -z "$CC"; then
2662 if test -n "$ac_tool_prefix"; then
2663 for ac_prog
in cl.exe
2665 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2666 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2668 $as_echo_n "checking for $ac_word... " >&6; }
2669 if test "${ac_cv_prog_CC+set}" = set; then :
2670 $as_echo_n "(cached) " >&6
2672 if test -n "$CC"; then
2673 ac_cv_prog_CC
="$CC" # Let the user override the test.
2675 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2679 test -z "$as_dir" && as_dir
=.
2680 for ac_exec_ext
in '' $ac_executable_extensions; do
2681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2682 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2693 if test -n "$CC"; then
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2695 $as_echo "$CC" >&6; }
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2698 $as_echo "no" >&6; }
2702 test -n "$CC" && break
2705 if test -z "$CC"; then
2707 for ac_prog
in cl.exe
2709 # Extract the first word of "$ac_prog", so it can be a program name with args.
2710 set dummy
$ac_prog; ac_word
=$2
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2712 $as_echo_n "checking for $ac_word... " >&6; }
2713 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2714 $as_echo_n "(cached) " >&6
2716 if test -n "$ac_ct_CC"; then
2717 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2719 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2723 test -z "$as_dir" && as_dir
=.
2724 for ac_exec_ext
in '' $ac_executable_extensions; do
2725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2726 ac_cv_prog_ac_ct_CC
="$ac_prog"
2727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2736 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2737 if test -n "$ac_ct_CC"; then
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2739 $as_echo "$ac_ct_CC" >&6; }
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2742 $as_echo "no" >&6; }
2746 test -n "$ac_ct_CC" && break
2749 if test "x$ac_ct_CC" = x
; then
2752 case $cross_compiling:$ac_tool_warned in
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2756 ac_tool_warned
=yes ;;
2765 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2766 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2767 as_fn_error
"no acceptable C compiler found in \$PATH
2768 See \`config.log' for more details." "$LINENO" 5; }
2770 # Provide some information about the compiler.
2771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2774 for ac_option
in --version -v -V -qversion; do
2775 { { ac_try
="$ac_compiler $ac_option >&5"
2777 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2778 *) ac_try_echo=$ac_try;;
2780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2781 $as_echo "$ac_try_echo"; } >&5
2782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2784 if test -s conftest.err; then
2786 ... rest of stderr output deleted ...
2787 10q' conftest.err >conftest.er1
2788 cat conftest.er1 >&5
2789 rm -f conftest.er1 conftest.err
2791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2792 test $ac_status = 0; }
2795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2796 /* end confdefs.h. */
2806 ac_clean_files_save=$ac_clean_files
2807 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2808 # Try to create an executable without -o first, disregard a.out.
2809 # It will help us diagnose broken compilers, and finding out an intuition
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2812 $as_echo_n "checking for C compiler default output file name... " >&6; }
2813 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2815 # The possible output files:
2816 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2819 for ac_file in $ac_files
2822 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2823 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2828 if { { ac_try="$ac_link_default"
2830 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2831 *) ac_try_echo
=$ac_try;;
2833 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2834 $as_echo "$ac_try_echo"; } >&5
2835 (eval "$ac_link_default") 2>&5
2837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2838 test $ac_status = 0; }; then :
2839 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2840 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2841 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2842 # so that the user can short-circuit this test for compilers unknown to
2844 for ac_file
in $ac_files ''
2846 test -f "$ac_file" ||
continue
2848 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2851 # We found the default executable, but exeext='' is most
2855 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2857 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2859 # We set ac_cv_exeext here because the later test for it is not
2860 # safe: cross compilers may not add the suffix if given an `-o'
2861 # argument, so we may need to know it at that point already.
2862 # Even if this section looks crufty: it has the advantage of
2869 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2875 $as_echo "$ac_file" >&6; }
2876 if test -z "$ac_file"; then :
2877 $as_echo "$as_me: failed program was:" >&5
2878 sed 's/^/| /' conftest.
$ac_ext >&5
2880 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2881 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2882 { as_fn_set_status
77
2883 as_fn_error
"C compiler cannot create executables
2884 See \`config.log' for more details." "$LINENO" 5; }; }
2886 ac_exeext
=$ac_cv_exeext
2888 # Check that the compiler produces executables we can run. If not, either
2889 # the compiler is broken, or we cross compile.
2890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2891 $as_echo_n "checking whether the C compiler works... " >&6; }
2892 # If not cross compiling, check that we can run a simple program.
2893 if test "$cross_compiling" != yes; then
2894 if { ac_try
='./$ac_file'
2895 { { case "(($ac_try" in
2896 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2897 *) ac_try_echo=$ac_try;;
2899 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2900 $as_echo "$ac_try_echo"; } >&5
2901 (eval "$ac_try") 2>&5
2903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2904 test $ac_status = 0; }; }; then
2907 if test "$cross_compiling" = maybe; then
2910 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2911 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2912 as_fn_error "cannot run C compiled programs.
2913 If you meant to cross compile
, use \
`--host'.
2914 See \`config.log
' for more details." "$LINENO" 5; }
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2919 $as_echo "yes" >&6; }
2921 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2922 ac_clean_files=$ac_clean_files_save
2923 # Check that the compiler produces executables we can run. If not, either
2924 # the compiler is broken, or we cross compile.
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2926 $as_echo_n "checking whether we are cross compiling... " >&6; }
2927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2928 $as_echo "$cross_compiling" >&6; }
2930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2931 $as_echo_n "checking for suffix of executables... " >&6; }
2932 if { { ac_try="$ac_link"
2934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2935 *) ac_try_echo=$ac_try;;
2937 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2938 $as_echo "$ac_try_echo"; } >&5
2939 (eval "$ac_link") 2>&5
2941 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2942 test $ac_status = 0; }; then :
2943 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2944 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2945 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2947 for ac_file
in conftest.exe conftest conftest.
*; do
2948 test -f "$ac_file" ||
continue
2950 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2951 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2957 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2958 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2959 as_fn_error
"cannot compute suffix of executables: cannot compile and link
2960 See \`config.log' for more details." "$LINENO" 5; }
2962 rm -f conftest
$ac_cv_exeext
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2964 $as_echo "$ac_cv_exeext" >&6; }
2966 rm -f conftest.
$ac_ext
2967 EXEEXT
=$ac_cv_exeext
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2970 $as_echo_n "checking for suffix of object files... " >&6; }
2971 if test "${ac_cv_objext+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2975 /* end confdefs.h. */
2985 rm -f conftest.o conftest.obj
2986 if { { ac_try
="$ac_compile"
2988 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2989 *) ac_try_echo=$ac_try;;
2991 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2992 $as_echo "$ac_try_echo"; } >&5
2993 (eval "$ac_compile") 2>&5
2995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2996 test $ac_status = 0; }; then :
2997 for ac_file in conftest.o conftest.obj conftest.*; do
2998 test -f "$ac_file" || continue;
3000 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3001 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3006 $as_echo "$as_me: failed program was:" >&5
3007 sed 's/^/| /' conftest.$ac_ext >&5
3009 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3010 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3011 as_fn_error "cannot compute suffix of object files
: cannot compile
3012 See \
`config.log' for more details." "$LINENO" 5; }
3014 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3017 $as_echo "$ac_cv_objext" >&6; }
3018 OBJEXT=$ac_cv_objext
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3021 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3022 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3023 $as_echo_n "(cached) " >&6
3025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3026 /* end confdefs.h. */
3039 if ac_fn_c_try_compile "$LINENO"; then :
3044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3045 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3049 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3050 if test $ac_compiler_gnu = yes; then
3055 ac_test_CFLAGS=${CFLAGS+set}
3056 ac_save_CFLAGS=$CFLAGS
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3058 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3059 if test "${ac_cv_prog_cc_g+set}" = set; then :
3060 $as_echo_n "(cached) " >&6
3062 ac_save_c_werror_flag=$ac_c_werror_flag
3063 ac_c_werror_flag=yes
3066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3067 /* end confdefs.h. */
3077 if ac_fn_c_try_compile "$LINENO"; then :
3081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3082 /* end confdefs.h. */
3092 if ac_fn_c_try_compile "$LINENO"; then :
3095 ac_c_werror_flag=$ac_save_c_werror_flag
3097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3098 /* end confdefs.h. */
3108 if ac_fn_c_try_compile "$LINENO"; then :
3111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3116 ac_c_werror_flag=$ac_save_c_werror_flag
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3119 $as_echo "$ac_cv_prog_cc_g" >&6; }
3120 if test "$ac_test_CFLAGS" = set; then
3121 CFLAGS=$ac_save_CFLAGS
3122 elif test $ac_cv_prog_cc_g = yes; then
3123 if test "$GCC" = yes; then
3129 if test "$GCC" = yes; then
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3136 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3137 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3138 $as_echo_n "(cached) " >&6
3140 ac_cv_prog_cc_c89=no
3142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3143 /* end confdefs.h. */
3146 #include <sys/types.h>
3147 #include <sys/stat.h>
3148 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3149 struct buf { int x; };
3150 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3151 static char *e (p, i)
3157 static char *f (char * (*g) (char **, int), char **p, ...)
3162 s = g (p, va_arg (v,int));
3167 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3168 function prototypes and stuff, but not '\xHH' hex character constants.
3169 These don't provoke an error unfortunately, instead are silently treated
3170 as 'x'. The following induces an error, until -std is added to get
3171 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3172 array size at least. It's necessary to write '\x00'==0 to get something
3173 that's true only with -std. */
3174 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3176 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3177 inside strings and character constants. */
3179 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3181 int test (int i, double x);
3182 struct s1 {int (*f) (int a);};
3183 struct s2 {int (*f) (double a);};
3184 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3190 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3195 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3196 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3198 CC="$ac_save_CC $ac_arg"
3199 if ac_fn_c_try_compile "$LINENO"; then :
3200 ac_cv_prog_cc_c89=$ac_arg
3202 rm -f core conftest.err conftest.$ac_objext
3203 test "x$ac_cv_prog_cc_c89" != "xno" && break
3205 rm -f conftest.$ac_ext
3210 case "x$ac_cv_prog_cc_c89" in
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3213 $as_echo "none needed" >&6; } ;;
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3216 $as_echo "unsupported" >&6; } ;;
3218 CC="$CC $ac_cv_prog_cc_c89"
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3220 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3222 if test "x$ac_cv_prog_cc_c89" != xno; then :
3227 ac_cpp='$CPP $CPPFLAGS'
3228 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3229 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3230 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3234 $as_echo_n "checking for library containing strerror... " >&6; }
3235 if test "${ac_cv_search_strerror+set}" = set; then :
3236 $as_echo_n "(cached) " >&6
3238 ac_func_search_save_LIBS=$LIBS
3239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3240 /* end confdefs.h. */
3242 /* Override any GCC internal prototype to avoid an error.
3243 Use char because int might match the return type of a GCC
3244 builtin and then its argument prototype would still apply. */
3257 for ac_lib in '' cposix; do
3258 if test -z "$ac_lib"; then
3259 ac_res="none required"
3262 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3264 if ac_fn_c_try_link "$LINENO"; then :
3265 ac_cv_search_strerror=$ac_res
3267 rm -f core conftest.err conftest.$ac_objext \
3269 if test "${ac_cv_search_strerror+set}" = set; then :
3273 if test "${ac_cv_search_strerror+set}" = set; then :
3276 ac_cv_search_strerror=no
3279 LIBS=$ac_func_search_save_LIBS
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3282 $as_echo "$ac_cv_search_strerror" >&6; }
3283 ac_res=$ac_cv_search_strerror
3284 if test "$ac_res" != no; then :
3285 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3290 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/..
/bfd
/configure.
in`
3291 am__api_version='1.11'
3293 # Find a good install program. We prefer a C program (faster),
3294 # so one script is as good as another. But avoid the broken or
3295 # incompatible versions:
3296 # SysV /etc/install, /usr/sbin/install
3297 # SunOS /usr/etc/install
3298 # IRIX /sbin/install
3300 # AmigaOS /C/install, which installs bootblocks on floppy discs
3301 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3302 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3303 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3304 # OS/2's system install, which has a completely different semantic
3305 # ./install, which can be erroneously created by make from ./install.sh.
3306 # Reject install programs that cannot install multiple files.
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3308 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3309 if test -z "$INSTALL"; then
3310 if test "${ac_cv_path_install+set}" = set; then :
3311 $as_echo_n "(cached) " >&6
3313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3317 test -z "$as_dir" && as_dir=.
3318 # Account for people who put trailing slashes in PATH elements.
3319 case $as_dir/ in #((
3320 ./ | .// | /[cC]/* | \
3321 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3322 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3325 # OSF1 and SCO ODT 3.0 have their own names for install.
3326 # Don't use installbsd from OSF since it installs stuff as root
3328 for ac_prog in ginstall scoinst install; do
3329 for ac_exec_ext in '' $ac_executable_extensions; do
3330 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3331 if test $ac_prog = install &&
3332 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3333 # AIX install. It has an incompatible calling convention.
3335 elif test $ac_prog = install &&
3336 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3337 # program-specific install script used by HP pwplus--don't use.
3340 rm -rf conftest.one conftest.two conftest.dir
3341 echo one > conftest.one
3342 echo two > conftest.two
3344 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3345 test -s conftest.one && test -s conftest.two &&
3346 test -s conftest.dir/conftest.one &&
3347 test -s conftest.dir/conftest.two
3349 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3362 rm -rf conftest.one conftest.two conftest.dir
3365 if test "${ac_cv_path_install+set}" = set; then
3366 INSTALL=$ac_cv_path_install
3368 # As a last resort, use the slow shell script. Don't cache a
3369 # value for INSTALL within a source directory, because that will
3370 # break other packages using the cache if that directory is
3371 # removed, or if the value is a relative name.
3372 INSTALL=$ac_install_sh
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3376 $as_echo "$INSTALL" >&6; }
3378 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3379 # It thinks the first close brace ends the variable substitution.
3380 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3382 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3384 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3387 $as_echo_n "checking whether build environment is sane... " >&6; }
3390 echo timestamp > conftest.file
3391 # Reject unsafe characters in $srcdir or the absolute working directory
3392 # name. Accept space and tab only in the latter.
3396 *[\\\"\#\$\&\'\`$am_lf]*)
3397 as_fn_error
"unsafe absolute working directory name" "$LINENO" 5;;
3400 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
3401 as_fn_error
"unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3404 # Do `set' in a subshell so we don't clobber the current shell's
3405 # arguments. Must try -L first in case configure is actually a
3406 # symlink; some systems play weird games with the mod time of symlinks
3407 # (eg FreeBSD returns the mod time of the symlink's containing
3410 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3411 if test "$*" = "X"; then
3413 set X
`ls -t "$srcdir/configure" conftest.file`
3416 if test "$*" != "X $srcdir/configure conftest.file" \
3417 && test "$*" != "X conftest.file $srcdir/configure"; then
3419 # If neither matched, then we have a broken ls. This can happen
3420 # if, for instance, CONFIG_SHELL is bash and it inherits a
3421 # broken ls alias from the environment. This has actually
3422 # happened. Such a system could not be considered "sane".
3423 as_fn_error
"ls -t appears to fail. Make sure there is not a broken
3424 alias in your environment" "$LINENO" 5
3427 test "$2" = conftest.
file
3433 as_fn_error
"newly created file is older than distributed files!
3434 Check your system clock" "$LINENO" 5
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3437 $as_echo "yes" >&6; }
3438 test "$program_prefix" != NONE
&&
3439 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3440 # Use a double $ so make ignores it.
3441 test "$program_suffix" != NONE
&&
3442 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3443 # Double any \ or $.
3444 # By default was `s,x,x', remove it if useless.
3445 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3446 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3448 # expand $ac_aux_dir to an absolute path
3449 am_aux_dir
=`cd $ac_aux_dir && pwd`
3451 if test x
"${MISSING+set}" != xset
; then
3454 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3456 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3459 # Use eval to expand $SHELL
3460 if eval "$MISSING --run true"; then
3461 am_missing_run
="$MISSING --run "
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3465 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3468 if test x
"${install_sh}" != xset
; then
3471 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3473 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3477 # Installed binaries are usually stripped using `strip' when the user
3478 # run `make install-strip'. However `strip' might not be the right
3479 # tool to use in cross-compilation environments, therefore Automake
3480 # will honor the `STRIP' environment variable to overrule this program.
3481 if test "$cross_compiling" != no
; then
3482 if test -n "$ac_tool_prefix"; then
3483 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3484 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3486 $as_echo_n "checking for $ac_word... " >&6; }
3487 if test "${ac_cv_prog_STRIP+set}" = set; then :
3488 $as_echo_n "(cached) " >&6
3490 if test -n "$STRIP"; then
3491 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3493 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3497 test -z "$as_dir" && as_dir
=.
3498 for ac_exec_ext
in '' $ac_executable_extensions; do
3499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3500 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3510 STRIP
=$ac_cv_prog_STRIP
3511 if test -n "$STRIP"; then
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3513 $as_echo "$STRIP" >&6; }
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3516 $as_echo "no" >&6; }
3521 if test -z "$ac_cv_prog_STRIP"; then
3523 # Extract the first word of "strip", so it can be a program name with args.
3524 set dummy strip
; ac_word
=$2
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3526 $as_echo_n "checking for $ac_word... " >&6; }
3527 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3528 $as_echo_n "(cached) " >&6
3530 if test -n "$ac_ct_STRIP"; then
3531 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3533 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3537 test -z "$as_dir" && as_dir
=.
3538 for ac_exec_ext
in '' $ac_executable_extensions; do
3539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3540 ac_cv_prog_ac_ct_STRIP
="strip"
3541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3550 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3551 if test -n "$ac_ct_STRIP"; then
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3553 $as_echo "$ac_ct_STRIP" >&6; }
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3556 $as_echo "no" >&6; }
3559 if test "x$ac_ct_STRIP" = x
; then
3562 case $cross_compiling:$ac_tool_warned in
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3566 ac_tool_warned
=yes ;;
3571 STRIP
="$ac_cv_prog_STRIP"
3575 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3578 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3579 if test -z "$MKDIR_P"; then
3580 if test "${ac_cv_path_mkdir+set}" = set; then :
3581 $as_echo_n "(cached) " >&6
3583 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3584 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3587 test -z "$as_dir" && as_dir
=.
3588 for ac_prog
in mkdir gmkdir
; do
3589 for ac_exec_ext
in '' $ac_executable_extensions; do
3590 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } ||
continue
3591 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3592 'mkdir (GNU coreutils) '* | \
3593 'mkdir (coreutils) '* | \
3594 'mkdir (fileutils) '4.1*)
3595 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3605 if test "${ac_cv_path_mkdir+set}" = set; then
3606 MKDIR_P
="$ac_cv_path_mkdir -p"
3608 # As a last resort, use the slow shell script. Don't cache a
3609 # value for MKDIR_P within a source directory, because that will
3610 # break other packages using the cache if that directory is
3611 # removed, or if the value is a relative name.
3612 test -d .
/--version && rmdir .
/--version
3613 MKDIR_P
="$ac_install_sh -d"
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3617 $as_echo "$MKDIR_P" >&6; }
3621 [\\/$
]* | ?
:[\\/]*) ;;
3622 */*) mkdir_p
="\$(top_builddir)/$mkdir_p" ;;
3625 for ac_prog
in gawk mawk nawk
awk
3627 # Extract the first word of "$ac_prog", so it can be a program name with args.
3628 set dummy
$ac_prog; ac_word
=$2
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3630 $as_echo_n "checking for $ac_word... " >&6; }
3631 if test "${ac_cv_prog_AWK+set}" = set; then :
3632 $as_echo_n "(cached) " >&6
3634 if test -n "$AWK"; then
3635 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3637 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3641 test -z "$as_dir" && as_dir
=.
3642 for ac_exec_ext
in '' $ac_executable_extensions; do
3643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3644 ac_cv_prog_AWK
="$ac_prog"
3645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3655 if test -n "$AWK"; then
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3657 $as_echo "$AWK" >&6; }
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3660 $as_echo "no" >&6; }
3664 test -n "$AWK" && break
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3668 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3670 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3671 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3672 $as_echo_n "(cached) " >&6
3674 cat >conftest.
make <<\_ACEOF
3677 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3679 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3680 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3682 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3684 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3688 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3690 $as_echo "yes" >&6; }
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3694 $as_echo "no" >&6; }
3695 SET_MAKE
="MAKE=${MAKE-make}"
3698 rm -rf .tst
2>/dev
/null
3699 mkdir .tst
2>/dev
/null
3700 if test -d .tst
; then
3705 rmdir .tst
2>/dev
/null
3707 DEPDIR
="${am__leading_dot}deps"
3709 ac_config_commands
="$ac_config_commands depfiles"
3712 am_make
=${MAKE-make}
3713 cat > confinc
<< 'END'
3715 @
echo this is the am__doit target
3718 # If we don't find an include directive, just comment out the code.
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3720 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3724 # First try GNU make style include.
3725 echo "include confinc" > confmf
3726 # Ignore all kinds of additional output from `make'.
3727 case `$am_make -s -f confmf 2> /dev/null` in #(
3728 *the\ am__doit\ target
*)
3734 # Now try BSD make style include.
3735 if test "$am__include" = "#"; then
3736 echo '.include "confinc"' > confmf
3737 case `$am_make -s -f confmf 2> /dev/null` in #(
3738 *the\ am__doit\ target
*)
3739 am__include
=.include
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3748 $as_echo "$_am_result" >&6; }
3749 rm -f confinc confmf
3751 # Check whether --enable-dependency-tracking was given.
3752 if test "${enable_dependency_tracking+set}" = set; then :
3753 enableval
=$enable_dependency_tracking;
3756 if test "x$enable_dependency_tracking" != xno
; then
3757 am_depcomp
="$ac_aux_dir/depcomp"
3760 if test "x$enable_dependency_tracking" != xno; then
3769 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3770 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3771 # is not polluted with repeated "-I."
3772 am__isrc
=' -I$(srcdir)'
3773 # test to see if srcdir already configured
3774 if test -f $srcdir/config.status
; then
3775 as_fn_error
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3779 # test whether we have cygpath
3780 if test -z "$CYGPATH_W"; then
3781 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3782 CYGPATH_W
='cygpath -w'
3789 # Define the identity of the package.
3791 VERSION
=${BFD_VERSION}
3794 cat >>confdefs.h
<<_ACEOF
3795 #define PACKAGE "$PACKAGE"
3799 cat >>confdefs.h
<<_ACEOF
3800 #define VERSION "$VERSION"
3803 # Some tools Automake needs.
3805 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3808 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3811 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3814 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3817 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3819 # We need awk for the "check" target. The system "awk" is bad on
3821 # Always define AMTAR for backward compatibility.
3823 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3825 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3830 depcc
="$CC" am_compiler_list
=
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3833 $as_echo_n "checking dependency style of $depcc... " >&6; }
3834 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3837 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3838 # We make a subdir and do the tests there. Otherwise we can end up
3839 # making bogus files that we don't know about and never remove. For
3840 # instance it was reported that on HP-UX the gcc test will end up
3841 # making a dummy file named `D' -- because `-MD' means `put the output
3844 # Copy depcomp to subdir because otherwise we won't find it if we're
3845 # using a relative directory.
3846 cp "$am_depcomp" conftest.dir
3848 # We will build objects and dependencies in a subdirectory because
3849 # it helps to detect inapplicable dependency modes. For instance
3850 # both Tru64's cc and ICC support -MD to output dependencies as a
3851 # side effect of compilation, but ICC will put the dependencies in
3852 # the current directory while Tru64 will put them in the object
3856 am_cv_CC_dependencies_compiler_type
=none
3857 if test "$am_compiler_list" = ""; then
3858 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3861 case " $depcc " in #(
3862 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
3865 for depmode
in $am_compiler_list; do
3866 # Setup a source with many dependencies, because some compilers
3867 # like to wrap large dependency lists on column 80 (with \), and
3868 # we should not choose a depcomp mode which is confused by this.
3870 # We need to recreate these files for each test, as the compiler may
3871 # overwrite some of them when testing with obscure command lines.
3872 # This happens at least with the AIX C compiler.
3874 for i
in 1 2 3 4 5 6; do
3875 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3876 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3877 # Solaris 8's {/usr,}/bin/sh.
3878 touch sub
/conftst
$i.h
3880 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3882 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3883 # mode. It turns out that the SunPro C++ compiler does not properly
3884 # handle `-M -o', and we need to detect this. Also, some Intel
3885 # versions had trouble with output in subdirs
3886 am__obj
=sub
/conftest.
${OBJEXT-o}
3887 am__minus_obj
="-o $am__obj"
3890 # This depmode causes a compiler race in universal mode.
3891 test "$am__universal" = false ||
continue
3894 # after this tag, mechanisms are not by side-effect, so they'll
3895 # only be used when explicitly requested
3896 if test "x$enable_dependency_tracking" = xyes
; then
3902 msvisualcpp | msvcmsys
)
3903 # This compiler won't grok `-c -o', but also, the minuso test has
3904 # not run yet. These depmodes are late enough in the game, and
3905 # so weak that their functioning should not be impacted.
3906 am__obj
=conftest.
${OBJEXT-o}
3911 if depmode
=$depmode \
3912 source=sub
/conftest.c object
=$am__obj \
3913 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3914 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
3915 >/dev
/null
2>conftest.err
&&
3916 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3917 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3918 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
3919 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3920 # icc doesn't choke on unknown options, it will just issue warnings
3921 # or remarks (even with -Werror). So we grep stderr for any message
3922 # that says an option was ignored or not supported.
3923 # When given -MP, icc 7.0 and 7.1 complain thusly:
3924 # icc: Command line warning: ignoring option '-M'; no argument required
3925 # The diagnosis changed in icc 8.0:
3926 # icc: Command line remark: option '-MP' not supported
3927 if (grep 'ignoring option' conftest.err ||
3928 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3929 am_cv_CC_dependencies_compiler_type
=$depmode
3938 am_cv_CC_dependencies_compiler_type
=none
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3943 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3944 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3947 test "x$enable_dependency_tracking" != xno \
3948 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3950 am__fastdepCC_FALSE
='#'
3952 am__fastdepCC_TRUE
='#'
3953 am__fastdepCC_FALSE
=
3959 ac_config_headers
="$ac_config_headers gconfig.h:gconfig.in"
3963 ac_cpp
='$CPP $CPPFLAGS'
3964 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3965 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3966 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3967 if test -n "$ac_tool_prefix"; then
3968 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3969 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3971 $as_echo_n "checking for $ac_word... " >&6; }
3972 if test "${ac_cv_prog_CC+set}" = set; then :
3973 $as_echo_n "(cached) " >&6
3975 if test -n "$CC"; then
3976 ac_cv_prog_CC
="$CC" # Let the user override the test.
3978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3982 test -z "$as_dir" && as_dir
=.
3983 for ac_exec_ext
in '' $ac_executable_extensions; do
3984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3985 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3996 if test -n "$CC"; then
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3998 $as_echo "$CC" >&6; }
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001 $as_echo "no" >&6; }
4006 if test -z "$ac_cv_prog_CC"; then
4008 # Extract the first word of "gcc", so it can be a program name with args.
4009 set dummy gcc
; ac_word
=$2
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4011 $as_echo_n "checking for $ac_word... " >&6; }
4012 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4013 $as_echo_n "(cached) " >&6
4015 if test -n "$ac_ct_CC"; then
4016 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4018 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4022 test -z "$as_dir" && as_dir
=.
4023 for ac_exec_ext
in '' $ac_executable_extensions; do
4024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4025 ac_cv_prog_ac_ct_CC
="gcc"
4026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4035 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4036 if test -n "$ac_ct_CC"; then
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4038 $as_echo "$ac_ct_CC" >&6; }
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4041 $as_echo "no" >&6; }
4044 if test "x$ac_ct_CC" = x
; then
4047 case $cross_compiling:$ac_tool_warned in
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4050 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4051 ac_tool_warned
=yes ;;
4059 if test -z "$CC"; then
4060 if test -n "$ac_tool_prefix"; then
4061 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4062 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4064 $as_echo_n "checking for $ac_word... " >&6; }
4065 if test "${ac_cv_prog_CC+set}" = set; then :
4066 $as_echo_n "(cached) " >&6
4068 if test -n "$CC"; then
4069 ac_cv_prog_CC
="$CC" # Let the user override the test.
4071 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4075 test -z "$as_dir" && as_dir
=.
4076 for ac_exec_ext
in '' $ac_executable_extensions; do
4077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4078 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4089 if test -n "$CC"; then
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4091 $as_echo "$CC" >&6; }
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094 $as_echo "no" >&6; }
4100 if test -z "$CC"; then
4101 # Extract the first word of "cc", so it can be a program name with args.
4102 set dummy cc
; ac_word
=$2
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4104 $as_echo_n "checking for $ac_word... " >&6; }
4105 if test "${ac_cv_prog_CC+set}" = set; then :
4106 $as_echo_n "(cached) " >&6
4108 if test -n "$CC"; then
4109 ac_cv_prog_CC
="$CC" # Let the user override the test.
4112 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4116 test -z "$as_dir" && as_dir
=.
4117 for ac_exec_ext
in '' $ac_executable_extensions; do
4118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4119 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4120 ac_prog_rejected
=yes
4124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4131 if test $ac_prog_rejected = yes; then
4132 # We found a bogon in the path, so make sure we never use it.
4133 set dummy
$ac_cv_prog_CC
4135 if test $# != 0; then
4136 # We chose a different compiler from the bogus one.
4137 # However, it has the same basename, so the bogon will be chosen
4138 # first if we set CC to just the basename; use the full file name.
4140 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4146 if test -n "$CC"; then
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4148 $as_echo "$CC" >&6; }
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4151 $as_echo "no" >&6; }
4156 if test -z "$CC"; then
4157 if test -n "$ac_tool_prefix"; then
4158 for ac_prog
in cl.exe
4160 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4161 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4163 $as_echo_n "checking for $ac_word... " >&6; }
4164 if test "${ac_cv_prog_CC+set}" = set; then :
4165 $as_echo_n "(cached) " >&6
4167 if test -n "$CC"; then
4168 ac_cv_prog_CC
="$CC" # Let the user override the test.
4170 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4174 test -z "$as_dir" && as_dir
=.
4175 for ac_exec_ext
in '' $ac_executable_extensions; do
4176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 if test -n "$CC"; then
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4190 $as_echo "$CC" >&6; }
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4193 $as_echo "no" >&6; }
4197 test -n "$CC" && break
4200 if test -z "$CC"; then
4202 for ac_prog
in cl.exe
4204 # Extract the first word of "$ac_prog", so it can be a program name with args.
4205 set dummy
$ac_prog; ac_word
=$2
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4207 $as_echo_n "checking for $ac_word... " >&6; }
4208 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4209 $as_echo_n "(cached) " >&6
4211 if test -n "$ac_ct_CC"; then
4212 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4214 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4218 test -z "$as_dir" && as_dir
=.
4219 for ac_exec_ext
in '' $ac_executable_extensions; do
4220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4221 ac_cv_prog_ac_ct_CC
="$ac_prog"
4222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4231 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4232 if test -n "$ac_ct_CC"; then
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4234 $as_echo "$ac_ct_CC" >&6; }
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4237 $as_echo "no" >&6; }
4241 test -n "$ac_ct_CC" && break
4244 if test "x$ac_ct_CC" = x
; then
4247 case $cross_compiling:$ac_tool_warned in
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4251 ac_tool_warned
=yes ;;
4260 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4261 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4262 as_fn_error
"no acceptable C compiler found in \$PATH
4263 See \`config.log' for more details." "$LINENO" 5; }
4265 # Provide some information about the compiler.
4266 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4269 for ac_option
in --version -v -V -qversion; do
4270 { { ac_try
="$ac_compiler $ac_option >&5"
4272 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4273 *) ac_try_echo=$ac_try;;
4275 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4276 $as_echo "$ac_try_echo"; } >&5
4277 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4279 if test -s conftest.err; then
4281 ... rest of stderr output deleted ...
4282 10q' conftest.err >conftest.er1
4283 cat conftest.er1 >&5
4284 rm -f conftest.er1 conftest.err
4286 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4287 test $ac_status = 0; }
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4291 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4292 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4293 $as_echo_n "(cached) " >&6
4295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4296 /* end confdefs.h. */
4309 if ac_fn_c_try_compile "$LINENO"; then :
4314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4315 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4319 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4320 if test $ac_compiler_gnu = yes; then
4325 ac_test_CFLAGS=${CFLAGS+set}
4326 ac_save_CFLAGS=$CFLAGS
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4328 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4329 if test "${ac_cv_prog_cc_g+set}" = set; then :
4330 $as_echo_n "(cached) " >&6
4332 ac_save_c_werror_flag=$ac_c_werror_flag
4333 ac_c_werror_flag=yes
4336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4337 /* end confdefs.h. */
4347 if ac_fn_c_try_compile "$LINENO"; then :
4351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4352 /* end confdefs.h. */
4362 if ac_fn_c_try_compile "$LINENO"; then :
4365 ac_c_werror_flag=$ac_save_c_werror_flag
4367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4368 /* end confdefs.h. */
4378 if ac_fn_c_try_compile "$LINENO"; then :
4381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4386 ac_c_werror_flag=$ac_save_c_werror_flag
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4389 $as_echo "$ac_cv_prog_cc_g" >&6; }
4390 if test "$ac_test_CFLAGS" = set; then
4391 CFLAGS=$ac_save_CFLAGS
4392 elif test $ac_cv_prog_cc_g = yes; then
4393 if test "$GCC" = yes; then
4399 if test "$GCC" = yes; then
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4406 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4407 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4408 $as_echo_n "(cached) " >&6
4410 ac_cv_prog_cc_c89=no
4412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4413 /* end confdefs.h. */
4416 #include <sys/types.h>
4417 #include <sys/stat.h>
4418 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4419 struct buf { int x; };
4420 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4421 static char *e (p, i)
4427 static char *f (char * (*g) (char **, int), char **p, ...)
4432 s = g (p, va_arg (v,int));
4437 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4438 function prototypes and stuff, but not '\xHH' hex character constants.
4439 These don't provoke an error unfortunately, instead are silently treated
4440 as 'x'. The following induces an error, until -std is added to get
4441 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4442 array size at least. It's necessary to write '\x00'==0 to get something
4443 that's true only with -std. */
4444 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4446 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4447 inside strings and character constants. */
4449 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4451 int test (int i, double x);
4452 struct s1 {int (*f) (int a);};
4453 struct s2 {int (*f) (double a);};
4454 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4460 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4465 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4466 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4468 CC="$ac_save_CC $ac_arg"
4469 if ac_fn_c_try_compile "$LINENO"; then :
4470 ac_cv_prog_cc_c89=$ac_arg
4472 rm -f core conftest.err conftest.$ac_objext
4473 test "x$ac_cv_prog_cc_c89" != "xno" && break
4475 rm -f conftest.$ac_ext
4480 case "x$ac_cv_prog_cc_c89" in
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4483 $as_echo "none needed" >&6; } ;;
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4486 $as_echo "unsupported" >&6; } ;;
4488 CC="$CC $ac_cv_prog_cc_c89"
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4490 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4492 if test "x$ac_cv_prog_cc_c89" != xno; then :
4497 ac_cpp='$CPP $CPPFLAGS'
4498 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4499 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4500 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4503 ac_cpp='$CPP $CPPFLAGS'
4504 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4505 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4506 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4508 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4509 # On Suns, sometimes $CPP names a directory.
4510 if test -n "$CPP" && test -d "$CPP"; then
4513 if test -z "$CPP"; then
4514 if test "${ac_cv_prog_CPP+set}" = set; then :
4515 $as_echo_n "(cached) " >&6
4517 # Double quotes because CPP needs to be expanded
4518 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4521 for ac_c_preproc_warn_flag in '' yes
4523 # Use a header file that comes with gcc, so configuring glibc
4524 # with a fresh cross-compiler works.
4525 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4526 # <limits.h> exists even on freestanding compilers.
4527 # On the NeXT, cc -E runs the code through the compiler's parser,
4528 # not just through cpp. "Syntax error" is here to catch this case.
4529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4530 /* end confdefs.h. */
4532 # include <limits.h>
4534 # include <assert.h>
4538 if ac_fn_c_try_cpp "$LINENO"; then :
4541 # Broken: fails on valid input.
4544 rm -f conftest.err conftest.$ac_ext
4546 # OK, works on sane cases. Now check whether nonexistent headers
4547 # can be detected and how.
4548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4549 /* end confdefs.h. */
4550 #include <ac_nonexistent.h>
4552 if ac_fn_c_try_cpp "$LINENO"; then :
4553 # Broken: success on invalid input.
4556 # Passes both tests.
4560 rm -f conftest.err conftest.$ac_ext
4563 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4564 rm -f conftest.err conftest.
$ac_ext
4565 if $ac_preproc_ok; then :
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4578 $as_echo "$CPP" >&6; }
4580 for ac_c_preproc_warn_flag
in '' yes
4582 # Use a header file that comes with gcc, so configuring glibc
4583 # with a fresh cross-compiler works.
4584 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4585 # <limits.h> exists even on freestanding compilers.
4586 # On the NeXT, cc -E runs the code through the compiler's parser,
4587 # not just through cpp. "Syntax error" is here to catch this case.
4588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4589 /* end confdefs.h. */
4591 # include <limits.h>
4593 # include <assert.h>
4597 if ac_fn_c_try_cpp
"$LINENO"; then :
4600 # Broken: fails on valid input.
4603 rm -f conftest.err conftest.
$ac_ext
4605 # OK, works on sane cases. Now check whether nonexistent headers
4606 # can be detected and how.
4607 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4608 /* end confdefs.h. */
4609 #include <ac_nonexistent.h>
4611 if ac_fn_c_try_cpp
"$LINENO"; then :
4612 # Broken: success on invalid input.
4615 # Passes both tests.
4619 rm -f conftest.err conftest.
$ac_ext
4622 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4623 rm -f conftest.err conftest.
$ac_ext
4624 if $ac_preproc_ok; then :
4627 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4628 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4629 as_fn_error
"C preprocessor \"$CPP\" fails sanity check
4630 See \`config.log' for more details." "$LINENO" 5; }
4634 ac_cpp
='$CPP $CPPFLAGS'
4635 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4636 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4637 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4641 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4642 if test "${ac_cv_path_GREP+set}" = set; then :
4643 $as_echo_n "(cached) " >&6
4645 if test -z "$GREP"; then
4646 ac_path_GREP_found
=false
4647 # Loop through the user's path and test for each of PROGNAME-LIST
4648 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4649 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4652 test -z "$as_dir" && as_dir
=.
4653 for ac_prog
in grep ggrep
; do
4654 for ac_exec_ext
in '' $ac_executable_extensions; do
4655 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4656 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
4657 # Check for GNU ac_path_GREP and select it if it is found.
4658 # Check for GNU $ac_path_GREP
4659 case `"$ac_path_GREP" --version 2>&1` in
4661 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4664 $as_echo_n 0123456789 >"conftest.in"
4667 cat "conftest.in" "conftest.in" >"conftest.tmp"
4668 mv "conftest.tmp" "conftest.in"
4669 cp "conftest.in" "conftest.nl"
4670 $as_echo 'GREP' >> "conftest.nl"
4671 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4672 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4673 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4674 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4675 # Best one so far, save it but keep looking for a better one
4676 ac_cv_path_GREP
="$ac_path_GREP"
4677 ac_path_GREP_max
=$ac_count
4679 # 10*(2^10) chars as input seems more than enough
4680 test $ac_count -gt 10 && break
4682 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4685 $ac_path_GREP_found && break 3
4690 if test -z "$ac_cv_path_GREP"; then
4691 as_fn_error
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4694 ac_cv_path_GREP
=$GREP
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4699 $as_echo "$ac_cv_path_GREP" >&6; }
4700 GREP
="$ac_cv_path_GREP"
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4704 $as_echo_n "checking for egrep... " >&6; }
4705 if test "${ac_cv_path_EGREP+set}" = set; then :
4706 $as_echo_n "(cached) " >&6
4708 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4709 then ac_cv_path_EGREP
="$GREP -E"
4711 if test -z "$EGREP"; then
4712 ac_path_EGREP_found
=false
4713 # Loop through the user's path and test for each of PROGNAME-LIST
4714 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4715 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4718 test -z "$as_dir" && as_dir
=.
4719 for ac_prog
in egrep; do
4720 for ac_exec_ext
in '' $ac_executable_extensions; do
4721 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4722 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
4723 # Check for GNU ac_path_EGREP and select it if it is found.
4724 # Check for GNU $ac_path_EGREP
4725 case `"$ac_path_EGREP" --version 2>&1` in
4727 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4730 $as_echo_n 0123456789 >"conftest.in"
4733 cat "conftest.in" "conftest.in" >"conftest.tmp"
4734 mv "conftest.tmp" "conftest.in"
4735 cp "conftest.in" "conftest.nl"
4736 $as_echo 'EGREP' >> "conftest.nl"
4737 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4738 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4739 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4740 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4741 # Best one so far, save it but keep looking for a better one
4742 ac_cv_path_EGREP
="$ac_path_EGREP"
4743 ac_path_EGREP_max
=$ac_count
4745 # 10*(2^10) chars as input seems more than enough
4746 test $ac_count -gt 10 && break
4748 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4751 $ac_path_EGREP_found && break 3
4756 if test -z "$ac_cv_path_EGREP"; then
4757 as_fn_error
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4760 ac_cv_path_EGREP
=$EGREP
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4766 $as_echo "$ac_cv_path_EGREP" >&6; }
4767 EGREP
="$ac_cv_path_EGREP"
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4771 $as_echo_n "checking for ANSI C header files... " >&6; }
4772 if test "${ac_cv_header_stdc+set}" = set; then :
4773 $as_echo_n "(cached) " >&6
4775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4776 /* end confdefs.h. */
4790 if ac_fn_c_try_compile
"$LINENO"; then :
4791 ac_cv_header_stdc
=yes
4793 ac_cv_header_stdc
=no
4795 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4797 if test $ac_cv_header_stdc = yes; then
4798 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4800 /* end confdefs.h. */
4804 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4805 $EGREP "memchr" >/dev
/null
2>&1; then :
4808 ac_cv_header_stdc
=no
4814 if test $ac_cv_header_stdc = yes; then
4815 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4817 /* end confdefs.h. */
4821 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4822 $EGREP "free" >/dev
/null
2>&1; then :
4825 ac_cv_header_stdc
=no
4831 if test $ac_cv_header_stdc = yes; then
4832 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4833 if test "$cross_compiling" = yes; then :
4836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4837 /* end confdefs.h. */
4840 #if ((' ' & 0x0FF) == 0x020)
4841 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4842 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4844 # define ISLOWER(c) \
4845 (('a' <= (c) && (c) <= 'i') \
4846 || ('j' <= (c) && (c) <= 'r') \
4847 || ('s' <= (c) && (c) <= 'z'))
4848 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4851 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4856 for (i = 0; i < 256; i++)
4857 if (XOR (islower (i), ISLOWER (i))
4858 || toupper (i) != TOUPPER (i))
4863 if ac_fn_c_try_run
"$LINENO"; then :
4866 ac_cv_header_stdc
=no
4868 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4869 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4875 $as_echo "$ac_cv_header_stdc" >&6; }
4876 if test $ac_cv_header_stdc = yes; then
4878 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4882 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4883 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4884 inttypes.h stdint.h unistd.h
4886 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4887 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4889 eval as_val
=\$
$as_ac_Header
4890 if test "x$as_val" = x
""yes; then :
4891 cat >>confdefs.h
<<_ACEOF
4892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4901 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4902 if test "x$ac_cv_header_minix_config_h" = x
""yes; then :
4909 if test "$MINIX" = yes; then
4911 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4914 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4917 $as_echo "#define _MINIX 1" >>confdefs.h
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4923 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4924 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4925 $as_echo_n "(cached) " >&6
4927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4928 /* end confdefs.h. */
4930 # define __EXTENSIONS__ 1
4931 $ac_includes_default
4940 if ac_fn_c_try_compile
"$LINENO"; then :
4941 ac_cv_safe_to_define___extensions__
=yes
4943 ac_cv_safe_to_define___extensions__
=no
4945 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4948 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4949 test $ac_cv_safe_to_define___extensions__ = yes &&
4950 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4952 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4954 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4956 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4958 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4964 # As the $enable_largefile decision depends on --enable-plugins we must set it
4965 # even in directories otherwise not depending on the $plugins option.
4968 # Check whether --enable-plugins was given.
4969 if test "${enable_plugins+set}" = set; then :
4970 enableval
=$enable_plugins; case "${enableval}" in
4971 yes |
"") plugins
=yes ;;
4982 sparc-
*-solaris*|i
[3-7]86-*-solaris*)
4983 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4984 # are mutually exclusive; and without procfs support, the bfd/ elf module
4985 # cannot provide certain routines such as elfcore_write_prpsinfo
4986 # or elfcore_write_prstatus. So unless the user explicitly requested
4987 # large-file support through the --enable-largefile switch, disable
4988 # large-file support in favor of procfs support.
4989 test "${target}" = "${host}" -a "x$plugins" = xno \
4990 && : ${enable_largefile="no"}
4994 # Check whether --enable-largefile was given.
4995 if test "${enable_largefile+set}" = set; then :
4996 enableval
=$enable_largefile;
4999 if test "$enable_largefile" != no
; then
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5002 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5003 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5004 $as_echo_n "(cached) " >&6
5006 ac_cv_sys_largefile_CC
=no
5007 if test "$GCC" != yes; then
5010 # IRIX 6.2 and later do not support large files by default,
5011 # so use the C compiler's -n32 option if that helps.
5012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5013 /* end confdefs.h. */
5014 #include <sys/types.h>
5015 /* Check that off_t can represent 2**63 - 1 correctly.
5016 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5017 since some C++ compilers masquerading as C compilers
5018 incorrectly reject 9223372036854775807. */
5019 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5020 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5021 && LARGE_OFF_T % 2147483647 == 1)
5031 if ac_fn_c_try_compile
"$LINENO"; then :
5034 rm -f core conftest.err conftest.
$ac_objext
5036 if ac_fn_c_try_compile
"$LINENO"; then :
5037 ac_cv_sys_largefile_CC
=' -n32'; break
5039 rm -f core conftest.err conftest.
$ac_objext
5043 rm -f conftest.
$ac_ext
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5047 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5048 if test "$ac_cv_sys_largefile_CC" != no
; then
5049 CC
=$CC$ac_cv_sys_largefile_CC
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5053 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5054 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5055 $as_echo_n "(cached) " >&6
5058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5059 /* end confdefs.h. */
5060 #include <sys/types.h>
5061 /* Check that off_t can represent 2**63 - 1 correctly.
5062 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5063 since some C++ compilers masquerading as C compilers
5064 incorrectly reject 9223372036854775807. */
5065 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5066 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5067 && LARGE_OFF_T % 2147483647 == 1)
5077 if ac_fn_c_try_compile
"$LINENO"; then :
5078 ac_cv_sys_file_offset_bits
=no
; break
5080 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5082 /* end confdefs.h. */
5083 #define _FILE_OFFSET_BITS 64
5084 #include <sys/types.h>
5085 /* Check that off_t can represent 2**63 - 1 correctly.
5086 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5087 since some C++ compilers masquerading as C compilers
5088 incorrectly reject 9223372036854775807. */
5089 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5090 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5091 && LARGE_OFF_T % 2147483647 == 1)
5101 if ac_fn_c_try_compile
"$LINENO"; then :
5102 ac_cv_sys_file_offset_bits
=64; break
5104 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5105 ac_cv_sys_file_offset_bits
=unknown
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5110 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5111 case $ac_cv_sys_file_offset_bits in #(
5114 cat >>confdefs.h
<<_ACEOF
5115 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5120 if test $ac_cv_sys_file_offset_bits = unknown
; then
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5122 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5123 if test "${ac_cv_sys_large_files+set}" = set; then :
5124 $as_echo_n "(cached) " >&6
5127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5128 /* end confdefs.h. */
5129 #include <sys/types.h>
5130 /* Check that off_t can represent 2**63 - 1 correctly.
5131 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5132 since some C++ compilers masquerading as C compilers
5133 incorrectly reject 9223372036854775807. */
5134 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5135 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5136 && LARGE_OFF_T % 2147483647 == 1)
5146 if ac_fn_c_try_compile
"$LINENO"; then :
5147 ac_cv_sys_large_files
=no
; break
5149 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5151 /* end confdefs.h. */
5152 #define _LARGE_FILES 1
5153 #include <sys/types.h>
5154 /* Check that off_t can represent 2**63 - 1 correctly.
5155 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5156 since some C++ compilers masquerading as C compilers
5157 incorrectly reject 9223372036854775807. */
5158 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5159 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5160 && LARGE_OFF_T % 2147483647 == 1)
5170 if ac_fn_c_try_compile
"$LINENO"; then :
5171 ac_cv_sys_large_files
=1; break
5173 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5174 ac_cv_sys_large_files
=unknown
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5179 $as_echo "$ac_cv_sys_large_files" >&6; }
5180 case $ac_cv_sys_large_files in #(
5183 cat >>confdefs.h
<<_ACEOF
5184 #define _LARGE_FILES $ac_cv_sys_large_files
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5198 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5203 macro_version
='2.2.6'
5204 macro_revision
='1.3012'
5218 ltmain
="$ac_aux_dir/ltmain.sh"
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5221 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5222 if test "${ac_cv_path_SED+set}" = set; then :
5223 $as_echo_n "(cached) " >&6
5225 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
5226 for ac_i
in 1 2 3 4 5 6 7; do
5227 ac_script
="$ac_script$as_nl$ac_script"
5229 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
5230 { ac_script
=; unset ac_script
;}
5231 if test -z "$SED"; then
5232 ac_path_SED_found
=false
5233 # Loop through the user's path and test for each of PROGNAME-LIST
5234 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5238 test -z "$as_dir" && as_dir
=.
5239 for ac_prog
in sed gsed
; do
5240 for ac_exec_ext
in '' $ac_executable_extensions; do
5241 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5242 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
5243 # Check for GNU ac_path_SED and select it if it is found.
5244 # Check for GNU $ac_path_SED
5245 case `"$ac_path_SED" --version 2>&1` in
5247 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5250 $as_echo_n 0123456789 >"conftest.in"
5253 cat "conftest.in" "conftest.in" >"conftest.tmp"
5254 mv "conftest.tmp" "conftest.in"
5255 cp "conftest.in" "conftest.nl"
5256 $as_echo '' >> "conftest.nl"
5257 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5258 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5259 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5260 if test $ac_count -gt ${ac_path_SED_max-0}; then
5261 # Best one so far, save it but keep looking for a better one
5262 ac_cv_path_SED
="$ac_path_SED"
5263 ac_path_SED_max
=$ac_count
5265 # 10*(2^10) chars as input seems more than enough
5266 test $ac_count -gt 10 && break
5268 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5271 $ac_path_SED_found && break 3
5276 if test -z "$ac_cv_path_SED"; then
5277 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5285 $as_echo "$ac_cv_path_SED" >&6; }
5286 SED
="$ac_cv_path_SED"
5289 test -z "$SED" && SED
=sed
5290 Xsed
="$SED -e 1s/^X//"
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5303 $as_echo_n "checking for fgrep... " >&6; }
5304 if test "${ac_cv_path_FGREP+set}" = set; then :
5305 $as_echo_n "(cached) " >&6
5307 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5308 then ac_cv_path_FGREP
="$GREP -F"
5310 if test -z "$FGREP"; then
5311 ac_path_FGREP_found
=false
5312 # Loop through the user's path and test for each of PROGNAME-LIST
5313 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5314 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5317 test -z "$as_dir" && as_dir
=.
5318 for ac_prog
in fgrep
; do
5319 for ac_exec_ext
in '' $ac_executable_extensions; do
5320 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5321 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } ||
continue
5322 # Check for GNU ac_path_FGREP and select it if it is found.
5323 # Check for GNU $ac_path_FGREP
5324 case `"$ac_path_FGREP" --version 2>&1` in
5326 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5329 $as_echo_n 0123456789 >"conftest.in"
5332 cat "conftest.in" "conftest.in" >"conftest.tmp"
5333 mv "conftest.tmp" "conftest.in"
5334 cp "conftest.in" "conftest.nl"
5335 $as_echo 'FGREP' >> "conftest.nl"
5336 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5337 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5338 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5339 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5340 # Best one so far, save it but keep looking for a better one
5341 ac_cv_path_FGREP
="$ac_path_FGREP"
5342 ac_path_FGREP_max
=$ac_count
5344 # 10*(2^10) chars as input seems more than enough
5345 test $ac_count -gt 10 && break
5347 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5350 $ac_path_FGREP_found && break 3
5355 if test -z "$ac_cv_path_FGREP"; then
5356 as_fn_error
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5359 ac_cv_path_FGREP
=$FGREP
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5365 $as_echo "$ac_cv_path_FGREP" >&6; }
5366 FGREP
="$ac_cv_path_FGREP"
5369 test -z "$GREP" && GREP
=grep
5389 # Check whether --with-gnu-ld was given.
5390 if test "${with_gnu_ld+set}" = set; then :
5391 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5397 if test "$GCC" = yes; then
5398 # Check if gcc -print-prog-name=ld gives a path.
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5400 $as_echo_n "checking for ld used by $CC... " >&6; }
5403 # gcc leaves a trailing carriage return which upsets mingw
5404 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5406 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5409 # Accept absolute paths.
5411 re_direlt
='/[^/][^/]*/\.\./'
5412 # Canonicalize the pathname of ld
5413 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5414 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5415 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5417 test -z "$LD" && LD
="$ac_prog"
5420 # If it fails, then pretend we aren't using GCC.
5424 # If it is relative, then search for the first ld in PATH.
5428 elif test "$with_gnu_ld" = yes; then
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5430 $as_echo_n "checking for GNU ld... " >&6; }
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5433 $as_echo_n "checking for non-GNU ld... " >&6; }
5435 if test "${lt_cv_path_LD+set}" = set; then :
5436 $as_echo_n "(cached) " >&6
5438 if test -z "$LD"; then
5439 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5440 for ac_dir
in $PATH; do
5442 test -z "$ac_dir" && ac_dir
=.
5443 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5444 lt_cv_path_LD
="$ac_dir/$ac_prog"
5445 # Check to see if the program is GNU ld. I'd rather use --version,
5446 # but apparently some variants of GNU ld only accept -v.
5447 # Break only if it was the GNU/non-GNU ld that we prefer.
5448 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5449 *GNU
* |
*'with BFD'*)
5450 test "$with_gnu_ld" != no
&& break
5453 test "$with_gnu_ld" != yes && break
5460 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5465 if test -n "$LD"; then
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5467 $as_echo "$LD" >&6; }
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5470 $as_echo "no" >&6; }
5472 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5474 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5475 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5476 $as_echo_n "(cached) " >&6
5478 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5479 case `$LD -v 2>&1 </dev/null` in
5480 *GNU
* |
*'with BFD'*)
5481 lt_cv_prog_gnu_ld
=yes
5484 lt_cv_prog_gnu_ld
=no
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5489 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5490 with_gnu_ld
=$lt_cv_prog_gnu_ld
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5501 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5502 if test "${lt_cv_path_NM+set}" = set; then :
5503 $as_echo_n "(cached) " >&6
5505 if test -n "$NM"; then
5506 # Let the user override the test.
5509 lt_nm_to_check
="${ac_tool_prefix}nm"
5510 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5511 lt_nm_to_check
="$lt_nm_to_check nm"
5513 for lt_tmp_nm
in $lt_nm_to_check; do
5514 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5515 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5517 test -z "$ac_dir" && ac_dir
=.
5518 tmp_nm
="$ac_dir/$lt_tmp_nm"
5519 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5520 # Check to see if the nm accepts a BSD-compat flag.
5521 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5522 # nm: unknown option "B" ignored
5523 # Tru64's nm complains that /dev/null is an invalid object file
5524 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5525 */dev
/null
* |
*'Invalid file or object type'*)
5526 lt_cv_path_NM
="$tmp_nm -B"
5530 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5532 lt_cv_path_NM
="$tmp_nm -p"
5536 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5537 continue # so that we can try to find one that supports BSD flags
5546 : ${lt_cv_path_NM=no}
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5550 $as_echo "$lt_cv_path_NM" >&6; }
5551 if test "$lt_cv_path_NM" != "no"; then
5554 # Didn't find any BSD compatible name lister, look for dumpbin.
5555 if test -n "$ac_tool_prefix"; then
5556 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
5558 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5559 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5561 $as_echo_n "checking for $ac_word... " >&6; }
5562 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5563 $as_echo_n "(cached) " >&6
5565 if test -n "$DUMPBIN"; then
5566 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5568 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5572 test -z "$as_dir" && as_dir
=.
5573 for ac_exec_ext
in '' $ac_executable_extensions; do
5574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5575 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5585 DUMPBIN
=$ac_cv_prog_DUMPBIN
5586 if test -n "$DUMPBIN"; then
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5588 $as_echo "$DUMPBIN" >&6; }
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5591 $as_echo "no" >&6; }
5595 test -n "$DUMPBIN" && break
5598 if test -z "$DUMPBIN"; then
5599 ac_ct_DUMPBIN
=$DUMPBIN
5600 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
5602 # Extract the first word of "$ac_prog", so it can be a program name with args.
5603 set dummy
$ac_prog; ac_word
=$2
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5605 $as_echo_n "checking for $ac_word... " >&6; }
5606 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5607 $as_echo_n "(cached) " >&6
5609 if test -n "$ac_ct_DUMPBIN"; then
5610 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5612 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5616 test -z "$as_dir" && as_dir
=.
5617 for ac_exec_ext
in '' $ac_executable_extensions; do
5618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5619 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5629 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5630 if test -n "$ac_ct_DUMPBIN"; then
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5632 $as_echo "$ac_ct_DUMPBIN" >&6; }
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5635 $as_echo "no" >&6; }
5639 test -n "$ac_ct_DUMPBIN" && break
5642 if test "x$ac_ct_DUMPBIN" = x
; then
5645 case $cross_compiling:$ac_tool_warned in
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5648 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5649 ac_tool_warned
=yes ;;
5651 DUMPBIN
=$ac_ct_DUMPBIN
5656 if test "$DUMPBIN" != ":"; then
5660 test -z "$NM" && NM
=nm
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5668 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5669 if test "${lt_cv_nm_interface+set}" = set; then :
5670 $as_echo_n "(cached) " >&6
5672 lt_cv_nm_interface
="BSD nm"
5673 echo "int some_variable = 0;" > conftest.
$ac_ext
5674 (eval echo "\"\$as_me:5674: $ac_compile\"" >&5)
5675 (eval "$ac_compile" 2>conftest.err
)
5676 cat conftest.err
>&5
5677 (eval echo "\"\$as_me:5677: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5678 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5679 cat conftest.err
>&5
5680 (eval echo "\"\$as_me:5680: output\"" >&5)
5681 cat conftest.out
>&5
5682 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5683 lt_cv_nm_interface
="MS dumpbin"
5687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5688 $as_echo "$lt_cv_nm_interface" >&6; }
5690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5691 $as_echo_n "checking whether ln -s works... " >&6; }
5693 if test "$LN_S" = "ln -s"; then
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5695 $as_echo "yes" >&6; }
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5698 $as_echo "no, using $LN_S" >&6; }
5701 # find the maximum length of command line arguments
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5703 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5704 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5705 $as_echo_n "(cached) " >&6
5712 # On DJGPP, this test can blow up pretty badly due to problems in libc
5713 # (any single argument exceeding 2000 bytes causes a buffer overrun
5714 # during glob expansion). Even if it were fixed, the result of this
5715 # check would be larger than it should be.
5716 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5720 # Under GNU Hurd, this test is not required because there is
5721 # no limit to the length of command line arguments.
5722 # Libtool will interpret -1 as no limit whatsoever
5723 lt_cv_sys_max_cmd_len
=-1;
5726 cygwin
* | mingw
* | cegcc
*)
5727 # On Win9x/ME, this test blows up -- it succeeds, but takes
5728 # about 5 minutes as the teststring grows exponentially.
5729 # Worse, since 9x/ME are not pre-emptively multitasking,
5730 # you end up with a "frozen" computer, even though with patience
5731 # the test eventually succeeds (with a max line length of 256k).
5732 # Instead, let's just punt: use the minimum linelength reported by
5733 # all of the supported platforms: 8192 (on NT/2K/XP).
5734 lt_cv_sys_max_cmd_len
=8192;
5738 # On AmigaOS with pdksh, this test takes hours, literally.
5739 # So we just punt and use a minimum line length of 8192.
5740 lt_cv_sys_max_cmd_len
=8192;
5743 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5744 # This has been around since 386BSD, at least. Likely further.
5745 if test -x /sbin
/sysctl
; then
5746 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5747 elif test -x /usr
/sbin
/sysctl
; then
5748 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5750 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5752 # And add a safety zone
5753 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5754 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5758 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5759 lt_cv_sys_max_cmd_len
=196608
5763 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5764 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5765 # nice to cause kernel panics so lets avoid the loop below.
5766 # First set a reasonable default.
5767 lt_cv_sys_max_cmd_len
=16384
5769 if test -x /sbin
/sysconfig
; then
5770 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5771 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5776 lt_cv_sys_max_cmd_len
=102400
5778 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5779 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5780 if test -n "$kargmax"; then
5781 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5783 lt_cv_sys_max_cmd_len
=32768
5787 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5788 if test -n "$lt_cv_sys_max_cmd_len"; then
5789 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5790 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5792 # Make teststring a little bigger before we do anything with it.
5793 # a 1K string should be a reasonable start.
5794 for i
in 1 2 3 4 5 6 7 8 ; do
5795 teststring
=$teststring$teststring
5797 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5798 # If test is not a shell built-in, we'll probably end up computing a
5799 # maximum length that is only half of the actual maximum length, but
5801 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5802 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
5803 test $i != 17 # 1/2 MB should be enough
5806 teststring
=$teststring$teststring
5808 # Only check the string length outside the loop.
5809 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5811 # Add a significant safety factor because C++ compilers can tack on
5812 # massive amounts of additional arguments before passing them to the
5813 # linker. It appears as though 1/2 is a usable value.
5814 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5821 if test -n $lt_cv_sys_max_cmd_len ; then
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5823 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5826 $as_echo "none" >&6; }
5828 max_cmd_len
=$lt_cv_sys_max_cmd_len
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5840 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5841 # Try some XSI features
5844 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5846 && eval 'test $(( 1 + 1 )) -eq 2 \
5847 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5850 $as_echo "$xsi_shell" >&6; }
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5854 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5856 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5858 && lt_shell_append=yes
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5860 $as_echo "$lt_shell_append" >&6; }
5863 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5873 # test EBCDIC or ASCII
5874 case `echo X|tr X '\101'` in
5875 A) # ASCII based system
5876 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5877 lt_SP2NL='tr \040 \012'
5878 lt_NL2SP='tr \015\012 \040\040'
5880 *) # EBCDIC based system
5881 lt_SP2NL='tr \100 \n'
5882 lt_NL2SP='tr \r\n \100\100'
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5895 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5896 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5897 $as_echo_n "(cached
) " >&6
5899 lt_cv_ld_reload_flag='-r'
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5902 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5903 reload_flag=$lt_cv_ld_reload_flag
5904 case $reload_flag in
5906 *) reload_flag=" $reload_flag" ;;
5908 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5911 if test "$GCC" = yes; then
5912 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5914 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5927 if test -n "$ac_tool_prefix"; then
5928 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5929 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5931 $as_echo_n "checking
for $ac_word...
" >&6; }
5932 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5933 $as_echo_n "(cached
) " >&6
5935 if test -n "$OBJDUMP"; then
5936 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5942 test -z "$as_dir" && as_dir=.
5943 for ac_exec_ext in '' $ac_executable_extensions; do
5944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5945 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5946 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5955 OBJDUMP=$ac_cv_prog_OBJDUMP
5956 if test -n "$OBJDUMP"; then
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5958 $as_echo "$OBJDUMP" >&6; }
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5961 $as_echo "no
" >&6; }
5966 if test -z "$ac_cv_prog_OBJDUMP"; then
5967 ac_ct_OBJDUMP=$OBJDUMP
5968 # Extract the first word of "objdump
", so it can be a program name with args.
5969 set dummy objdump; ac_word=$2
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5971 $as_echo_n "checking
for $ac_word...
" >&6; }
5972 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5973 $as_echo_n "(cached
) " >&6
5975 if test -n "$ac_ct_OBJDUMP"; then
5976 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5982 test -z "$as_dir" && as_dir=.
5983 for ac_exec_ext in '' $ac_executable_extensions; do
5984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5985 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5986 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5995 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5996 if test -n "$ac_ct_OBJDUMP"; then
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5998 $as_echo "$ac_ct_OBJDUMP" >&6; }
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6001 $as_echo "no
" >&6; }
6004 if test "x
$ac_ct_OBJDUMP" = x; then
6007 case $cross_compiling:$ac_tool_warned in
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6010 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6011 ac_tool_warned=yes ;;
6013 OBJDUMP=$ac_ct_OBJDUMP
6016 OBJDUMP="$ac_cv_prog_OBJDUMP"
6019 test -z "$OBJDUMP" && OBJDUMP=objdump
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6030 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6031 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6032 $as_echo_n "(cached
) " >&6
6034 lt_cv_file_magic_cmd='$MAGIC_CMD'
6035 lt_cv_file_magic_test_file=
6036 lt_cv_deplibs_check_method='unknown'
6037 # Need to set the preceding variable on all platforms that support
6038 # interlibrary dependencies.
6039 # 'none' -- dependencies not supported.
6040 # `unknown' -- same as none, but documents that we really don't know.
6041 # 'pass_all' -- all dependencies passed with no checks.
6042 # 'test_compile' -- check by making test program.
6043 # 'file_magic [[regex]]' -- check by looking for files in library path
6044 # which responds to the $file_magic_cmd with a given extended regex.
6045 # If you have `file' or equivalent on your system and you're not sure
6046 # whether `pass_all' will *always* work, you probably want this one.
6050 lt_cv_deplibs_check_method=pass_all
6054 lt_cv_deplibs_check_method=pass_all
6058 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6059 lt_cv_file_magic_cmd='/usr/bin/file -L'
6060 lt_cv_file_magic_test_file=/shlib/libc.so
6064 # func_win32_libid is a shell function defined in ltmain.sh
6065 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6066 lt_cv_file_magic_cmd='func_win32_libid'
6070 # Base MSYS/MinGW do not provide the 'file' command needed by
6071 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6072 # unless we find 'file', for example because we are cross-compiling.
6073 if ( file / ) >/dev/null 2>&1; then
6074 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6075 lt_cv_file_magic_cmd='func_win32_libid'
6077 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6078 lt_cv_file_magic_cmd='$OBJDUMP -f'
6083 # use the weaker test based on 'objdump'. See mingw*.
6084 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6085 lt_cv_file_magic_cmd='$OBJDUMP -f'
6088 darwin* | rhapsody*)
6089 lt_cv_deplibs_check_method=pass_all
6092 freebsd* | dragonfly*)
6093 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6096 # Not sure whether the presence of OpenBSD here was a mistake.
6097 # Let's accept both of them until this is cleared up.
6098 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6099 lt_cv_file_magic_cmd=/usr/bin/file
6100 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6104 lt_cv_deplibs_check_method=pass_all
6109 lt_cv_deplibs_check_method=pass_all
6112 hpux10.20* | hpux11*)
6113 lt_cv_file_magic_cmd=/usr/bin/file
6116 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6117 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6120 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]'
6121 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6124 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6125 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6131 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6132 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6135 irix5* | irix6* | nonstopux*)
6137 *-32|*"-32 ") libmagic=32-bit;;
6138 *-n32|*"-n32 ") libmagic=N32;;
6139 *-64|*"-64 ") libmagic=64-bit;;
6140 *) libmagic=never-match;;
6142 lt_cv_deplibs_check_method=pass_all
6145 # This must be Linux ELF.
6146 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6147 lt_cv_deplibs_check_method=pass_all
6151 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6152 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6154 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6159 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6160 lt_cv_file_magic_cmd=/usr/bin/file
6161 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6165 lt_cv_deplibs_check_method=pass_all
6169 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6170 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6172 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6176 osf3* | osf4* | osf5*)
6177 lt_cv_deplibs_check_method=pass_all
6181 lt_cv_deplibs_check_method=pass_all
6185 lt_cv_deplibs_check_method=pass_all
6188 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6189 lt_cv_deplibs_check_method=pass_all
6193 case $host_vendor in
6195 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]'
6196 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6199 lt_cv_deplibs_check_method=pass_all
6202 lt_cv_file_magic_cmd='/bin/file'
6203 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6206 lt_cv_file_magic_cmd='/bin/file'
6207 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6208 lt_cv_file_magic_test_file=/lib/libc.so
6211 lt_cv_deplibs_check_method=pass_all
6214 lt_cv_deplibs_check_method=pass_all
6220 lt_cv_deplibs_check_method=pass_all
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6226 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6227 file_magic_cmd=$lt_cv_file_magic_cmd
6228 deplibs_check_method=$lt_cv_deplibs_check_method
6229 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6242 if test -n "$ac_tool_prefix"; then
6243 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6244 set dummy ${ac_tool_prefix}ar; ac_word=$2
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6246 $as_echo_n "checking
for $ac_word...
" >&6; }
6247 if test "${ac_cv_prog_AR+set}" = set; then :
6248 $as_echo_n "(cached
) " >&6
6250 if test -n "$AR"; then
6251 ac_cv_prog_AR="$AR" # Let the user override the test.
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_prog_AR="${ac_tool_prefix}ar"
6261 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6271 if test -n "$AR"; then
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6273 $as_echo "$AR" >&6; }
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6276 $as_echo "no
" >&6; }
6281 if test -z "$ac_cv_prog_AR"; then
6283 # Extract the first word of "ar", so it can be a program name with args.
6284 set dummy ar; ac_word=$2
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6286 $as_echo_n "checking
for $ac_word...
" >&6; }
6287 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6288 $as_echo_n "(cached
) " >&6
6290 if test -n "$ac_ct_AR"; then
6291 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6297 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6300 ac_cv_prog_ac_ct_AR="ar"
6301 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6310 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6311 if test -n "$ac_ct_AR"; then
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6313 $as_echo "$ac_ct_AR" >&6; }
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6316 $as_echo "no
" >&6; }
6319 if test "x
$ac_ct_AR" = x; then
6322 case $cross_compiling:$ac_tool_warned in
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6325 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6326 ac_tool_warned=yes ;;
6334 test -z "$AR" && AR=ar
6335 test -z "$AR_FLAGS" && AR_FLAGS=cru
6347 if test -n "$ac_tool_prefix"; then
6348 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6349 set dummy ${ac_tool_prefix}strip; ac_word=$2
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6351 $as_echo_n "checking
for $ac_word...
" >&6; }
6352 if test "${ac_cv_prog_STRIP+set}" = set; then :
6353 $as_echo_n "(cached
) " >&6
6355 if test -n "$STRIP"; then
6356 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6362 test -z "$as_dir" && as_dir=.
6363 for ac_exec_ext in '' $ac_executable_extensions; do
6364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6365 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6366 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6375 STRIP=$ac_cv_prog_STRIP
6376 if test -n "$STRIP"; then
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6378 $as_echo "$STRIP" >&6; }
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6381 $as_echo "no
" >&6; }
6386 if test -z "$ac_cv_prog_STRIP"; then
6388 # Extract the first word of "strip
", so it can be a program name with args.
6389 set dummy strip; ac_word=$2
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6391 $as_echo_n "checking
for $ac_word...
" >&6; }
6392 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6393 $as_echo_n "(cached
) " >&6
6395 if test -n "$ac_ct_STRIP"; then
6396 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6402 test -z "$as_dir" && as_dir=.
6403 for ac_exec_ext in '' $ac_executable_extensions; do
6404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6405 ac_cv_prog_ac_ct_STRIP="strip
"
6406 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6415 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6416 if test -n "$ac_ct_STRIP"; then
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6418 $as_echo "$ac_ct_STRIP" >&6; }
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6421 $as_echo "no
" >&6; }
6424 if test "x
$ac_ct_STRIP" = x; then
6427 case $cross_compiling:$ac_tool_warned in
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6430 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6431 ac_tool_warned=yes ;;
6436 STRIP="$ac_cv_prog_STRIP"
6439 test -z "$STRIP" && STRIP=:
6446 if test -n "$ac_tool_prefix"; then
6447 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6448 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6450 $as_echo_n "checking
for $ac_word...
" >&6; }
6451 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6452 $as_echo_n "(cached
) " >&6
6454 if test -n "$RANLIB"; then
6455 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6461 test -z "$as_dir" && as_dir=.
6462 for ac_exec_ext in '' $ac_executable_extensions; do
6463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6464 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6465 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6474 RANLIB=$ac_cv_prog_RANLIB
6475 if test -n "$RANLIB"; then
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6477 $as_echo "$RANLIB" >&6; }
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6480 $as_echo "no
" >&6; }
6485 if test -z "$ac_cv_prog_RANLIB"; then
6486 ac_ct_RANLIB=$RANLIB
6487 # Extract the first word of "ranlib
", so it can be a program name with args.
6488 set dummy ranlib; ac_word=$2
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6490 $as_echo_n "checking
for $ac_word...
" >&6; }
6491 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6492 $as_echo_n "(cached
) " >&6
6494 if test -n "$ac_ct_RANLIB"; then
6495 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6501 test -z "$as_dir" && as_dir=.
6502 for ac_exec_ext in '' $ac_executable_extensions; do
6503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6504 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6505 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6514 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6515 if test -n "$ac_ct_RANLIB"; then
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6517 $as_echo "$ac_ct_RANLIB" >&6; }
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6520 $as_echo "no
" >&6; }
6523 if test "x
$ac_ct_RANLIB" = x; then
6526 case $cross_compiling:$ac_tool_warned in
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6529 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6530 ac_tool_warned=yes ;;
6532 RANLIB=$ac_ct_RANLIB
6535 RANLIB="$ac_cv_prog_RANLIB"
6538 test -z "$RANLIB" && RANLIB=:
6545 # Determine commands to create old-style static archives.
6546 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6547 old_postinstall_cmds='chmod 644 $oldlib'
6548 old_postuninstall_cmds=
6550 if test -n "$RANLIB"; then
6553 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6556 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6559 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6595 # If no C compiler was specified, use CC.
6598 # If no C compiler flags were specified, use CFLAGS.
6599 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6601 # Allow CC to be a program name with arguments.
6605 # Check for command to grab the raw symbol name followed by C symbol from nm.
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6607 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6608 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6609 $as_echo_n "(cached
) " >&6
6612 # These are sane defaults that work on at least a few old systems.
6613 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6615 # Character class describing NM global symbol codes.
6616 symcode='[BCDEGRST]'
6618 # Regexp to match symbols that can be accessed directly from C.
6619 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6621 # Define system-specific variables.
6626 cygwin* | mingw* | pw32* | cegcc*)
6627 symcode='[ABCDGISTW]'
6630 if test "$host_cpu" = ia64; then
6631 symcode='[ABCDEGRST]'
6635 symcode='[BCDEGRST]'
6638 symcode='[BCDEGQRST]'
6649 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6657 # If we're using GNU nm, then use its standard symbol codes.
6658 case `$NM -V 2>&1` in
6659 *GNU* | *'with BFD'*)
6660 symcode='[ABCDGIRSTW]' ;;
6663 # Transform an extracted symbol line into a proper C declaration.
6664 # Some systems (esp. on ia64) link data and code symbols differently,
6665 # so use this general approach.
6666 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6668 # Transform an extracted symbol line into symbol name and symbol address
6669 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6670 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6672 # Handle CRLF in mingw tool chain
6676 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6680 # Try without a prefix underscore, then with it.
6681 for ac_symprfx in "" "_
"; do
6683 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6684 symxfrm="\\1 $ac_symprfx\\2 \\2"
6686 # Write the raw and C identifiers.
6687 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6688 # Fake it for dumpbin and say T for any non-static function
6689 # and D for any global variable.
6690 # Also find C++ and __fastcall symbols from MSVC++,
6691 # which start with @ or ?.
6692 lt_cv_sys_global_symbol_pipe="$AWK '"\
6693 " {last_section=section; section=\$ 3};"\
6694 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6695 " \$ 0!~/External *\|/{next};"\
6696 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6697 " {if(hide[section]) next};"\
6698 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6699 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6700 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6701 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6702 " ' prfx
=^
$ac_symprfx"
6704 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6707 # Check to see that the pipe works correctly.
6711 cat > conftest.$ac_ext <<_LT_EOF
6716 void nm_test_func(void);
6717 void nm_test_func(void){}
6721 int main(){nm_test_var='a';nm_test_func();return(0);}
6724 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6725 (eval $ac_compile) 2>&5
6727 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6728 test $ac_status = 0; }; then
6729 # Now try to grab the symbols.
6731 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\""; } >&5
6732 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6734 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6735 test $ac_status = 0; } && test -s "$nlist"; then
6736 # Try sorting and uniquifying the output.
6737 if sort "$nlist" | uniq > "$nlist"T; then
6738 mv -f "$nlist"T "$nlist"
6743 # Make sure that we snagged all the symbols we need.
6744 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6745 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6746 cat <<_LT_EOF > conftest.$ac_ext
6752 # Now generate the symbol file.
6753 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6755 cat <<_LT_EOF >> conftest.$ac_ext
6757 /* The mapping between symbol names and symbols. */
6762 lt__PROGRAM__LTX_preloaded_symbols[] =
6764 { "@PROGRAM@
", (void *) 0 },
6766 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6767 cat <<\_LT_EOF >> conftest.$ac_ext
6771 /* This works around a problem in FreeBSD linker */
6772 #ifdef FREEBSD_WORKAROUND
6773 static const void *lt_preloaded_setup() {
6774 return lt__PROGRAM__LTX_preloaded_symbols;
6782 # Now try linking the two files.
6783 mv conftest.$ac_objext conftstm.$ac_objext
6784 lt_save_LIBS="$LIBS"
6785 lt_save_CFLAGS="$CFLAGS"
6786 LIBS="conftstm.
$ac_objext"
6787 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6788 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6789 (eval $ac_link) 2>&5
6791 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6792 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6795 LIBS="$lt_save_LIBS"
6796 CFLAGS="$lt_save_CFLAGS"
6798 echo "cannot
find nm_test_func
in $nlist" >&5
6801 echo "cannot
find nm_test_var
in $nlist" >&5
6804 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6807 echo "$progname: failed program was
:" >&5
6808 cat conftest.$ac_ext >&5
6810 rm -rf conftest* conftst*
6812 # Do not use the global_symbol_pipe unless it works.
6813 if test "$pipe_works" = yes; then
6816 lt_cv_sys_global_symbol_pipe=
6822 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6823 lt_cv_sys_global_symbol_to_cdecl=
6825 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6827 $as_echo "failed
" >&6; }
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6830 $as_echo "ok
" >&6; }
6854 # Check whether --enable-libtool-lock was given.
6855 if test "${enable_libtool_lock+set}" = set; then :
6856 enableval=$enable_libtool_lock;
6859 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6861 # Some flags need to be propagated to the compiler or linker for good
6865 # Find out which ABI we are using.
6866 echo 'int i;' > conftest.$ac_ext
6867 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6868 (eval $ac_compile) 2>&5
6870 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6871 test $ac_status = 0; }; then
6872 case `/usr/bin/file conftest.$ac_objext` in
6884 # Find out which ABI we are using.
6885 echo '#line 6885 "configure
"' > conftest.$ac_ext
6886 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6887 (eval $ac_compile) 2>&5
6889 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6890 test $ac_status = 0; }; then
6891 if test "$lt_cv_prog_gnu_ld" = yes; then
6892 case `/usr/bin/file conftest.$ac_objext` in
6894 LD="${LD-ld} -melf32bsmip"
6897 LD="${LD-ld} -melf32bmipn32"
6900 LD="${LD-ld} -melf64bmip"
6904 case `/usr/bin/file conftest.$ac_objext` in
6920 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6921 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6922 # Find out which ABI we are using.
6923 echo 'int i;' > conftest.$ac_ext
6924 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6925 (eval $ac_compile) 2>&5
6927 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6928 test $ac_status = 0; }; then
6929 case `/usr/bin/file conftest.o` in
6932 x86_64-*kfreebsd*-gnu)
6933 LD="${LD-ld} -m elf_i386_fbsd
"
6936 LD="${LD-ld} -m elf_i386
"
6938 ppc64-*linux*|powerpc64-*linux*)
6939 LD="${LD-ld} -m elf32ppclinux
"
6942 LD="${LD-ld} -m elf_s390
"
6945 LD="${LD-ld} -m elf32_sparc
"
6951 x86_64-*kfreebsd*-gnu)
6952 LD="${LD-ld} -m elf_x86_64_fbsd
"
6955 LD="${LD-ld} -m elf_x86_64
"
6957 ppc*-*linux*|powerpc*-*linux*)
6958 LD="${LD-ld} -m elf64ppc
"
6960 s390*-*linux*|s390*-*tpf*)
6961 LD="${LD-ld} -m elf64_s390
"
6964 LD="${LD-ld} -m elf64_sparc
"
6974 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6975 SAVE_CFLAGS="$CFLAGS"
6976 CFLAGS="$CFLAGS -belf"
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6978 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6979 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6980 $as_echo_n "(cached
) " >&6
6983 ac_cpp='$CPP $CPPFLAGS'
6984 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6985 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6986 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6989 /* end confdefs.h. */
6999 if ac_fn_c_try_link "$LINENO"; then :
7000 lt_cv_cc_needs_belf=yes
7002 lt_cv_cc_needs_belf=no
7004 rm -f core conftest.err conftest.$ac_objext \
7005 conftest$ac_exeext conftest.$ac_ext
7007 ac_cpp='$CPP $CPPFLAGS'
7008 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7009 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7010 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7014 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7015 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7016 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7017 CFLAGS="$SAVE_CFLAGS"
7021 # Find out which ABI we are using.
7022 echo 'int i;' > conftest.$ac_ext
7023 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7024 (eval $ac_compile) 2>&5
7026 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7027 test $ac_status = 0; }; then
7028 case `/usr/bin/file conftest.o` in
7030 case $lt_cv_prog_gnu_ld in
7031 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7033 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7045 need_locks="$enable_libtool_lock"
7049 rhapsody* | darwin*)
7050 if test -n "$ac_tool_prefix"; then
7051 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7052 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7054 $as_echo_n "checking
for $ac_word...
" >&6; }
7055 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7056 $as_echo_n "(cached
) " >&6
7058 if test -n "$DSYMUTIL"; then
7059 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7065 test -z "$as_dir" && as_dir=.
7066 for ac_exec_ext in '' $ac_executable_extensions; do
7067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7068 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7069 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7078 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7079 if test -n "$DSYMUTIL"; then
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7081 $as_echo "$DSYMUTIL" >&6; }
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7084 $as_echo "no
" >&6; }
7089 if test -z "$ac_cv_prog_DSYMUTIL"; then
7090 ac_ct_DSYMUTIL=$DSYMUTIL
7091 # Extract the first word of "dsymutil
", so it can be a program name with args.
7092 set dummy dsymutil; ac_word=$2
7093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7094 $as_echo_n "checking
for $ac_word...
" >&6; }
7095 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7096 $as_echo_n "(cached
) " >&6
7098 if test -n "$ac_ct_DSYMUTIL"; then
7099 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7105 test -z "$as_dir" && as_dir=.
7106 for ac_exec_ext in '' $ac_executable_extensions; do
7107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7108 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7109 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7118 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7119 if test -n "$ac_ct_DSYMUTIL"; then
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7121 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7124 $as_echo "no
" >&6; }
7127 if test "x
$ac_ct_DSYMUTIL" = x; then
7130 case $cross_compiling:$ac_tool_warned in
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7133 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7134 ac_tool_warned=yes ;;
7136 DSYMUTIL=$ac_ct_DSYMUTIL
7139 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7142 if test -n "$ac_tool_prefix"; then
7143 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7144 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7146 $as_echo_n "checking
for $ac_word...
" >&6; }
7147 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7148 $as_echo_n "(cached
) " >&6
7150 if test -n "$NMEDIT"; then
7151 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7157 test -z "$as_dir" && as_dir=.
7158 for ac_exec_ext in '' $ac_executable_extensions; do
7159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7160 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7161 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7170 NMEDIT=$ac_cv_prog_NMEDIT
7171 if test -n "$NMEDIT"; then
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7173 $as_echo "$NMEDIT" >&6; }
7175 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7176 $as_echo "no
" >&6; }
7181 if test -z "$ac_cv_prog_NMEDIT"; then
7182 ac_ct_NMEDIT=$NMEDIT
7183 # Extract the first word of "nmedit
", so it can be a program name with args.
7184 set dummy nmedit; ac_word=$2
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7186 $as_echo_n "checking
for $ac_word...
" >&6; }
7187 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7188 $as_echo_n "(cached
) " >&6
7190 if test -n "$ac_ct_NMEDIT"; then
7191 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7197 test -z "$as_dir" && as_dir=.
7198 for ac_exec_ext in '' $ac_executable_extensions; do
7199 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7200 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7201 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7210 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7211 if test -n "$ac_ct_NMEDIT"; then
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7213 $as_echo "$ac_ct_NMEDIT" >&6; }
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7216 $as_echo "no
" >&6; }
7219 if test "x
$ac_ct_NMEDIT" = x; then
7222 case $cross_compiling:$ac_tool_warned in
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7225 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7226 ac_tool_warned=yes ;;
7228 NMEDIT=$ac_ct_NMEDIT
7231 NMEDIT="$ac_cv_prog_NMEDIT"
7234 if test -n "$ac_tool_prefix"; then
7235 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7236 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7238 $as_echo_n "checking
for $ac_word...
" >&6; }
7239 if test "${ac_cv_prog_LIPO+set}" = set; then :
7240 $as_echo_n "(cached
) " >&6
7242 if test -n "$LIPO"; then
7243 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7249 test -z "$as_dir" && as_dir=.
7250 for ac_exec_ext in '' $ac_executable_extensions; do
7251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7252 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7253 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7262 LIPO=$ac_cv_prog_LIPO
7263 if test -n "$LIPO"; then
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7265 $as_echo "$LIPO" >&6; }
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7268 $as_echo "no
" >&6; }
7273 if test -z "$ac_cv_prog_LIPO"; then
7275 # Extract the first word of "lipo
", so it can be a program name with args.
7276 set dummy lipo; ac_word=$2
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7278 $as_echo_n "checking
for $ac_word...
" >&6; }
7279 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7280 $as_echo_n "(cached
) " >&6
7282 if test -n "$ac_ct_LIPO"; then
7283 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7289 test -z "$as_dir" && as_dir=.
7290 for ac_exec_ext in '' $ac_executable_extensions; do
7291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7292 ac_cv_prog_ac_ct_LIPO="lipo
"
7293 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7302 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7303 if test -n "$ac_ct_LIPO"; then
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7305 $as_echo "$ac_ct_LIPO" >&6; }
7307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7308 $as_echo "no
" >&6; }
7311 if test "x
$ac_ct_LIPO" = x; then
7314 case $cross_compiling:$ac_tool_warned in
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7317 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7318 ac_tool_warned=yes ;;
7323 LIPO="$ac_cv_prog_LIPO"
7326 if test -n "$ac_tool_prefix"; then
7327 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7328 set dummy ${ac_tool_prefix}otool; ac_word=$2
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7330 $as_echo_n "checking
for $ac_word...
" >&6; }
7331 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7332 $as_echo_n "(cached
) " >&6
7334 if test -n "$OTOOL"; then
7335 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7341 test -z "$as_dir" && as_dir=.
7342 for ac_exec_ext in '' $ac_executable_extensions; do
7343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7344 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7345 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7354 OTOOL=$ac_cv_prog_OTOOL
7355 if test -n "$OTOOL"; then
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7357 $as_echo "$OTOOL" >&6; }
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7360 $as_echo "no
" >&6; }
7365 if test -z "$ac_cv_prog_OTOOL"; then
7367 # Extract the first word of "otool
", so it can be a program name with args.
7368 set dummy otool; ac_word=$2
7369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7370 $as_echo_n "checking
for $ac_word...
" >&6; }
7371 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7372 $as_echo_n "(cached
) " >&6
7374 if test -n "$ac_ct_OTOOL"; then
7375 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7381 test -z "$as_dir" && as_dir=.
7382 for ac_exec_ext in '' $ac_executable_extensions; do
7383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7384 ac_cv_prog_ac_ct_OTOOL="otool
"
7385 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7394 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7395 if test -n "$ac_ct_OTOOL"; then
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7397 $as_echo "$ac_ct_OTOOL" >&6; }
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7400 $as_echo "no
" >&6; }
7403 if test "x
$ac_ct_OTOOL" = x; then
7406 case $cross_compiling:$ac_tool_warned in
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7409 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7410 ac_tool_warned=yes ;;
7415 OTOOL="$ac_cv_prog_OTOOL"
7418 if test -n "$ac_tool_prefix"; then
7419 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7420 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7422 $as_echo_n "checking
for $ac_word...
" >&6; }
7423 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7424 $as_echo_n "(cached
) " >&6
7426 if test -n "$OTOOL64"; then
7427 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7433 test -z "$as_dir" && as_dir=.
7434 for ac_exec_ext in '' $ac_executable_extensions; do
7435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7436 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7437 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7446 OTOOL64=$ac_cv_prog_OTOOL64
7447 if test -n "$OTOOL64"; then
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7449 $as_echo "$OTOOL64" >&6; }
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7452 $as_echo "no
" >&6; }
7457 if test -z "$ac_cv_prog_OTOOL64"; then
7458 ac_ct_OTOOL64=$OTOOL64
7459 # Extract the first word of "otool64
", so it can be a program name with args.
7460 set dummy otool64; ac_word=$2
7461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7462 $as_echo_n "checking
for $ac_word...
" >&6; }
7463 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7464 $as_echo_n "(cached
) " >&6
7466 if test -n "$ac_ct_OTOOL64"; then
7467 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7473 test -z "$as_dir" && as_dir=.
7474 for ac_exec_ext in '' $ac_executable_extensions; do
7475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7476 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7477 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7486 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7487 if test -n "$ac_ct_OTOOL64"; then
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7489 $as_echo "$ac_ct_OTOOL64" >&6; }
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7492 $as_echo "no
" >&6; }
7495 if test "x
$ac_ct_OTOOL64" = x; then
7498 case $cross_compiling:$ac_tool_warned in
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7501 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7502 ac_tool_warned=yes ;;
7504 OTOOL64=$ac_ct_OTOOL64
7507 OTOOL64="$ac_cv_prog_OTOOL64"
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7537 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7538 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7539 $as_echo_n "(cached
) " >&6
7541 lt_cv_apple_cc_single_mod=no
7542 if test -z "${LT_MULTI_MODULE}"; then
7543 # By default we will add the -single_module flag. You can override
7544 # by either setting the environment variable LT_MULTI_MODULE
7545 # non-empty at configure time, or by adding -multi_module to the
7547 rm -rf libconftest.dylib*
7548 echo "int foo
(void
){return 1;}" > conftest.c
7549 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7550 -dynamiclib -Wl,-single_module conftest.c
" >&5
7551 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7552 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7554 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7555 lt_cv_apple_cc_single_mod=yes
7557 cat conftest.err >&5
7559 rm -rf libconftest.dylib*
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7564 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7566 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7567 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7568 $as_echo_n "(cached
) " >&6
7570 lt_cv_ld_exported_symbols_list=no
7571 save_LDFLAGS=$LDFLAGS
7572 echo "_main
" > conftest.sym
7573 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7575 /* end confdefs.h. */
7585 if ac_fn_c_try_link "$LINENO"; then :
7586 lt_cv_ld_exported_symbols_list=yes
7588 lt_cv_ld_exported_symbols_list=no
7590 rm -f core conftest.err conftest.$ac_objext \
7591 conftest$ac_exeext conftest.$ac_ext
7592 LDFLAGS="$save_LDFLAGS"
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7596 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7598 rhapsody* | darwin1.[012])
7599 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7601 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7602 darwin*) # darwin 5.x on
7603 # if running on 10.5 or later, the deployment target defaults
7604 # to the OS version, if on x86, and 10.4, the deployment
7605 # target defaults to 10.4. Don't you love it?
7606 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7607 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7608 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7610 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7612 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7616 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7617 _lt_dar_single_mod='$single_module'
7619 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7620 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7622 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7624 if test "$DSYMUTIL" != ":"; then
7625 _lt_dsymutil='~$DSYMUTIL $lib || :'
7632 for ac_header in dlfcn.h
7634 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7636 if test "x
$ac_cv_header_dlfcn_h" = x""yes; then :
7637 cat >>confdefs.h <<_ACEOF
7638 #define HAVE_DLFCN_H 1
7657 # Check whether --enable-shared was given.
7658 if test "${enable_shared+set}" = set; then :
7659 enableval=$enable_shared; p=${PACKAGE-default}
7661 yes) enable_shared=yes ;;
7662 no) enable_shared=no ;;
7665 # Look at the argument we got. We use all the common list separators.
7666 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7667 for pkg in $enableval; do
7669 if test "X
$pkg" = "X
$p"; then
7688 # Check whether --enable-static was given.
7689 if test "${enable_static+set}" = set; then :
7690 enableval=$enable_static; p=${PACKAGE-default}
7692 yes) enable_static=yes ;;
7693 no) enable_static=no ;;
7696 # Look at the argument we got. We use all the common list separators.
7697 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7698 for pkg in $enableval; do
7700 if test "X
$pkg" = "X
$p"; then
7720 # Check whether --with-pic was given.
7721 if test "${with_pic+set}" = set; then :
7722 withval=$with_pic; pic_mode="$withval"
7728 test -z "$pic_mode" && pic_mode=default
7736 # Check whether --enable-fast-install was given.
7737 if test "${enable_fast_install+set}" = set; then :
7738 enableval=$enable_fast_install; p=${PACKAGE-default}
7740 yes) enable_fast_install=yes ;;
7741 no) enable_fast_install=no ;;
7743 enable_fast_install=no
7744 # Look at the argument we got. We use all the common list separators.
7745 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7746 for pkg in $enableval; do
7748 if test "X
$pkg" = "X
$p"; then
7749 enable_fast_install=yes
7756 enable_fast_install=yes
7769 # This can be used to rebuild libtool when needed
7770 LIBTOOL_DEPS="$ltmain"
7772 # Always use our own libtool.
7773 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7799 test -z "$LN_S" && LN_S="ln -s"
7814 if test -n "${ZSH_VERSION+set}" ; then
7815 setopt NO_GLOB_SUBST
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7819 $as_echo_n "checking
for objdir...
" >&6; }
7820 if test "${lt_cv_objdir+set}" = set; then :
7821 $as_echo_n "(cached
) " >&6
7823 rm -f .libs 2>/dev/null
7824 mkdir .libs 2>/dev/null
7825 if test -d .libs; then
7828 # MS-DOS does not allow filenames that begin with a dot.
7831 rmdir .libs 2>/dev/null
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7834 $as_echo "$lt_cv_objdir" >&6; }
7835 objdir=$lt_cv_objdir
7841 cat >>confdefs.h <<_ACEOF
7842 #define LT_OBJDIR "$lt_cv_objdir/"
7863 # AIX sometimes has problems with the GCC collect2 program. For some
7864 # reason, if we set the COLLECT_NAMES environment variable, the problems
7865 # vanish in a puff of smoke.
7866 if test "X
${COLLECT_NAMES+set}" != Xset; then
7868 export COLLECT_NAMES
7873 # Sed substitution that helps us do robust quoting. It backslashifies
7874 # metacharacters that are still active within double-quoted strings.
7875 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7877 # Same as above, but do not quote variable references.
7878 double_quote_subst='s/\(["`\\]\
)/\\\
1/g
'
7880 # Sed substitution to delay expansion of an escaped shell variable in a
7881 # double_quote_subst'ed string.
7882 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
7884 # Sed substitution to delay expansion of an escaped single quote.
7885 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
7887 # Sed substitution to avoid accidental globbing in evaled expressions
7888 no_glob_subst
='s/\*/\\\*/g'
7892 can_build_shared
=yes
7894 # All known linkers require a `.a' archive for static linking (except MSVC,
7895 # which needs '.lib').
7898 with_gnu_ld
="$lt_cv_prog_gnu_ld"
7901 old_CFLAGS
="$CFLAGS"
7903 # Set sane defaults for various variables
7904 test -z "$CC" && CC
=cc
7905 test -z "$LTCC" && LTCC
=$CC
7906 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
7907 test -z "$LD" && LD
=ld
7908 test -z "$ac_objext" && ac_objext
=o
7910 for cc_temp
in $compiler""; do
7912 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
7913 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
7918 cc_basename
=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7921 # Only perform the check for file, if the check method requires it
7922 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
7923 case $deplibs_check_method in
7925 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7927 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7928 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7929 $as_echo_n "(cached) " >&6
7933 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7936 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7937 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7938 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7939 for ac_dir
in $ac_dummy; do
7941 test -z "$ac_dir" && ac_dir
=.
7942 if test -f $ac_dir/${ac_tool_prefix}file; then
7943 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
7944 if test -n "$file_magic_test_file"; then
7945 case $deplibs_check_method in
7947 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7948 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7949 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7950 $EGREP "$file_magic_regex" > /dev
/null
; then
7955 *** Warning: the command libtool uses to detect shared libraries,
7956 *** $file_magic_cmd, produces output that libtool cannot recognize.
7957 *** The result is that libtool may fail to recognize shared libraries
7958 *** as such. This will affect the creation of libtool libraries that
7959 *** depend on shared libraries, but programs linked with such libtool
7960 *** libraries will work regardless of this problem. Nevertheless, you
7961 *** may want to report the problem to your system manager and/or to
7962 *** bug-libtool@gnu.org
7972 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7977 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7978 if test -n "$MAGIC_CMD"; then
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7980 $as_echo "$MAGIC_CMD" >&6; }
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7983 $as_echo "no" >&6; }
7990 if test -z "$lt_cv_path_MAGIC_CMD"; then
7991 if test -n "$ac_tool_prefix"; then
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7993 $as_echo_n "checking for file... " >&6; }
7994 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7995 $as_echo_n "(cached) " >&6
7999 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8002 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8003 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8004 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8005 for ac_dir
in $ac_dummy; do
8007 test -z "$ac_dir" && ac_dir
=.
8008 if test -f $ac_dir/file; then
8009 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
8010 if test -n "$file_magic_test_file"; then
8011 case $deplibs_check_method in
8013 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8014 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8015 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8016 $EGREP "$file_magic_regex" > /dev
/null
; then
8021 *** Warning: the command libtool uses to detect shared libraries,
8022 *** $file_magic_cmd, produces output that libtool cannot recognize.
8023 *** The result is that libtool may fail to recognize shared libraries
8024 *** as such. This will affect the creation of libtool libraries that
8025 *** depend on shared libraries, but programs linked with such libtool
8026 *** libraries will work regardless of this problem. Nevertheless, you
8027 *** may want to report the problem to your system manager and/or to
8028 *** bug-libtool@gnu.org
8038 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8043 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8044 if test -n "$MAGIC_CMD"; then
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8046 $as_echo "$MAGIC_CMD" >&6; }
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8049 $as_echo "no" >&6; }
8062 # Use C for the default configuration in the libtool script
8066 ac_cpp
='$CPP $CPPFLAGS'
8067 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8068 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8069 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8072 # Source file extension for C test sources.
8075 # Object file extension for compiled C test sources.
8079 # Code to be used in simple compile tests
8080 lt_simple_compile_test_code
="int some_variable = 0;"
8082 # Code to be used in simple link tests
8083 lt_simple_link_test_code
='int main(){return(0);}'
8091 # If no C compiler was specified, use CC.
8094 # If no C compiler flags were specified, use CFLAGS.
8095 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
8097 # Allow CC to be a program name with arguments.
8100 # Save the default compiler, since it gets overwritten when the other
8101 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8102 compiler_DEFAULT
=$CC
8104 # save warnings/boilerplate of simple test code
8105 ac_outfile
=conftest.
$ac_objext
8106 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
8107 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8108 _lt_compiler_boilerplate
=`cat conftest.err`
8111 ac_outfile
=conftest.
$ac_objext
8112 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
8113 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8114 _lt_linker_boilerplate
=`cat conftest.err`
8119 ## There is no encapsulation within the following macros, do not change
8120 ## the running order or otherwise move them around unless you know exactly
8121 ## what you are doing...
8122 if test -n "$compiler"; then
8124 lt_prog_compiler_no_builtin_flag
=
8126 if test "$GCC" = yes; then
8127 lt_prog_compiler_no_builtin_flag
=' -fno-builtin'
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8130 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8131 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8132 $as_echo_n "(cached) " >&6
8134 lt_cv_prog_compiler_rtti_exceptions
=no
8135 ac_outfile
=conftest.
$ac_objext
8136 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8137 lt_compiler_flag
="-fno-rtti -fno-exceptions"
8138 # Insert the option either (1) after the last *FLAGS variable, or
8139 # (2) before a word containing "conftest.", or (3) at the end.
8140 # Note that $ac_compile itself does not contain backslashes and begins
8141 # with a dollar sign (not a hyphen), so the echo should work correctly.
8142 # The option is referenced via a variable to avoid confusing sed.
8143 lt_compile
=`echo "$ac_compile" | $SED \
8144 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8145 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8146 -e 's:$: $lt_compiler_flag:'`
8147 (eval echo "\"\$as_me:8147: $lt_compile\"" >&5)
8148 (eval "$lt_compile" 2>conftest.err
)
8150 cat conftest.err
>&5
8151 echo "$as_me:8151: \$? = $ac_status" >&5
8152 if (exit $ac_status) && test -s "$ac_outfile"; then
8153 # The compiler can only warn and ignore the option if not recognized
8154 # So say no if there are warnings other than the usual output.
8155 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
8156 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8157 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8158 lt_cv_prog_compiler_rtti_exceptions
=yes
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8165 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8167 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
8168 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8180 lt_prog_compiler_wl
=
8181 lt_prog_compiler_pic
=
8182 lt_prog_compiler_static
=
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8185 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8187 if test "$GCC" = yes; then
8188 lt_prog_compiler_wl
='-Wl,'
8189 lt_prog_compiler_static
='-static'
8193 # All AIX code is PIC.
8194 if test "$host_cpu" = ia64
; then
8195 # AIX 5 now supports IA64 processor
8196 lt_prog_compiler_static
='-Bstatic'
8203 # see comment about AmigaOS4 .so support
8204 lt_prog_compiler_pic
='-fPIC'
8207 # FIXME: we need at least 68020 code to build shared libraries, but
8208 # adding the `-m68020' flag to GCC prevents building anything better,
8210 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8215 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8216 # PIC is the default for these OSes.
8219 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8220 # This hack is so that the source file can tell whether it is being
8221 # built for inclusion in a dll (and should export symbols for example).
8222 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8223 # (--disable-auto-import) libraries
8224 lt_prog_compiler_pic
='-DDLL_EXPORT'
8227 darwin
* | rhapsody
*)
8228 # PIC is the default on this platform
8229 # Common symbols not allowed in MH_DYLIB files
8230 lt_prog_compiler_pic
='-fno-common'
8234 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8235 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8236 # sets the default TLS model and affects inlining.
8242 lt_prog_compiler_pic
='-fPIC'
8248 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8249 # Instead, we relocate shared libraries at runtime.
8253 # Just because we use GCC doesn't mean we suddenly get shared libraries
8254 # on systems that don't support them.
8255 lt_prog_compiler_can_build_shared
=no
8260 # QNX uses GNU C++, but need to define -shared option too, otherwise
8262 lt_prog_compiler_pic
='-fPIC -shared'
8266 if test -d /usr
/nec
; then
8267 lt_prog_compiler_pic
=-Kconform_pic
8272 lt_prog_compiler_pic
='-fPIC'
8276 # PORTME Check for flag to pass linker flags through the system compiler.
8279 lt_prog_compiler_wl
='-Wl,'
8280 if test "$host_cpu" = ia64
; then
8281 # AIX 5 now supports IA64 processor
8282 lt_prog_compiler_static
='-Bstatic'
8284 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8288 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8289 # This hack is so that the source file can tell whether it is being
8290 # built for inclusion in a dll (and should export symbols for example).
8291 lt_prog_compiler_pic
='-DDLL_EXPORT'
8294 hpux9
* | hpux10
* | hpux11
*)
8295 lt_prog_compiler_wl
='-Wl,'
8296 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8303 lt_prog_compiler_pic
='+Z'
8306 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8307 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8310 irix5
* | irix6
* | nonstopux
*)
8311 lt_prog_compiler_wl
='-Wl,'
8312 # PIC (with -KPIC) is the default.
8313 lt_prog_compiler_static
='-non_shared'
8316 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8317 case $cc_basename in
8318 # old Intel for x86_64 which still supported -KPIC.
8320 lt_prog_compiler_wl
='-Wl,'
8321 lt_prog_compiler_pic
='-KPIC'
8322 lt_prog_compiler_static
='-static'
8324 # icc used to be incompatible with GCC.
8325 # ICC 10 doesn't accept -KPIC any more.
8327 lt_prog_compiler_wl
='-Wl,'
8328 lt_prog_compiler_pic
='-fPIC'
8329 lt_prog_compiler_static
='-static'
8331 # Lahey Fortran 8.1.
8333 lt_prog_compiler_wl
='-Wl,'
8334 lt_prog_compiler_pic
='--shared'
8335 lt_prog_compiler_static
='--static'
8337 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
8338 # Portland Group compilers (*not* the Pentium gcc compiler,
8339 # which looks to be a dead project)
8340 lt_prog_compiler_wl
='-Wl,'
8341 lt_prog_compiler_pic
='-fpic'
8342 lt_prog_compiler_static
='-Bstatic'
8345 lt_prog_compiler_wl
='-Wl,'
8346 # All Alpha code is PIC.
8347 lt_prog_compiler_static
='-non_shared'
8350 # IBM XL C 8.0/Fortran 10.1 on PPC
8351 lt_prog_compiler_wl
='-Wl,'
8352 lt_prog_compiler_pic
='-qpic'
8353 lt_prog_compiler_static
='-qstaticlink'
8356 case `$CC -V 2>&1 | sed 5q` in
8359 lt_prog_compiler_pic
='-KPIC'
8360 lt_prog_compiler_static
='-Bstatic'
8361 lt_prog_compiler_wl
='-Wl,'
8364 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8365 lt_prog_compiler_pic
='-KPIC'
8366 lt_prog_compiler_static
='-Bstatic'
8367 lt_prog_compiler_wl
=''
8375 lt_prog_compiler_pic
='-KPIC'
8376 lt_prog_compiler_static
='-Bstatic'
8380 # QNX uses GNU C++, but need to define -shared option too, otherwise
8382 lt_prog_compiler_pic
='-fPIC -shared'
8385 osf3
* | osf4
* | osf5
*)
8386 lt_prog_compiler_wl
='-Wl,'
8387 # All OSF/1 code is PIC.
8388 lt_prog_compiler_static
='-non_shared'
8392 lt_prog_compiler_static
='-non_shared'
8396 lt_prog_compiler_pic
='-KPIC'
8397 lt_prog_compiler_static
='-Bstatic'
8398 case $cc_basename in
8400 lt_prog_compiler_wl
='-Qoption ld ';;
8402 lt_prog_compiler_wl
='-Wl,';;
8407 lt_prog_compiler_wl
='-Qoption ld '
8408 lt_prog_compiler_pic
='-PIC'
8409 lt_prog_compiler_static
='-Bstatic'
8412 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8413 lt_prog_compiler_wl
='-Wl,'
8414 lt_prog_compiler_pic
='-KPIC'
8415 lt_prog_compiler_static
='-Bstatic'
8419 if test -d /usr
/nec
;then
8420 lt_prog_compiler_pic
='-Kconform_pic'
8421 lt_prog_compiler_static
='-Bstatic'
8425 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8426 lt_prog_compiler_wl
='-Wl,'
8427 lt_prog_compiler_pic
='-KPIC'
8428 lt_prog_compiler_static
='-Bstatic'
8432 lt_prog_compiler_wl
='-Wl,'
8433 lt_prog_compiler_can_build_shared
=no
8437 lt_prog_compiler_pic
='-pic'
8438 lt_prog_compiler_static
='-Bstatic'
8442 lt_prog_compiler_can_build_shared
=no
8448 # For platforms which do not support PIC, -DPIC is meaningless:
8450 lt_prog_compiler_pic
=
8453 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8457 $as_echo "$lt_prog_compiler_pic" >&6; }
8465 # Check to make sure the PIC flag actually works.
8467 if test -n "$lt_prog_compiler_pic"; then
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8469 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8470 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8471 $as_echo_n "(cached) " >&6
8473 lt_cv_prog_compiler_pic_works
=no
8474 ac_outfile
=conftest.
$ac_objext
8475 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8476 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8477 # Insert the option either (1) after the last *FLAGS variable, or
8478 # (2) before a word containing "conftest.", or (3) at the end.
8479 # Note that $ac_compile itself does not contain backslashes and begins
8480 # with a dollar sign (not a hyphen), so the echo should work correctly.
8481 # The option is referenced via a variable to avoid confusing sed.
8482 lt_compile
=`echo "$ac_compile" | $SED \
8483 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8484 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8485 -e 's:$: $lt_compiler_flag:'`
8486 (eval echo "\"\$as_me:8486: $lt_compile\"" >&5)
8487 (eval "$lt_compile" 2>conftest.err
)
8489 cat conftest.err
>&5
8490 echo "$as_me:8490: \$? = $ac_status" >&5
8491 if (exit $ac_status) && test -s "$ac_outfile"; then
8492 # The compiler can only warn and ignore the option if not recognized
8493 # So say no if there are warnings other than the usual output.
8494 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
8495 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8496 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8497 lt_cv_prog_compiler_pic_works
=yes
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8504 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8506 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8507 case $lt_prog_compiler_pic in
8509 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8512 lt_prog_compiler_pic
=
8513 lt_prog_compiler_can_build_shared
=no
8524 # Check to make sure the static flag actually works.
8526 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8528 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8529 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8530 $as_echo_n "(cached) " >&6
8532 lt_cv_prog_compiler_static_works
=no
8533 save_LDFLAGS
="$LDFLAGS"
8534 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8535 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8536 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8537 # The linker can only warn and ignore the option if not recognized
8538 # So say no if there are warnings
8539 if test -s conftest.err
; then
8540 # Append any errors to the config.log.
8541 cat conftest.err
1>&5
8542 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
8543 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8544 if diff conftest.exp conftest.er2
>/dev
/null
; then
8545 lt_cv_prog_compiler_static_works
=yes
8548 lt_cv_prog_compiler_static_works
=yes
8552 LDFLAGS
="$save_LDFLAGS"
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8556 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8558 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8561 lt_prog_compiler_static
=
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8571 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8572 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8573 $as_echo_n "(cached) " >&6
8575 lt_cv_prog_compiler_c_o
=no
8576 $RM -r conftest
2>/dev
/null
8580 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8582 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8583 # Insert the option either (1) after the last *FLAGS variable, or
8584 # (2) before a word containing "conftest.", or (3) at the end.
8585 # Note that $ac_compile itself does not contain backslashes and begins
8586 # with a dollar sign (not a hyphen), so the echo should work correctly.
8587 lt_compile
=`echo "$ac_compile" | $SED \
8588 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8589 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8590 -e 's:$: $lt_compiler_flag:'`
8591 (eval echo "\"\$as_me:8591: $lt_compile\"" >&5)
8592 (eval "$lt_compile" 2>out
/conftest.err
)
8594 cat out
/conftest.err
>&5
8595 echo "$as_me:8595: \$? = $ac_status" >&5
8596 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8598 # The compiler can only warn and ignore the option if not recognized
8599 # So say no if there are warnings
8600 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
8601 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8602 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8603 lt_cv_prog_compiler_c_o
=yes
8608 # SGI C++ compiler will create directory out/ii_files/ for
8609 # template instantiation
8610 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8611 $RM out
/* && rmdir out
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8618 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8626 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8627 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8628 $as_echo_n "(cached) " >&6
8630 lt_cv_prog_compiler_c_o
=no
8631 $RM -r conftest
2>/dev
/null
8635 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8637 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8638 # Insert the option either (1) after the last *FLAGS variable, or
8639 # (2) before a word containing "conftest.", or (3) at the end.
8640 # Note that $ac_compile itself does not contain backslashes and begins
8641 # with a dollar sign (not a hyphen), so the echo should work correctly.
8642 lt_compile
=`echo "$ac_compile" | $SED \
8643 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8644 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8645 -e 's:$: $lt_compiler_flag:'`
8646 (eval echo "\"\$as_me:8646: $lt_compile\"" >&5)
8647 (eval "$lt_compile" 2>out
/conftest.err
)
8649 cat out
/conftest.err
>&5
8650 echo "$as_me:8650: \$? = $ac_status" >&5
8651 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8653 # The compiler can only warn and ignore the option if not recognized
8654 # So say no if there are warnings
8655 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
8656 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8657 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8658 lt_cv_prog_compiler_c_o
=yes
8663 # SGI C++ compiler will create directory out/ii_files/ for
8664 # template instantiation
8665 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8666 $RM out
/* && rmdir out
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8673 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8678 hard_links
="nottested"
8679 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8680 # do not overwrite the value of need_locks provided by the user
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8682 $as_echo_n "checking if we can lock with hard links... " >&6; }
8685 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8687 ln conftest.a conftest.b
2>&5 || hard_links
=no
8688 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8690 $as_echo "$hard_links" >&6; }
8691 if test "$hard_links" = no
; then
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8693 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8706 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8709 allow_undefined_flag
=
8710 always_export_symbols
=no
8712 archive_expsym_cmds
=
8713 compiler_needs_object
=no
8714 enable_shared_with_static_runtimes
=no
8715 export_dynamic_flag_spec
=
8716 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8717 hardcode_automatic
=no
8719 hardcode_direct_absolute
=no
8720 hardcode_libdir_flag_spec
=
8721 hardcode_libdir_flag_spec_ld
=
8722 hardcode_libdir_separator
=
8724 hardcode_shlibpath_var
=unsupported
8726 link_all_deplibs
=unknown
8729 old_archive_from_new_cmds
=
8730 old_archive_from_expsyms_cmds
=
8731 thread_safe_flag_spec
=
8732 whole_archive_flag_spec
=
8733 # include_expsyms should be a list of space-separated symbols to be *always*
8734 # included in the symbol list
8736 # exclude_expsyms can be an extended regexp of symbols to exclude
8737 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8738 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8739 # as well as any symbol that contains `d'.
8740 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8741 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8742 # platforms (ab)use it in PIC code, but their linkers get confused if
8743 # the symbol is explicitly referenced. Since portable code cannot
8744 # rely on this symbol name, it's probably fine to never include it in
8745 # preloaded symbol tables.
8746 # Exclude shared library initialization/finalization symbols.
8747 extract_expsyms_cmds
=
8750 cygwin
* | mingw
* | pw32
* | cegcc
*)
8751 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8752 # When not using gcc, we currently assume that we are using
8753 # Microsoft Visual C++.
8754 if test "$GCC" != yes; then
8759 # we just hope/assume this is gcc and not c89 (= MSVC++)
8768 if test "$with_gnu_ld" = yes; then
8769 # If archive_cmds runs LD, not CC, wlarc should be empty
8772 # Set some defaults for GNU ld with shared library support. These
8773 # are reset later if shared libraries are not supported. Putting them
8774 # here allows them to be overridden if necessary.
8775 runpath_var
=LD_RUN_PATH
8776 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8777 export_dynamic_flag_spec
='${wl}--export-dynamic'
8778 # ancient GNU ld didn't support --whole-archive et. al.
8779 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
8780 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8782 whole_archive_flag_spec
=
8784 supports_anon_versioning
=no
8785 case `$LD -v 2>&1` in
8786 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
8787 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
8788 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
8789 *\
2.11.
*) ;; # other 2.11 versions
8790 *) supports_anon_versioning
=yes ;;
8793 # See if GNU ld supports shared libraries.
8796 # On AIX/PPC, the GNU linker is very broken
8797 if test "$host_cpu" != ia64
; then
8801 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8802 *** to be unable to reliably create shared libraries on AIX.
8803 *** Therefore, libtool is disabling shared libraries support. If you
8804 *** really care for shared libraries, you may want to modify your PATH
8805 *** so that a non-GNU linker is found, and then restart.
8814 # see comment about AmigaOS4 .so support
8815 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8816 archive_expsym_cmds
=''
8819 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)'
8820 hardcode_libdir_flag_spec
='-L$libdir'
8821 hardcode_minus_L
=yes
8827 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8828 allow_undefined_flag
=unsupported
8829 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8830 # support --undefined. This deserves some investigation. FIXME
8831 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8837 cygwin
* | mingw
* | pw32
* | cegcc
*)
8838 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8839 # as there is no search path for DLLs.
8840 hardcode_libdir_flag_spec
='-L$libdir'
8841 allow_undefined_flag
=unsupported
8842 always_export_symbols
=no
8843 enable_shared_with_static_runtimes
=yes
8844 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8846 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8847 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8848 # If the export-symbols file already is a .def file (1st line
8849 # is EXPORTS), use it as is; otherwise, prepend...
8850 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8851 cp $export_symbols $output_objdir/$soname.def;
8853 echo EXPORTS > $output_objdir/$soname.def;
8854 cat $export_symbols >> $output_objdir/$soname.def;
8856 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8864 hardcode_shlibpath_var
=no
8865 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8866 export_dynamic_flag_spec
='${wl}-E'
8867 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8868 # Instead, shared libraries are loaded at an image base (0x10000000 by
8869 # default) and relocated if they conflict, which is a slow very memory
8870 # consuming and fragmenting process. To avoid this, we pick a random,
8871 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8872 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8873 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8874 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'
8877 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8879 if test "$host_os" = linux-dietlibc
; then
8880 case $cc_basename in
8881 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8884 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8885 && test "$tmp_diet" = no
8888 tmp_sharedflag
='-shared'
8889 case $cc_basename,$host_cpu in
8890 pgcc
*) # Portland Group C compiler
8891 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'
8892 tmp_addflag
=' $pic_flag'
8894 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
8895 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'
8896 tmp_addflag
=' $pic_flag -Mnomain' ;;
8897 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8898 tmp_addflag
=' -i_dynamic' ;;
8899 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8900 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8901 ifc
* | ifort
*) # Intel Fortran compiler
8902 tmp_addflag
=' -nofor_main' ;;
8903 lf95
*) # Lahey Fortran 8.1
8904 whole_archive_flag_spec
=
8905 tmp_sharedflag
='--shared' ;;
8906 xl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8907 tmp_sharedflag
='-qmkshrobj'
8910 case `$CC -V 2>&1 | sed 5q` in
8911 *Sun\ C
*) # Sun C 5.9
8912 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'
8913 compiler_needs_object
=yes
8914 tmp_sharedflag
='-G' ;;
8915 *Sun\ F
*) # Sun Fortran 8.3
8916 tmp_sharedflag
='-G' ;;
8918 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8920 if test "x$supports_anon_versioning" = xyes
; then
8921 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8922 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8923 echo "local: *; };" >> $output_objdir/$libname.ver~
8924 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8927 case $cc_basename in
8929 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8930 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8931 hardcode_libdir_flag_spec
=
8932 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8933 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8934 if test "x$supports_anon_versioning" = xyes
; then
8935 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8936 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8937 echo "local: *; };" >> $output_objdir/$libname.ver~
8938 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8948 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8949 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8952 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8958 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8962 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8963 *** create shared libraries on Solaris systems. Therefore, libtool
8964 *** is disabling shared libraries support. We urge you to upgrade GNU
8965 *** binutils to release 2.9.1 or newer. Another option is to modify
8966 *** your PATH or compiler configuration so that the native linker is
8967 *** used, and then restart.
8970 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8971 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8972 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8978 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8979 case `$LD -v 2>&1` in
8980 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8984 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8985 *** reliably create shared libraries on SCO systems. Therefore, libtool
8986 *** is disabling shared libraries support. We urge you to upgrade GNU
8987 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8988 *** your PATH or compiler configuration so that the native linker is
8989 *** used, and then restart.
8994 # For security reasons, it is highly recommended that you always
8995 # use absolute paths for naming shared libraries, and exclude the
8996 # DT_RUNPATH tag from executables and libraries. But doing so
8997 # requires that you compile everything twice, which is a pain.
8998 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8999 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9000 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9001 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9010 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9013 hardcode_shlibpath_var
=no
9017 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9018 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9019 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9026 if test "$ld_shlibs" = no
; then
9028 hardcode_libdir_flag_spec
=
9029 export_dynamic_flag_spec
=
9030 whole_archive_flag_spec
=
9033 # PORTME fill in a description of your system's linker (not GNU ld)
9036 allow_undefined_flag
=unsupported
9037 always_export_symbols
=yes
9038 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'
9039 # Note: this linker hardcodes the directories in LIBPATH if there
9040 # are no directories specified by -L.
9041 hardcode_minus_L
=yes
9042 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9043 # Neither direct hardcoding nor static linking is supported with a
9045 hardcode_direct
=unsupported
9050 if test "$host_cpu" = ia64
; then
9051 # On IA64, the linker does run time linking by default, so we don't
9052 # have to do anything special.
9053 aix_use_runtimelinking
=no
9054 exp_sym_flag
='-Bexport'
9057 # If we're using GNU nm, then we don't want the "-C" option.
9058 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9059 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9060 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'
9062 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'
9064 aix_use_runtimelinking
=no
9066 # Test if we are trying to use run time linking or normal
9067 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9068 # need to do runtime linking.
9069 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9070 for ld_flag
in $LDFLAGS; do
9071 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9072 aix_use_runtimelinking
=yes
9079 exp_sym_flag
='-bexport'
9080 no_entry_flag
='-bnoentry'
9083 # When large executables or shared objects are built, AIX ld can
9084 # have problems creating the table of contents. If linking a library
9085 # or program results in "error TOC overflow" add -mminimal-toc to
9086 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9087 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9091 hardcode_direct_absolute
=yes
9092 hardcode_libdir_separator
=':'
9093 link_all_deplibs
=yes
9094 file_list_spec
='${wl}-f,'
9096 if test "$GCC" = yes; then
9097 case $host_os in aix4.
[012]|aix4.
[012].
*)
9098 # We only want to do this on AIX 4.2 and lower, the check
9099 # below for broken collect2 doesn't work under 4.3+
9100 collect2name
=`${CC} -print-prog-name=collect2`
9101 if test -f "$collect2name" &&
9102 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9104 # We have reworked collect2
9107 # We have old collect2
9108 hardcode_direct
=unsupported
9109 # It fails to find uninstalled libraries when the uninstalled
9110 # path is not listed in the libpath. Setting hardcode_minus_L
9111 # to unsupported forces relinking
9112 hardcode_minus_L
=yes
9113 hardcode_libdir_flag_spec
='-L$libdir'
9114 hardcode_libdir_separator
=
9118 shared_flag
='-shared'
9119 if test "$aix_use_runtimelinking" = yes; then
9120 shared_flag
="$shared_flag "'${wl}-G'
9124 if test "$host_cpu" = ia64
; then
9125 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9126 # chokes on -Wl,-G. The following line is correct:
9129 if test "$aix_use_runtimelinking" = yes; then
9130 shared_flag
='${wl}-G'
9132 shared_flag
='${wl}-bM:SRE'
9137 export_dynamic_flag_spec
='${wl}-bexpall'
9138 # It seems that -bexpall does not export symbols beginning with
9139 # underscore (_), so it is better to generate a list of symbols to export.
9140 always_export_symbols
=yes
9141 if test "$aix_use_runtimelinking" = yes; then
9142 # Warning - without using the other runtime loading flags (-brtl),
9143 # -berok will link without error, but may produce a broken library.
9144 allow_undefined_flag
='-berok'
9145 # Determine the default libpath from the value encoded in an
9147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9148 /* end confdefs.h. */
9158 if ac_fn_c_try_link
"$LINENO"; then :
9160 lt_aix_libpath_sed
='
9161 /Import File Strings/,/^$/ {
9167 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9168 # Check for a 64-bit object if we didn't find anything.
9169 if test -z "$aix_libpath"; then
9170 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9173 rm -f core conftest.err conftest.
$ac_objext \
9174 conftest
$ac_exeext conftest.
$ac_ext
9175 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9177 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9178 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"
9180 if test "$host_cpu" = ia64
; then
9181 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9182 allow_undefined_flag
="-z nodefs"
9183 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"
9185 # Determine the default libpath from the value encoded in an
9187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9188 /* end confdefs.h. */
9198 if ac_fn_c_try_link
"$LINENO"; then :
9200 lt_aix_libpath_sed
='
9201 /Import File Strings/,/^$/ {
9207 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9208 # Check for a 64-bit object if we didn't find anything.
9209 if test -z "$aix_libpath"; then
9210 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9213 rm -f core conftest.err conftest.
$ac_objext \
9214 conftest
$ac_exeext conftest.
$ac_ext
9215 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9217 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9218 # Warning - without using the other run time loading flags,
9219 # -berok will link without error, but may produce a broken library.
9220 no_undefined_flag
=' ${wl}-bernotok'
9221 allow_undefined_flag
=' ${wl}-berok'
9222 # Exported symbols can be pulled into shared objects from archives
9223 whole_archive_flag_spec
='$convenience'
9224 archive_cmds_need_lc
=yes
9225 # This is similar to how AIX traditionally builds its shared libraries.
9226 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'
9234 # see comment about AmigaOS4 .so support
9235 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9236 archive_expsym_cmds
=''
9239 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)'
9240 hardcode_libdir_flag_spec
='-L$libdir'
9241 hardcode_minus_L
=yes
9247 export_dynamic_flag_spec
=-rdynamic
9250 cygwin
* | mingw
* | pw32
* | cegcc
*)
9251 # When not using gcc, we currently assume that we are using
9252 # Microsoft Visual C++.
9253 # hardcode_libdir_flag_spec is actually meaningless, as there is
9254 # no search path for DLLs.
9255 hardcode_libdir_flag_spec
=' '
9256 allow_undefined_flag
=unsupported
9257 # Tell ltmain to make .lib files, not .a files.
9259 # Tell ltmain to make .dll files, not .so files.
9261 # FIXME: Setting linknames here is a bad hack.
9262 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9263 # The linker will automatically build a .lib file if we build a DLL.
9264 old_archive_from_new_cmds
='true'
9265 # FIXME: Should let the user specify the lib program.
9266 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9267 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9268 enable_shared_with_static_runtimes
=yes
9271 darwin
* | rhapsody
*)
9274 archive_cmds_need_lc
=no
9276 hardcode_automatic
=yes
9277 hardcode_shlibpath_var
=unsupported
9278 whole_archive_flag_spec
=''
9279 link_all_deplibs
=yes
9280 allow_undefined_flag
="$_lt_dar_allow_undefined"
9281 case $cc_basename in
9282 ifort
*) _lt_dar_can_shared
=yes ;;
9283 *) _lt_dar_can_shared
=$GCC ;;
9285 if test "$_lt_dar_can_shared" = "yes"; then
9286 output_verbose_link_cmd
=echo
9287 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9288 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9289 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 ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9290 module_expsym_cmds
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9299 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9300 hardcode_libdir_flag_spec
='-L$libdir'
9301 hardcode_shlibpath_var
=no
9308 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9309 # support. Future versions do this automatically, but an explicit c++rt0.o
9310 # does not break anything, and helps significantly (at the cost of a little
9313 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9314 hardcode_libdir_flag_spec
='-R$libdir'
9316 hardcode_shlibpath_var
=no
9319 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9321 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9323 hardcode_minus_L
=yes
9324 hardcode_shlibpath_var
=no
9327 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9328 freebsd
* | dragonfly
*)
9329 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9330 hardcode_libdir_flag_spec
='-R$libdir'
9332 hardcode_shlibpath_var
=no
9336 if test "$GCC" = yes; then
9337 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'
9339 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'
9341 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9342 hardcode_libdir_separator
=:
9345 # hardcode_minus_L: Not really in the search PATH,
9346 # but as the default location of the library.
9347 hardcode_minus_L
=yes
9348 export_dynamic_flag_spec
='${wl}-E'
9352 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
9353 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9355 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9357 if test "$with_gnu_ld" = no
; then
9358 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9359 hardcode_libdir_flag_spec_ld
='+b $libdir'
9360 hardcode_libdir_separator
=:
9362 hardcode_direct_absolute
=yes
9363 export_dynamic_flag_spec
='${wl}-E'
9364 # hardcode_minus_L: Not really in the search PATH,
9365 # but as the default location of the library.
9366 hardcode_minus_L
=yes
9371 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
9374 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9377 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9380 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9386 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9389 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9392 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9396 if test "$with_gnu_ld" = no
; then
9397 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9398 hardcode_libdir_separator
=:
9403 hardcode_shlibpath_var
=no
9407 hardcode_direct_absolute
=yes
9408 export_dynamic_flag_spec
='${wl}-E'
9410 # hardcode_minus_L: Not really in the search PATH,
9411 # but as the default location of the library.
9412 hardcode_minus_L
=yes
9418 irix5
* | irix6
* | nonstopux
*)
9419 if test "$GCC" = yes; then
9420 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'
9421 # Try to use the -exported_symbol ld option, if it does not
9422 # work, assume that -exports_file does not work either and
9423 # implicitly export all symbols.
9424 save_LDFLAGS
="$LDFLAGS"
9425 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9427 /* end confdefs.h. */
9430 if ac_fn_c_try_link
"$LINENO"; then :
9431 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'
9434 rm -f core conftest.err conftest.
$ac_objext \
9435 conftest
$ac_exeext conftest.
$ac_ext
9436 LDFLAGS
="$save_LDFLAGS"
9438 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'
9439 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'
9441 archive_cmds_need_lc
='no'
9442 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9443 hardcode_libdir_separator
=:
9445 link_all_deplibs
=yes
9449 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9450 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9452 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9454 hardcode_libdir_flag_spec
='-R$libdir'
9456 hardcode_shlibpath_var
=no
9460 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9462 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9463 hardcode_libdir_separator
=:
9464 hardcode_shlibpath_var
=no
9471 if test -f /usr
/libexec
/ld.so
; then
9473 hardcode_shlibpath_var
=no
9474 hardcode_direct_absolute
=yes
9475 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9476 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9477 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9478 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9479 export_dynamic_flag_spec
='${wl}-E'
9482 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9483 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9484 hardcode_libdir_flag_spec
='-R$libdir'
9487 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9488 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9498 hardcode_libdir_flag_spec
='-L$libdir'
9499 hardcode_minus_L
=yes
9500 allow_undefined_flag
=unsupported
9501 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'
9502 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9506 if test "$GCC" = yes; then
9507 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9508 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'
9510 allow_undefined_flag
=' -expect_unresolved \*'
9511 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'
9513 archive_cmds_need_lc
='no'
9514 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9515 hardcode_libdir_separator
=:
9518 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9519 if test "$GCC" = yes; then
9520 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9521 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'
9522 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9524 allow_undefined_flag
=' -expect_unresolved \*'
9525 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'
9526 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~
9527 $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'
9529 # Both c and cxx compiler support -rpath directly
9530 hardcode_libdir_flag_spec
='-rpath $libdir'
9532 archive_cmds_need_lc
='no'
9533 hardcode_libdir_separator
=:
9537 no_undefined_flag
=' -z defs'
9538 if test "$GCC" = yes; then
9540 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9541 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9542 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9544 case `$CC -V 2>&1` in
9547 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9548 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9549 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9553 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9554 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9555 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9559 hardcode_libdir_flag_spec
='-R$libdir'
9560 hardcode_shlibpath_var
=no
9562 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9564 # The compiler driver will combine and reorder linker options,
9565 # but understands `-z linker_flag'. GCC discards it without `$wl',
9566 # but is careful enough not to reorder.
9567 # Supported since Solaris 2.6 (maybe 2.5.1?)
9568 if test "$GCC" = yes; then
9569 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9571 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9575 link_all_deplibs
=yes
9579 if test "x$host_vendor" = xsequent
; then
9580 # Use $CC to link under sequent, because it throws in some extra .o
9581 # files that make .init and .fini sections work.
9582 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9584 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9586 hardcode_libdir_flag_spec
='-L$libdir'
9588 hardcode_minus_L
=yes
9589 hardcode_shlibpath_var
=no
9593 case $host_vendor in
9595 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9596 hardcode_direct
=yes # is this really true???
9599 ## LD is ld it makes a PLAMLIB
9600 ## CC just makes a GrossModule.
9601 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9602 reload_cmds
='$CC -r -o $output$reload_objs'
9606 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9607 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9610 runpath_var
='LD_RUN_PATH'
9611 hardcode_shlibpath_var
=no
9615 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9616 hardcode_shlibpath_var
=no
9617 export_dynamic_flag_spec
='-Bexport'
9621 if test -d /usr
/nec
; then
9622 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9623 hardcode_shlibpath_var
=no
9624 runpath_var
=LD_RUN_PATH
9625 hardcode_runpath_var
=yes
9630 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9631 no_undefined_flag
='${wl}-z,text'
9632 archive_cmds_need_lc
=no
9633 hardcode_shlibpath_var
=no
9634 runpath_var
='LD_RUN_PATH'
9636 if test "$GCC" = yes; then
9637 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9638 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9640 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9641 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9645 sysv5
* | sco3.2v5
* | sco5v6
*)
9646 # Note: We can NOT use -z defs as we might desire, because we do not
9647 # link with -lc, and that would cause any symbols used from libc to
9648 # always be unresolved, which means just about no library would
9649 # ever link correctly. If we're not using GNU ld we use -z text
9650 # though, which does catch some bad symbols but isn't as heavy-handed
9652 no_undefined_flag
='${wl}-z,text'
9653 allow_undefined_flag
='${wl}-z,nodefs'
9654 archive_cmds_need_lc
=no
9655 hardcode_shlibpath_var
=no
9656 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9657 hardcode_libdir_separator
=':'
9658 link_all_deplibs
=yes
9659 export_dynamic_flag_spec
='${wl}-Bexport'
9660 runpath_var
='LD_RUN_PATH'
9662 if test "$GCC" = yes; then
9663 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9664 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9666 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9667 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9672 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9673 hardcode_libdir_flag_spec
='-L$libdir'
9674 hardcode_shlibpath_var
=no
9682 if test x
$host_vendor = xsni
; then
9684 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9685 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9692 $as_echo "$ld_shlibs" >&6; }
9693 test "$ld_shlibs" = no
&& can_build_shared
=no
9695 with_gnu_ld
=$with_gnu_ld
9712 # Do we need to explicitly link libc?
9714 case "x$archive_cmds_need_lc" in
9716 # Assume -lc should be added
9717 archive_cmds_need_lc
=yes
9719 if test "$enable_shared" = yes && test "$GCC" = yes; then
9720 case $archive_cmds in
9722 # FIXME: we may have to deal with multi-command sequences.
9725 # Test whether the compiler implicitly links with -lc since on some
9726 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9727 # to ld, don't add -lc before -lgcc.
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9729 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9730 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9731 $as_echo_n "(cached) " >&6
9734 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9736 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9737 (eval $ac_compile) 2>&5
9739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9740 test $ac_status = 0; } 2>conftest.err
; then
9743 libobjs
=conftest.
$ac_objext
9745 wl
=$lt_prog_compiler_wl
9746 pic_flag
=$lt_prog_compiler_pic
9752 lt_save_allow_undefined_flag
=$allow_undefined_flag
9753 allow_undefined_flag
=
9754 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9755 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9758 test $ac_status = 0; }
9760 lt_cv_archive_cmds_need_lc
=no
9762 lt_cv_archive_cmds_need_lc
=yes
9764 allow_undefined_flag
=$lt_save_allow_undefined_flag
9766 cat conftest.err
1>&5
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9772 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9773 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9937 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9939 if test "$GCC" = yes; then
9941 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9942 *) lt_awk_arg
="/^libraries:/" ;;
9944 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9945 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
9946 # if the path contains ";" then we assume it to be the separator
9947 # otherwise default to the standard path separator (i.e. ":") - it is
9948 # assumed that no part of a normal pathname contains ";" but that should
9949 # okay in the real world where ";" in dirpaths is itself problematic.
9950 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9952 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9954 # Ok, now we have the path, separated by spaces, we can step through it
9955 # and add multilib dir if necessary.
9956 lt_tmp_lt_search_path_spec
=
9957 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9958 for lt_sys_path
in $lt_search_path_spec; do
9959 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9960 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9962 test -d "$lt_sys_path" && \
9963 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9966 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9967 BEGIN {RS=" "; FS="/|\n";} {
9970 for (lt_i = NF; lt_i > 0; lt_i--) {
9971 if ($lt_i != "" && $lt_i != ".") {
9972 if ($lt_i == "..") {
9975 if (lt_count == 0) {
9976 lt_foo="/" $lt_i lt_foo;
9983 if (lt_foo != "") { lt_freq[lt_foo]++; }
9984 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9986 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
9988 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9991 libname_spec
='lib$name'
9999 shlibpath_overrides_runpath
=unknown
10001 dynamic_linker
="$host_os ld.so"
10002 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10003 need_lib_prefix
=unknown
10004 hardcode_into_libs
=no
10006 # when you set need_version to no, make sure it does not cause -set_version
10007 # flags to be left without arguments
10008 need_version
=unknown
10013 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10014 shlibpath_var
=LIBPATH
10016 # AIX 3 has no versioning support, so we append a major version to the name.
10017 soname_spec
='${libname}${release}${shared_ext}$major'
10024 hardcode_into_libs
=yes
10025 if test "$host_cpu" = ia64
; then
10026 # AIX 5 supports IA64
10027 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10028 shlibpath_var
=LD_LIBRARY_PATH
10030 # With GCC up to 2.95.x, collect2 would create an import file
10031 # for dependence libraries. The import file would start with
10032 # the line `#! .'. This would cause the generated library to
10033 # depend on `.', always an invalid library. This was fixed in
10034 # development snapshots of GCC prior to 3.0.
10036 aix4 | aix4.
[01] | aix4.
[01].
*)
10037 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10039 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10042 can_build_shared
=no
10046 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10047 # soname into executable. Probably we can add versioning support to
10048 # collect2, so additional links can be useful in future.
10049 if test "$aix_use_runtimelinking" = yes; then
10050 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10051 # instead of lib<name>.a to let people know that these are not
10052 # typical AIX shared libraries.
10053 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10055 # We preserve .a as extension for shared libraries through AIX4.2
10056 # and later when we are not doing run time linking.
10057 library_names_spec
='${libname}${release}.a $libname.a'
10058 soname_spec
='${libname}${release}${shared_ext}$major'
10060 shlibpath_var
=LIBPATH
10067 # Since July 2007 AmigaOS4 officially supports .so libraries.
10068 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10069 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10072 library_names_spec
='$libname.ixlibrary $libname.a'
10073 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10074 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'
10080 library_names_spec
='${libname}${shared_ext}'
10081 dynamic_linker
="$host_os ld.so"
10082 shlibpath_var
=LIBRARY_PATH
10088 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10089 soname_spec
='${libname}${release}${shared_ext}$major'
10090 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10091 shlibpath_var
=LD_LIBRARY_PATH
10092 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10093 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10094 # the default ld.so.conf also contains /usr/contrib/lib and
10095 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10096 # libtool to hard-code these into programs
10099 cygwin
* | mingw
* | pw32
* | cegcc
*)
10100 version_type
=windows
10105 case $GCC,$host_os in
10106 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10107 library_names_spec
='$libname.dll.a'
10108 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10109 postinstall_cmds
='base_file=`basename \${file}`~
10110 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10111 dldir=$destdir/`dirname \$dlpath`~
10112 test -d \$dldir || mkdir -p \$dldir~
10113 $install_prog $dir/$dlname \$dldir/$dlname~
10114 chmod a+x \$dldir/$dlname~
10115 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10116 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10118 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10119 dlpath=$dir/\$dldll~
10121 shlibpath_overrides_runpath
=yes
10125 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10126 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10127 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
10130 # MinGW DLLs use traditional 'lib' prefix
10131 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10132 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10133 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
10134 # It is most probably a Windows format PATH printed by
10135 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10136 # path with ; separators, and with drive letters. We can handle the
10137 # drive letters (cygwin fileutils understands them), so leave them,
10138 # especially as we might pass files found there to a mingw objdump,
10139 # which wouldn't understand a cygwinified path. Ahh.
10140 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10142 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10146 # pw32 DLLs use 'pw' prefix rather than 'lib'
10147 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10153 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10156 dynamic_linker
='Win32 ld.exe'
10157 # FIXME: first we should search . and the directory the executable is in
10161 darwin
* | rhapsody
*)
10162 dynamic_linker
="$host_os dyld"
10163 version_type
=darwin
10166 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10167 soname_spec
='${libname}${release}${major}$shared_ext'
10168 shlibpath_overrides_runpath
=yes
10169 shlibpath_var
=DYLD_LIBRARY_PATH
10170 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10172 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10173 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10180 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10181 soname_spec
='${libname}${release}${shared_ext}$major'
10182 shlibpath_var
=LD_LIBRARY_PATH
10189 freebsd
* | dragonfly
*)
10190 # DragonFly does not have aout. When/if they implement a new
10191 # versioning mechanism, adjust this.
10192 if test -x /usr
/bin
/objformat
; then
10193 objformat
=`/usr/bin/objformat`
10196 freebsd
[123]*) objformat
=aout
;;
10197 *) objformat
=elf
;;
10200 version_type
=freebsd-
$objformat
10201 case $version_type in
10203 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10208 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10212 shlibpath_var
=LD_LIBRARY_PATH
10215 shlibpath_overrides_runpath
=yes
10217 freebsd3.
[01]* | freebsdelf3.
[01]*)
10218 shlibpath_overrides_runpath
=yes
10219 hardcode_into_libs
=yes
10221 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10222 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10223 shlibpath_overrides_runpath
=no
10224 hardcode_into_libs
=yes
10226 *) # from 4.6 on, and DragonFly
10227 shlibpath_overrides_runpath
=yes
10228 hardcode_into_libs
=yes
10237 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10238 soname_spec
='${libname}${release}${shared_ext}$major'
10239 shlibpath_var
=LD_LIBRARY_PATH
10240 hardcode_into_libs
=yes
10243 hpux9
* | hpux10
* | hpux11
*)
10244 # Give a soname corresponding to the major version so that dld.sl refuses to
10245 # link against other versions.
10252 hardcode_into_libs
=yes
10253 dynamic_linker
="$host_os dld.so"
10254 shlibpath_var
=LD_LIBRARY_PATH
10255 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10256 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10257 soname_spec
='${libname}${release}${shared_ext}$major'
10258 if test "X$HPUX_IA64_MODE" = X32
; then
10259 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10261 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10263 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10267 hardcode_into_libs
=yes
10268 dynamic_linker
="$host_os dld.sl"
10269 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10270 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10271 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10272 soname_spec
='${libname}${release}${shared_ext}$major'
10273 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10274 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10278 dynamic_linker
="$host_os dld.sl"
10279 shlibpath_var
=SHLIB_PATH
10280 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10281 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10282 soname_spec
='${libname}${release}${shared_ext}$major'
10285 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10286 postinstall_cmds
='chmod 555 $lib'
10293 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10294 soname_spec
='${libname}${release}${shared_ext}$major'
10295 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10296 shlibpath_var
=LD_LIBRARY_PATH
10297 shlibpath_overrides_runpath
=no
10298 hardcode_into_libs
=yes
10301 irix5
* | irix6
* | nonstopux
*)
10303 nonstopux
*) version_type
=nonstopux
;;
10305 if test "$lt_cv_prog_gnu_ld" = yes; then
10313 soname_spec
='${libname}${release}${shared_ext}$major'
10314 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10316 irix5
* | nonstopux
*)
10317 libsuff
= shlibsuff
=
10320 case $LD in # libtool.m4 will add one of these switches to LD
10321 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10322 libsuff
= shlibsuff
= libmagic
=32-bit;;
10323 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10324 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10325 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10326 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10327 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10331 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10332 shlibpath_overrides_runpath
=no
10333 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10334 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10335 hardcode_into_libs
=yes
10338 # No shared lib support for Linux oldld, aout, or coff.
10339 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10343 # This must be Linux ELF.
10344 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10348 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10349 soname_spec
='${libname}${release}${shared_ext}$major'
10350 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10351 shlibpath_var
=LD_LIBRARY_PATH
10352 shlibpath_overrides_runpath
=no
10354 # Some binutils ld are patched to set DT_RUNPATH
10355 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10356 $as_echo_n "(cached) " >&6
10358 lt_cv_shlibpath_overrides_runpath
=no
10359 save_LDFLAGS
=$LDFLAGS
10360 save_libdir
=$libdir
10361 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10362 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10363 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10364 /* end confdefs.h. */
10374 if ac_fn_c_try_link
"$LINENO"; then :
10375 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10376 lt_cv_shlibpath_overrides_runpath
=yes
10379 rm -f core conftest.err conftest.
$ac_objext \
10380 conftest
$ac_exeext conftest.
$ac_ext
10381 LDFLAGS
=$save_LDFLAGS
10382 libdir
=$save_libdir
10386 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10388 # This implies no fast_install, which is unacceptable.
10389 # Some rework will be needed to allow for fast_install
10390 # before this can be enabled.
10391 hardcode_into_libs
=yes
10393 # Append ld.so.conf contents to the search path
10394 if test -f /etc
/ld.so.conf
; then
10395 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/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
10396 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10399 # We used to test for /lib/ld.so.1 and disable shared libraries on
10400 # powerpc, because MkLinux only supported shared libraries with the
10401 # GNU dynamic linker. Since this was broken with cross compilers,
10402 # most powerpc-linux boxes support dynamic linking these days and
10403 # people can always --disable-shared, the test was removed, and we
10404 # assume the GNU/Linux dynamic linker is in use.
10405 dynamic_linker
='GNU/Linux ld.so'
10412 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10413 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10414 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10415 dynamic_linker
='NetBSD (a.out) ld.so'
10417 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10418 soname_spec
='${libname}${release}${shared_ext}$major'
10419 dynamic_linker
='NetBSD ld.elf_so'
10421 shlibpath_var
=LD_LIBRARY_PATH
10422 shlibpath_overrides_runpath
=yes
10423 hardcode_into_libs
=yes
10428 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10429 shlibpath_var
=LD_LIBRARY_PATH
10430 shlibpath_overrides_runpath
=yes
10437 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10438 soname_spec
='${libname}${release}${shared_ext}$major'
10439 shlibpath_var
=LD_LIBRARY_PATH
10440 shlibpath_overrides_runpath
=no
10441 hardcode_into_libs
=yes
10442 dynamic_linker
='ldqnx.so'
10447 sys_lib_dlsearch_path_spec
="/usr/lib"
10449 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10451 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10452 *) need_version
=no
;;
10454 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10455 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10456 shlibpath_var
=LD_LIBRARY_PATH
10457 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10459 openbsd2.
[89] | openbsd2.
[89].
*)
10460 shlibpath_overrides_runpath
=no
10463 shlibpath_overrides_runpath
=yes
10467 shlibpath_overrides_runpath
=yes
10472 libname_spec
='$name'
10475 library_names_spec
='$libname${shared_ext} $libname.a'
10476 dynamic_linker
='OS/2 ld.exe'
10477 shlibpath_var
=LIBPATH
10480 osf3
* | osf4
* | osf5
*)
10484 soname_spec
='${libname}${release}${shared_ext}$major'
10485 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10486 shlibpath_var
=LD_LIBRARY_PATH
10487 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10488 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10499 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 soname_spec
='${libname}${release}${shared_ext}$major'
10501 shlibpath_var
=LD_LIBRARY_PATH
10502 shlibpath_overrides_runpath
=yes
10503 hardcode_into_libs
=yes
10504 # ldd complains unless libraries are executable
10505 postinstall_cmds
='chmod +x $lib'
10510 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10511 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10512 shlibpath_var
=LD_LIBRARY_PATH
10513 shlibpath_overrides_runpath
=yes
10514 if test "$with_gnu_ld" = yes; then
10522 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10523 soname_spec
='${libname}${release}${shared_ext}$major'
10524 shlibpath_var
=LD_LIBRARY_PATH
10525 case $host_vendor in
10527 shlibpath_overrides_runpath
=no
10529 runpath_var
=LD_RUN_PATH
10537 shlibpath_overrides_runpath
=no
10538 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10544 if test -d /usr
/nec
;then
10546 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10547 soname_spec
='$libname${shared_ext}.$major'
10548 shlibpath_var
=LD_LIBRARY_PATH
10552 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10553 version_type
=freebsd-elf
10556 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10557 soname_spec
='${libname}${release}${shared_ext}$major'
10558 shlibpath_var
=LD_LIBRARY_PATH
10559 shlibpath_overrides_runpath
=yes
10560 hardcode_into_libs
=yes
10561 if test "$with_gnu_ld" = yes; then
10562 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10564 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10567 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10571 sys_lib_dlsearch_path_spec
='/usr/lib'
10575 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10579 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10580 shlibpath_var
=LD_LIBRARY_PATH
10581 shlibpath_overrides_runpath
=no
10582 hardcode_into_libs
=yes
10587 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10588 soname_spec
='${libname}${release}${shared_ext}$major'
10589 shlibpath_var
=LD_LIBRARY_PATH
10596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10597 $as_echo "$dynamic_linker" >&6; }
10598 test "$dynamic_linker" = no
&& can_build_shared
=no
10600 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10601 if test "$GCC" = yes; then
10602 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10605 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10606 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10608 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10609 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10699 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10701 if test -n "$hardcode_libdir_flag_spec" ||
10702 test -n "$runpath_var" ||
10703 test "X$hardcode_automatic" = "Xyes" ; then
10705 # We can hardcode non-existent directories.
10706 if test "$hardcode_direct" != no
&&
10707 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10708 # have to relink, otherwise we might link with an installed library
10709 # when we should be linking with a yet-to-be-installed one
10710 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10711 test "$hardcode_minus_L" != no
; then
10712 # Linking always hardcodes the temporary library directory.
10713 hardcode_action
=relink
10715 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10716 hardcode_action
=immediate
10719 # We cannot hardcode anything, or else we can only hardcode existing
10721 hardcode_action
=unsupported
10723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10724 $as_echo "$hardcode_action" >&6; }
10726 if test "$hardcode_action" = relink ||
10727 test "$inherit_rpath" = yes; then
10728 # Fast installation is not supported
10729 enable_fast_install
=no
10730 elif test "$shlibpath_overrides_runpath" = yes ||
10731 test "$enable_shared" = no
; then
10732 # Fast installation is not necessary
10733 enable_fast_install
=needless
10741 if test "x$enable_dlopen" != xyes
; then
10742 enable_dlopen
=unknown
10743 enable_dlopen_self
=unknown
10744 enable_dlopen_self_static
=unknown
10751 lt_cv_dlopen
="load_add_on"
10753 lt_cv_dlopen_self
=yes
10756 mingw
* | pw32
* | cegcc
*)
10757 lt_cv_dlopen
="LoadLibrary"
10762 lt_cv_dlopen
="dlopen"
10767 # if libdl is installed we need to link against it
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10769 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10770 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10771 $as_echo_n "(cached) " >&6
10773 ac_check_lib_save_LIBS
=$LIBS
10775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10776 /* end confdefs.h. */
10778 /* Override any GCC internal prototype to avoid an error.
10779 Use char because int might match the return type of a GCC
10780 builtin and then its argument prototype would still apply. */
10793 if ac_fn_c_try_link
"$LINENO"; then :
10794 ac_cv_lib_dl_dlopen
=yes
10796 ac_cv_lib_dl_dlopen
=no
10798 rm -f core conftest.err conftest.
$ac_objext \
10799 conftest
$ac_exeext conftest.
$ac_ext
10800 LIBS
=$ac_check_lib_save_LIBS
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10803 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10804 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
10805 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10808 lt_cv_dlopen
="dyld"
10810 lt_cv_dlopen_self
=yes
10817 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10818 if test "x$ac_cv_func_shl_load" = x
""yes; then :
10819 lt_cv_dlopen
="shl_load"
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10822 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10823 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10824 $as_echo_n "(cached) " >&6
10826 ac_check_lib_save_LIBS
=$LIBS
10828 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10829 /* end confdefs.h. */
10831 /* Override any GCC internal prototype to avoid an error.
10832 Use char because int might match the return type of a GCC
10833 builtin and then its argument prototype would still apply. */
10841 return shl_load ();
10846 if ac_fn_c_try_link
"$LINENO"; then :
10847 ac_cv_lib_dld_shl_load
=yes
10849 ac_cv_lib_dld_shl_load
=no
10851 rm -f core conftest.err conftest.
$ac_objext \
10852 conftest
$ac_exeext conftest.
$ac_ext
10853 LIBS
=$ac_check_lib_save_LIBS
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10856 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10857 if test "x$ac_cv_lib_dld_shl_load" = x
""yes; then :
10858 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10860 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10861 if test "x$ac_cv_func_dlopen" = x
""yes; then :
10862 lt_cv_dlopen
="dlopen"
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10865 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10866 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10867 $as_echo_n "(cached) " >&6
10869 ac_check_lib_save_LIBS
=$LIBS
10871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10872 /* end confdefs.h. */
10874 /* Override any GCC internal prototype to avoid an error.
10875 Use char because int might match the return type of a GCC
10876 builtin and then its argument prototype would still apply. */
10889 if ac_fn_c_try_link
"$LINENO"; then :
10890 ac_cv_lib_dl_dlopen
=yes
10892 ac_cv_lib_dl_dlopen
=no
10894 rm -f core conftest.err conftest.
$ac_objext \
10895 conftest
$ac_exeext conftest.
$ac_ext
10896 LIBS
=$ac_check_lib_save_LIBS
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10899 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10900 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
10901 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10904 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10905 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10906 $as_echo_n "(cached) " >&6
10908 ac_check_lib_save_LIBS
=$LIBS
10909 LIBS
="-lsvld $LIBS"
10910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10911 /* end confdefs.h. */
10913 /* Override any GCC internal prototype to avoid an error.
10914 Use char because int might match the return type of a GCC
10915 builtin and then its argument prototype would still apply. */
10928 if ac_fn_c_try_link
"$LINENO"; then :
10929 ac_cv_lib_svld_dlopen
=yes
10931 ac_cv_lib_svld_dlopen
=no
10933 rm -f core conftest.err conftest.
$ac_objext \
10934 conftest
$ac_exeext conftest.
$ac_ext
10935 LIBS
=$ac_check_lib_save_LIBS
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10938 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10939 if test "x$ac_cv_lib_svld_dlopen" = x
""yes; then :
10940 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10943 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10944 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10945 $as_echo_n "(cached) " >&6
10947 ac_check_lib_save_LIBS
=$LIBS
10949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10950 /* end confdefs.h. */
10952 /* Override any GCC internal prototype to avoid an error.
10953 Use char because int might match the return type of a GCC
10954 builtin and then its argument prototype would still apply. */
10962 return dld_link ();
10967 if ac_fn_c_try_link
"$LINENO"; then :
10968 ac_cv_lib_dld_dld_link
=yes
10970 ac_cv_lib_dld_dld_link
=no
10972 rm -f core conftest.err conftest.
$ac_objext \
10973 conftest
$ac_exeext conftest.
$ac_ext
10974 LIBS
=$ac_check_lib_save_LIBS
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10977 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10978 if test "x$ac_cv_lib_dld_dld_link" = x
""yes; then :
10979 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11000 if test "x$lt_cv_dlopen" != xno
; then
11006 case $lt_cv_dlopen in
11008 save_CPPFLAGS
="$CPPFLAGS"
11009 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11011 save_LDFLAGS
="$LDFLAGS"
11012 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11015 LIBS
="$lt_cv_dlopen_libs $LIBS"
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11018 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11019 if test "${lt_cv_dlopen_self+set}" = set; then :
11020 $as_echo_n "(cached) " >&6
11022 if test "$cross_compiling" = yes; then :
11023 lt_cv_dlopen_self
=cross
11025 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11026 lt_status
=$lt_dlunknown
11027 cat > conftest.
$ac_ext <<_LT_EOF
11028 #line 11028 "configure"
11029 #include "confdefs.h"
11038 # define LT_DLGLOBAL RTLD_GLOBAL
11041 # define LT_DLGLOBAL DL_GLOBAL
11043 # define LT_DLGLOBAL 0
11047 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11048 find out it does not work in some platform. */
11049 #ifndef LT_DLLAZY_OR_NOW
11051 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11054 # define LT_DLLAZY_OR_NOW DL_LAZY
11057 # define LT_DLLAZY_OR_NOW RTLD_NOW
11060 # define LT_DLLAZY_OR_NOW DL_NOW
11062 # define LT_DLLAZY_OR_NOW 0
11069 void fnord() { int i=42;}
11072 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11073 int status = $lt_dlunknown;
11077 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11078 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11079 /* dlclose (self); */
11087 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11088 (eval $ac_link) 2>&5
11090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11091 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11092 (.
/conftest
; exit; ) >&5 2>/dev
/null
11094 case x
$lt_status in
11095 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11096 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11097 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11100 # compilation failed
11101 lt_cv_dlopen_self
=no
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11109 $as_echo "$lt_cv_dlopen_self" >&6; }
11111 if test "x$lt_cv_dlopen_self" = xyes
; then
11112 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11114 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11115 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11116 $as_echo_n "(cached) " >&6
11118 if test "$cross_compiling" = yes; then :
11119 lt_cv_dlopen_self_static
=cross
11121 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11122 lt_status
=$lt_dlunknown
11123 cat > conftest.
$ac_ext <<_LT_EOF
11124 #line 11124 "configure"
11125 #include "confdefs.h"
11134 # define LT_DLGLOBAL RTLD_GLOBAL
11137 # define LT_DLGLOBAL DL_GLOBAL
11139 # define LT_DLGLOBAL 0
11143 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11144 find out it does not work in some platform. */
11145 #ifndef LT_DLLAZY_OR_NOW
11147 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11150 # define LT_DLLAZY_OR_NOW DL_LAZY
11153 # define LT_DLLAZY_OR_NOW RTLD_NOW
11156 # define LT_DLLAZY_OR_NOW DL_NOW
11158 # define LT_DLLAZY_OR_NOW 0
11165 void fnord() { int i=42;}
11168 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11169 int status = $lt_dlunknown;
11173 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11174 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11175 /* dlclose (self); */
11183 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11184 (eval $ac_link) 2>&5
11186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11187 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11188 (.
/conftest
; exit; ) >&5 2>/dev
/null
11190 case x
$lt_status in
11191 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11192 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11193 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11196 # compilation failed
11197 lt_cv_dlopen_self_static
=no
11204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11205 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11208 CPPFLAGS
="$save_CPPFLAGS"
11209 LDFLAGS
="$save_LDFLAGS"
11214 case $lt_cv_dlopen_self in
11215 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11216 *) enable_dlopen_self
=unknown
;;
11219 case $lt_cv_dlopen_self_static in
11220 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11221 *) enable_dlopen_self_static
=unknown
;;
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11244 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11245 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11246 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11247 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11249 $as_echo "yes" >&6; }
11251 # FIXME - insert some real tests, host_os isn't really good enough
11254 if test -n "$STRIP" ; then
11255 striplib
="$STRIP -x"
11256 old_striplib
="$STRIP -S"
11257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11258 $as_echo "yes" >&6; }
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11261 $as_echo "no" >&6; }
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11266 $as_echo "no" >&6; }
11282 # Report which library types will actually be built
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11284 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11286 $as_echo "$can_build_shared" >&6; }
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11289 $as_echo_n "checking whether to build shared libraries... " >&6; }
11290 test "$can_build_shared" = "no" && enable_shared
=no
11292 # On AIX, shared libraries and static libraries use the same namespace, and
11293 # are all built from PIC.
11296 test "$enable_shared" = yes && enable_static
=no
11297 if test -n "$RANLIB"; then
11298 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11299 postinstall_cmds
='$RANLIB $lib'
11304 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11305 test "$enable_shared" = yes && enable_static
=no
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11310 $as_echo "$enable_shared" >&6; }
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11313 $as_echo_n "checking whether to build static libraries... " >&6; }
11314 # Make sure either enable_shared or enable_static is yes.
11315 test "$enable_shared" = yes || enable_static
=yes
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11317 $as_echo "$enable_static" >&6; }
11324 ac_cpp
='$CPP $CPPFLAGS'
11325 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11326 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11327 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11343 ac_config_commands
="$ac_config_commands libtool"
11348 # Only expand once:
11352 for ac_func
in setmode
11354 ac_fn_c_check_func
"$LINENO" "setmode" "ac_cv_func_setmode"
11355 if test "x$ac_cv_func_setmode" = x
""yes; then :
11356 cat >>confdefs.h
<<_ACEOF
11357 #define HAVE_SETMODE 1
11364 ALL_LINGUAS
="fr tr sv es id da pt_BR de vi rw ga ms fi nl bg"
11365 # If we haven't got the data from the intl directory,
11366 # assume NLS is disabled.
11375 if test -f ..
/intl
/config.intl
; then
11376 . ..
/intl
/config.intl
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11379 $as_echo_n "checking whether NLS is requested... " >&6; }
11380 if test x
"$USE_NLS" != xyes
; then
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11382 $as_echo "no" >&6; }
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11385 $as_echo "yes" >&6; }
11387 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11391 $as_echo_n "checking for catalogs to be installed... " >&6; }
11392 # Look for .po and .gmo files in the source directory.
11395 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
11396 # If there aren't any .gmo files the shell will give us the
11397 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11399 case "$cat" in *\
**)
11402 # The quadruple backslash is collapsed to a double backslash
11403 # by the backticks, then collapsed again by the double quotes,
11404 # leaving us with one backslash in the sed expression (right
11405 # before the dot that mustn't act as a wildcard).
11406 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11407 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
11408 # The user is allowed to set LINGUAS to a list of languages to
11409 # install catalogs for. If it's empty that means "all of them."
11410 if test "x$LINGUAS" = x
; then
11411 CATALOGS
="$CATALOGS $cat"
11412 XLINGUAS
="$XLINGUAS $lang"
11414 case "$LINGUAS" in *$lang*)
11415 CATALOGS
="$CATALOGS $cat"
11416 XLINGUAS
="$XLINGUAS $lang"
11421 LINGUAS
="$XLINGUAS"
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11423 $as_echo "$LINGUAS" >&6; }
11437 if test -n "$ac_aux_dir"; then
11438 case "$ac_aux_dir" in
11439 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
11440 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11443 if test -z "$MKINSTALLDIRS"; then
11444 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11450 $as_echo_n "checking whether NLS is requested... " >&6; }
11451 # Check whether --enable-nls was given.
11452 if test "${enable_nls+set}" = set; then :
11453 enableval
=$enable_nls; USE_NLS
=$enableval
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11459 $as_echo "$USE_NLS" >&6; }
11466 # Prepare PATH_SEPARATOR.
11467 # The user is always right.
11468 if test "${PATH_SEPARATOR+set}" != set; then
11469 echo "#! /bin/sh" >conf$$.sh
11470 echo "exit 0" >>conf$$.sh
11472 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11480 # Find out how to test for executable files. Don't use a zero-byte file,
11481 # as systems may use methods other than mode bits to determine executability.
11482 cat >conf$$.
file <<_ASEOF
11486 chmod +x conf$$.
file
11487 if test -x conf$$.
file >/dev
/null
2>&1; then
11488 ac_executable_p
="test -x"
11490 ac_executable_p
="test -f"
11494 # Extract the first word of "msgfmt", so it can be a program name with args.
11495 set dummy msgfmt
; ac_word
=$2
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11497 $as_echo_n "checking for $ac_word... " >&6; }
11498 if test "${ac_cv_path_MSGFMT+set}" = set; then :
11499 $as_echo_n "(cached) " >&6
11503 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
11506 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11507 for ac_dir
in $PATH; do
11509 test -z "$ac_dir" && ac_dir
=.
11510 for ac_exec_ext
in '' $ac_executable_extensions; do
11511 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11512 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
11513 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11514 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
11521 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
11525 MSGFMT
="$ac_cv_path_MSGFMT"
11526 if test "$MSGFMT" != ":"; then
11527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11528 $as_echo "$MSGFMT" >&6; }
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11531 $as_echo "no" >&6; }
11534 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11535 set dummy gmsgfmt
; ac_word
=$2
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11537 $as_echo_n "checking for $ac_word... " >&6; }
11538 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11539 $as_echo_n "(cached) " >&6
11543 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
11546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11547 for as_dir
in $PATH
11550 test -z "$as_dir" && as_dir
=.
11551 for ac_exec_ext
in '' $ac_executable_extensions; do
11552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11553 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
11554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11561 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
11565 GMSGFMT
=$ac_cv_path_GMSGFMT
11566 if test -n "$GMSGFMT"; then
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11568 $as_echo "$GMSGFMT" >&6; }
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11571 $as_echo "no" >&6; }
11577 # Prepare PATH_SEPARATOR.
11578 # The user is always right.
11579 if test "${PATH_SEPARATOR+set}" != set; then
11580 echo "#! /bin/sh" >conf$$.sh
11581 echo "exit 0" >>conf$$.sh
11583 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11591 # Find out how to test for executable files. Don't use a zero-byte file,
11592 # as systems may use methods other than mode bits to determine executability.
11593 cat >conf$$.
file <<_ASEOF
11597 chmod +x conf$$.
file
11598 if test -x conf$$.
file >/dev
/null
2>&1; then
11599 ac_executable_p
="test -x"
11601 ac_executable_p
="test -f"
11605 # Extract the first word of "xgettext", so it can be a program name with args.
11606 set dummy xgettext
; ac_word
=$2
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11608 $as_echo_n "checking for $ac_word... " >&6; }
11609 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
11610 $as_echo_n "(cached) " >&6
11612 case "$XGETTEXT" in
11614 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
11617 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11618 for ac_dir
in $PATH; do
11620 test -z "$ac_dir" && ac_dir
=.
11621 for ac_exec_ext
in '' $ac_executable_extensions; do
11622 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11623 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11624 (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
11625 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
11632 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
11636 XGETTEXT
="$ac_cv_path_XGETTEXT"
11637 if test "$XGETTEXT" != ":"; then
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11639 $as_echo "$XGETTEXT" >&6; }
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11642 $as_echo "no" >&6; }
11648 # Prepare PATH_SEPARATOR.
11649 # The user is always right.
11650 if test "${PATH_SEPARATOR+set}" != set; then
11651 echo "#! /bin/sh" >conf$$.sh
11652 echo "exit 0" >>conf$$.sh
11654 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11662 # Find out how to test for executable files. Don't use a zero-byte file,
11663 # as systems may use methods other than mode bits to determine executability.
11664 cat >conf$$.
file <<_ASEOF
11668 chmod +x conf$$.
file
11669 if test -x conf$$.
file >/dev
/null
2>&1; then
11670 ac_executable_p
="test -x"
11672 ac_executable_p
="test -f"
11676 # Extract the first word of "msgmerge", so it can be a program name with args.
11677 set dummy msgmerge
; ac_word
=$2
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11679 $as_echo_n "checking for $ac_word... " >&6; }
11680 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
11681 $as_echo_n "(cached) " >&6
11683 case "$MSGMERGE" in
11685 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
11688 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11689 for ac_dir
in $PATH; do
11691 test -z "$ac_dir" && ac_dir
=.
11692 for ac_exec_ext
in '' $ac_executable_extensions; do
11693 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11694 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
11695 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
11702 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
11706 MSGMERGE
="$ac_cv_path_MSGMERGE"
11707 if test "$MSGMERGE" != ":"; then
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
11709 $as_echo "$MSGMERGE" >&6; }
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11712 $as_echo "no" >&6; }
11716 if test "$GMSGFMT" != ":"; then
11717 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
11718 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11721 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
11723 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
11728 if test "$XGETTEXT" != ":"; then
11729 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11730 (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
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
11734 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
11740 ac_config_commands
="$ac_config_commands default-1"
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11746 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11747 # Check whether --enable-maintainer-mode was given.
11748 if test "${enable_maintainer_mode+set}" = set; then :
11749 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
11751 USE_MAINTAINER_MODE
=no
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11755 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11756 if test $USE_MAINTAINER_MODE = yes; then
11757 MAINTAINER_MODE_TRUE
=
11758 MAINTAINER_MODE_FALSE
='#'
11760 MAINTAINER_MODE_TRUE
='#'
11761 MAINTAINER_MODE_FALSE
=
11764 MAINT
=$MAINTAINER_MODE_TRUE
11768 GENINSRC_NEVER_TRUE
=
11769 GENINSRC_NEVER_FALSE
='#'
11771 GENINSRC_NEVER_TRUE
='#'
11772 GENINSRC_NEVER_FALSE
=
11777 for ac_header
in sys
/gmon_out.h
11779 ac_fn_c_check_header_mongrel
"$LINENO" "sys/gmon_out.h" "ac_cv_header_sys_gmon_out_h" "$ac_includes_default"
11780 if test "x$ac_cv_header_sys_gmon_out_h" = x
""yes; then :
11781 cat >>confdefs.h
<<_ACEOF
11782 #define HAVE_SYS_GMON_OUT_H 1
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
11791 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
11792 if test "${gprof_cv_decl_getopt_unistd_h+set}" = set; then :
11793 $as_echo_n "(cached) " >&6
11795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11796 /* end confdefs.h. */
11797 #include <unistd.h>
11801 extern int getopt (int, char *const*, const char *);
11806 if ac_fn_c_try_compile
"$LINENO"; then :
11807 gprof_cv_decl_getopt_unistd_h
=yes
11809 gprof_cv_decl_getopt_unistd_h
=no
11811 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gprof_cv_decl_getopt_unistd_h" >&5
11815 $as_echo "$gprof_cv_decl_getopt_unistd_h" >&6; }
11816 if test $gprof_cv_decl_getopt_unistd_h = yes; then
11818 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
11822 # Some systems have fabs only in -lm, not in -lc.
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fabs" >&5
11824 $as_echo_n "checking for library containing fabs... " >&6; }
11825 if test "${ac_cv_search_fabs+set}" = set; then :
11826 $as_echo_n "(cached) " >&6
11828 ac_func_search_save_LIBS
=$LIBS
11829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11830 /* end confdefs.h. */
11832 /* Override any GCC internal prototype to avoid an error.
11833 Use char because int might match the return type of a GCC
11834 builtin and then its argument prototype would still apply. */
11847 for ac_lib
in '' m
; do
11848 if test -z "$ac_lib"; then
11849 ac_res
="none required"
11852 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11854 if ac_fn_c_try_link
"$LINENO"; then :
11855 ac_cv_search_fabs
=$ac_res
11857 rm -f core conftest.err conftest.
$ac_objext \
11859 if test "${ac_cv_search_fabs+set}" = set; then :
11863 if test "${ac_cv_search_fabs+set}" = set; then :
11866 ac_cv_search_fabs
=no
11868 rm conftest.
$ac_ext
11869 LIBS
=$ac_func_search_save_LIBS
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_fabs" >&5
11872 $as_echo "$ac_cv_search_fabs" >&6; }
11873 ac_res
=$ac_cv_search_fabs
11874 if test "$ac_res" != no
; then :
11875 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11881 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11883 # Check whether --enable-werror was given.
11884 if test "${enable_werror+set}" = set; then :
11885 enableval
=$enable_werror; case "${enableval}" in
11886 yes | y
) ERROR_ON_WARNING
="yes" ;;
11887 no | n
) ERROR_ON_WARNING
="no" ;;
11888 *) as_fn_error
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11893 # Enable -Wno-format by default when using gcc on mingw
11896 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11897 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
11903 # Enable -Werror by default when using gcc
11904 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11905 ERROR_ON_WARNING
=yes
11909 if test "${ERROR_ON_WARNING}" = yes ; then
11910 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
11911 NO_WERROR
="-Wno-error"
11914 if test "${GCC}" = yes ; then
11915 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11918 # Check whether --enable-build-warnings was given.
11919 if test "${enable_build_warnings+set}" = set; then :
11920 enableval
=$enable_build_warnings; case "${enableval}" in
11921 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
11922 no
) if test "${GCC}" = yes ; then
11925 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11926 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
11927 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11928 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
11929 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11934 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
11935 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11947 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
11949 cat >confcache
<<\_ACEOF
11950 # This file is a shell script that caches the results of configure
11951 # tests run on this system so they can be shared between configure
11952 # scripts and configure runs, see configure's option --config-cache.
11953 # It is not useful on other systems. If it contains results you don't
11954 # want to keep, you may remove or edit it.
11956 # config.status only pays attention to the cache file if you give it
11957 # the --recheck option to rerun configure.
11959 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11960 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11961 # following values.
11965 # The following way of writing the cache mishandles newlines in values,
11966 # but we know of no workaround that is simple, portable, and efficient.
11967 # So, we kill variables containing newlines.
11968 # Ultrix sh set writes to stderr and can't be redirected directly,
11969 # and sets the high bit in the cache file unless we assign to the vars.
11971 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11972 eval ac_val
=\$
$ac_var
11976 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11977 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11980 _ | IFS | as_nl
) ;; #(
11981 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
11982 *) { eval $ac_var=; unset $ac_var;} ;;
11988 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11989 *${as_nl}ac_space
=\
*)
11990 # `set' does not quote correctly, so add quotes: double-quote
11991 # substitution turns \\\\ into \\, and sed turns \\ into \.
11994 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11997 # `set' quotes correctly as required by POSIX, so do not add quotes.
11998 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12007 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12009 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12011 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
12012 if test -w "$cache_file"; then
12013 test "x$cache_file" != "x/dev/null" &&
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12015 $as_echo "$as_me: updating cache $cache_file" >&6;}
12016 cat confcache
>$cache_file
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12019 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12024 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12025 # Let make expand exec_prefix.
12026 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12028 DEFS
=-DHAVE_CONFIG_H
12032 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12033 # 1. Remove the extension, and $U if already installed.
12034 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
12035 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
12036 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12037 # will be set to the directory where LIBOBJS objects are built.
12038 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12039 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
12041 LIBOBJS
=$ac_libobjs
12043 LTLIBOBJS
=$ac_ltlibobjs
12046 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12047 as_fn_error
"conditional \"AMDEP\" was never defined.
12048 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12050 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12051 as_fn_error
"conditional \"am__fastdepCC\" was never defined.
12052 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12054 if test -n "$EXEEXT"; then
12056 am__EXEEXT_FALSE
='#'
12058 am__EXEEXT_TRUE
='#'
12062 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12063 as_fn_error
"conditional \"MAINTAINER_MODE\" was never defined.
12064 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12066 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
12067 as_fn_error
"conditional \"GENINSRC_NEVER\" was never defined.
12068 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12071 : ${CONFIG_STATUS=./config.status}
12073 ac_clean_files_save
=$ac_clean_files
12074 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12076 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12078 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12080 # Generated by $as_me.
12081 # Run this file to recreate the current configuration.
12082 # Compiler output produced by configure, useful for debugging
12083 # configure, is in config.log if it exists.
12086 ac_cs_recheck=false
12089 SHELL=\${CONFIG_SHELL-$SHELL}
12092 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
12093 ## -------------------- ##
12094 ## M4sh Initialization. ##
12095 ## -------------------- ##
12097 # Be more Bourne compatible
12098 DUALCASE
=1; export DUALCASE
# for MKS sh
12099 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
12102 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12103 # is contrary to our usage. Disable this feature.
12104 alias -g '${1+"$@"}'='"$@"'
12105 setopt NO_GLOB_SUBST
12107 case `(set -o) 2>/dev/null` in #(
12119 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12120 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12121 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12122 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12123 # Prefer a ksh shell builtin over an external printf program on Solaris,
12124 # but without wasting forks for bash or zsh.
12125 if test -z "$BASH_VERSION$ZSH_VERSION" \
12126 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12127 as_echo='print
-r --'
12128 as_echo_n='print
-rn --'
12129 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12130 as_echo='printf %s
\n'
12131 as_echo_n='printf %s
'
12133 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12134 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
12135 as_echo_n='/usr
/ucb
/echo -n'
12137 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12138 as_echo_n_body='eval
12142 expr "X$arg" : "X\\(.*\\)$as_nl";
12143 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12145 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
12147 export as_echo_n_body
12148 as_echo_n='sh
-c $as_echo_n_body as_echo
'
12150 export as_echo_body
12151 as_echo='sh
-c $as_echo_body as_echo
'
12154 # The user is always right.
12155 if test "${PATH_SEPARATOR+set}" != set; then
12157 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12158 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12165 # We need space, tab and new line, in precisely that order. Quoting is
12166 # there to prevent editors from complaining about space-tab.
12167 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12168 # splitting by setting IFS to empty value.)
12171 # Find who we are. Look in the path if we contain no directory separator.
12173 *[\\/]* ) as_myself=$0 ;;
12174 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12175 for as_dir in $PATH
12178 test -z "$as_dir" && as_dir=.
12179 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12185 # We did not find ourselves, most probably we were run as `sh COMMAND'
12186 # in which case we are not to be found in the path.
12187 if test "x$as_myself" = x
; then
12190 if test ! -f "$as_myself"; then
12191 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12195 # Unset variables that we do not need and which cause bugs (e.g. in
12196 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12197 # suppresses any "Segmentation fault" message there. '((' could
12198 # trigger a bug in pdksh 5.2.14.
12199 for as_var
in BASH_ENV ENV MAIL MAILPATH
12200 do eval test x\
${$as_var+set} = xset \
12201 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
12214 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
12217 # as_fn_error ERROR [LINENO LOG_FD]
12218 # ---------------------------------
12219 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12220 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12221 # script with status $?, using 1 if that was 0.
12224 as_status
=$?
; test $as_status -eq 0 && as_status
=1
12226 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
12227 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
12229 $as_echo "$as_me: error: $1" >&2
12230 as_fn_exit
$as_status
12234 # as_fn_set_status STATUS
12235 # -----------------------
12236 # Set $? to STATUS, without forking.
12237 as_fn_set_status
()
12240 } # as_fn_set_status
12242 # as_fn_exit STATUS
12243 # -----------------
12244 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12248 as_fn_set_status
$1
12254 # Portably unset VAR.
12257 { eval $1=; unset $1;}
12259 as_unset
=as_fn_unset
12260 # as_fn_append VAR VALUE
12261 # ----------------------
12262 # Append the text in VALUE to the end of the definition contained in VAR. Take
12263 # advantage of any shell optimizations that allow amortized linear growth over
12264 # repeated appends, instead of the typical quadratic growth present in naive
12266 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
12267 eval 'as_fn_append ()
12278 # as_fn_arith ARG...
12279 # ------------------
12280 # Perform arithmetic evaluation on the ARGs, and store the result in the
12281 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12282 # must be portable across $(()) and expr.
12283 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
12284 eval 'as_fn_arith ()
12291 as_val
=`expr "$@" || test $? -eq 1`
12296 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
12297 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
12303 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12304 as_basename
=basename
12309 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
12315 as_me
=`$as_basename -- "$0" ||
12316 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12317 X"$0" : 'X\(//\)$' \| \
12318 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12320 sed '/^.*\/\([^/][^/]*\)\/*$/{
12334 # Avoid depending upon Character Ranges.
12335 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12336 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12337 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12338 as_cr_digits
='0123456789'
12339 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12341 ECHO_C
= ECHO_N
= ECHO_T
=
12342 case `echo -n x` in #(((((
12344 case `echo 'xy\c'` in
12345 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
12347 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
12354 rm -f conf$$ conf$$.exe conf$$.
file
12355 if test -d conf$$.dir
; then
12356 rm -f conf$$.dir
/conf$$.
file
12359 mkdir conf$$.dir
2>/dev
/null
12361 if (echo >conf$$.
file) 2>/dev
/null
; then
12362 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12364 # ... but there are two gotchas:
12365 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12366 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12367 # In both cases, we have to default to `cp -p'.
12368 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
12370 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12378 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
12379 rmdir conf$$.dir
2>/dev
/null
12384 # Create "$as_dir" as a directory, including parents if necessary.
12389 -*) as_dir
=.
/$as_dir;;
12391 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
12395 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12396 *) as_qdir
=$as_dir;;
12398 as_dirs
="'$as_qdir' $as_dirs"
12399 as_dir
=`$as_dirname -- "$as_dir" ||
12400 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12401 X"$as_dir" : 'X\(//\)[^/]' \| \
12402 X"$as_dir" : 'X\(//\)$' \| \
12403 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12404 $as_echo X"$as_dir" |
12405 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12409 /^X\(\/\/\)[^/].*/{
12422 test -d "$as_dir" && break
12424 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
12425 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
12429 if mkdir
-p .
2>/dev
/null
; then
12430 as_mkdir_p
='mkdir -p "$as_dir"'
12432 test -d .
/-p && rmdir .
/-p
12436 if test -x / >/dev
/null
2>&1; then
12437 as_test_x
='test -x'
12439 if ls -dL / >/dev
/null
2>&1; then
12446 if test -d "$1"; then
12452 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12453 ???[sx]*):;;*)false;;esac;fi
12457 as_executable_p
=$as_test_x
12459 # Sed expression to map a string onto a valid CPP name.
12460 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12462 # Sed expression to map a string onto a valid variable name.
12463 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12467 ## ----------------------------------- ##
12468 ## Main body of $CONFIG_STATUS script. ##
12469 ## ----------------------------------- ##
12471 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
12473 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12474 # Save the log message, to keep $0 and so on meaningful, and to
12475 # report actual input values of CONFIG_FILES etc. instead of their
12476 # values after options handling.
12478 This file was extended by $as_me, which was
12479 generated by GNU Autoconf 2.64. Invocation command line was
12481 CONFIG_FILES = $CONFIG_FILES
12482 CONFIG_HEADERS = $CONFIG_HEADERS
12483 CONFIG_LINKS = $CONFIG_LINKS
12484 CONFIG_COMMANDS = $CONFIG_COMMANDS
12487 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12492 case $ac_config_files in *"
12493 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
12496 case $ac_config_headers in *"
12497 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
12501 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12502 # Files that config.status was made for.
12503 config_files="$ac_config_files"
12504 config_headers="$ac_config_headers"
12505 config_commands="$ac_config_commands"
12509 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12511 \`$as_me' instantiates files and other configuration actions
12512 from templates according to the current configuration. Unless the files
12513 and actions are specified as TAGs, all are instantiated by default.
12515 Usage: $0 [OPTION]... [TAG]...
12517 -h, --help print this help, then exit
12518 -V, --version print version number and configuration settings, then exit
12519 -q, --quiet, --silent
12520 do not print progress messages
12521 -d, --debug don't remove temporary files
12522 --recheck update $as_me by reconfiguring in the same conditions
12523 --file=FILE[:TEMPLATE]
12524 instantiate the configuration file FILE
12525 --header=FILE[:TEMPLATE]
12526 instantiate the configuration header FILE
12528 Configuration files:
12531 Configuration headers:
12534 Configuration commands:
12537 Report bugs to the package provider."
12540 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12543 configured by $0, generated by GNU Autoconf 2.64,
12544 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12546 Copyright (C) 2009 Free Software Foundation, Inc.
12547 This config.status script is free software; the Free Software Foundation
12548 gives unlimited permission to copy, distribute and modify it."
12555 test -n "\$AWK" || AWK=awk
12558 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12559 # The default lists apply if the user does not specify any file.
12565 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
12566 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
12577 # Handling of the options.
12578 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12580 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
12581 $as_echo "$ac_cs_version"; exit ;;
12582 --debug |
--debu |
--deb |
--de |
--d |
-d )
12584 --file |
--fil |
--fi |
--f )
12587 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12589 as_fn_append CONFIG_FILES
" '$ac_optarg'"
12590 ac_need_defaults
=false
;;
12591 --header |
--heade |
--head |
--hea )
12594 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12596 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
12597 ac_need_defaults
=false
;;
12599 # Conflict between --help and --header
12600 as_fn_error
"ambiguous option: \`$1'
12601 Try \`$0 --help' for more information.";;
12602 --help |
--hel |
-h )
12603 $as_echo "$ac_cs_usage"; exit ;;
12604 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12605 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12608 # This is an error.
12609 -*) as_fn_error
"unrecognized option: \`$1'
12610 Try \`$0 --help' for more information." ;;
12612 *) as_fn_append ac_config_targets
" $1"
12613 ac_need_defaults
=false
;;
12619 ac_configure_extra_args
=
12621 if $ac_cs_silent; then
12623 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12627 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12628 if \$ac_cs_recheck; then
12629 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12631 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12632 CONFIG_SHELL='$SHELL'
12633 export CONFIG_SHELL
12638 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12642 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12643 ## Running $as_me. ##
12649 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12653 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12656 # The HP-UX ksh and POSIX shell print the target directory to stdout
12657 # if CDPATH is set.
12658 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12660 sed_quote_subst='$sed_quote_subst'
12661 double_quote_subst='$double_quote_subst'
12662 delay_variable_subst='$delay_variable_subst'
12663 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12664 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12665 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12666 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12667 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12668 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12669 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12670 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12671 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12672 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12673 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12674 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12675 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12676 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12677 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12678 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12679 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12680 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12681 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12682 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12683 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12684 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12685 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12686 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12687 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12688 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12689 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12690 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12691 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12692 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12693 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12694 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12695 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12696 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12697 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12698 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12699 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12700 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12701 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12702 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12703 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12704 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12705 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12706 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12707 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"`'
12708 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12709 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12710 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12711 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12712 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12713 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12714 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12715 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12716 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12717 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12718 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12719 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12720 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12721 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12722 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12723 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12724 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12725 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12726 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12727 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12728 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12729 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12730 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12731 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12732 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12733 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12734 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12735 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12736 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12737 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12738 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12739 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12740 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12741 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12742 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12743 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12744 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12745 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12746 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12747 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12748 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12749 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12750 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12751 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12752 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12753 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12754 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12755 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12756 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12757 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12758 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12759 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12760 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12761 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12762 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12763 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12764 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12765 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12766 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12767 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12768 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12769 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12770 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12771 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12772 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12773 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12774 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12775 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12776 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12777 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12778 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12779 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12780 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12783 LTCFLAGS='$LTCFLAGS'
12784 compiler='$compiler_DEFAULT'
12786 # Quote evaled strings.
12798 deplibs_check_method \
12807 lt_cv_sys_global_symbol_pipe \
12808 lt_cv_sys_global_symbol_to_cdecl \
12809 lt_cv_sys_global_symbol_to_c_name_address \
12810 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12813 lt_prog_compiler_no_builtin_flag \
12814 lt_prog_compiler_wl \
12815 lt_prog_compiler_pic \
12816 lt_prog_compiler_static \
12817 lt_cv_prog_compiler_c_o \
12825 export_dynamic_flag_spec \
12826 whole_archive_flag_spec \
12827 compiler_needs_object \
12829 allow_undefined_flag \
12830 no_undefined_flag \
12831 hardcode_libdir_flag_spec \
12832 hardcode_libdir_flag_spec_ld \
12833 hardcode_libdir_separator \
12838 variables_saved_for_relink \
12840 library_names_spec \
12845 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12846 *[\\\\\\\`\\"\\\$]*)
12847 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12850 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12855 # Double-quote double-evaled strings.
12856 for var in reload_cmds \
12857 old_postinstall_cmds \
12858 old_postuninstall_cmds \
12860 extract_expsyms_cmds \
12861 old_archive_from_new_cmds \
12862 old_archive_from_expsyms_cmds \
12864 archive_expsym_cmds \
12866 module_expsym_cmds \
12867 export_symbols_cmds \
12870 postuninstall_cmds \
12872 sys_lib_search_path_spec \
12873 sys_lib_dlsearch_path_spec; do
12874 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12875 *[\\\\\\\`\\"\\\$]*)
12876 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12879 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12884 # Fix-up fallback echo if it was mangled by the above quoting rules.
12886 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12890 ac_aux_dir='$ac_aux_dir'
12891 xsi_shell='$xsi_shell'
12892 lt_shell_append='$lt_shell_append'
12894 # See if we are running on zsh, and set the options which allow our
12895 # commands through without removal of \ escapes INIT.
12896 if test -n "\${ZSH_VERSION+set}" ; then
12897 setopt NO_GLOB_SUBST
12903 TIMESTAMP='$TIMESTAMP'
12909 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
12910 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
12912 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
12913 # Capture the value of LINGUAS because we need it to compute CATALOGS.
12914 LINGUAS="${LINGUAS-%UNSET%}"
12919 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12921 # Handling of arguments.
12922 for ac_config_target
in $ac_config_targets
12924 case $ac_config_target in
12925 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
12926 "gconfig.h") CONFIG_HEADERS
="$CONFIG_HEADERS gconfig.h:gconfig.in" ;;
12927 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
12928 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
12929 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12930 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
12932 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12937 # If the user did not use the arguments to specify the items to instantiate,
12938 # then the envvar interface is used. Set only those that are not.
12939 # We use the long form for the default assignment because of an extremely
12940 # bizarre bug on SunOS 4.1.3.
12941 if $ac_need_defaults; then
12942 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12943 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
12944 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
12947 # Have a temporary directory for convenience. Make it in the build tree
12948 # simply because there is no reason against having it here, and in addition,
12949 # creating and moving files from /tmp can sometimes cause problems.
12950 # Hook for its removal unless debugging.
12951 # Note that there is a small window in which the directory will not be cleaned:
12952 # after its creation but before its name has been assigned to `$tmp'.
12956 trap 'exit_status=$?
12957 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12959 trap 'as_fn_exit 1' 1 2 13 15
12961 # Create a (secure) tmp directory for tmp files.
12964 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12965 test -n "$tmp" && test -d "$tmp"
12968 tmp
=.
/conf$$
-$RANDOM
12969 (umask 077 && mkdir
"$tmp")
12970 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
12972 # Set up the scripts for CONFIG_FILES section.
12973 # No need to generate them if there are no CONFIG_FILES.
12974 # This happens for instance with `./config.status config.h'.
12975 if test -n "$CONFIG_FILES"; then
12978 ac_cr
=`echo X | tr X '\015'`
12979 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12980 # But we know of no other shell where ac_cr would be empty at this
12981 # point, so we can use a bashism as a fallback.
12982 if test "x$ac_cr" = x
; then
12983 eval ac_cr
=\$
\'\\r
\'
12985 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12986 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12989 ac_cs_awk_cr
=$ac_cr
12992 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12997 echo "cat >conf$$subs.awk <<_ACEOF" &&
12998 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13000 } >conf$$subs.sh ||
13001 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
13002 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
13004 for ac_last_try in false false false false false :; do
13005 . ./conf$$subs.sh ||
13006 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
13008 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
13009 if test $ac_delim_n = $ac_delim_num; then
13011 elif $ac_last_try; then
13012 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
13014 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
13017 rm -f conf$$subs.sh
13019 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13020 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
13024 s/^/S["/; s
/!.
*/"]=/
13034 s/\(.\{148\}\).*/\1/
13036 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
13041 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13048 s/\(.\{148\}\).*/\1/
13050 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
13054 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13059 ' <conf$$subs.awk | sed '
13064 ' >>$CONFIG_STATUS || ac_write_fail=1
13065 rm -f conf$$subs.awk
13066 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13068 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
13069 for (key in S) S_is_set[key] = 1
13075 nfields = split(line, field, "@
")
13077 len = length(field[1])
13078 for (i = 2; i < nfields; i++) {
13080 keylen = length(key)
13081 if (S_is_set[key]) {
13083 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13084 len += length(value) + length(field[++i])
13095 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13096 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13097 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
13100 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
13101 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
13104 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13105 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
13106 # trailing colons and then remove the whole line if VPATH becomes empty
13107 # (actually we leave an empty line to preserve line numbers).
13108 if test "x
$srcdir" = x.; then
13109 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13110 s/:*\$(srcdir):*/:/
13111 s/:*\${srcdir}:*/:/
13113 s/^\([^=]*=[ ]*\):*/\1/
13119 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13120 fi # test -n "$CONFIG_FILES"
13122 # Set up the scripts for CONFIG_HEADERS section.
13123 # No need to generate them if there are no CONFIG_HEADERS.
13124 # This happens for instance with `./config.status Makefile'.
13125 if test -n "$CONFIG_HEADERS"; then
13126 cat >"$tmp/defines.
awk" <<\_ACAWK ||
13130 # Transform confdefs.h into an awk script `defines.awk', embedded as
13131 # here-document in config.status, that substitutes the proper values into
13132 # config.h.in to produce config.h.
13134 # Create a delimiter string that does not exist in confdefs.h, to ease
13135 # handling of long lines.
13137 for ac_last_try in false false :; do
13138 ac_t=`sed -n "/$ac_delim/p
" confdefs.h`
13139 if test -z "$ac_t"; then
13141 elif $ac_last_try; then
13142 as_fn_error "could not
make $CONFIG_HEADERS" "$LINENO" 5
13144 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
13148 # For the awk script, D is an array of macro values keyed by name,
13149 # likewise P contains macro parameters if any. Preserve backslash
13150 # newline sequences.
13152 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13154 s/.\{148\}/&'"$ac_delim"'/g
13157 s/^[ ]*#[ ]*define[ ][ ]*/ /
13164 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
13166 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
13170 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
13171 D["\
1"]=" \
3\\\\\\n
"\\/p
13173 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
13178 s/.\{148\}/&'"$ac_delim"'/g
13183 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
13186 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
13188 ' <confdefs.h | sed '
13189 s/'"$ac_delim"'/"\\\
13190 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13192 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13193 for (key in D) D_is_set[key] = 1
13196 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13198 split(line, arg, " ")
13199 if (arg[1] == "#") {
13203 defundef
= substr
(arg
[1], 2)
13206 split(mac1
, mac2
, "(") #)
13208 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
13209 if (D_is_set
[macro
]) {
13210 # Preserve the white space surrounding the "#".
13211 print prefix
"define", macro P
[macro
] D
[macro
]
13214 # Replace #undef with comments. This is necessary, for example,
13215 # in the case of _POSIX_SOURCE, which is predefined and required
13216 # on some systems where configure will not decide to define it.
13217 if (defundef
== "undef") {
13218 print
"/*", prefix defundef
, macro
, "*/"
13226 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13227 as_fn_error
"could not setup config headers machinery" "$LINENO" 5
13228 fi # test -n "$CONFIG_HEADERS"
13231 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13236 :[FHLC
]) ac_mode
=$ac_tag; continue;;
13238 case $ac_mode$ac_tag in
13240 :L
* |
:C
*:*) as_fn_error
"invalid tag \`$ac_tag'" "$LINENO" 5;;
13241 :[FH
]-) ac_tag
=-:-;;
13242 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
13259 -) ac_f
="$tmp/stdin";;
13260 *) # Look for the file first in the build tree, then in the source tree
13261 # (if the path is not absolute). The absolute path cannot be DOS-style,
13262 # because $ac_f cannot contain `:'.
13266 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
13268 as_fn_error
"cannot find input file: \`$ac_f'" "$LINENO" 5;;
13270 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13271 as_fn_append ac_file_inputs
" '$ac_f'"
13274 # Let's still pretend it is `configure' which instantiates (i.e., don't
13275 # use $as_me), people would be surprised to read:
13276 # /* config.h. Generated by config.status. */
13277 configure_input
='Generated from '`
13278 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13280 if test x
"$ac_file" != x-
; then
13281 configure_input
="$ac_file. $configure_input"
13282 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13283 $as_echo "$as_me: creating $ac_file" >&6;}
13285 # Neutralize special characters interpreted by sed in replacement strings.
13286 case $configure_input in #(
13287 *\
&* |
*\|
* |
*\\* )
13288 ac_sed_conf_input
=`$as_echo "$configure_input" |
13289 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13290 *) ac_sed_conf_input
=$configure_input;;
13294 *:-:* |
*:-) cat >"$tmp/stdin" \
13295 || as_fn_error
"could not create $ac_file" "$LINENO" 5 ;;
13300 ac_dir
=`$as_dirname -- "$ac_file" ||
13301 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13302 X"$ac_file" : 'X\(//\)[^/]' \| \
13303 X"$ac_file" : 'X\(//\)$' \| \
13304 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13305 $as_echo X"$ac_file" |
13306 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13310 /^X\(\/\/\)[^/].*/{
13323 as_dir
="$ac_dir"; as_fn_mkdir_p
13327 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13329 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13330 # A ".." for each directory in $ac_dir_suffix.
13331 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13332 case $ac_top_builddir_sub in
13333 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13334 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
13337 ac_abs_top_builddir
=$ac_pwd
13338 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
13339 # for backward compatibility:
13340 ac_top_builddir
=$ac_top_build_prefix
13343 .
) # We are building in place.
13345 ac_top_srcdir
=$ac_top_builddir_sub
13346 ac_abs_top_srcdir
=$ac_pwd ;;
13347 [\\/]* | ?
:[\\/]* ) # Absolute name.
13348 ac_srcdir
=$srcdir$ac_dir_suffix;
13349 ac_top_srcdir
=$srcdir
13350 ac_abs_top_srcdir
=$srcdir ;;
13351 *) # Relative name.
13352 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
13353 ac_top_srcdir
=$ac_top_build_prefix$srcdir
13354 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
13356 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
13366 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13367 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
13369 ac_MKDIR_P
=$MKDIR_P
13371 [\\/$
]* | ?
:[\\/]* ) ;;
13372 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
13376 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13377 # If the template does not know about datarootdir, expand it.
13378 # FIXME: This hack should be removed a few years after 2.60.
13379 ac_datarootdir_hack
=; ac_datarootdir_seen
=
13390 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13391 *datarootdir
*) ac_datarootdir_seen
=yes;;
13392 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13394 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13396 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13397 ac_datarootdir_hack='
13398 s&@datadir@&$datadir&g
13399 s&@docdir@&$docdir&g
13400 s&@infodir@&$infodir&g
13401 s&@localedir@&$localedir&g
13402 s&@mandir@&$mandir&g
13403 s&\\\${datarootdir}&$datarootdir&g' ;;
13407 # Neutralize VPATH when `$srcdir' = `.'.
13408 # Shell code in configure.ac might set extrasub.
13409 # FIXME: do we really want to maintain this feature?
13410 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13411 ac_sed_extra="$ac_vpsub
13414 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13416 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13417 s|@configure_input@|
$ac_sed_conf_input|
;t t
13418 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
13419 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
13420 s
&@srcdir@
&$ac_srcdir&;t t
13421 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
13422 s
&@top_srcdir@
&$ac_top_srcdir&;t t
13423 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
13424 s
&@builddir@
&$ac_builddir&;t t
13425 s
&@abs_builddir@
&$ac_abs_builddir&;t t
13426 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
13427 s
&@INSTALL@
&$ac_INSTALL&;t t
13428 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
13429 $ac_datarootdir_hack
13431 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.
awk" >$tmp/out \
13432 || as_fn_error "could not create
$ac_file" "$LINENO" 5
13434 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13435 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
13436 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
13438 which seems to be undefined. Please make sure it is defined." >&5
13439 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
13440 which seems to be undefined. Please make sure it is defined." >&2;}
13444 -) cat "$tmp/out" && rm -f "$tmp/out";;
13445 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13447 || as_fn_error "could not create $ac_file" "$LINENO" 5
13453 if test x"$ac_file" != x-; then
13455 $as_echo "/* $configure_input */" \
13456 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13457 } >"$tmp/config.h" \
13458 || as_fn_error "could not create $ac_file" "$LINENO" 5
13459 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13461 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13464 mv "$tmp/config.h" "$ac_file" \
13465 || as_fn_error "could not create $ac_file" "$LINENO" 5
13468 $as_echo "/* $configure_input */" \
13469 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13470 || as_fn_error "could not create -" "$LINENO" 5
13472 # Compute "$ac_file"'s index
in $config_headers.
13475 for _am_header
in $config_headers :; do
13476 case $_am_header in
13477 $_am_arg |
$_am_arg:* )
13480 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
13483 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13484 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13485 X"$_am_arg" : 'X\(//\)[^/]' \| \
13486 X"$_am_arg" : 'X\(//\)$' \| \
13487 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13488 $as_echo X"$_am_arg" |
13489 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13493 /^X\(\/\/\)[^/].*/{
13505 s/.*/./; q'`/stamp-h
$_am_stamp_count
13508 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13509 $as_echo "$as_me: executing $ac_file commands" >&6;}
13514 case $ac_file$ac_mode in
13515 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
13516 # Autoconf 2.62 quotes --file arguments for eval, but not when files
13517 # are listed without --file. Let's play safe and only enable the eval
13518 # if we detect the quoting.
13519 case $CONFIG_FILES in
13520 *\'*) eval set x
"$CONFIG_FILES" ;;
13521 *) set x
$CONFIG_FILES ;;
13526 # Strip MF so we end up with the name of the file.
13527 mf
=`echo "$mf" | sed -e 's/:.*$//'`
13528 # Check whether this is an Automake generated Makefile or not.
13529 # We used to match only the files named `Makefile.in', but
13530 # some people rename them; so instead we look at the file content.
13531 # Grep'ing the first line is not enough: some people post-process
13532 # each Makefile.in and add a new line on top of each file to say so.
13533 # Grep'ing the whole file is not good either: AIX grep has a line
13534 # limit of 2048, but all sed's we know have understand at least 4000.
13535 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
13536 dirpart
=`$as_dirname -- "$mf" ||
13537 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13538 X"$mf" : 'X\(//\)[^/]' \| \
13539 X"$mf" : 'X\(//\)$' \| \
13540 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13542 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13546 /^X\(\/\/\)[^/].*/{
13562 # Extract the definition of DEPDIR, am__include, and am__quote
13563 # from the Makefile without running `make'.
13564 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
13565 test -z "$DEPDIR" && continue
13566 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
13567 test -z "am__include" && continue
13568 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
13569 # When using ansi2knr, U may be empty or an underscore; expand it
13570 U
=`sed -n 's/^U = //p' < "$mf"`
13571 # Find all dependency output files, they are included files with
13572 # $(DEPDIR) in their names. We invoke sed twice because it is the
13573 # simplest approach to changing $(DEPDIR) to its actual value in the
13575 for file in `sed -n "
13576 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13577 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13578 # Make sure the directory exists.
13579 test -f "$dirpart/$file" && continue
13580 fdir
=`$as_dirname -- "$file" ||
13581 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13582 X"$file" : 'X\(//\)[^/]' \| \
13583 X"$file" : 'X\(//\)$' \| \
13584 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13585 $as_echo X"$file" |
13586 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13590 /^X\(\/\/\)[^/].*/{
13603 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
13604 # echo "creating $dirpart/$file"
13605 echo '# dummy' > "$dirpart/$file"
13612 # See if we are running on zsh, and set the options which allow our
13613 # commands through without removal of \ escapes.
13614 if test -n "${ZSH_VERSION+set}" ; then
13615 setopt NO_GLOB_SUBST
13618 cfgfile
="${ofile}T"
13619 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13622 cat <<_LT_EOF >> "$cfgfile"
13625 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13626 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13627 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13628 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13630 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13631 # 2006, 2007, 2008 Free Software Foundation, Inc.
13632 # Written by Gordon Matzigkeit, 1996
13634 # This file is part of GNU Libtool.
13636 # GNU Libtool is free software; you can redistribute it and/or
13637 # modify it under the terms of the GNU General Public License as
13638 # published by the Free Software Foundation; either version 2 of
13639 # the License, or (at your option) any later version.
13641 # As a special exception to the GNU General Public License,
13642 # if you distribute this file as part of a program or library that
13643 # is built using GNU Libtool, you may include this file under the
13644 # same distribution terms that you use for the rest of that program.
13646 # GNU Libtool is distributed in the hope that it will be useful,
13647 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13648 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13649 # GNU General Public License for more details.
13651 # You should have received a copy of the GNU General Public License
13652 # along with GNU Libtool; see the file COPYING. If not, a copy
13653 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13654 # obtained by writing to the Free Software Foundation, Inc.,
13655 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13658 # The names of the tagged configurations supported by this script.
13661 # ### BEGIN LIBTOOL CONFIG
13663 # Which release of libtool.m4 was used?
13664 macro_version=$macro_version
13665 macro_revision=$macro_revision
13667 # Whether or not to build shared libraries.
13668 build_libtool_libs=$enable_shared
13670 # Whether or not to build static libraries.
13671 build_old_libs=$enable_static
13673 # What type of objects to build.
13676 # Whether or not to optimize for fast installation.
13677 fast_install=$enable_fast_install
13680 host_alias=$host_alias
13684 # The build system.
13685 build_alias=$build_alias
13689 # A sed program that does not truncate output.
13692 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13693 Xsed="\$SED -e 1s/^X//"
13695 # A grep program that handles long lines.
13701 # A literal string matcher.
13704 # A BSD- or MS-compatible name lister.
13707 # Whether we need soft or hard links.
13710 # What is the maximum length of a command?
13711 max_cmd_len=$max_cmd_len
13713 # Object file suffix (normally "o").
13716 # Executable file suffix (normally "").
13719 # whether the shell understands "unset".
13722 # turn spaces into newlines.
13725 # turn newlines into spaces.
13728 # How to create reloadable object files.
13729 reload_flag=$lt_reload_flag
13730 reload_cmds=$lt_reload_cmds
13732 # An object symbol dumper.
13733 OBJDUMP=$lt_OBJDUMP
13735 # Method to check whether dependent libraries are shared objects.
13736 deplibs_check_method=$lt_deplibs_check_method
13738 # Command to use when deplibs_check_method == "file_magic".
13739 file_magic_cmd=$lt_file_magic_cmd
13743 AR_FLAGS=$lt_AR_FLAGS
13745 # A symbol stripping program.
13748 # Commands used to install an old-style archive.
13750 old_postinstall_cmds=$lt_old_postinstall_cmds
13751 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13756 # LTCC compiler flags.
13757 LTCFLAGS=$lt_CFLAGS
13759 # Take the output of nm and produce a listing of raw symbols and C names.
13760 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13762 # Transform the output of nm in a proper C declaration.
13763 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13765 # Transform the output of nm in a C name address pair.
13766 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13768 # Transform the output of nm in a C name address pair when lib prefix is needed.
13769 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13771 # The name of the directory that contains temporary libtool files.
13774 # Shell to use when invoking shell scripts.
13777 # An echo program that does not interpret backslashes.
13780 # Used to examine libraries when file_magic_cmd begins with "file".
13781 MAGIC_CMD=$MAGIC_CMD
13783 # Must we lock files when doing compilation?
13784 need_locks=$lt_need_locks
13786 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13787 DSYMUTIL=$lt_DSYMUTIL
13789 # Tool to change global to local symbols on Mac OS X.
13792 # Tool to manipulate fat objects and archives on Mac OS X.
13795 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13798 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13799 OTOOL64=$lt_OTOOL64
13801 # Old archive suffix (normally "a").
13804 # Shared library suffix (normally ".so").
13805 shrext_cmds=$lt_shrext_cmds
13807 # The commands to extract the exported symbol list from a shared archive.
13808 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13810 # Variables whose values should be saved in libtool wrapper scripts and
13811 # restored at link time.
13812 variables_saved_for_relink=$lt_variables_saved_for_relink
13814 # Do we need the "lib" prefix for modules?
13815 need_lib_prefix=$need_lib_prefix
13817 # Do we need a version for libraries?
13818 need_version=$need_version
13820 # Library versioning type.
13821 version_type=$version_type
13823 # Shared library runtime path variable.
13824 runpath_var=$runpath_var
13826 # Shared library path variable.
13827 shlibpath_var=$shlibpath_var
13829 # Is shlibpath searched before the hard-coded library search path?
13830 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13832 # Format of library name prefix.
13833 libname_spec=$lt_libname_spec
13835 # List of archive names. First name is the real one, the rest are links.
13836 # The last name is the one that the linker finds with -lNAME
13837 library_names_spec=$lt_library_names_spec
13839 # The coded name of the library, if different from the real name.
13840 soname_spec=$lt_soname_spec
13842 # Command to use after installation of a shared archive.
13843 postinstall_cmds=$lt_postinstall_cmds
13845 # Command to use after uninstallation of a shared archive.
13846 postuninstall_cmds=$lt_postuninstall_cmds
13848 # Commands used to finish a libtool library installation in a directory.
13849 finish_cmds=$lt_finish_cmds
13851 # As "finish_cmds", except a single script fragment to be evaled but
13853 finish_eval=$lt_finish_eval
13855 # Whether we should hardcode library paths into libraries.
13856 hardcode_into_libs=$hardcode_into_libs
13858 # Compile-time system search path for libraries.
13859 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13861 # Run-time system search path for libraries.
13862 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13864 # Whether dlopen is supported.
13865 dlopen_support=$enable_dlopen
13867 # Whether dlopen of programs is supported.
13868 dlopen_self=$enable_dlopen_self
13870 # Whether dlopen of statically linked programs is supported.
13871 dlopen_self_static=$enable_dlopen_self_static
13873 # Commands to strip libraries.
13874 old_striplib=$lt_old_striplib
13875 striplib=$lt_striplib
13878 # The linker used to build libraries.
13881 # Commands used to build an old-style archive.
13882 old_archive_cmds=$lt_old_archive_cmds
13884 # A language specific compiler.
13887 # Is the compiler the GNU compiler?
13890 # Compiler flag to turn off builtin functions.
13891 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13893 # How to pass a linker flag through the compiler.
13894 wl=$lt_lt_prog_compiler_wl
13896 # Additional compiler flags for building library objects.
13897 pic_flag=$lt_lt_prog_compiler_pic
13899 # Compiler flag to prevent dynamic linking.
13900 link_static_flag=$lt_lt_prog_compiler_static
13902 # Does compiler simultaneously support -c and -o options?
13903 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13905 # Whether or not to add -lc for building shared libraries.
13906 build_libtool_need_lc=$archive_cmds_need_lc
13908 # Whether or not to disallow shared libs when runtime libs are static.
13909 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13911 # Compiler flag to allow reflexive dlopens.
13912 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13914 # Compiler flag to generate shared objects directly from archives.
13915 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13917 # Whether the compiler copes with passing no objects directly.
13918 compiler_needs_object=$lt_compiler_needs_object
13920 # Create an old-style archive from a shared archive.
13921 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13923 # Create a temporary old-style archive to link instead of a shared archive.
13924 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13926 # Commands used to build a shared archive.
13927 archive_cmds=$lt_archive_cmds
13928 archive_expsym_cmds=$lt_archive_expsym_cmds
13930 # Commands used to build a loadable module if different from building
13931 # a shared archive.
13932 module_cmds=$lt_module_cmds
13933 module_expsym_cmds=$lt_module_expsym_cmds
13935 # Whether we are building with GNU ld or not.
13936 with_gnu_ld=$lt_with_gnu_ld
13938 # Flag that allows shared libraries with undefined symbols to be built.
13939 allow_undefined_flag=$lt_allow_undefined_flag
13941 # Flag that enforces no undefined symbols.
13942 no_undefined_flag=$lt_no_undefined_flag
13944 # Flag to hardcode \$libdir into a binary during linking.
13945 # This must work even if \$libdir does not exist
13946 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13948 # If ld is used when linking, flag to hardcode \$libdir into a binary
13949 # during linking. This must work even if \$libdir does not exist.
13950 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13952 # Whether we need a single "-rpath" flag with a separated argument.
13953 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13955 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13956 # DIR into the resulting binary.
13957 hardcode_direct=$hardcode_direct
13959 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13960 # DIR into the resulting binary and the resulting library dependency is
13961 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13962 # library is relocated.
13963 hardcode_direct_absolute=$hardcode_direct_absolute
13965 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13966 # into the resulting binary.
13967 hardcode_minus_L=$hardcode_minus_L
13969 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13970 # into the resulting binary.
13971 hardcode_shlibpath_var=$hardcode_shlibpath_var
13973 # Set to "yes" if building a shared library automatically hardcodes DIR
13974 # into the library and all subsequent libraries and executables linked
13976 hardcode_automatic=$hardcode_automatic
13978 # Set to yes if linker adds runtime paths of dependent libraries
13979 # to runtime path list.
13980 inherit_rpath=$inherit_rpath
13982 # Whether libtool must link a program against all its dependency libraries.
13983 link_all_deplibs=$link_all_deplibs
13985 # Fix the shell variable \$srcfile for the compiler.
13986 fix_srcfile_path=$lt_fix_srcfile_path
13988 # Set to "yes" if exported symbols are required.
13989 always_export_symbols=$always_export_symbols
13991 # The commands to list exported symbols.
13992 export_symbols_cmds=$lt_export_symbols_cmds
13994 # Symbols that should not be listed in the preloaded symbols.
13995 exclude_expsyms=$lt_exclude_expsyms
13997 # Symbols that must always be exported.
13998 include_expsyms=$lt_include_expsyms
14000 # Commands necessary for linking programs (against libraries) with templates.
14001 prelink_cmds=$lt_prelink_cmds
14003 # Specify filename containing input files.
14004 file_list_spec=$lt_file_list_spec
14006 # How to hardcode a shared library path into an executable.
14007 hardcode_action=$hardcode_action
14009 # ### END LIBTOOL CONFIG
14015 cat <<\_LT_EOF
>> "$cfgfile"
14016 # AIX sometimes has problems with the GCC collect2 program. For some
14017 # reason, if we set the COLLECT_NAMES environment variable, the problems
14018 # vanish in a puff of smoke.
14019 if test "X${COLLECT_NAMES+set}" != Xset
; then
14021 export COLLECT_NAMES
14028 ltmain
="$ac_aux_dir/ltmain.sh"
14031 # We use sed instead of cat because bash on DJGPP gets confused if
14032 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14033 # text mode, it properly converts lines to CR/LF. This bash problem
14034 # is reportedly fixed, but why not run on old versions too?
14035 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14036 ||
(rm -f "$cfgfile"; exit 1)
14040 cat << \_LT_EOF
>> "$cfgfile"
14042 # func_dirname file append nondir_replacement
14043 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14044 # otherwise set result to NONDIR_REPLACEMENT.
14048 */*) func_dirname_result
="${1%/*}${2}" ;;
14049 * ) func_dirname_result
="${3}" ;;
14053 # func_basename file
14056 func_basename_result
="${1##*/}"
14059 # func_dirname_and_basename file append nondir_replacement
14060 # perform func_basename and func_dirname in a single function
14062 # dirname: Compute the dirname of FILE. If nonempty,
14063 # add APPEND to the result, otherwise set result
14064 # to NONDIR_REPLACEMENT.
14065 # value returned in "$func_dirname_result"
14066 # basename: Compute filename of FILE.
14067 # value retuned in "$func_basename_result"
14068 # Implementation must be kept synchronized with func_dirname
14069 # and func_basename. For efficiency, we do not delegate to
14070 # those functions but instead duplicate the functionality here.
14071 func_dirname_and_basename
()
14074 */*) func_dirname_result
="${1%/*}${2}" ;;
14075 * ) func_dirname_result
="${3}" ;;
14077 func_basename_result
="${1##*/}"
14080 # func_stripname prefix suffix name
14081 # strip PREFIX and SUFFIX off of NAME.
14082 # PREFIX and SUFFIX must not contain globbing or regex special
14083 # characters, hashes, percent signs, but SUFFIX may contain a leading
14084 # dot (in which case that matches only a dot).
14087 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14088 # positional parameters, so assign one to ordinary parameter first.
14089 func_stripname_result
=${3}
14090 func_stripname_result
=${func_stripname_result#"${1}"}
14091 func_stripname_result
=${func_stripname_result%"${2}"}
14097 func_opt_split_opt
=${1%%=*}
14098 func_opt_split_arg
=${1#*=}
14105 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
14106 *) func_lo2o_result
=${1} ;;
14110 # func_xform libobj-or-source
14113 func_xform_result
=${1%.*}.lo
14116 # func_arith arithmetic-term...
14119 func_arith_result
=$
(( $
* ))
14123 # STRING may not start with a hyphen.
14126 func_len_result
=${#1}
14131 *) # Bourne compatible functions.
14132 cat << \_LT_EOF
>> "$cfgfile"
14134 # func_dirname file append nondir_replacement
14135 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14136 # otherwise set result to NONDIR_REPLACEMENT.
14139 # Extract subdirectory from the argument.
14140 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
14141 if test "X$func_dirname_result" = "X${1}"; then
14142 func_dirname_result
="${3}"
14144 func_dirname_result
="$func_dirname_result${2}"
14148 # func_basename file
14151 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
14155 # func_stripname prefix suffix name
14156 # strip PREFIX and SUFFIX off of NAME.
14157 # PREFIX and SUFFIX must not contain globbing or regex special
14158 # characters, hashes, percent signs, but SUFFIX may contain a leading
14159 # dot (in which case that matches only a dot).
14160 # func_strip_suffix prefix name
14164 .
*) func_stripname_result
=`$ECHO "X${3}" \
14165 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
14166 *) func_stripname_result
=`$ECHO "X${3}" \
14167 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
14172 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
14173 my_sed_long_arg
='1s/^-[^=]*=//'
14178 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
14179 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
14185 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
14188 # func_xform libobj-or-source
14191 func_xform_result
=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
14194 # func_arith arithmetic-term...
14197 func_arith_result
=`expr "$@"`
14201 # STRING may not start with a hyphen.
14204 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14210 case $lt_shell_append in
14212 cat << \_LT_EOF
>> "$cfgfile"
14214 # func_append var value
14215 # Append VALUE to the end of shell variable VAR.
14223 cat << \_LT_EOF
>> "$cfgfile"
14225 # func_append var value
14226 # Append VALUE to the end of shell variable VAR.
14237 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14238 ||
(rm -f "$cfgfile"; exit 1)
14240 mv -f "$cfgfile" "$ofile" ||
14241 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14246 for ac_file
in $CONFIG_FILES; do
14247 # Support "outfile[:infile[:infile...]]"
14249 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
14251 # PO directories have a Makefile.in generated from Makefile.in.in.
14252 case "$ac_file" in */Makefile.
in)
14253 # Adjust a relative srcdir.
14254 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
14255 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
14256 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
14257 # In autoconf-2.13 it is called $ac_given_srcdir.
14258 # In autoconf-2.50 it is called $srcdir.
14259 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
14260 case "$ac_given_srcdir" in
14261 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
14262 /*) top_srcdir
="$ac_given_srcdir" ;;
14263 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
14265 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
14266 rm -f "$ac_dir/POTFILES"
14267 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
14268 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
14269 POMAKEFILEDEPS
="POTFILES.in"
14270 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
14271 # on $ac_dir but don't depend on user-specified configuration
14273 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
14274 # The LINGUAS file contains the set of available languages.
14275 if test -n "$OBSOLETE_ALL_LINGUAS"; then
14276 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
14278 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
14279 # Hide the ALL_LINGUAS assigment from automake.
14280 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
14281 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
14283 # The set of available languages was given in configure.in.
14284 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
14286 case "$ac_given_srcdir" in
14288 *) srcdirpre
='$(srcdir)/' ;;
14294 for lang
in $ALL_LINGUAS; do
14295 POFILES
="$POFILES $srcdirpre$lang.po"
14296 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
14297 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
14298 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
14300 # CATALOGS depends on both $ac_dir and the user's LINGUAS
14301 # environment variable.
14303 if test -n "$ALL_LINGUAS"; then
14304 for presentlang
in $ALL_LINGUAS; do
14306 if test "%UNSET%" != "$LINGUAS"; then
14307 desiredlanguages
="$LINGUAS"
14309 desiredlanguages
="$ALL_LINGUAS"
14311 for desiredlang
in $desiredlanguages; do
14312 # Use the presentlang catalog if desiredlang is
14313 # a. equal to presentlang, or
14314 # b. a variant of presentlang (because in this case,
14315 # presentlang can be used as a fallback for messages
14316 # which are not translated in the desiredlang catalog).
14317 case "$desiredlang" in
14318 "$presentlang"*) useit
=yes;;
14321 if test $useit = yes; then
14322 INST_LINGUAS
="$INST_LINGUAS $presentlang"
14327 if test -n "$INST_LINGUAS"; then
14328 for lang
in $INST_LINGUAS; do
14329 CATALOGS
="$CATALOGS $lang.gmo"
14332 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
14333 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"
14334 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
14335 if test -f "$f"; then
14337 *.orig |
*.bak |
*~
) ;;
14338 *) cat "$f" >> "$ac_dir/Makefile" ;;
14353 ac_clean_files
=$ac_clean_files_save
14355 test $ac_write_fail = 0 ||
14356 as_fn_error
"write failure creating $CONFIG_STATUS" "$LINENO" 5
14359 # configure is writing to config.log, and then calls config.status.
14360 # config.status does its own redirection, appending to config.log.
14361 # Unfortunately, on DOS this fails, as config.log is still kept open
14362 # by configure, so config.status won't be able to write to it; its
14363 # output is simply discarded. So we exec the FD to /dev/null,
14364 # effectively closing config.log, so it can be properly (re)opened and
14365 # appended to by config.status. When coming back to configure, we
14366 # need to make the FD available again.
14367 if test "$no_create" != yes; then
14369 ac_config_status_args
=
14370 test "$silent" = yes &&
14371 ac_config_status_args
="$ac_config_status_args --quiet"
14373 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
14375 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14376 # would make configure fail if this is the last instruction.
14377 $ac_cs_success || as_fn_exit $?
14379 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14381 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}