2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.40.50.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev
/null
; then :
213 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
218 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir
=.
225 for as_base
in sh bash ksh sh5
; do
226 # Try only shells that exist, to save several forks.
227 as_shell
=$as_dir/$as_base
228 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 CONFIG_SHELL
=$as_shell as_have_required
=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
239 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
241 CONFIG_SHELL
=$SHELL as_have_required
=yes
246 if test "x$CONFIG_SHELL" != x
; then :
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
254 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
256 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 if test x
$as_have_required = xno
; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x
${ZSH_VERSION+set} = xset
; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
284 SHELL
=${CONFIG_SHELL-/bin/sh}
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE
= GREP_OPTIONS
=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir
=.
/$as_dir;;
329 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
333 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 as_dirs
="'$as_qdir' $as_dirs"
337 as_dir
=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
363 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p
()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
382 eval 'as_fn_append ()
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
406 as_val
=`expr "$@" || test $? -eq 1`
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
418 as_status
=$1; test $as_status -eq 0 && as_status
=1
420 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit
$as_status
427 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
434 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
446 as_me
=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
465 # Avoid depending upon Character Ranges.
466 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits
='0123456789'
470 as_cr_alnum
=$as_cr_Letters$as_cr_digits
473 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
474 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 chmod +x
"$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec
=no
; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
504 # Exit status is that of the last command.
508 ECHO_C
= ECHO_N
= ECHO_T
=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
521 rm -f conf$$ conf$$.exe conf$$.
file
522 if test -d conf$$.dir
; then
523 rm -f conf$$.dir
/conf$$.
file
526 mkdir conf$$.dir
2>/dev
/null
528 if (echo >conf$$.
file) 2>/dev
/null
; then
529 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
537 elif ln conf$$.
file conf$$
2>/dev
/null
; then
545 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
546 rmdir conf$$.dir
2>/dev
/null
548 if mkdir
-p .
2>/dev
/null
; then
549 as_mkdir_p
='mkdir -p "$as_dir"'
551 test -d .
/-p && rmdir .
/-p
556 as_executable_p
=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL
=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
578 ac_default_prefix
=/usr
/local
580 ac_config_libobj_dir
=.
587 # Identity of this package.
589 PACKAGE_TARNAME
='gas'
590 PACKAGE_VERSION
='2.40.50'
591 PACKAGE_STRING
='gas 2.40.50'
595 ac_unique_file
="as.h"
596 # Factoring default headers for most tests.
597 ac_includes_default
="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
632 ac_subst_vars
='am__EXEEXT_FALSE
647 MAINTAINER_MODE_FALSE
680 WARN_CFLAGS_FOR_BUILD
732 INSTALL_STRIP_PROGRAM
786 program_transform_name
799 enable_option_checking
801 enable_dependency_tracking
812 enable_compressed_debug_sections
813 enable_default_compressed_debug_sections_algorithm
814 enable_x86_relax_relocations
815 enable_elf_stt_common
816 enable_generate_build_notes
817 enable_mips_fix_loongson3_llsc
819 enable_default_riscv_attribute
821 enable_build_warnings
824 enable_maintainer_mode
828 ac_precious_vars
='build_alias
846 # Initialize some variables set by options.
848 ac_init_version
=false
849 ac_unrecognized_opts
=
851 # The variables have the same names as the options, with
852 # dashes changed to underlines.
860 program_transform_name
=s
,x
,x
,
868 # Installation directory options.
869 # These are left unexpanded so users can "make install exec_prefix=/foo"
870 # and all the variables that are supposed to be based on exec_prefix
871 # by default will actually change.
872 # Use braces instead of parens because sh, perl, etc. also accept them.
873 # (The list follows the same order as the GNU Coding Standards.)
874 bindir
='${exec_prefix}/bin'
875 sbindir
='${exec_prefix}/sbin'
876 libexecdir
='${exec_prefix}/libexec'
877 datarootdir
='${prefix}/share'
878 datadir
='${datarootdir}'
879 sysconfdir
='${prefix}/etc'
880 sharedstatedir
='${prefix}/com'
881 localstatedir
='${prefix}/var'
882 includedir
='${prefix}/include'
883 oldincludedir
='/usr/include'
884 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
885 infodir
='${datarootdir}/info'
890 libdir
='${exec_prefix}/lib'
891 localedir
='${datarootdir}/locale'
892 mandir
='${datarootdir}/man'
898 # If the previous option needs an argument, assign it.
899 if test -n "$ac_prev"; then
900 eval $ac_prev=\
$ac_option
906 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
911 # Accept the important Cygnus configure options, so we can diagnose typos.
913 case $ac_dashdash$ac_option in
917 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
919 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
922 -build |
--build |
--buil |
--bui |
--bu)
923 ac_prev
=build_alias
;;
924 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
925 build_alias
=$ac_optarg ;;
927 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
928 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
929 ac_prev
=cache_file
;;
930 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
931 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
932 cache_file
=$ac_optarg ;;
935 cache_file
=config.cache
;;
937 -datadir |
--datadir |
--datadi |
--datad)
939 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
940 datadir
=$ac_optarg ;;
942 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
943 |
--dataroo |
--dataro |
--datar)
944 ac_prev
=datarootdir
;;
945 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
946 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
947 datarootdir
=$ac_optarg ;;
949 -disable-* |
--disable-*)
950 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
951 # Reject names that are not valid shell variable names.
952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
953 as_fn_error $?
"invalid feature name: $ac_useropt"
954 ac_useropt_orig
=$ac_useropt
955 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956 case $ac_user_opts in
960 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
961 ac_unrecognized_sep
=', ';;
963 eval enable_
$ac_useropt=no
;;
965 -docdir |
--docdir |
--docdi |
--doc |
--do)
967 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
970 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
972 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
975 -enable-* |
--enable-*)
976 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
979 as_fn_error $?
"invalid feature name: $ac_useropt"
980 ac_useropt_orig
=$ac_useropt
981 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
986 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
987 ac_unrecognized_sep
=', ';;
989 eval enable_
$ac_useropt=\
$ac_optarg ;;
991 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
992 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
993 |
--exec |
--exe |
--ex)
994 ac_prev
=exec_prefix
;;
995 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
996 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
997 |
--exec=* |
--exe=* |
--ex=*)
998 exec_prefix
=$ac_optarg ;;
1000 -gas |
--gas |
--ga |
--g)
1001 # Obsolete; use --with-gas.
1004 -help |
--help |
--hel |
--he |
-h)
1005 ac_init_help
=long
;;
1006 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1007 ac_init_help
=recursive
;;
1008 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1009 ac_init_help
=short
;;
1011 -host |
--host |
--hos |
--ho)
1012 ac_prev
=host_alias
;;
1013 -host=* |
--host=* |
--hos=* |
--ho=*)
1014 host_alias
=$ac_optarg ;;
1016 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1018 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1020 htmldir
=$ac_optarg ;;
1022 -includedir |
--includedir |
--includedi |
--included |
--include \
1023 |
--includ |
--inclu |
--incl |
--inc)
1024 ac_prev
=includedir
;;
1025 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1026 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1027 includedir
=$ac_optarg ;;
1029 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1031 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1032 infodir
=$ac_optarg ;;
1034 -libdir |
--libdir |
--libdi |
--libd)
1036 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1037 libdir
=$ac_optarg ;;
1039 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1040 |
--libexe |
--libex |
--libe)
1041 ac_prev
=libexecdir
;;
1042 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1043 |
--libexe=* |
--libex=* |
--libe=*)
1044 libexecdir
=$ac_optarg ;;
1046 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1047 ac_prev
=localedir
;;
1048 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1049 localedir
=$ac_optarg ;;
1051 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1052 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1053 ac_prev
=localstatedir
;;
1054 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1055 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1056 localstatedir
=$ac_optarg ;;
1058 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1060 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1061 mandir
=$ac_optarg ;;
1063 -nfp |
--nfp |
--nf)
1064 # Obsolete; use --without-fp.
1067 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1068 |
--no-cr |
--no-c |
-n)
1071 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1072 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1075 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1076 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1077 |
--oldin |
--oldi |
--old |
--ol |
--o)
1078 ac_prev
=oldincludedir
;;
1079 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1080 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1081 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1082 oldincludedir
=$ac_optarg ;;
1084 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1086 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1087 prefix
=$ac_optarg ;;
1089 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1090 |
--program-pre |
--program-pr |
--program-p)
1091 ac_prev
=program_prefix
;;
1092 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1093 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1094 program_prefix
=$ac_optarg ;;
1096 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1097 |
--program-suf |
--program-su |
--program-s)
1098 ac_prev
=program_suffix
;;
1099 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1100 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1101 program_suffix
=$ac_optarg ;;
1103 -program-transform-name |
--program-transform-name \
1104 |
--program-transform-nam |
--program-transform-na \
1105 |
--program-transform-n |
--program-transform- \
1106 |
--program-transform |
--program-transfor \
1107 |
--program-transfo |
--program-transf \
1108 |
--program-trans |
--program-tran \
1109 |
--progr-tra |
--program-tr |
--program-t)
1110 ac_prev
=program_transform_name
;;
1111 -program-transform-name=* |
--program-transform-name=* \
1112 |
--program-transform-nam=* |
--program-transform-na=* \
1113 |
--program-transform-n=* |
--program-transform-=* \
1114 |
--program-transform=* |
--program-transfor=* \
1115 |
--program-transfo=* |
--program-transf=* \
1116 |
--program-trans=* |
--program-tran=* \
1117 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1118 program_transform_name
=$ac_optarg ;;
1120 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1122 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1123 pdfdir
=$ac_optarg ;;
1125 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1127 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1130 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1131 |
-silent |
--silent |
--silen |
--sile |
--sil)
1134 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1136 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1138 sbindir
=$ac_optarg ;;
1140 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1141 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1142 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1144 ac_prev
=sharedstatedir
;;
1145 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1146 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1147 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1149 sharedstatedir
=$ac_optarg ;;
1151 -site |
--site |
--sit)
1153 -site=* |
--site=* |
--sit=*)
1156 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1158 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1159 srcdir
=$ac_optarg ;;
1161 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1162 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1163 ac_prev
=sysconfdir
;;
1164 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1165 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1166 sysconfdir
=$ac_optarg ;;
1168 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1169 ac_prev
=target_alias
;;
1170 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1171 target_alias
=$ac_optarg ;;
1173 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1176 -version |
--version |
--versio |
--versi |
--vers |
-V)
1177 ac_init_version
=: ;;
1180 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1183 as_fn_error $?
"invalid package name: $ac_useropt"
1184 ac_useropt_orig
=$ac_useropt
1185 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1190 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1191 ac_unrecognized_sep
=', ';;
1193 eval with_
$ac_useropt=\
$ac_optarg ;;
1195 -without-* |
--without-*)
1196 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1197 # Reject names that are not valid shell variable names.
1198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1199 as_fn_error $?
"invalid package name: $ac_useropt"
1200 ac_useropt_orig
=$ac_useropt
1201 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1202 case $ac_user_opts in
1206 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1207 ac_unrecognized_sep
=', ';;
1209 eval with_
$ac_useropt=no
;;
1212 # Obsolete; use --with-x.
1215 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1216 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1217 ac_prev
=x_includes
;;
1218 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1219 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1220 x_includes
=$ac_optarg ;;
1222 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1223 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1224 ac_prev
=x_libraries
;;
1225 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1226 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1227 x_libraries
=$ac_optarg ;;
1229 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1230 Try \`$0 --help' for more information"
1234 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1235 # Reject names that are not valid shell variable names.
1236 case $ac_envvar in #(
1237 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1238 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1240 eval $ac_envvar=\
$ac_optarg
1241 export $ac_envvar ;;
1244 # FIXME: should be removed in autoconf 3.0.
1245 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1247 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1248 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1254 if test -n "$ac_prev"; then
1255 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1256 as_fn_error $?
"missing argument to $ac_option"
1259 if test -n "$ac_unrecognized_opts"; then
1260 case $enable_option_checking in
1262 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1263 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1267 # Check all directory arguments for consistency.
1268 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1269 datadir sysconfdir sharedstatedir localstatedir includedir \
1270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1271 libdir localedir mandir
1273 eval ac_val
=\$
$ac_var
1274 # Remove trailing slashes.
1277 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1278 eval $ac_var=\
$ac_val;;
1280 # Be sure to have absolute directory names.
1282 [\\/$
]* | ?
:[\\/]* ) continue;;
1283 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1285 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1288 # There might be people who depend on the old broken behavior: `$host'
1289 # used to hold the argument of --host etc.
1290 # FIXME: To remove some day.
1293 target
=$target_alias
1295 # FIXME: To remove some day.
1296 if test "x$host_alias" != x
; then
1297 if test "x$build_alias" = x
; then
1298 cross_compiling
=maybe
1299 elif test "x$build_alias" != "x$host_alias"; then
1305 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1307 test "$silent" = yes && exec 6>/dev
/null
1310 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1311 ac_ls_di
=`ls -di .` &&
1312 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1313 as_fn_error $?
"working directory cannot be determined"
1314 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1315 as_fn_error $?
"pwd does not report name of working directory"
1318 # Find the source files, if location was not specified.
1319 if test -z "$srcdir"; then
1320 ac_srcdir_defaulted
=yes
1321 # Try the directory containing this script, then the parent directory.
1322 ac_confdir
=`$as_dirname -- "$as_myself" ||
1323 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$as_myself" : 'X\(//\)[^/]' \| \
1325 X"$as_myself" : 'X\(//\)$' \| \
1326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1327 $as_echo X"$as_myself" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1350 ac_srcdir_defaulted
=no
1352 if test ! -r "$srcdir/$ac_unique_file"; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1354 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1356 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1358 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1360 # When building in place, set srcdir=.
1361 if test "$ac_abs_confdir" = "$ac_pwd"; then
1364 # Remove unnecessary trailing slashes from srcdir.
1365 # Double slashes in file names in object file debugging info
1366 # mess up M-x gdb in Emacs.
1368 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1370 for ac_var
in $ac_precious_vars; do
1371 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1373 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1378 # Report the --help message.
1380 if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1384 \`configure' configures gas 2.40.50 to adapt to many kinds of systems.
1386 Usage: $0 [OPTION]... [VAR=VALUE]...
1388 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389 VAR=VALUE. See below for descriptions of some of the useful variables.
1391 Defaults for the options are specified in brackets.
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking ...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1404 Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
1406 [$ac_default_prefix]
1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1410 By default, \`make install' will install all the files in
1411 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413 for instance \`--prefix=\$HOME'.
1415 For better control, use the options below.
1417 Fine tuning of the installation directories:
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1447 --build=BUILD configure
for building on BUILD
[guessed
]
1448 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1449 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1453 if test -n "$ac_init_help"; then
1454 case $ac_init_help in
1455 short | recursive
) echo "Configuration of gas 2.40.50:";;
1460 --disable-option-checking ignore unrecognized
--enable/--with options
1461 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1462 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1463 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1464 --disable-silent-rules verbose build output
(undo
: "make V=0")
1465 --enable-dependency-tracking
1466 do not reject slow dependency extractors
1467 --disable-dependency-tracking
1468 speeds up one-time build
1469 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1470 --enable-static[=PKGS
] build static libraries
[default
=yes]
1471 --enable-fast-install[=PKGS
]
1472 optimize
for fast installation
[default
=yes]
1473 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1474 --enable-plugins Enable support
for plugins
1475 --disable-largefile omit support
for large files
1476 --enable-targets alternative target configurations besides the primary
1477 --enable-checking enable run-time checks
1478 --enable-compressed-debug-sections={all
,gas
,none
}
1479 compress debug sections by default
1480 --enable-default-compressed-debug-sections-algorithm={zlib
,zstd
}
1481 Default compression algorithm
for
1482 --enable-compressed-debug-sections.
1483 --enable-x86-relax-relocations
1484 generate x86 relax relocations by default
1485 --enable-elf-stt-common generate ELF common symbols with STT_COMMON
type by
1487 --enable-generate-build-notes
1488 generate GNU Build notes
if none are provided by the
1490 --enable-mips-fix-loongson3-llsc
1491 enable MIPS fix Loongson3 LLSC errata
1492 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1493 --enable-default-riscv-attribute
1494 generate RISC-V arch attribute by default
1495 --enable-werror treat compile warnings as errors
1496 --enable-build-warnings enable build-time compiler warnings
1497 --disable-nls do not use Native Language Support
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful
(and
1500 sometimes confusing
) to the casual installer
1503 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1504 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1505 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1507 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1508 --with-cpu=CPU default cpu variant is CPU
(currently only supported
1510 --with-system-zlib use installed libz
1511 --with-zstd support zstd compressed debug sections
1514 Some influential environment variables
:
1515 CC C compiler
command
1516 CFLAGS C compiler flags
1517 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1518 nonstandard directory
<lib dir
>
1519 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1520 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1521 you have headers
in a nonstandard directory
<include dir
>
1523 YACC The
`Yet Another Compiler Compiler' implementation to use.
1524 Defaults to the first program found out of: `bison
-y', `byacc',
1526 YFLAGS The list of arguments that will be passed by default to $YACC.
1527 This script will default YFLAGS to the empty string to avoid a
1528 default value of `-d' given by some make applications.
1529 PKG_CONFIG path to pkg-config utility
1531 directories to add to pkg-config's search path
1533 path overriding pkg-config
's built-in search path
1534 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1535 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
1537 Use these variables to override the choices made by `configure' or to
help
1538 it to
find libraries and programs with nonstandard names
/locations.
1540 Report bugs to the package provider.
1545 if test "$ac_init_help" = "recursive"; then
1546 # If there are subdirs, report their specific --help.
1547 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1548 test -d "$ac_dir" ||
1549 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1554 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1556 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1557 # A ".." for each directory in $ac_dir_suffix.
1558 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1559 case $ac_top_builddir_sub in
1560 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1561 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1564 ac_abs_top_builddir
=$ac_pwd
1565 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1566 # for backward compatibility:
1567 ac_top_builddir
=$ac_top_build_prefix
1570 .
) # We are building in place.
1572 ac_top_srcdir
=$ac_top_builddir_sub
1573 ac_abs_top_srcdir
=$ac_pwd ;;
1574 [\\/]* | ?
:[\\/]* ) # Absolute name.
1575 ac_srcdir
=$srcdir$ac_dir_suffix;
1576 ac_top_srcdir
=$srcdir
1577 ac_abs_top_srcdir
=$srcdir ;;
1579 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1580 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1581 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1583 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1585 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1586 # Check for guested configure.
1587 if test -f "$ac_srcdir/configure.gnu"; then
1589 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1590 elif test -f "$ac_srcdir/configure"; then
1592 $SHELL "$ac_srcdir/configure" --help=recursive
1594 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1596 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1600 test -n "$ac_init_help" && exit $ac_status
1601 if $ac_init_version; then
1603 gas configure
2.40.50
1604 generated by GNU Autoconf
2.69
1606 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1607 This configure
script is free software
; the Free Software Foundation
1608 gives unlimited permission to copy
, distribute and modify it.
1613 ## ------------------------ ##
1614 ## Autoconf initialization. ##
1615 ## ------------------------ ##
1617 # ac_fn_c_try_compile LINENO
1618 # --------------------------
1619 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1620 ac_fn_c_try_compile
()
1622 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1623 rm -f conftest.
$ac_objext
1624 if { { ac_try
="$ac_compile"
1626 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1629 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630 $as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_compile") 2>conftest.err
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1639 test $ac_status = 0; } && {
1640 test -z "$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 } && test -s conftest.$ac_objext; then :
1645 $as_echo "$as_me: failed program was:" >&5
1646 sed 's/^/| /' conftest.$ac_ext >&5
1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1651 as_fn_set_status $ac_retval
1653 } # ac_fn_c_try_compile
1655 # ac_fn_c_try_cpp LINENO
1656 # ----------------------
1657 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1661 if { { ac_try="$ac_cpp conftest.$ac_ext"
1663 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1664 *) ac_try_echo
=$ac_try;;
1666 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1667 $as_echo "$ac_try_echo"; } >&5
1668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1670 if test -s conftest.err
; then
1671 grep -v '^ *+' conftest.err
>conftest.er1
1672 cat conftest.er1
>&5
1673 mv -f conftest.er1 conftest.err
1675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1676 test $ac_status = 0; } > conftest.i
&& {
1677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1678 test ! -s conftest.err
1682 $as_echo "$as_me: failed program was:" >&5
1683 sed 's/^/| /' conftest.
$ac_ext >&5
1687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688 as_fn_set_status
$ac_retval
1692 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1693 # -------------------------------------------------------
1694 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1695 # the include files in INCLUDES and setting the cache variable VAR
1697 ac_fn_c_check_header_mongrel
()
1699 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1700 if eval \
${$3+:} false
; then :
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1702 $as_echo_n "checking for $2... " >&6; }
1703 if eval \
${$3+:} false
; then :
1704 $as_echo_n "(cached) " >&6
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708 $as_echo "$ac_res" >&6; }
1710 # Is the header compilable?
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1712 $as_echo_n "checking $2 usability... " >&6; }
1713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1714 /* end confdefs.h. */
1718 if ac_fn_c_try_compile
"$LINENO"; then :
1719 ac_header_compiler
=yes
1721 ac_header_compiler
=no
1723 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1725 $as_echo "$ac_header_compiler" >&6; }
1727 # Is the header present?
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1729 $as_echo_n "checking $2 presence... " >&6; }
1730 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1731 /* end confdefs.h. */
1734 if ac_fn_c_try_cpp
"$LINENO"; then :
1735 ac_header_preproc
=yes
1737 ac_header_preproc
=no
1739 rm -f conftest.err conftest.i conftest.
$ac_ext
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1741 $as_echo "$ac_header_preproc" >&6; }
1743 # So? What about this header?
1744 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1747 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1749 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1753 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1755 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1757 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1759 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1761 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765 $as_echo_n "checking for $2... " >&6; }
1766 if eval \
${$3+:} false
; then :
1767 $as_echo_n "(cached) " >&6
1769 eval "$3=\$ac_header_compiler"
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1773 $as_echo "$ac_res" >&6; }
1775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1777 } # ac_fn_c_check_header_mongrel
1779 # ac_fn_c_try_run LINENO
1780 # ----------------------
1781 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1782 # that executables *can* be run.
1785 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1786 if { { ac_try
="$ac_link"
1788 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1789 *) ac_try_echo=$ac_try;;
1791 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1792 $as_echo "$ac_try_echo"; } >&5
1793 (eval "$ac_link") 2>&5
1795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1796 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1797 { { case "(($ac_try" in
1798 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1799 *) ac_try_echo
=$ac_try;;
1801 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1802 $as_echo "$ac_try_echo"; } >&5
1803 (eval "$ac_try") 2>&5
1805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1806 test $ac_status = 0; }; }; then :
1809 $as_echo "$as_me: program exited with status $ac_status" >&5
1810 $as_echo "$as_me: failed program was:" >&5
1811 sed 's/^/| /' conftest.
$ac_ext >&5
1813 ac_retval
=$ac_status
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1817 as_fn_set_status
$ac_retval
1821 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1822 # -------------------------------------------------------
1823 # Tests whether HEADER exists and can be compiled using the include files in
1824 # INCLUDES, setting the cache variable VAR accordingly.
1825 ac_fn_c_check_header_compile
()
1827 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829 $as_echo_n "checking for $2... " >&6; }
1830 if eval \
${$3+:} false
; then :
1831 $as_echo_n "(cached) " >&6
1833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1834 /* end confdefs.h. */
1838 if ac_fn_c_try_compile
"$LINENO"; then :
1843 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1847 $as_echo "$ac_res" >&6; }
1848 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1850 } # ac_fn_c_check_header_compile
1852 # ac_fn_c_try_link LINENO
1853 # -----------------------
1854 # Try to link conftest.$ac_ext, and return whether this succeeded.
1857 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1858 rm -f conftest.
$ac_objext conftest
$ac_exeext
1859 if { { ac_try
="$ac_link"
1861 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865 $as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_link") 2>conftest.err
1868 if test -s conftest.err; then
1869 grep -v '^ *+' conftest.err >conftest.er1
1870 cat conftest.er1 >&5
1871 mv -f conftest.er1 conftest.err
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; } && {
1875 test -z "$ac_c_werror_flag" ||
1876 test ! -s conftest.err
1877 } && test -s conftest$ac_exeext && {
1878 test "$cross_compiling" = yes ||
1879 test -x conftest$ac_exeext
1883 $as_echo "$as_me: failed program was:" >&5
1884 sed 's/^/| /' conftest.$ac_ext >&5
1888 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1889 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1890 # interfere with the next link command; also delete a directory that is
1891 # left behind by Apple's compiler. We do this before executing the actions.
1892 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1893 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1894 as_fn_set_status $ac_retval
1896 } # ac_fn_c_try_link
1898 # ac_fn_c_check_func LINENO FUNC VAR
1899 # ----------------------------------
1900 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1901 ac_fn_c_check_func ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if eval \${$3+:} false; then :
1907 $as_echo_n "(cached) " >&6
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1911 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1913 #define $2 innocuous_$2
1915 /* System header to define __stub macros and hopefully few prototypes,
1916 which can conflict with char $2 (); below.
1917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1918 <limits.h> exists even on freestanding compilers. */
1921 # include <limits.h>
1923 # include <assert.h>
1928 /* Override any GCC internal prototype to avoid an error.
1929 Use char because int might match the return type of a GCC
1930 builtin and then its argument prototype would still apply. */
1935 /* The GNU C library defines this for functions which it implements
1936 to always fail with ENOSYS. Some functions are actually named
1937 something starting with __ and the normal name is an alias. */
1938 #if defined __stub_$2 || defined __stub___$2
1950 if ac_fn_c_try_link "$LINENO"; then :
1955 rm -f core conftest.err conftest.$ac_objext \
1956 conftest$ac_exeext conftest.$ac_ext
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960 $as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1963 } # ac_fn_c_check_func
1965 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1966 # ---------------------------------------------
1967 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1969 ac_fn_c_check_decl ()
1971 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1972 as_decl_name=`echo $2|
sed 's/ *(.*//'`
1973 as_decl_use=`echo $2|
sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1975 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1976 if eval \${$3+:} false; then :
1977 $as_echo_n "(cached) " >&6
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980 /* end confdefs.h. */
1985 #ifndef $as_decl_name
1987 (void) $as_decl_use;
1989 (void) $as_decl_name;
1997 if ac_fn_c_try_compile "$LINENO"; then :
2002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006 $as_echo "$ac_res" >&6; }
2007 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2009 } # ac_fn_c_check_decl
2010 cat >config.log <<_ACEOF
2011 This file contains any messages produced by compilers while
2012 running configure, to aid debugging if configure makes a mistake.
2014 It was created by gas $as_me 2.40.50, which was
2015 generated by GNU Autoconf 2.69. Invocation command line was
2027 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2028 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2029 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2030 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2031 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2033 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2034 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2036 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2037 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2038 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2039 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2040 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2041 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2042 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2050 test -z "$as_dir" && as_dir=.
2051 $as_echo "PATH: $as_dir"
2067 # Keep a trace of the command line.
2068 # Strip out --no-create and --no-recursion so they do not pile up.
2069 # Strip out --silent because we don't want to record it for future runs.
2070 # Also quote any args containing shell meta-characters.
2071 # Make two passes to allow for proper duplicate-argument suppression.
2075 ac_must_keep_next=false
2081 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2083 | -silent | --silent | --silen | --sile | --sil)
2086 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2089 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2091 as_fn_append ac_configure_args1 " '$ac_arg'"
2092 if test $ac_must_keep_next = true; then
2093 ac_must_keep_next=false # Got value, back to normal.
2096 *=* | --config-cache | -C | -disable-* | --disable-* \
2097 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2098 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2099 | -with-* | --with-* | -without-* | --without-* | --x)
2100 case "$ac_configure_args0 " in
2101 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2104 -* ) ac_must_keep_next=true ;;
2107 as_fn_append ac_configure_args " '$ac_arg'"
2112 { ac_configure_args0=; unset ac_configure_args0;}
2113 { ac_configure_args1=; unset ac_configure_args1;}
2115 # When interrupted or exit'd, cleanup temporary files, and complete
2116 # config.log. We remove comments because anyway the quotes in there
2117 # would cause problems or look ugly.
2118 # WARNING: Use '\'' to represent an apostrophe within the trap.
2119 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2120 trap 'exit_status=$?
2121 # Save into config.log some information that might help in debugging.
2125 $as_echo "## ---------------- ##
2126 ## Cache variables. ##
2127 ## ---------------- ##"
2129 # The following way of writing the cache mishandles newlines in values,
2131 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2132 eval ac_val=\$$ac_var
2136 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2137 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2140 _ | IFS | as_nl) ;; #(
2141 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2142 *) { eval $ac_var=; unset $ac_var;} ;;
2147 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2148 *${as_nl}ac_space=\ *)
2150 "s/'\''/'\''\\\\'\'''\''/g;
2151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2154 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2161 $as_echo "## ----------------- ##
2162 ## Output variables. ##
2163 ## ----------------- ##"
2165 for ac_var in $ac_subst_vars
2167 eval ac_val=\$$ac_var
2169 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2171 $as_echo "$ac_var='\''$ac_val'\''"
2175 if test -n "$ac_subst_files"; then
2176 $as_echo "## ------------------- ##
2177 ## File substitutions. ##
2178 ## ------------------- ##"
2180 for ac_var in $ac_subst_files
2182 eval ac_val=\$$ac_var
2184 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2186 $as_echo "$ac_var='\''$ac_val'\''"
2191 if test -s confdefs.h; then
2192 $as_echo "## ----------- ##
2199 test "$ac_signal" != 0 &&
2200 $as_echo "$as_me: caught signal $ac_signal"
2201 $as_echo "$as_me: exit $exit_status"
2203 rm -f core *.core core.conftest.* &&
2204 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2207 for ac_signal in 1 2 13 15; do
2208 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2212 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2213 rm -f -r conftest* confdefs.h
2215 $as_echo "/* confdefs.h */" > confdefs.h
2217 # Predefined preprocessor variables.
2219 cat >>confdefs.h <<_ACEOF
2220 #define PACKAGE_NAME "$PACKAGE_NAME"
2223 cat >>confdefs.h <<_ACEOF
2224 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2227 cat >>confdefs.h <<_ACEOF
2228 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2231 cat >>confdefs.h <<_ACEOF
2232 #define PACKAGE_STRING "$PACKAGE_STRING"
2235 cat >>confdefs.h <<_ACEOF
2236 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2239 cat >>confdefs.h <<_ACEOF
2240 #define PACKAGE_URL "$PACKAGE_URL"
2244 # Let the site file select an alternate cache file if it wants to.
2245 # Prefer an explicitly selected file to automatically selected ones.
2248 if test -n "$CONFIG_SITE"; then
2249 # We do not want a PATH search for config.site.
2250 case $CONFIG_SITE in #((
2251 -*) ac_site_file1=./$CONFIG_SITE;;
2252 */*) ac_site_file1=$CONFIG_SITE;;
2253 *) ac_site_file1=./$CONFIG_SITE;;
2255 elif test "x$prefix" != xNONE; then
2256 ac_site_file1=$prefix/share/config.site
2257 ac_site_file2=$prefix/etc/config.site
2259 ac_site_file1=$ac_default_prefix/share/config.site
2260 ac_site_file2=$ac_default_prefix/etc/config.site
2262 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2264 test "x$ac_site_file" = xNONE && continue
2265 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2267 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2268 sed 's/^/| /' "$ac_site_file" >&5
2270 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2272 as_fn_error $? "failed to load site
script $ac_site_file
2273 See \
`config.log' for more details" "$LINENO" 5; }
2277 if test -r "$cache_file"; then
2278 # Some versions of bash will fail to source /dev/null (special files
2279 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2280 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2282 $as_echo "$as_me: loading cache $cache_file" >&6;}
2284 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2285 *) . "./$cache_file";;
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2290 $as_echo "$as_me: creating cache $cache_file" >&6;}
2294 # Check that the precious variables saved in the cache have kept the same
2296 ac_cache_corrupted=false
2297 for ac_var in $ac_precious_vars; do
2298 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2299 eval ac_new_set=\$ac_env_${ac_var}_set
2300 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2301 eval ac_new_val=\$ac_env_${ac_var}_value
2302 case $ac_old_set,$ac_new_set in
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2305 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2306 ac_cache_corrupted=: ;;
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2309 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2310 ac_cache_corrupted=: ;;
2313 if test "x$ac_old_val" != "x$ac_new_val"; then
2314 # differences in whitespace do not lead to failure.
2315 ac_old_val_w=`echo x
$ac_old_val`
2316 ac_new_val_w=`echo x
$ac_new_val`
2317 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2319 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2320 ac_cache_corrupted=:
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2323 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2324 eval $ac_var=\$ac_old_val
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2327 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2329 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2332 # Pass precious variables to config.status.
2333 if test "$ac_new_set" = set; then
2335 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2336 *) ac_arg=$ac_var=$ac_new_val ;;
2338 case " $ac_configure_args " in
2339 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2340 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2344 if $ac_cache_corrupted; then
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2346 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2348 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2349 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2351 ## -------------------- ##
2352 ## Main body of script. ##
2353 ## -------------------- ##
2356 ac_cpp='$CPP $CPPFLAGS'
2357 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2358 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2359 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2368 for ac_dir in .. "$srcdir"/..; do
2369 if test -f "$ac_dir/install-sh"; then
2371 ac_install_sh="$ac_aux_dir/install-sh -c"
2373 elif test -f "$ac_dir/install.sh"; then
2375 ac_install_sh="$ac_aux_dir/install.sh -c"
2377 elif test -f "$ac_dir/shtool"; then
2379 ac_install_sh="$ac_aux_dir/shtool install -c"
2383 if test -z "$ac_aux_dir"; then
2384 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2387 # These three variables are undocumented and unsupported,
2388 # and are intended to be withdrawn in a future Autoconf release.
2389 # They can cause serious problems if a builder's source tree is in a directory
2390 # whose full name contains unusual characters.
2391 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2392 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2393 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2396 # Make sure we can run config.sub.
2397 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2398 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2401 $as_echo_n "checking build system type... " >&6; }
2402 if ${ac_cv_build+:} false; then :
2403 $as_echo_n "(cached) " >&6
2405 ac_build_alias=$build_alias
2406 test "x$ac_build_alias" = x &&
2407 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2408 test "x$ac_build_alias" = x &&
2409 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2410 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2411 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2415 $as_echo "$ac_cv_build" >&6; }
2416 case $ac_cv_build in
2418 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2421 ac_save_IFS=$IFS; IFS='-'
2427 # Remember, the first character of IFS is used to create $*,
2428 # except with old shells:
2431 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2435 $as_echo_n "checking host system type... " >&6; }
2436 if ${ac_cv_host+:} false; then :
2437 $as_echo_n "(cached) " >&6
2439 if test "x$host_alias" = x; then
2440 ac_cv_host=$ac_cv_build
2442 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2443 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2448 $as_echo "$ac_cv_host" >&6; }
2451 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2454 ac_save_IFS=$IFS; IFS='-'
2460 # Remember, the first character of IFS is used to create $*,
2461 # except with old shells:
2464 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2468 $as_echo_n "checking target system type... " >&6; }
2469 if ${ac_cv_target+:} false; then :
2470 $as_echo_n "(cached) " >&6
2472 if test "x$target_alias" = x; then
2473 ac_cv_target=$ac_cv_host
2475 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2476 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2481 $as_echo "$ac_cv_target" >&6; }
2482 case $ac_cv_target in
2484 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2486 target=$ac_cv_target
2487 ac_save_IFS=$IFS; IFS='-'
2493 # Remember, the first character of IFS is used to create $*,
2494 # except with old shells:
2497 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2500 # The aliases save the names the user supplied, while $host etc.
2501 # will get canonicalized.
2502 test -n "$target_alias" &&
2503 test "$program_prefix$program_suffix$program_transform_name" = \
2505 program_prefix=${target_alias}-
2507 am__api_version='1.15'
2509 # Find a good install program. We prefer a C program (faster),
2510 # so one script is as good as another. But avoid the broken or
2511 # incompatible versions:
2512 # SysV /etc/install, /usr/sbin/install
2513 # SunOS /usr/etc/install
2514 # IRIX /sbin/install
2516 # AmigaOS /C/install, which installs bootblocks on floppy discs
2517 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2518 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2519 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2520 # OS/2's system install, which has a completely different semantic
2521 # ./install, which can be erroneously created by make from ./install.sh.
2522 # Reject install programs that cannot install multiple files.
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2524 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2525 if test -z "$INSTALL"; then
2526 if ${ac_cv_path_install+:} false; then :
2527 $as_echo_n "(cached) " >&6
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2533 test -z "$as_dir" && as_dir=.
2534 # Account for people who put trailing slashes in PATH elements.
2535 case $as_dir/ in #((
2536 ./ | .// | /[cC]/* | \
2537 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2538 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2541 # OSF1 and SCO ODT 3.0 have their own names for install.
2542 # Don't use installbsd from OSF since it installs stuff as root
2544 for ac_prog in ginstall scoinst install; do
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2547 if test $ac_prog = install &&
2548 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2549 # AIX install. It has an incompatible calling convention.
2551 elif test $ac_prog = install &&
2552 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2553 # program-specific install script used by HP pwplus--don't use.
2556 rm -rf conftest.one conftest.two conftest.dir
2557 echo one > conftest.one
2558 echo two > conftest.two
2560 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2561 test -s conftest.one && test -s conftest.two &&
2562 test -s conftest.dir/conftest.one &&
2563 test -s conftest.dir/conftest.two
2565 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2578 rm -rf conftest.one conftest.two conftest.dir
2581 if test "${ac_cv_path_install+set}" = set; then
2582 INSTALL=$ac_cv_path_install
2584 # As a last resort, use the slow shell script. Don't cache a
2585 # value for INSTALL within a source directory, because that will
2586 # break other packages using the cache if that directory is
2587 # removed, or if the value is a relative name.
2588 INSTALL=$ac_install_sh
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2592 $as_echo "$INSTALL" >&6; }
2594 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2595 # It thinks the first close brace ends the variable substitution.
2596 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2598 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2600 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2603 $as_echo_n "checking whether build environment is sane... " >&6; }
2604 # Reject unsafe characters in $srcdir or the absolute working directory
2605 # name. Accept space and tab only in the latter.
2609 *[\\\"\#\$\&\'\`$am_lf]*)
2610 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2613 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2614 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2617 # Do 'set' in a subshell so we don't clobber the current shell's
2618 # arguments. Must try -L first in case configure is actually a
2619 # symlink; some systems play weird games with the mod time of symlinks
2620 # (eg FreeBSD returns the mod time of the symlink's containing
2624 for am_try
in 1 2; do
2625 echo "timestamp, slept: $am_has_slept" > conftest.
file
2626 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2627 if test "$*" = "X"; then
2629 set X
`ls -t "$srcdir/configure" conftest.file`
2631 if test "$*" != "X $srcdir/configure conftest.file" \
2632 && test "$*" != "X conftest.file $srcdir/configure"; then
2634 # If neither matched, then we have a broken ls. This can happen
2635 # if, for instance, CONFIG_SHELL is bash and it inherits a
2636 # broken ls alias from the environment. This has actually
2637 # happened. Such a system could not be considered "sane".
2638 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2639 alias in your environment" "$LINENO" 5
2641 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2648 test "$2" = conftest.
file
2654 as_fn_error $?
"newly created file is older than distributed files!
2655 Check your system clock" "$LINENO" 5
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2658 $as_echo "yes" >&6; }
2659 # If we didn't sleep, we still need to ensure time stamps of config.status and
2660 # generated files are strictly newer.
2662 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2669 test "$program_prefix" != NONE
&&
2670 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2671 # Use a double $ so make ignores it.
2672 test "$program_suffix" != NONE
&&
2673 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2674 # Double any \ or $.
2675 # By default was `s,x,x', remove it if useless.
2676 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2677 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2679 # Expand $ac_aux_dir to an absolute path.
2680 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2682 if test x
"${MISSING+set}" != xset
; then
2685 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2687 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2690 # Use eval to expand $SHELL
2691 if eval "$MISSING --is-lightweight"; then
2692 am_missing_run
="$MISSING "
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2696 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2699 if test x
"${install_sh+set}" != xset
; then
2702 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2704 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2708 # Installed binaries are usually stripped using 'strip' when the user
2709 # run "make install-strip". However 'strip' might not be the right
2710 # tool to use in cross-compilation environments, therefore Automake
2711 # will honor the 'STRIP' environment variable to overrule this program.
2712 if test "$cross_compiling" != no
; then
2713 if test -n "$ac_tool_prefix"; then
2714 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2715 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2717 $as_echo_n "checking for $ac_word... " >&6; }
2718 if ${ac_cv_prog_STRIP+:} false
; then :
2719 $as_echo_n "(cached) " >&6
2721 if test -n "$STRIP"; then
2722 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2724 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2728 test -z "$as_dir" && as_dir
=.
2729 for ac_exec_ext
in '' $ac_executable_extensions; do
2730 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2731 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2741 STRIP
=$ac_cv_prog_STRIP
2742 if test -n "$STRIP"; then
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2744 $as_echo "$STRIP" >&6; }
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2747 $as_echo "no" >&6; }
2752 if test -z "$ac_cv_prog_STRIP"; then
2754 # Extract the first word of "strip", so it can be a program name with args.
2755 set dummy strip
; ac_word
=$2
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2757 $as_echo_n "checking for $ac_word... " >&6; }
2758 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2759 $as_echo_n "(cached) " >&6
2761 if test -n "$ac_ct_STRIP"; then
2762 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2764 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2768 test -z "$as_dir" && as_dir
=.
2769 for ac_exec_ext
in '' $ac_executable_extensions; do
2770 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2771 ac_cv_prog_ac_ct_STRIP
="strip"
2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2781 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2782 if test -n "$ac_ct_STRIP"; then
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2784 $as_echo "$ac_ct_STRIP" >&6; }
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2787 $as_echo "no" >&6; }
2790 if test "x$ac_ct_STRIP" = x
; then
2793 case $cross_compiling:$ac_tool_warned in
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2796 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2797 ac_tool_warned
=yes ;;
2802 STRIP
="$ac_cv_prog_STRIP"
2806 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2809 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2810 if test -z "$MKDIR_P"; then
2811 if ${ac_cv_path_mkdir+:} false
; then :
2812 $as_echo_n "(cached) " >&6
2814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2815 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2818 test -z "$as_dir" && as_dir
=.
2819 for ac_prog
in mkdir gmkdir
; do
2820 for ac_exec_ext
in '' $ac_executable_extensions; do
2821 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2822 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2823 'mkdir (GNU coreutils) '* | \
2824 'mkdir (coreutils) '* | \
2825 'mkdir (fileutils) '4.1*)
2826 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2836 test -d .
/--version && rmdir .
/--version
2837 if test "${ac_cv_path_mkdir+set}" = set; then
2838 MKDIR_P
="$ac_cv_path_mkdir -p"
2840 # As a last resort, use the slow shell script. Don't cache a
2841 # value for MKDIR_P within a source directory, because that will
2842 # break other packages using the cache if that directory is
2843 # removed, or if the value is a relative name.
2844 MKDIR_P
="$ac_install_sh -d"
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2848 $as_echo "$MKDIR_P" >&6; }
2850 for ac_prog
in gawk mawk nawk
awk
2852 # Extract the first word of "$ac_prog", so it can be a program name with args.
2853 set dummy
$ac_prog; ac_word
=$2
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855 $as_echo_n "checking for $ac_word... " >&6; }
2856 if ${ac_cv_prog_AWK+:} false
; then :
2857 $as_echo_n "(cached) " >&6
2859 if test -n "$AWK"; then
2860 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2866 test -z "$as_dir" && as_dir
=.
2867 for ac_exec_ext
in '' $ac_executable_extensions; do
2868 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2869 ac_cv_prog_AWK
="$ac_prog"
2870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2880 if test -n "$AWK"; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2882 $as_echo "$AWK" >&6; }
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885 $as_echo "no" >&6; }
2889 test -n "$AWK" && break
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2893 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2895 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2896 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2897 $as_echo_n "(cached) " >&6
2899 cat >conftest.
make <<\_ACEOF
2902 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2904 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2905 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2907 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2909 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2913 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2915 $as_echo "yes" >&6; }
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2919 $as_echo "no" >&6; }
2920 SET_MAKE
="MAKE=${MAKE-make}"
2923 rm -rf .tst
2>/dev
/null
2924 mkdir .tst
2>/dev
/null
2925 if test -d .tst
; then
2930 rmdir .tst
2>/dev
/null
2932 # Check whether --enable-silent-rules was given.
2933 if test "${enable_silent_rules+set}" = set; then :
2934 enableval
=$enable_silent_rules;
2937 case $enable_silent_rules in # (((
2938 yes) AM_DEFAULT_VERBOSITY
=0;;
2939 no
) AM_DEFAULT_VERBOSITY
=1;;
2940 *) AM_DEFAULT_VERBOSITY
=1;;
2942 am_make
=${MAKE-make}
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2944 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2945 if ${am_cv_make_support_nested_variables+:} false
; then :
2946 $as_echo_n "(cached) " >&6
2948 if $as_echo 'TRUE=$(BAR$(V))
2954 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
2955 am_cv_make_support_nested_variables
=yes
2957 am_cv_make_support_nested_variables
=no
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2961 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2962 if test $am_cv_make_support_nested_variables = yes; then
2964 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
2966 AM_V
=$AM_DEFAULT_VERBOSITY
2967 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
2971 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2972 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2973 # is not polluted with repeated "-I."
2974 am__isrc
=' -I$(srcdir)'
2975 # test to see if srcdir already configured
2976 if test -f $srcdir/config.status
; then
2977 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2981 # test whether we have cygpath
2982 if test -z "$CYGPATH_W"; then
2983 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2984 CYGPATH_W
='cygpath -w'
2991 # Define the identity of the package.
2996 cat >>confdefs.h
<<_ACEOF
2997 #define PACKAGE "$PACKAGE"
3001 cat >>confdefs.h
<<_ACEOF
3002 #define VERSION "$VERSION"
3005 # Some tools Automake needs.
3007 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3010 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3013 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3016 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3019 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3021 # For better backward compatibility. To be removed once Automake 1.9.x
3022 # dies out for good. For more background, see:
3023 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3024 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3025 mkdir_p
='$(MKDIR_P)'
3027 # We need awk for the "check" target (and possibly the TAP driver). The
3028 # system "awk" is bad on some platforms.
3029 # Always define AMTAR for backward compatibility. Yes, it's still used
3030 # in the wild :-( We should find a proper way to deprecate it ...
3034 # We'll loop over all known methods to create a tar archive until one works.
3035 _am_tools
='gnutar pax cpio none'
3037 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3044 # POSIX will say in a future version that running "rm -f" with no argument
3045 # is OK; and we want to be able to make that assumption in our Makefile
3046 # recipes. So use an aggressive probe to check that the usage we want is
3047 # actually supported "in the wild" to an acceptable degree.
3048 # See automake bug#10828.
3049 # To make any issue more visible, cause the running configure to be aborted
3050 # by default if the 'rm' program in use doesn't match our expectations; the
3051 # user can still override this though.
3052 if rm -f && rm -fr && rm -rf; then : OK
; else
3056 Your 'rm' program seems unable to run without file operands specified
3057 on the command line, even when the '-f' option is present. This is contrary
3058 to the behaviour of most rm programs out there, and not conforming with
3059 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3061 Please tell bug-automake@gnu.org about your system, including the value
3062 of your $PATH and any error possibly output before this message. This
3063 can help us improve future automake versions.
3066 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3067 echo 'Configuration will proceed anyway, since you have set the' >&2
3068 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3072 Aborting the configuration process, to ensure you take notice of the issue.
3074 You can download and install GNU coreutils to get an 'rm' implementation
3075 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3077 If you want to complete the configuration process using your problematic
3078 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3079 to "yes", and re-run configure.
3082 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3086 # Check whether --enable-silent-rules was given.
3087 if test "${enable_silent_rules+set}" = set; then :
3088 enableval
=$enable_silent_rules;
3091 case $enable_silent_rules in # (((
3092 yes) AM_DEFAULT_VERBOSITY
=0;;
3093 no
) AM_DEFAULT_VERBOSITY
=1;;
3094 *) AM_DEFAULT_VERBOSITY
=0;;
3096 am_make
=${MAKE-make}
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3098 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3099 if ${am_cv_make_support_nested_variables+:} false
; then :
3100 $as_echo_n "(cached) " >&6
3102 if $as_echo 'TRUE=$(BAR$(V))
3108 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3109 am_cv_make_support_nested_variables
=yes
3111 am_cv_make_support_nested_variables
=no
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3115 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3116 if test $am_cv_make_support_nested_variables = yes; then
3118 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3120 AM_V
=$AM_DEFAULT_VERBOSITY
3121 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3127 ac_cpp='$CPP $CPPFLAGS'
3128 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3129 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3130 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3131 if test -n "$ac_tool_prefix"; then
3132 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3133 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135 $as_echo_n "checking for $ac_word... " >&6; }
3136 if ${ac_cv_prog_CC+:} false; then :
3137 $as_echo_n "(cached) " >&6
3139 if test -n "$CC"; then
3140 ac_cv_prog_CC="$CC" # Let the user override the test.
3142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3146 test -z "$as_dir" && as_dir=.
3147 for ac_exec_ext in '' $ac_executable_extensions; do
3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3149 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3160 if test -n "$CC"; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3162 $as_echo "$CC" >&6; }
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3170 if test -z "$ac_cv_prog_CC"; then
3172 # Extract the first word of "gcc", so it can be a program name with args.
3173 set dummy gcc; ac_word=$2
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3175 $as_echo_n "checking for $ac_word... " >&6; }
3176 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3177 $as_echo_n "(cached) " >&6
3179 if test -n "$ac_ct_CC"; then
3180 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3186 test -z "$as_dir" && as_dir=.
3187 for ac_exec_ext in '' $ac_executable_extensions; do
3188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3189 ac_cv_prog_ac_ct_CC="gcc"
3190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3199 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3200 if test -n "$ac_ct_CC"; then
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3202 $as_echo "$ac_ct_CC" >&6; }
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3205 $as_echo "no" >&6; }
3208 if test "x$ac_ct_CC" = x; then
3211 case $cross_compiling:$ac_tool_warned in
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3215 ac_tool_warned=yes ;;
3223 if test -z "$CC"; then
3224 if test -n "$ac_tool_prefix"; then
3225 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3226 set dummy ${ac_tool_prefix}cc; ac_word=$2
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3228 $as_echo_n "checking for $ac_word... " >&6; }
3229 if ${ac_cv_prog_CC+:} false; then :
3230 $as_echo_n "(cached) " >&6
3232 if test -n "$CC"; then
3233 ac_cv_prog_CC="$CC" # Let the user override the test.
3235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3239 test -z "$as_dir" && as_dir=.
3240 for ac_exec_ext in '' $ac_executable_extensions; do
3241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3242 ac_cv_prog_CC="${ac_tool_prefix}cc"
3243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3253 if test -n "$CC"; then
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3255 $as_echo "$CC" >&6; }
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3258 $as_echo "no" >&6; }
3264 if test -z "$CC"; then
3265 # Extract the first word of "cc", so it can be a program name with args.
3266 set dummy cc; ac_word=$2
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268 $as_echo_n "checking for $ac_word... " >&6; }
3269 if ${ac_cv_prog_CC+:} false; then :
3270 $as_echo_n "(cached) " >&6
3272 if test -n "$CC"; then
3273 ac_cv_prog_CC="$CC" # Let the user override the test.
3276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3280 test -z "$as_dir" && as_dir=.
3281 for ac_exec_ext in '' $ac_executable_extensions; do
3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3283 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3284 ac_prog_rejected=yes
3288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3295 if test $ac_prog_rejected = yes; then
3296 # We found a bogon in the path, so make sure we never use it.
3297 set dummy $ac_cv_prog_CC
3299 if test $# != 0; then
3300 # We chose a different compiler from the bogus one.
3301 # However, it has the same basename, so the bogon will be chosen
3302 # first if we set CC to just the basename; use the full file name.
3304 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3310 if test -n "$CC"; then
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3312 $as_echo "$CC" >&6; }
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315 $as_echo "no" >&6; }
3320 if test -z "$CC"; then
3321 if test -n "$ac_tool_prefix"; then
3322 for ac_prog in cl.exe
3324 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3325 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3327 $as_echo_n "checking for $ac_word... " >&6; }
3328 if ${ac_cv_prog_CC+:} false; then :
3329 $as_echo_n "(cached) " >&6
3331 if test -n "$CC"; then
3332 ac_cv_prog_CC="$CC" # Let the user override the test.
3334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3338 test -z "$as_dir" && as_dir=.
3339 for ac_exec_ext in '' $ac_executable_extensions; do
3340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3341 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3352 if test -n "$CC"; then
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3354 $as_echo "$CC" >&6; }
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3357 $as_echo "no" >&6; }
3361 test -n "$CC" && break
3364 if test -z "$CC"; then
3366 for ac_prog in cl.exe
3368 # Extract the first word of "$ac_prog", so it can be a program name with args.
3369 set dummy $ac_prog; ac_word=$2
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3371 $as_echo_n "checking for $ac_word... " >&6; }
3372 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3373 $as_echo_n "(cached) " >&6
3375 if test -n "$ac_ct_CC"; then
3376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3382 test -z "$as_dir" && as_dir=.
3383 for ac_exec_ext in '' $ac_executable_extensions; do
3384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3385 ac_cv_prog_ac_ct_CC="$ac_prog"
3386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3395 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3396 if test -n "$ac_ct_CC"; then
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3398 $as_echo "$ac_ct_CC" >&6; }
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3401 $as_echo "no" >&6; }
3405 test -n "$ac_ct_CC" && break
3408 if test "x$ac_ct_CC" = x; then
3411 case $cross_compiling:$ac_tool_warned in
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3415 ac_tool_warned=yes ;;
3424 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3426 as_fn_error $? "no acceptable C compiler found in \$PATH
3427 See \`config.log
' for more details" "$LINENO" 5; }
3429 # Provide some information about the compiler.
3430 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3433 for ac_option in --version -v -V -qversion; do
3434 { { ac_try="$ac_compiler $ac_option >&5"
3436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3437 *) ac_try_echo=$ac_try;;
3439 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3440 $as_echo "$ac_try_echo"; } >&5
3441 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3443 if test -s conftest.err; then
3445 ... rest of stderr output deleted ...
3446 10q
' conftest.err >conftest.er1
3447 cat conftest.er1 >&5
3449 rm -f conftest.er1 conftest.err
3450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3451 test $ac_status = 0; }
3454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455 /* end confdefs.h. */
3465 ac_clean_files_save=$ac_clean_files
3466 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3467 # Try to create an executable without -o first, disregard a.out.
3468 # It will help us diagnose broken compilers, and finding out an intuition
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3471 $as_echo_n "checking whether the C compiler works... " >&6; }
3472 ac_link_default=`$as_echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
3474 # The possible output files:
3475 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3478 for ac_file in $ac_files
3481 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3482 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3487 if { { ac_try="$ac_link_default"
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3492 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3493 $as_echo "$ac_try_echo"; } >&5
3494 (eval "$ac_link_default") 2>&5
3496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3497 test $ac_status = 0; }; then :
3498 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3499 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3500 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3501 # so that the user can short-circuit this test for compilers unknown to
3503 for ac_file
in $ac_files ''
3505 test -f "$ac_file" ||
continue
3507 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3510 # We found the default executable, but exeext='' is most
3514 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3516 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3518 # We set ac_cv_exeext here because the later test for it is not
3519 # safe: cross compilers may not add the suffix if given an `-o'
3520 # argument, so we may need to know it at that point already.
3521 # Even if this section looks crufty: it has the advantage of
3528 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3533 if test -z "$ac_file"; then :
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3535 $as_echo "no" >&6; }
3536 $as_echo "$as_me: failed program was:" >&5
3537 sed 's/^/| /' conftest.
$ac_ext >&5
3539 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3541 as_fn_error
77 "C compiler cannot create executables
3542 See \`config.log' for more details" "$LINENO" 5; }
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3545 $as_echo "yes" >&6; }
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3548 $as_echo_n "checking for C compiler default output file name... " >&6; }
3549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3550 $as_echo "$ac_file" >&6; }
3551 ac_exeext
=$ac_cv_exeext
3553 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3554 ac_clean_files
=$ac_clean_files_save
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3556 $as_echo_n "checking for suffix of executables... " >&6; }
3557 if { { ac_try
="$ac_link"
3559 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3563 $as_echo "$ac_try_echo"; } >&5
3564 (eval "$ac_link") 2>&5
3566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3567 test $ac_status = 0; }; then :
3568 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3569 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3570 # work properly (i.e., refer to `conftest.exe'), while it won't with
3572 for ac_file
in conftest.exe conftest conftest.
*; do
3573 test -f "$ac_file" ||
continue
3575 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3576 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3583 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3584 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3585 See \`config.log' for more details" "$LINENO" 5; }
3587 rm -f conftest conftest
$ac_cv_exeext
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3589 $as_echo "$ac_cv_exeext" >&6; }
3591 rm -f conftest.
$ac_ext
3592 EXEEXT
=$ac_cv_exeext
3594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3595 /* end confdefs.h. */
3600 FILE *f = fopen ("conftest.out", "w");
3601 return ferror (f) || fclose (f) != 0;
3607 ac_clean_files
="$ac_clean_files conftest.out"
3608 # Check that the compiler produces executables we can run. If not, either
3609 # the compiler is broken, or we cross compile.
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3611 $as_echo_n "checking whether we are cross compiling... " >&6; }
3612 if test "$cross_compiling" != yes; then
3613 { { ac_try
="$ac_link"
3615 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3616 *) ac_try_echo=$ac_try;;
3618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3619 $as_echo "$ac_try_echo"; } >&5
3620 (eval "$ac_link") 2>&5
3622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3623 test $ac_status = 0; }
3624 if { ac_try='./conftest$ac_cv_exeext'
3625 { { case "(($ac_try" in
3626 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3627 *) ac_try_echo
=$ac_try;;
3629 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3630 $as_echo "$ac_try_echo"; } >&5
3631 (eval "$ac_try") 2>&5
3633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3634 test $ac_status = 0; }; }; then
3637 if test "$cross_compiling" = maybe
; then
3640 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3641 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3642 as_fn_error $?
"cannot run C compiled programs.
3643 If you meant to cross compile, use \`--host'.
3644 See \`config.log' for more details" "$LINENO" 5; }
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3649 $as_echo "$cross_compiling" >&6; }
3651 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3652 ac_clean_files
=$ac_clean_files_save
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3654 $as_echo_n "checking for suffix of object files... " >&6; }
3655 if ${ac_cv_objext+:} false
; then :
3656 $as_echo_n "(cached) " >&6
3658 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3659 /* end confdefs.h. */
3669 rm -f conftest.o conftest.obj
3670 if { { ac_try
="$ac_compile"
3672 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3673 *) ac_try_echo=$ac_try;;
3675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3676 $as_echo "$ac_try_echo"; } >&5
3677 (eval "$ac_compile") 2>&5
3679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3680 test $ac_status = 0; }; then :
3681 for ac_file in conftest.o conftest.obj conftest.*; do
3682 test -f "$ac_file" || continue;
3684 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3685 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3690 $as_echo "$as_me: failed program was:" >&5
3691 sed 's/^/| /' conftest.$ac_ext >&5
3693 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3695 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3696 See \
`config.log' for more details" "$LINENO" 5; }
3698 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3701 $as_echo "$ac_cv_objext" >&6; }
3702 OBJEXT=$ac_cv_objext
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3705 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3706 if ${ac_cv_c_compiler_gnu+:} false; then :
3707 $as_echo_n "(cached) " >&6
3709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3710 /* end confdefs.h. */
3723 if ac_fn_c_try_compile "$LINENO"; then :
3728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3733 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3734 if test $ac_compiler_gnu = yes; then
3739 ac_test_CFLAGS=${CFLAGS+set}
3740 ac_save_CFLAGS=$CFLAGS
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3742 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3743 if ${ac_cv_prog_cc_g+:} false; then :
3744 $as_echo_n "(cached) " >&6
3746 ac_save_c_werror_flag=$ac_c_werror_flag
3747 ac_c_werror_flag=yes
3750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3751 /* end confdefs.h. */
3761 if ac_fn_c_try_compile "$LINENO"; then :
3765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3766 /* end confdefs.h. */
3776 if ac_fn_c_try_compile "$LINENO"; then :
3779 ac_c_werror_flag=$ac_save_c_werror_flag
3781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3782 /* end confdefs.h. */
3792 if ac_fn_c_try_compile "$LINENO"; then :
3795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3800 ac_c_werror_flag=$ac_save_c_werror_flag
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3803 $as_echo "$ac_cv_prog_cc_g" >&6; }
3804 if test "$ac_test_CFLAGS" = set; then
3805 CFLAGS=$ac_save_CFLAGS
3806 elif test $ac_cv_prog_cc_g = yes; then
3807 if test "$GCC" = yes; then
3813 if test "$GCC" = yes; then
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3820 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3821 if ${ac_cv_prog_cc_c89+:} false; then :
3822 $as_echo_n "(cached) " >&6
3824 ac_cv_prog_cc_c89=no
3826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827 /* end confdefs.h. */
3831 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3832 struct buf { int x; };
3833 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3834 static char *e (p, i)
3840 static char *f (char * (*g) (char **, int), char **p, ...)
3845 s = g (p, va_arg (v,int));
3850 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3851 function prototypes and stuff, but not '\xHH' hex character constants.
3852 These don't provoke an error unfortunately, instead are silently treated
3853 as 'x'. The following induces an error, until -std is added to get
3854 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3855 array size at least. It's necessary to write '\x00'==0 to get something
3856 that's true only with -std. */
3857 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3859 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3860 inside strings and character constants. */
3862 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3864 int test (int i, double x);
3865 struct s1 {int (*f) (int a);};
3866 struct s2 {int (*f) (double a);};
3867 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3873 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3878 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3879 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3881 CC="$ac_save_CC $ac_arg"
3882 if ac_fn_c_try_compile "$LINENO"; then :
3883 ac_cv_prog_cc_c89=$ac_arg
3885 rm -f core conftest.err conftest.$ac_objext
3886 test "x$ac_cv_prog_cc_c89" != "xno" && break
3888 rm -f conftest.$ac_ext
3893 case "x$ac_cv_prog_cc_c89" in
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3896 $as_echo "none needed" >&6; } ;;
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3899 $as_echo "unsupported" >&6; } ;;
3901 CC="$CC $ac_cv_prog_cc_c89"
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3903 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3905 if test "x$ac_cv_prog_cc_c89" != xno; then :
3910 ac_cpp='$CPP $CPPFLAGS'
3911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 ac_cpp='$CPP $CPPFLAGS'
3917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3921 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3922 if ${am_cv_prog_cc_c_o+:} false; then :
3923 $as_echo_n "(cached) " >&6
3925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3926 /* end confdefs.h. */
3936 # Make sure it works both with $CC and with simple cc.
3937 # Following AC_PROG_CC_C_O, we do the test twice because some
3938 # compilers refuse to overwrite an existing .o file with -o,
3939 # though they will create one.
3940 am_cv_prog_cc_c_o=yes
3942 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3943 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946 (exit $ac_status); } \
3947 && test -f conftest2.$ac_objext; then
3950 am_cv_prog_cc_c_o=no
3954 rm -f core conftest*
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3958 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3959 if test "$am_cv_prog_cc_c_o" != yes; then
3960 # Losing compiler, so override with the script.
3961 # FIXME: It is wrong to rewrite CC.
3962 # But if we don't then we get into trouble of one sort or another.
3963 # A longer-term fix would be to have automake use am__CC in this case,
3964 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3965 CC="$am_aux_dir/compile $CC"
3968 ac_cpp='$CPP $CPPFLAGS'
3969 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3970 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3971 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3973 DEPDIR="${am__leading_dot}deps"
3975 ac_config_commands="$ac_config_commands depfiles"
3978 am_make=${MAKE-make}
3979 cat > confinc << 'END'
3981 @echo this is the am__doit target
3984 # If we don't find an include directive, just comment out the code.
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3986 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3990 # First try GNU make style include.
3991 echo "include confinc" > confmf
3992 # Ignore all kinds of additional output from 'make'.
3993 case `$am_make -s -f confmf
2> /dev
/null
` in #(
3994 *the\ am__doit\ target*)
4000 # Now try BSD make style include.
4001 if test "$am__include" = "#"; then
4002 echo '.include "confinc"' > confmf
4003 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4004 *the\ am__doit\ target*)
4005 am__include=.include
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4014 $as_echo "$_am_result" >&6; }
4015 rm -f confinc confmf
4017 # Check whether --enable-dependency-tracking was given.
4018 if test "${enable_dependency_tracking+set}" = set; then :
4019 enableval=$enable_dependency_tracking;
4022 if test "x$enable_dependency_tracking" != xno; then
4023 am_depcomp="$ac_aux_dir/depcomp"
4027 if test "x$enable_dependency_tracking" != xno; then
4037 depcc="$CC" am_compiler_list=
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4040 $as_echo_n "checking dependency style of $depcc... " >&6; }
4041 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4042 $as_echo_n "(cached) " >&6
4044 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4045 # We make a subdir and do the tests there. Otherwise we can end up
4046 # making bogus files that we don't know about and never remove. For
4047 # instance it was reported that on HP-UX the gcc test will end up
4048 # making a dummy file named 'D' -- because '-MD' means "put the output
4052 # Copy depcomp to subdir because otherwise we won't find it if we're
4053 # using a relative directory.
4054 cp "$am_depcomp" conftest.dir
4056 # We will build objects and dependencies in a subdirectory because
4057 # it helps to detect inapplicable dependency modes. For instance
4058 # both Tru64's cc and ICC support -MD to output dependencies as a
4059 # side effect of compilation, but ICC will put the dependencies in
4060 # the current directory while Tru64 will put them in the object
4064 am_cv_CC_dependencies_compiler_type=none
4065 if test "$am_compiler_list" = ""; then
4066 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4069 case " $depcc " in #(
4070 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4073 for depmode in $am_compiler_list; do
4074 # Setup a source with many dependencies, because some compilers
4075 # like to wrap large dependency lists on column 80 (with \), and
4076 # we should not choose a depcomp mode which is confused by this.
4078 # We need to recreate these files for each test, as the compiler may
4079 # overwrite some of them when testing with obscure command lines.
4080 # This happens at least with the AIX C compiler.
4082 for i in 1 2 3 4 5 6; do
4083 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4084 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4085 # Solaris 10 /bin/sh.
4086 echo '/* dummy */' > sub/conftst$i.h
4088 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4090 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4091 # mode. It turns out that the SunPro C++ compiler does not properly
4092 # handle '-M -o', and we need to detect this. Also, some Intel
4093 # versions had trouble with output in subdirs.
4094 am__obj=sub/conftest.${OBJEXT-o}
4095 am__minus_obj="-o $am__obj"
4098 # This depmode causes a compiler race in universal mode.
4099 test "$am__universal" = false || continue
4102 # After this tag, mechanisms are not by side-effect, so they'll
4103 # only be used when explicitly requested.
4104 if test "x$enable_dependency_tracking" = xyes; then
4110 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4111 # This compiler won't grok '-c -o', but also, the minuso test has
4112 # not run yet. These depmodes are late enough in the game, and
4113 # so weak that their functioning should not be impacted.
4114 am__obj=conftest.${OBJEXT-o}
4119 if depmode=$depmode \
4120 source=sub/conftest.c object=$am__obj \
4121 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4122 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4123 >/dev/null 2>conftest.err &&
4124 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4125 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4126 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4127 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4128 # icc doesn't choke on unknown options, it will just issue warnings
4129 # or remarks (even with -Werror). So we grep stderr for any message
4130 # that says an option was ignored or not supported.
4131 # When given -MP, icc 7.0 and 7.1 complain thusly:
4132 # icc: Command line warning: ignoring option '-M'; no argument required
4133 # The diagnosis changed in icc 8.0:
4134 # icc: Command line remark: option '-MP' not supported
4135 if (grep 'ignoring option' conftest.err ||
4136 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4137 am_cv_CC_dependencies_compiler_type=$depmode
4146 am_cv_CC_dependencies_compiler_type=none
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4151 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4152 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4155 test "x$enable_dependency_tracking" != xno \
4156 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4158 am__fastdepCC_FALSE='#'
4160 am__fastdepCC_TRUE='#'
4161 am__fastdepCC_FALSE=
4167 ac_cpp='$CPP $CPPFLAGS'
4168 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4169 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4170 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4172 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4173 # On Suns, sometimes $CPP names a directory.
4174 if test -n "$CPP" && test -d "$CPP"; then
4177 if test -z "$CPP"; then
4178 if ${ac_cv_prog_CPP+:} false; then :
4179 $as_echo_n "(cached) " >&6
4181 # Double quotes because CPP needs to be expanded
4182 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4185 for ac_c_preproc_warn_flag in '' yes
4187 # Use a header file that comes with gcc, so configuring glibc
4188 # with a fresh cross-compiler works.
4189 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4190 # <limits.h> exists even on freestanding compilers.
4191 # On the NeXT, cc -E runs the code through the compiler's parser,
4192 # not just through cpp. "Syntax error" is here to catch this case.
4193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4194 /* end confdefs.h. */
4196 # include <limits.h>
4198 # include <assert.h>
4202 if ac_fn_c_try_cpp "$LINENO"; then :
4205 # Broken: fails on valid input.
4208 rm -f conftest.err conftest.i conftest.$ac_ext
4210 # OK, works on sane cases. Now check whether nonexistent headers
4211 # can be detected and how.
4212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213 /* end confdefs.h. */
4214 #include <ac_nonexistent.h>
4216 if ac_fn_c_try_cpp "$LINENO"; then :
4217 # Broken: success on invalid input.
4220 # Passes both tests.
4224 rm -f conftest.err conftest.i conftest.$ac_ext
4227 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4228 rm -f conftest.i conftest.err conftest.
$ac_ext
4229 if $ac_preproc_ok; then :
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4242 $as_echo "$CPP" >&6; }
4244 for ac_c_preproc_warn_flag
in '' yes
4246 # Use a header file that comes with gcc, so configuring glibc
4247 # with a fresh cross-compiler works.
4248 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4249 # <limits.h> exists even on freestanding compilers.
4250 # On the NeXT, cc -E runs the code through the compiler's parser,
4251 # not just through cpp. "Syntax error" is here to catch this case.
4252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4253 /* end confdefs.h. */
4255 # include <limits.h>
4257 # include <assert.h>
4261 if ac_fn_c_try_cpp
"$LINENO"; then :
4264 # Broken: fails on valid input.
4267 rm -f conftest.err conftest.i conftest.
$ac_ext
4269 # OK, works on sane cases. Now check whether nonexistent headers
4270 # can be detected and how.
4271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4272 /* end confdefs.h. */
4273 #include <ac_nonexistent.h>
4275 if ac_fn_c_try_cpp
"$LINENO"; then :
4276 # Broken: success on invalid input.
4279 # Passes both tests.
4283 rm -f conftest.err conftest.i conftest.
$ac_ext
4286 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4287 rm -f conftest.i conftest.err conftest.
$ac_ext
4288 if $ac_preproc_ok; then :
4291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4292 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4293 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4294 See \`config.log' for more details" "$LINENO" 5; }
4298 ac_cpp
='$CPP $CPPFLAGS'
4299 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4300 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4301 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4305 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4306 if ${ac_cv_path_GREP+:} false
; then :
4307 $as_echo_n "(cached) " >&6
4309 if test -z "$GREP"; then
4310 ac_path_GREP_found
=false
4311 # Loop through the user's path and test for each of PROGNAME-LIST
4312 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4313 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4316 test -z "$as_dir" && as_dir
=.
4317 for ac_prog
in grep ggrep
; do
4318 for ac_exec_ext
in '' $ac_executable_extensions; do
4319 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4320 as_fn_executable_p
"$ac_path_GREP" ||
continue
4321 # Check for GNU ac_path_GREP and select it if it is found.
4322 # Check for GNU $ac_path_GREP
4323 case `"$ac_path_GREP" --version 2>&1` in
4325 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4328 $as_echo_n 0123456789 >"conftest.in"
4331 cat "conftest.in" "conftest.in" >"conftest.tmp"
4332 mv "conftest.tmp" "conftest.in"
4333 cp "conftest.in" "conftest.nl"
4334 $as_echo 'GREP' >> "conftest.nl"
4335 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4336 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4337 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4338 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4339 # Best one so far, save it but keep looking for a better one
4340 ac_cv_path_GREP
="$ac_path_GREP"
4341 ac_path_GREP_max
=$ac_count
4343 # 10*(2^10) chars as input seems more than enough
4344 test $ac_count -gt 10 && break
4346 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4349 $ac_path_GREP_found && break 3
4354 if test -z "$ac_cv_path_GREP"; then
4355 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4358 ac_cv_path_GREP
=$GREP
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4363 $as_echo "$ac_cv_path_GREP" >&6; }
4364 GREP
="$ac_cv_path_GREP"
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4368 $as_echo_n "checking for egrep... " >&6; }
4369 if ${ac_cv_path_EGREP+:} false
; then :
4370 $as_echo_n "(cached) " >&6
4372 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4373 then ac_cv_path_EGREP
="$GREP -E"
4375 if test -z "$EGREP"; then
4376 ac_path_EGREP_found
=false
4377 # Loop through the user's path and test for each of PROGNAME-LIST
4378 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4379 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4382 test -z "$as_dir" && as_dir
=.
4383 for ac_prog
in egrep; do
4384 for ac_exec_ext
in '' $ac_executable_extensions; do
4385 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4386 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4387 # Check for GNU ac_path_EGREP and select it if it is found.
4388 # Check for GNU $ac_path_EGREP
4389 case `"$ac_path_EGREP" --version 2>&1` in
4391 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4394 $as_echo_n 0123456789 >"conftest.in"
4397 cat "conftest.in" "conftest.in" >"conftest.tmp"
4398 mv "conftest.tmp" "conftest.in"
4399 cp "conftest.in" "conftest.nl"
4400 $as_echo 'EGREP' >> "conftest.nl"
4401 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4402 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4403 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4404 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4405 # Best one so far, save it but keep looking for a better one
4406 ac_cv_path_EGREP
="$ac_path_EGREP"
4407 ac_path_EGREP_max
=$ac_count
4409 # 10*(2^10) chars as input seems more than enough
4410 test $ac_count -gt 10 && break
4412 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4415 $ac_path_EGREP_found && break 3
4420 if test -z "$ac_cv_path_EGREP"; then
4421 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4424 ac_cv_path_EGREP
=$EGREP
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4430 $as_echo "$ac_cv_path_EGREP" >&6; }
4431 EGREP
="$ac_cv_path_EGREP"
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4435 $as_echo_n "checking for ANSI C header files... " >&6; }
4436 if ${ac_cv_header_stdc+:} false
; then :
4437 $as_echo_n "(cached) " >&6
4439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4440 /* end confdefs.h. */
4454 if ac_fn_c_try_compile
"$LINENO"; then :
4455 ac_cv_header_stdc
=yes
4457 ac_cv_header_stdc
=no
4459 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4461 if test $ac_cv_header_stdc = yes; then
4462 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4463 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4464 /* end confdefs.h. */
4468 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4469 $EGREP "memchr" >/dev
/null
2>&1; then :
4472 ac_cv_header_stdc
=no
4478 if test $ac_cv_header_stdc = yes; then
4479 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4481 /* end confdefs.h. */
4485 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4486 $EGREP "free" >/dev
/null
2>&1; then :
4489 ac_cv_header_stdc
=no
4495 if test $ac_cv_header_stdc = yes; then
4496 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4497 if test "$cross_compiling" = yes; then :
4500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4501 /* end confdefs.h. */
4504 #if ((' ' & 0x0FF) == 0x020)
4505 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4506 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4508 # define ISLOWER(c) \
4509 (('a' <= (c) && (c) <= 'i') \
4510 || ('j' <= (c) && (c) <= 'r') \
4511 || ('s' <= (c) && (c) <= 'z'))
4512 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4515 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4520 for (i = 0; i < 256; i++)
4521 if (XOR (islower (i), ISLOWER (i))
4522 || toupper (i) != TOUPPER (i))
4527 if ac_fn_c_try_run
"$LINENO"; then :
4530 ac_cv_header_stdc
=no
4532 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4533 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4539 $as_echo "$ac_cv_header_stdc" >&6; }
4540 if test $ac_cv_header_stdc = yes; then
4542 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4546 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4547 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4548 inttypes.h stdint.h unistd.h
4550 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4551 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4553 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4554 cat >>confdefs.h
<<_ACEOF
4555 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4564 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4565 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4572 if test "$MINIX" = yes; then
4574 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4577 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4580 $as_echo "#define _MINIX 1" >>confdefs.h
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4586 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4587 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4588 $as_echo_n "(cached) " >&6
4590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4591 /* end confdefs.h. */
4593 # define __EXTENSIONS__ 1
4594 $ac_includes_default
4603 if ac_fn_c_try_compile
"$LINENO"; then :
4604 ac_cv_safe_to_define___extensions__
=yes
4606 ac_cv_safe_to_define___extensions__
=no
4608 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4611 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4612 test $ac_cv_safe_to_define___extensions__ = yes &&
4613 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4615 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4617 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4619 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4621 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4630 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4635 macro_version
='2.2.7a'
4636 macro_revision
='1.3134'
4650 ltmain
="$ac_aux_dir/ltmain.sh"
4652 # Backslashify metacharacters that are still active within
4653 # double-quoted strings.
4654 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
4656 # Same as above, but do not quote variable references.
4657 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
4659 # Sed substitution to delay expansion of an escaped shell variable in a
4660 # double_quote_subst'ed string.
4661 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
4663 # Sed substitution to delay expansion of an escaped single quote.
4664 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
4666 # Sed substitution to avoid accidental globbing in evaled expressions
4667 no_glob_subst
='s/\*/\\\*/g'
4669 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4670 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4671 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4674 $as_echo_n "checking how to print strings... " >&6; }
4675 # Test print first, because it will be a builtin if present.
4676 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4677 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4679 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4682 # Use this function as a fallback that always works.
4683 func_fallback_echo ()
4685 eval 'cat <<_LTECHO_EOF
4689 ECHO='func_fallback_echo
'
4692 # func_echo_all arg...
4693 # Invoke $ECHO with all args, space-separated.
4700 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4701 $as_echo "printf" >&6; } ;;
4702 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4703 $as_echo "print -r" >&6; } ;;
4704 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4705 $as_echo "cat" >&6; } ;;
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4722 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4723 if ${ac_cv_path_SED+:} false; then :
4724 $as_echo_n "(cached) " >&6
4726 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4727 for ac_i in 1 2 3 4 5 6 7; do
4728 ac_script="$ac_script$as_nl$ac_script"
4730 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4731 { ac_script=; unset ac_script;}
4732 if test -z "$SED"; then
4733 ac_path_SED_found=false
4734 # Loop through the user's path and
test for each of PROGNAME-LIST
4735 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4739 test -z "$as_dir" && as_dir
=.
4740 for ac_prog
in sed gsed
; do
4741 for ac_exec_ext
in '' $ac_executable_extensions; do
4742 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
4743 as_fn_executable_p
"$ac_path_SED" ||
continue
4744 # Check for GNU ac_path_SED and select it if it is found.
4745 # Check for GNU $ac_path_SED
4746 case `"$ac_path_SED" --version 2>&1` in
4748 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
4751 $as_echo_n 0123456789 >"conftest.in"
4754 cat "conftest.in" "conftest.in" >"conftest.tmp"
4755 mv "conftest.tmp" "conftest.in"
4756 cp "conftest.in" "conftest.nl"
4757 $as_echo '' >> "conftest.nl"
4758 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4759 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4760 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4761 if test $ac_count -gt ${ac_path_SED_max-0}; then
4762 # Best one so far, save it but keep looking for a better one
4763 ac_cv_path_SED
="$ac_path_SED"
4764 ac_path_SED_max
=$ac_count
4766 # 10*(2^10) chars as input seems more than enough
4767 test $ac_count -gt 10 && break
4769 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4772 $ac_path_SED_found && break 3
4777 if test -z "$ac_cv_path_SED"; then
4778 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4786 $as_echo "$ac_cv_path_SED" >&6; }
4787 SED
="$ac_cv_path_SED"
4790 test -z "$SED" && SED
=sed
4791 Xsed
="$SED -e 1s/^X//"
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4804 $as_echo_n "checking for fgrep... " >&6; }
4805 if ${ac_cv_path_FGREP+:} false
; then :
4806 $as_echo_n "(cached) " >&6
4808 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
4809 then ac_cv_path_FGREP
="$GREP -F"
4811 if test -z "$FGREP"; then
4812 ac_path_FGREP_found
=false
4813 # Loop through the user's path and test for each of PROGNAME-LIST
4814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4815 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4818 test -z "$as_dir" && as_dir
=.
4819 for ac_prog
in fgrep
; do
4820 for ac_exec_ext
in '' $ac_executable_extensions; do
4821 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
4822 as_fn_executable_p
"$ac_path_FGREP" ||
continue
4823 # Check for GNU ac_path_FGREP and select it if it is found.
4824 # Check for GNU $ac_path_FGREP
4825 case `"$ac_path_FGREP" --version 2>&1` in
4827 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
4830 $as_echo_n 0123456789 >"conftest.in"
4833 cat "conftest.in" "conftest.in" >"conftest.tmp"
4834 mv "conftest.tmp" "conftest.in"
4835 cp "conftest.in" "conftest.nl"
4836 $as_echo 'FGREP' >> "conftest.nl"
4837 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4838 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4839 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4840 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4841 # Best one so far, save it but keep looking for a better one
4842 ac_cv_path_FGREP
="$ac_path_FGREP"
4843 ac_path_FGREP_max
=$ac_count
4845 # 10*(2^10) chars as input seems more than enough
4846 test $ac_count -gt 10 && break
4848 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4851 $ac_path_FGREP_found && break 3
4856 if test -z "$ac_cv_path_FGREP"; then
4857 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4860 ac_cv_path_FGREP
=$FGREP
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4866 $as_echo "$ac_cv_path_FGREP" >&6; }
4867 FGREP
="$ac_cv_path_FGREP"
4870 test -z "$GREP" && GREP
=grep
4890 # Check whether --with-gnu-ld was given.
4891 if test "${with_gnu_ld+set}" = set; then :
4892 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
4898 if test "$GCC" = yes; then
4899 # Check if gcc -print-prog-name=ld gives a path.
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4901 $as_echo_n "checking for ld used by $CC... " >&6; }
4904 # gcc leaves a trailing carriage return which upsets mingw
4905 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4907 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4910 # Accept absolute paths.
4912 re_direlt
='/[^/][^/]*/\.\./'
4913 # Canonicalize the pathname of ld
4914 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4915 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4916 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4918 test -z "$LD" && LD
="$ac_prog"
4921 # If it fails, then pretend we aren't using GCC.
4925 # If it is relative, then search for the first ld in PATH.
4929 elif test "$with_gnu_ld" = yes; then
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4931 $as_echo_n "checking for GNU ld... " >&6; }
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4934 $as_echo_n "checking for non-GNU ld... " >&6; }
4936 if ${lt_cv_path_LD+:} false
; then :
4937 $as_echo_n "(cached) " >&6
4939 if test -z "$LD"; then
4940 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4941 for ac_dir
in $PATH; do
4943 test -z "$ac_dir" && ac_dir
=.
4944 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4945 lt_cv_path_LD
="$ac_dir/$ac_prog"
4946 # Check to see if the program is GNU ld. I'd rather use --version,
4947 # but apparently some variants of GNU ld only accept -v.
4948 # Break only if it was the GNU/non-GNU ld that we prefer.
4949 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4950 *GNU
* |
*'with BFD'*)
4951 test "$with_gnu_ld" != no
&& break
4954 test "$with_gnu_ld" != yes && break
4961 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4966 if test -n "$LD"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4968 $as_echo "$LD" >&6; }
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4973 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4975 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4976 if ${lt_cv_prog_gnu_ld+:} false
; then :
4977 $as_echo_n "(cached) " >&6
4979 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4980 case `$LD -v 2>&1 </dev/null` in
4981 *GNU
* |
*'with BFD'*)
4982 lt_cv_prog_gnu_ld
=yes
4985 lt_cv_prog_gnu_ld
=no
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4990 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4991 with_gnu_ld
=$lt_cv_prog_gnu_ld
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5002 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5003 if ${lt_cv_path_NM+:} false
; then :
5004 $as_echo_n "(cached) " >&6
5006 if test -n "$NM"; then
5007 # Let the user override the nm to test.
5008 lt_nm_to_check
="$NM"
5010 lt_nm_to_check
="${ac_tool_prefix}nm"
5011 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5012 lt_nm_to_check
="$lt_nm_to_check nm"
5015 for lt_tmp_nm
in "$lt_nm_to_check"; do
5016 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5017 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5019 test -z "$ac_dir" && ac_dir
=.
5020 # Strip out any user-provided options from the nm to test twice,
5021 # the first time to test to see if nm (rather than its options) has
5022 # an explicit path, the second time to yield a file which can be
5024 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5025 case "$tmp_nm_path" in
5026 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
5027 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
5029 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5030 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
5031 # Check to see if the nm accepts a BSD-compat flag.
5032 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5033 # nm: unknown option "B" ignored
5034 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5035 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
5039 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5041 lt_cv_path_NM
="$tmp_nm -p"
5045 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5046 continue # so that we can try to find one that supports BSD flags
5055 : ${lt_cv_path_NM=no}
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5058 $as_echo "$lt_cv_path_NM" >&6; }
5059 if test "$lt_cv_path_NM" != "no"; then
5062 # Didn't find any BSD compatible name lister, look for dumpbin.
5063 if test -n "$DUMPBIN"; then :
5064 # Let the user override the test.
5066 if test -n "$ac_tool_prefix"; then
5067 for ac_prog
in dumpbin
"link -dump"
5069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5070 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5072 $as_echo_n "checking for $ac_word... " >&6; }
5073 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5074 $as_echo_n "(cached) " >&6
5076 if test -n "$DUMPBIN"; then
5077 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5079 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5083 test -z "$as_dir" && as_dir
=.
5084 for ac_exec_ext
in '' $ac_executable_extensions; do
5085 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5086 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5096 DUMPBIN
=$ac_cv_prog_DUMPBIN
5097 if test -n "$DUMPBIN"; then
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5099 $as_echo "$DUMPBIN" >&6; }
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5102 $as_echo "no" >&6; }
5106 test -n "$DUMPBIN" && break
5109 if test -z "$DUMPBIN"; then
5110 ac_ct_DUMPBIN
=$DUMPBIN
5111 for ac_prog
in dumpbin
"link -dump"
5113 # Extract the first word of "$ac_prog", so it can be a program name with args.
5114 set dummy
$ac_prog; ac_word
=$2
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5116 $as_echo_n "checking for $ac_word... " >&6; }
5117 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5118 $as_echo_n "(cached) " >&6
5120 if test -n "$ac_ct_DUMPBIN"; then
5121 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5123 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5127 test -z "$as_dir" && as_dir
=.
5128 for ac_exec_ext
in '' $ac_executable_extensions; do
5129 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5130 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5140 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5141 if test -n "$ac_ct_DUMPBIN"; then
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5143 $as_echo "$ac_ct_DUMPBIN" >&6; }
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5146 $as_echo "no" >&6; }
5150 test -n "$ac_ct_DUMPBIN" && break
5153 if test "x$ac_ct_DUMPBIN" = x
; then
5156 case $cross_compiling:$ac_tool_warned in
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5160 ac_tool_warned
=yes ;;
5162 DUMPBIN
=$ac_ct_DUMPBIN
5166 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5168 DUMPBIN
="$DUMPBIN -symbols"
5176 if test "$DUMPBIN" != ":"; then
5180 test -z "$NM" && NM
=nm
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5188 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5189 if ${lt_cv_nm_interface+:} false
; then :
5190 $as_echo_n "(cached) " >&6
5192 lt_cv_nm_interface
="BSD nm"
5193 echo "int some_variable = 0;" > conftest.
$ac_ext
5194 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5195 (eval "$ac_compile" 2>conftest.err
)
5196 cat conftest.err
>&5
5197 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5198 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5199 cat conftest.err
>&5
5200 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5201 cat conftest.out
>&5
5202 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5203 lt_cv_nm_interface
="MS dumpbin"
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5208 $as_echo "$lt_cv_nm_interface" >&6; }
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5211 $as_echo_n "checking whether ln -s works... " >&6; }
5213 if test "$LN_S" = "ln -s"; then
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5215 $as_echo "yes" >&6; }
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5218 $as_echo "no, using $LN_S" >&6; }
5221 # find the maximum length of command line arguments
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5223 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5224 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5225 $as_echo_n "(cached) " >&6
5232 # On DJGPP, this test can blow up pretty badly due to problems in libc
5233 # (any single argument exceeding 2000 bytes causes a buffer overrun
5234 # during glob expansion). Even if it were fixed, the result of this
5235 # check would be larger than it should be.
5236 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5240 # Under GNU Hurd, this test is not required because there is
5241 # no limit to the length of command line arguments.
5242 # Libtool will interpret -1 as no limit whatsoever
5243 lt_cv_sys_max_cmd_len
=-1;
5246 cygwin
* | mingw
* | cegcc
*)
5247 # On Win9x/ME, this test blows up -- it succeeds, but takes
5248 # about 5 minutes as the teststring grows exponentially.
5249 # Worse, since 9x/ME are not pre-emptively multitasking,
5250 # you end up with a "frozen" computer, even though with patience
5251 # the test eventually succeeds (with a max line length of 256k).
5252 # Instead, let's just punt: use the minimum linelength reported by
5253 # all of the supported platforms: 8192 (on NT/2K/XP).
5254 lt_cv_sys_max_cmd_len
=8192;
5258 # On MiNT this can take a long time and run out of memory.
5259 lt_cv_sys_max_cmd_len
=8192;
5263 # On AmigaOS with pdksh, this test takes hours, literally.
5264 # So we just punt and use a minimum line length of 8192.
5265 lt_cv_sys_max_cmd_len
=8192;
5268 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5269 # This has been around since 386BSD, at least. Likely further.
5270 if test -x /sbin
/sysctl
; then
5271 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5272 elif test -x /usr
/sbin
/sysctl
; then
5273 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5275 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5277 # And add a safety zone
5278 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5279 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5283 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5284 lt_cv_sys_max_cmd_len
=196608
5288 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5289 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5290 # nice to cause kernel panics so lets avoid the loop below.
5291 # First set a reasonable default.
5292 lt_cv_sys_max_cmd_len
=16384
5294 if test -x /sbin
/sysconfig
; then
5295 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5296 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5301 lt_cv_sys_max_cmd_len
=102400
5303 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5304 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5305 if test -n "$kargmax"; then
5306 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5308 lt_cv_sys_max_cmd_len
=32768
5312 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5313 if test -n "$lt_cv_sys_max_cmd_len"; then
5314 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5315 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5317 # Make teststring a little bigger before we do anything with it.
5318 # a 1K string should be a reasonable start.
5319 for i
in 1 2 3 4 5 6 7 8 ; do
5320 teststring
=$teststring$teststring
5322 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5323 # If test is not a shell built-in, we'll probably end up computing a
5324 # maximum length that is only half of the actual maximum length, but
5326 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5327 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5328 test $i != 17 # 1/2 MB should be enough
5331 teststring
=$teststring$teststring
5333 # Only check the string length outside the loop.
5334 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5336 # Add a significant safety factor because C++ compilers can tack on
5337 # massive amounts of additional arguments before passing them to the
5338 # linker. It appears as though 1/2 is a usable value.
5339 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5346 if test -n $lt_cv_sys_max_cmd_len ; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5348 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5351 $as_echo "none" >&6; }
5353 max_cmd_len
=$lt_cv_sys_max_cmd_len
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5365 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5366 # Try some XSI features
5369 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5371 && eval 'test $(( 1 + 1 )) -eq 2 \
5372 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5375 $as_echo "$xsi_shell" >&6; }
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5379 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5381 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5383 && lt_shell_append=yes
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5385 $as_echo "$lt_shell_append" >&6; }
5388 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5398 # test EBCDIC or ASCII
5399 case `echo X|tr X '\101'` in
5400 A) # ASCII based system
5401 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5402 lt_SP2NL='tr \040 \012'
5403 lt_NL2SP='tr \015\012 \040\040'
5405 *) # EBCDIC based system
5406 lt_SP2NL='tr \100 \n'
5407 lt_NL2SP='tr \r\n \100\100'
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5420 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5421 if ${lt_cv_ld_reload_flag+:} false; then :
5422 $as_echo_n "(cached
) " >&6
5424 lt_cv_ld_reload_flag='-r'
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5427 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5428 reload_flag=$lt_cv_ld_reload_flag
5429 case $reload_flag in
5431 *) reload_flag=" $reload_flag" ;;
5433 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5436 if test "$GCC" = yes; then
5437 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5439 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5452 if test -n "$ac_tool_prefix"; then
5453 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5454 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5456 $as_echo_n "checking
for $ac_word...
" >&6; }
5457 if ${ac_cv_prog_OBJDUMP+:} false; then :
5458 $as_echo_n "(cached
) " >&6
5460 if test -n "$OBJDUMP"; then
5461 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5467 test -z "$as_dir" && as_dir=.
5468 for ac_exec_ext in '' $ac_executable_extensions; do
5469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5470 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5471 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5480 OBJDUMP=$ac_cv_prog_OBJDUMP
5481 if test -n "$OBJDUMP"; then
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5483 $as_echo "$OBJDUMP" >&6; }
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5486 $as_echo "no
" >&6; }
5491 if test -z "$ac_cv_prog_OBJDUMP"; then
5492 ac_ct_OBJDUMP=$OBJDUMP
5493 # Extract the first word of "objdump
", so it can be a program name with args.
5494 set dummy objdump; ac_word=$2
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5496 $as_echo_n "checking
for $ac_word...
" >&6; }
5497 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5498 $as_echo_n "(cached
) " >&6
5500 if test -n "$ac_ct_OBJDUMP"; then
5501 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5507 test -z "$as_dir" && as_dir=.
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5510 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5511 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5520 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5521 if test -n "$ac_ct_OBJDUMP"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5523 $as_echo "$ac_ct_OBJDUMP" >&6; }
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5526 $as_echo "no
" >&6; }
5529 if test "x
$ac_ct_OBJDUMP" = x; then
5532 case $cross_compiling:$ac_tool_warned in
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5535 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5536 ac_tool_warned=yes ;;
5538 OBJDUMP=$ac_ct_OBJDUMP
5541 OBJDUMP="$ac_cv_prog_OBJDUMP"
5544 test -z "$OBJDUMP" && OBJDUMP=objdump
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5555 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5556 if ${lt_cv_deplibs_check_method+:} false; then :
5557 $as_echo_n "(cached
) " >&6
5559 lt_cv_file_magic_cmd='$MAGIC_CMD'
5560 lt_cv_file_magic_test_file=
5561 lt_cv_deplibs_check_method='unknown'
5562 # Need to set the preceding variable on all platforms that support
5563 # interlibrary dependencies.
5564 # 'none' -- dependencies not supported.
5565 # `unknown' -- same as none, but documents that we really don't know.
5566 # 'pass_all' -- all dependencies passed with no checks.
5567 # 'test_compile' -- check by making test program.
5568 # 'file_magic [[regex]]' -- check by looking for files in library path
5569 # which responds to the $file_magic_cmd with a given extended regex.
5570 # If you have `file' or equivalent on your system and you're not sure
5571 # whether `pass_all' will *always* work, you probably want this one.
5575 lt_cv_deplibs_check_method=pass_all
5579 lt_cv_deplibs_check_method=pass_all
5583 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5584 lt_cv_file_magic_cmd='/usr/bin/file -L'
5585 lt_cv_file_magic_test_file=/shlib/libc.so
5589 # func_win32_libid is a shell function defined in ltmain.sh
5590 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5591 lt_cv_file_magic_cmd='func_win32_libid'
5595 # Base MSYS/MinGW do not provide the 'file' command needed by
5596 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5597 # unless we find 'file', for example because we are cross-compiling.
5598 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5599 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
5600 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5601 lt_cv_file_magic_cmd='func_win32_libid'
5603 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5604 lt_cv_file_magic_cmd='$OBJDUMP -f'
5609 # use the weaker test based on 'objdump'. See mingw*.
5610 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5611 lt_cv_file_magic_cmd='$OBJDUMP -f'
5614 darwin* | rhapsody*)
5615 lt_cv_deplibs_check_method=pass_all
5618 freebsd* | dragonfly*)
5619 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5622 # Not sure whether the presence of OpenBSD here was a mistake.
5623 # Let's accept both of them until this is cleared up.
5624 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5630 lt_cv_deplibs_check_method=pass_all
5635 lt_cv_deplibs_check_method=pass_all
5639 lt_cv_deplibs_check_method=pass_all
5642 hpux10.20* | hpux11*)
5643 lt_cv_file_magic_cmd=/usr/bin/file
5646 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5647 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5650 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5651 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5654 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5655 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5661 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5662 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5665 irix5* | irix6* | nonstopux*)
5667 *-32|*"-32 ") libmagic=32-bit;;
5668 *-n32|*"-n32 ") libmagic=N32;;
5669 *-64|*"-64 ") libmagic=64-bit;;
5670 *) libmagic=never-match;;
5672 lt_cv_deplibs_check_method=pass_all
5675 # This must be Linux ELF.
5676 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5677 lt_cv_deplibs_check_method=pass_all
5681 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5689 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5690 lt_cv_file_magic_cmd=/usr/bin/file
5691 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5695 lt_cv_deplibs_check_method=pass_all
5699 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5706 osf3* | osf4* | osf5*)
5707 lt_cv_deplibs_check_method=pass_all
5711 lt_cv_deplibs_check_method=pass_all
5715 lt_cv_deplibs_check_method=pass_all
5718 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5719 lt_cv_deplibs_check_method=pass_all
5723 case $host_vendor in
5725 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]'
5726 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5729 lt_cv_deplibs_check_method=pass_all
5732 lt_cv_file_magic_cmd='/bin/file'
5733 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5736 lt_cv_file_magic_cmd='/bin/file'
5737 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5738 lt_cv_file_magic_test_file=/lib/libc.so
5741 lt_cv_deplibs_check_method=pass_all
5744 lt_cv_deplibs_check_method=pass_all
5750 lt_cv_deplibs_check_method=pass_all
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
5756 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5757 file_magic_cmd=$lt_cv_file_magic_cmd
5758 deplibs_check_method=$lt_cv_deplibs_check_method
5759 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5773 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
5774 for plugin in $plugin_names; do
5775 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5776 if test x$plugin_so = x$plugin; then
5777 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5779 if test x$plugin_so != x$plugin; then
5780 plugin_option="--plugin $plugin_so"
5785 if test -n "$ac_tool_prefix"; then
5786 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5787 set dummy ${ac_tool_prefix}ar; ac_word=$2
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5789 $as_echo_n "checking
for $ac_word...
" >&6; }
5790 if ${ac_cv_prog_AR+:} false; then :
5791 $as_echo_n "(cached
) " >&6
5793 if test -n "$AR"; then
5794 ac_cv_prog_AR="$AR" # Let the user override the test.
5796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5800 test -z "$as_dir" && as_dir=.
5801 for ac_exec_ext in '' $ac_executable_extensions; do
5802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5803 ac_cv_prog_AR="${ac_tool_prefix}ar"
5804 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5814 if test -n "$AR"; then
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
5816 $as_echo "$AR" >&6; }
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5819 $as_echo "no
" >&6; }
5824 if test -z "$ac_cv_prog_AR"; then
5826 # Extract the first word of "ar", so it can be a program name with args.
5827 set dummy ar; ac_word=$2
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5829 $as_echo_n "checking
for $ac_word...
" >&6; }
5830 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5831 $as_echo_n "(cached
) " >&6
5833 if test -n "$ac_ct_AR"; then
5834 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5840 test -z "$as_dir" && as_dir=.
5841 for ac_exec_ext in '' $ac_executable_extensions; do
5842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5843 ac_cv_prog_ac_ct_AR="ar"
5844 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5853 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5854 if test -n "$ac_ct_AR"; then
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
5856 $as_echo "$ac_ct_AR" >&6; }
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5859 $as_echo "no
" >&6; }
5862 if test "x
$ac_ct_AR" = x; then
5865 case $cross_compiling:$ac_tool_warned in
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5868 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5869 ac_tool_warned=yes ;;
5877 test -z "$AR" && AR=ar
5878 if test -n "$plugin_option"; then
5879 if $AR --help 2>&1 | grep -q "\
--plugin"; then
5881 $AR $plugin_option rc conftest.a conftest.c
5882 if test "$?
" != 0; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
5884 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
5886 AR="$AR $plugin_option"
5891 test -z "$AR_FLAGS" && AR_FLAGS=cru
5903 if test -n "$ac_tool_prefix"; then
5904 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5905 set dummy ${ac_tool_prefix}strip; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5907 $as_echo_n "checking
for $ac_word...
" >&6; }
5908 if ${ac_cv_prog_STRIP+:} false; then :
5909 $as_echo_n "(cached
) " >&6
5911 if test -n "$STRIP"; then
5912 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5931 STRIP=$ac_cv_prog_STRIP
5932 if test -n "$STRIP"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
5934 $as_echo "$STRIP" >&6; }
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5937 $as_echo "no
" >&6; }
5942 if test -z "$ac_cv_prog_STRIP"; then
5944 # Extract the first word of "strip
", so it can be a program name with args.
5945 set dummy strip; ac_word=$2
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5947 $as_echo_n "checking
for $ac_word...
" >&6; }
5948 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5949 $as_echo_n "(cached
) " >&6
5951 if test -n "$ac_ct_STRIP"; then
5952 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5958 test -z "$as_dir" && as_dir=.
5959 for ac_exec_ext in '' $ac_executable_extensions; do
5960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5961 ac_cv_prog_ac_ct_STRIP="strip
"
5962 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5971 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5972 if test -n "$ac_ct_STRIP"; then
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
5974 $as_echo "$ac_ct_STRIP" >&6; }
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5977 $as_echo "no
" >&6; }
5980 if test "x
$ac_ct_STRIP" = x; then
5983 case $cross_compiling:$ac_tool_warned in
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5986 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5987 ac_tool_warned=yes ;;
5992 STRIP="$ac_cv_prog_STRIP"
5995 test -z "$STRIP" && STRIP=:
6002 if test -n "$ac_tool_prefix"; then
6003 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6004 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6006 $as_echo_n "checking
for $ac_word...
" >&6; }
6007 if ${ac_cv_prog_RANLIB+:} false; then :
6008 $as_echo_n "(cached
) " >&6
6010 if test -n "$RANLIB"; then
6011 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6017 test -z "$as_dir" && as_dir=.
6018 for ac_exec_ext in '' $ac_executable_extensions; do
6019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6020 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6021 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6030 RANLIB=$ac_cv_prog_RANLIB
6031 if test -n "$RANLIB"; then
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6033 $as_echo "$RANLIB" >&6; }
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6036 $as_echo "no
" >&6; }
6041 if test -z "$ac_cv_prog_RANLIB"; then
6042 ac_ct_RANLIB=$RANLIB
6043 # Extract the first word of "ranlib
", so it can be a program name with args.
6044 set dummy ranlib; ac_word=$2
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6046 $as_echo_n "checking
for $ac_word...
" >&6; }
6047 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6048 $as_echo_n "(cached
) " >&6
6050 if test -n "$ac_ct_RANLIB"; then
6051 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6057 test -z "$as_dir" && as_dir=.
6058 for ac_exec_ext in '' $ac_executable_extensions; do
6059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6060 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6061 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6070 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6071 if test -n "$ac_ct_RANLIB"; then
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6073 $as_echo "$ac_ct_RANLIB" >&6; }
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6076 $as_echo "no
" >&6; }
6079 if test "x
$ac_ct_RANLIB" = x; then
6082 case $cross_compiling:$ac_tool_warned in
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6085 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6086 ac_tool_warned=yes ;;
6088 RANLIB=$ac_ct_RANLIB
6091 RANLIB="$ac_cv_prog_RANLIB"
6094 test -z "$RANLIB" && RANLIB=:
6095 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6096 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6097 RANLIB="$RANLIB $plugin_option"
6106 # Determine commands to create old-style static archives.
6107 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6108 old_postinstall_cmds='chmod 644 $oldlib'
6109 old_postuninstall_cmds=
6111 if test -n "$RANLIB"; then
6114 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6117 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6120 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6125 lock_old_archive_extraction=yes ;;
6127 lock_old_archive_extraction=no ;;
6168 # If no C compiler was specified, use CC.
6171 # If no C compiler flags were specified, use CFLAGS.
6172 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6174 # Allow CC to be a program name with arguments.
6178 # Check for command to grab the raw symbol name followed by C symbol from nm.
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6180 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6181 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6182 $as_echo_n "(cached
) " >&6
6185 # These are sane defaults that work on at least a few old systems.
6186 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6188 # Character class describing NM global symbol codes.
6189 symcode='[BCDEGRST]'
6191 # Regexp to match symbols that can be accessed directly from C.
6192 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6194 # Define system-specific variables.
6199 cygwin* | mingw* | pw32* | cegcc*)
6200 symcode='[ABCDGISTW]'
6203 if test "$host_cpu" = ia64; then
6204 symcode='[ABCDEGRST]'
6208 symcode='[BCDEGRST]'
6211 symcode='[BCDEGQRST]'
6222 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6230 # If we're using GNU nm, then use its standard symbol codes.
6231 case `$NM -V 2>&1` in
6232 *GNU* | *'with BFD'*)
6233 symcode='[ABCDGIRSTW]' ;;
6236 # Transform an extracted symbol line into a proper C declaration.
6237 # Some systems (esp. on ia64) link data and code symbols differently,
6238 # so use this general approach.
6239 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6241 # Transform an extracted symbol line into symbol name and symbol address
6242 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6243 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'"
6245 # Handle CRLF in mingw tool chain
6249 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6253 # Try without a prefix underscore, then with it.
6254 for ac_symprfx in "" "_
"; do
6256 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6257 symxfrm="\\1 $ac_symprfx\\2 \\2"
6259 # Write the raw and C identifiers.
6260 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6261 # Fake it for dumpbin and say T for any non-static function
6262 # and D for any global variable.
6263 # Also find C++ and __fastcall symbols from MSVC++,
6264 # which start with @ or ?.
6265 lt_cv_sys_global_symbol_pipe="$AWK '"\
6266 " {last_section=section; section=\$ 3};"\
6267 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6268 " \$ 0!~/External *\|/{next};"\
6269 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6270 " {if(hide[section]) next};"\
6271 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6272 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6273 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6274 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6275 " ' prfx
=^
$ac_symprfx"
6277 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6280 # Check to see that the pipe works correctly.
6284 cat > conftest.$ac_ext <<_LT_EOF
6289 void nm_test_func(void);
6290 void nm_test_func(void){}
6294 int main(){nm_test_var='a';nm_test_func();return(0);}
6297 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6298 (eval $ac_compile) 2>&5
6300 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6301 test $ac_status = 0; }; then
6302 # Now try to grab the symbols.
6304 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6305 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6307 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6308 test $ac_status = 0; } && test -s "$nlist"; then
6309 # Try sorting and uniquifying the output.
6310 if sort "$nlist" | uniq > "$nlist"T; then
6311 mv -f "$nlist"T "$nlist"
6316 # Make sure that we snagged all the symbols we need.
6317 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6318 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6319 cat <<_LT_EOF > conftest.$ac_ext
6325 # Now generate the symbol file.
6326 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6328 cat <<_LT_EOF >> conftest.$ac_ext
6330 /* The mapping between symbol names and symbols. */
6335 lt__PROGRAM__LTX_preloaded_symbols[] =
6337 { "@PROGRAM@
", (void *) 0 },
6339 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6340 cat <<\_LT_EOF >> conftest.$ac_ext
6344 /* This works around a problem in FreeBSD linker */
6345 #ifdef FREEBSD_WORKAROUND
6346 static const void *lt_preloaded_setup() {
6347 return lt__PROGRAM__LTX_preloaded_symbols;
6355 # Now try linking the two files.
6356 mv conftest.$ac_objext conftstm.$ac_objext
6357 lt_save_LIBS="$LIBS"
6358 lt_save_CFLAGS="$CFLAGS"
6359 LIBS="conftstm.
$ac_objext"
6360 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6361 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6362 (eval $ac_link) 2>&5
6364 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6365 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6368 LIBS="$lt_save_LIBS"
6369 CFLAGS="$lt_save_CFLAGS"
6371 echo "cannot
find nm_test_func
in $nlist" >&5
6374 echo "cannot
find nm_test_var
in $nlist" >&5
6377 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6380 echo "$progname: failed program was
:" >&5
6381 cat conftest.$ac_ext >&5
6383 rm -rf conftest* conftst*
6385 # Do not use the global_symbol_pipe unless it works.
6386 if test "$pipe_works" = yes; then
6389 lt_cv_sys_global_symbol_pipe=
6395 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6396 lt_cv_sys_global_symbol_to_cdecl=
6398 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6400 $as_echo "failed
" >&6; }
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6403 $as_echo "ok
" >&6; }
6427 # Check whether --enable-libtool-lock was given.
6428 if test "${enable_libtool_lock+set}" = set; then :
6429 enableval=$enable_libtool_lock;
6432 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6434 # Some flags need to be propagated to the compiler or linker for good
6438 # Find out which ABI we are using.
6439 echo 'int i;' > conftest.$ac_ext
6440 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6441 (eval $ac_compile) 2>&5
6443 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6444 test $ac_status = 0; }; then
6445 case `/usr/bin/file conftest.$ac_objext` in
6457 # Find out which ABI we are using.
6458 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6459 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6460 (eval $ac_compile) 2>&5
6462 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6463 test $ac_status = 0; }; then
6464 if test "$lt_cv_prog_gnu_ld" = yes; then
6465 case `/usr/bin/file conftest.$ac_objext` in
6467 LD="${LD-ld} -melf32bsmip"
6470 LD="${LD-ld} -melf32bmipn32"
6473 LD="${LD-ld} -melf64bmip"
6477 case `/usr/bin/file conftest.$ac_objext` in
6493 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6494 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6495 # Find out which ABI we are using.
6496 echo 'int i;' > conftest.$ac_ext
6497 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6498 (eval $ac_compile) 2>&5
6500 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6501 test $ac_status = 0; }; then
6502 case `/usr/bin/file conftest.o` in
6505 x86_64-*kfreebsd*-gnu)
6506 LD="${LD-ld} -m elf_i386_fbsd
"
6509 case `/usr/bin/file conftest.o` in
6511 LD="${LD-ld} -m elf32_x86_64
"
6514 LD="${LD-ld} -m elf_i386
"
6518 powerpc64le-*linux*)
6519 LD="${LD-ld} -m elf32lppclinux
"
6522 LD="${LD-ld} -m elf32ppclinux
"
6525 LD="${LD-ld} -m elf_s390
"
6528 LD="${LD-ld} -m elf32_sparc
"
6534 x86_64-*kfreebsd*-gnu)
6535 LD="${LD-ld} -m elf_x86_64_fbsd
"
6538 LD="${LD-ld} -m elf_x86_64
"
6541 LD="${LD-ld} -m elf64lppc
"
6544 LD="${LD-ld} -m elf64ppc
"
6546 s390*-*linux*|s390*-*tpf*)
6547 LD="${LD-ld} -m elf64_s390
"
6550 LD="${LD-ld} -m elf64_sparc
"
6560 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6561 SAVE_CFLAGS="$CFLAGS"
6562 CFLAGS="$CFLAGS -belf"
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6564 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6565 if ${lt_cv_cc_needs_belf+:} false; then :
6566 $as_echo_n "(cached
) " >&6
6569 ac_cpp='$CPP $CPPFLAGS'
6570 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6571 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6575 /* end confdefs.h. */
6585 if ac_fn_c_try_link "$LINENO"; then :
6586 lt_cv_cc_needs_belf=yes
6588 lt_cv_cc_needs_belf=no
6590 rm -f core conftest.err conftest.$ac_objext \
6591 conftest$ac_exeext conftest.$ac_ext
6593 ac_cpp='$CPP $CPPFLAGS'
6594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
6600 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6601 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6602 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6603 CFLAGS="$SAVE_CFLAGS"
6607 # Find out which ABI we are using.
6608 echo 'int i;' > conftest.$ac_ext
6609 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6610 (eval $ac_compile) 2>&5
6612 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6613 test $ac_status = 0; }; then
6614 case `/usr/bin/file conftest.o` in
6616 case $lt_cv_prog_gnu_ld in
6617 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
6619 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6631 need_locks="$enable_libtool_lock"
6635 rhapsody* | darwin*)
6636 if test -n "$ac_tool_prefix"; then
6637 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
6638 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6640 $as_echo_n "checking
for $ac_word...
" >&6; }
6641 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6642 $as_echo_n "(cached
) " >&6
6644 if test -n "$DSYMUTIL"; then
6645 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6651 test -z "$as_dir" && as_dir=.
6652 for ac_exec_ext in '' $ac_executable_extensions; do
6653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6654 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
6655 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6664 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6665 if test -n "$DSYMUTIL"; then
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
6667 $as_echo "$DSYMUTIL" >&6; }
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6670 $as_echo "no
" >&6; }
6675 if test -z "$ac_cv_prog_DSYMUTIL"; then
6676 ac_ct_DSYMUTIL=$DSYMUTIL
6677 # Extract the first word of "dsymutil
", so it can be a program name with args.
6678 set dummy dsymutil; ac_word=$2
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6680 $as_echo_n "checking
for $ac_word...
" >&6; }
6681 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6682 $as_echo_n "(cached
) " >&6
6684 if test -n "$ac_ct_DSYMUTIL"; then
6685 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6691 test -z "$as_dir" && as_dir=.
6692 for ac_exec_ext in '' $ac_executable_extensions; do
6693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6694 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
6695 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6704 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6705 if test -n "$ac_ct_DSYMUTIL"; then
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
6707 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6710 $as_echo "no
" >&6; }
6713 if test "x
$ac_ct_DSYMUTIL" = x; then
6716 case $cross_compiling:$ac_tool_warned in
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6719 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6720 ac_tool_warned=yes ;;
6722 DSYMUTIL=$ac_ct_DSYMUTIL
6725 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6728 if test -n "$ac_tool_prefix"; then
6729 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
6730 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6732 $as_echo_n "checking
for $ac_word...
" >&6; }
6733 if ${ac_cv_prog_NMEDIT+:} false; then :
6734 $as_echo_n "(cached
) " >&6
6736 if test -n "$NMEDIT"; then
6737 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6743 test -z "$as_dir" && as_dir=.
6744 for ac_exec_ext in '' $ac_executable_extensions; do
6745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6746 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
6747 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6756 NMEDIT=$ac_cv_prog_NMEDIT
6757 if test -n "$NMEDIT"; then
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
6759 $as_echo "$NMEDIT" >&6; }
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6762 $as_echo "no
" >&6; }
6767 if test -z "$ac_cv_prog_NMEDIT"; then
6768 ac_ct_NMEDIT=$NMEDIT
6769 # Extract the first word of "nmedit
", so it can be a program name with args.
6770 set dummy nmedit; ac_word=$2
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6772 $as_echo_n "checking
for $ac_word...
" >&6; }
6773 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6774 $as_echo_n "(cached
) " >&6
6776 if test -n "$ac_ct_NMEDIT"; then
6777 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6783 test -z "$as_dir" && as_dir=.
6784 for ac_exec_ext in '' $ac_executable_extensions; do
6785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6786 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
6787 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6796 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6797 if test -n "$ac_ct_NMEDIT"; then
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
6799 $as_echo "$ac_ct_NMEDIT" >&6; }
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6802 $as_echo "no
" >&6; }
6805 if test "x
$ac_ct_NMEDIT" = x; then
6808 case $cross_compiling:$ac_tool_warned in
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6811 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6812 ac_tool_warned=yes ;;
6814 NMEDIT=$ac_ct_NMEDIT
6817 NMEDIT="$ac_cv_prog_NMEDIT"
6820 if test -n "$ac_tool_prefix"; then
6821 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
6822 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6824 $as_echo_n "checking
for $ac_word...
" >&6; }
6825 if ${ac_cv_prog_LIPO+:} false; then :
6826 $as_echo_n "(cached
) " >&6
6828 if test -n "$LIPO"; then
6829 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6835 test -z "$as_dir" && as_dir=.
6836 for ac_exec_ext in '' $ac_executable_extensions; do
6837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6838 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
6839 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6848 LIPO=$ac_cv_prog_LIPO
6849 if test -n "$LIPO"; then
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
6851 $as_echo "$LIPO" >&6; }
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6854 $as_echo "no
" >&6; }
6859 if test -z "$ac_cv_prog_LIPO"; then
6861 # Extract the first word of "lipo
", so it can be a program name with args.
6862 set dummy lipo; ac_word=$2
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6864 $as_echo_n "checking
for $ac_word...
" >&6; }
6865 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6866 $as_echo_n "(cached
) " >&6
6868 if test -n "$ac_ct_LIPO"; then
6869 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6875 test -z "$as_dir" && as_dir=.
6876 for ac_exec_ext in '' $ac_executable_extensions; do
6877 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6878 ac_cv_prog_ac_ct_LIPO="lipo
"
6879 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6888 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6889 if test -n "$ac_ct_LIPO"; then
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
6891 $as_echo "$ac_ct_LIPO" >&6; }
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6894 $as_echo "no
" >&6; }
6897 if test "x
$ac_ct_LIPO" = x; then
6900 case $cross_compiling:$ac_tool_warned in
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6903 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6904 ac_tool_warned=yes ;;
6909 LIPO="$ac_cv_prog_LIPO"
6912 if test -n "$ac_tool_prefix"; then
6913 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
6914 set dummy ${ac_tool_prefix}otool; ac_word=$2
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6916 $as_echo_n "checking
for $ac_word...
" >&6; }
6917 if ${ac_cv_prog_OTOOL+:} false; then :
6918 $as_echo_n "(cached
) " >&6
6920 if test -n "$OTOOL"; then
6921 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6927 test -z "$as_dir" && as_dir=.
6928 for ac_exec_ext in '' $ac_executable_extensions; do
6929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6930 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
6931 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6940 OTOOL=$ac_cv_prog_OTOOL
6941 if test -n "$OTOOL"; then
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
6943 $as_echo "$OTOOL" >&6; }
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6946 $as_echo "no
" >&6; }
6951 if test -z "$ac_cv_prog_OTOOL"; then
6953 # Extract the first word of "otool
", so it can be a program name with args.
6954 set dummy otool; ac_word=$2
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6956 $as_echo_n "checking
for $ac_word...
" >&6; }
6957 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6958 $as_echo_n "(cached
) " >&6
6960 if test -n "$ac_ct_OTOOL"; then
6961 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6967 test -z "$as_dir" && as_dir=.
6968 for ac_exec_ext in '' $ac_executable_extensions; do
6969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6970 ac_cv_prog_ac_ct_OTOOL="otool
"
6971 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6980 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6981 if test -n "$ac_ct_OTOOL"; then
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
6983 $as_echo "$ac_ct_OTOOL" >&6; }
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6986 $as_echo "no
" >&6; }
6989 if test "x
$ac_ct_OTOOL" = x; then
6992 case $cross_compiling:$ac_tool_warned in
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6995 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6996 ac_tool_warned=yes ;;
7001 OTOOL="$ac_cv_prog_OTOOL"
7004 if test -n "$ac_tool_prefix"; then
7005 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7006 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7008 $as_echo_n "checking
for $ac_word...
" >&6; }
7009 if ${ac_cv_prog_OTOOL64+:} false; then :
7010 $as_echo_n "(cached
) " >&6
7012 if test -n "$OTOOL64"; then
7013 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7019 test -z "$as_dir" && as_dir=.
7020 for ac_exec_ext in '' $ac_executable_extensions; do
7021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7022 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7023 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7032 OTOOL64=$ac_cv_prog_OTOOL64
7033 if test -n "$OTOOL64"; then
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7035 $as_echo "$OTOOL64" >&6; }
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7038 $as_echo "no
" >&6; }
7043 if test -z "$ac_cv_prog_OTOOL64"; then
7044 ac_ct_OTOOL64=$OTOOL64
7045 # Extract the first word of "otool64
", so it can be a program name with args.
7046 set dummy otool64; ac_word=$2
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7048 $as_echo_n "checking
for $ac_word...
" >&6; }
7049 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7050 $as_echo_n "(cached
) " >&6
7052 if test -n "$ac_ct_OTOOL64"; then
7053 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7059 test -z "$as_dir" && as_dir=.
7060 for ac_exec_ext in '' $ac_executable_extensions; do
7061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7062 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7063 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7072 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7073 if test -n "$ac_ct_OTOOL64"; then
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7075 $as_echo "$ac_ct_OTOOL64" >&6; }
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7078 $as_echo "no
" >&6; }
7081 if test "x
$ac_ct_OTOOL64" = x; then
7084 case $cross_compiling:$ac_tool_warned in
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7087 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7088 ac_tool_warned=yes ;;
7090 OTOOL64=$ac_ct_OTOOL64
7093 OTOOL64="$ac_cv_prog_OTOOL64"
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7123 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7124 if ${lt_cv_apple_cc_single_mod+:} false; then :
7125 $as_echo_n "(cached
) " >&6
7127 lt_cv_apple_cc_single_mod=no
7128 if test -z "${LT_MULTI_MODULE}"; then
7129 # By default we will add the -single_module flag. You can override
7130 # by either setting the environment variable LT_MULTI_MODULE
7131 # non-empty at configure time, or by adding -multi_module to the
7133 rm -rf libconftest.dylib*
7134 echo "int foo
(void
){return 1;}" > conftest.c
7135 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7136 -dynamiclib -Wl,-single_module conftest.c
" >&5
7137 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7138 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7140 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7141 lt_cv_apple_cc_single_mod=yes
7143 cat conftest.err >&5
7145 rm -rf libconftest.dylib*
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7150 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7152 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7153 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7154 $as_echo_n "(cached
) " >&6
7156 lt_cv_ld_exported_symbols_list=no
7157 save_LDFLAGS=$LDFLAGS
7158 echo "_main
" > conftest.sym
7159 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7161 /* end confdefs.h. */
7171 if ac_fn_c_try_link "$LINENO"; then :
7172 lt_cv_ld_exported_symbols_list=yes
7174 lt_cv_ld_exported_symbols_list=no
7176 rm -f core conftest.err conftest.$ac_objext \
7177 conftest$ac_exeext conftest.$ac_ext
7178 LDFLAGS="$save_LDFLAGS"
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7182 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7184 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7185 if ${lt_cv_ld_force_load+:} false; then :
7186 $as_echo_n "(cached
) " >&6
7188 lt_cv_ld_force_load=no
7189 cat > conftest.c << _LT_EOF
7190 int forced_loaded() { return 2;}
7192 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7193 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7194 echo "$AR cru libconftest.a conftest.o
" >&5
7195 $AR cru libconftest.a conftest.o 2>&5
7196 cat > conftest.c << _LT_EOF
7197 int main() { return 0;}
7199 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7200 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7202 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7203 lt_cv_ld_force_load=yes
7205 cat conftest.err >&5
7207 rm -f conftest.err libconftest.a conftest conftest.c
7208 rm -rf conftest.dSYM
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7212 $as_echo "$lt_cv_ld_force_load" >&6; }
7214 rhapsody* | darwin1.[012])
7215 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7217 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7218 darwin*) # darwin 5.x on
7219 # if running on 10.5 or later, the deployment target defaults
7220 # to the OS version, if on x86, and 10.4, the deployment
7221 # target defaults to 10.4. Don't you love it?
7222 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7223 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7224 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7226 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7228 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7232 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7233 _lt_dar_single_mod='$single_module'
7235 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7236 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7238 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7240 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7241 _lt_dsymutil='~$DSYMUTIL $lib || :'
7248 for ac_header in dlfcn.h
7250 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7252 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7253 cat >>confdefs.h <<_ACEOF
7254 #define HAVE_DLFCN_H 1
7275 # Check whether --enable-shared was given.
7276 if test "${enable_shared+set}" = set; then :
7277 enableval=$enable_shared; p=${PACKAGE-default}
7279 yes) enable_shared=yes ;;
7280 no) enable_shared=no ;;
7283 # Look at the argument we got. We use all the common list separators.
7284 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7285 for pkg in $enableval; do
7287 if test "X
$pkg" = "X
$p"; then
7306 # Check whether --enable-static was given.
7307 if test "${enable_static+set}" = set; then :
7308 enableval=$enable_static; p=${PACKAGE-default}
7310 yes) enable_static=yes ;;
7311 no) enable_static=no ;;
7314 # Look at the argument we got. We use all the common list separators.
7315 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7316 for pkg in $enableval; do
7318 if test "X
$pkg" = "X
$p"; then
7338 # Check whether --with-pic was given.
7339 if test "${with_pic+set}" = set; then :
7340 withval=$with_pic; pic_mode="$withval"
7346 test -z "$pic_mode" && pic_mode=default
7354 # Check whether --enable-fast-install was given.
7355 if test "${enable_fast_install+set}" = set; then :
7356 enableval=$enable_fast_install; p=${PACKAGE-default}
7358 yes) enable_fast_install=yes ;;
7359 no) enable_fast_install=no ;;
7361 enable_fast_install=no
7362 # Look at the argument we got. We use all the common list separators.
7363 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7364 for pkg in $enableval; do
7366 if test "X
$pkg" = "X
$p"; then
7367 enable_fast_install=yes
7374 enable_fast_install=yes
7387 # This can be used to rebuild libtool when needed
7388 LIBTOOL_DEPS="$ltmain"
7390 # Always use our own libtool.
7391 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7418 test -z "$LN_S" && LN_S="ln -s"
7433 if test -n "${ZSH_VERSION+set}" ; then
7434 setopt NO_GLOB_SUBST
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7438 $as_echo_n "checking
for objdir...
" >&6; }
7439 if ${lt_cv_objdir+:} false; then :
7440 $as_echo_n "(cached
) " >&6
7442 rm -f .libs 2>/dev/null
7443 mkdir .libs 2>/dev/null
7444 if test -d .libs; then
7447 # MS-DOS does not allow filenames that begin with a dot.
7450 rmdir .libs 2>/dev/null
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7453 $as_echo "$lt_cv_objdir" >&6; }
7454 objdir=$lt_cv_objdir
7460 cat >>confdefs.h <<_ACEOF
7461 #define LT_OBJDIR "$lt_cv_objdir/"
7469 # AIX sometimes has problems with the GCC collect2 program. For some
7470 # reason, if we set the COLLECT_NAMES environment variable, the problems
7471 # vanish in a puff of smoke.
7472 if test "X
${COLLECT_NAMES+set}" != Xset; then
7474 export COLLECT_NAMES
7481 can_build_shared=yes
7483 # All known linkers require a `.a' archive for static linking (except MSVC,
7484 # which needs '.lib').
7487 with_gnu_ld="$lt_cv_prog_gnu_ld"
7490 old_CFLAGS="$CFLAGS"
7492 # Set sane defaults for various variables
7493 test -z "$CC" && CC=cc
7494 test -z "$LTCC" && LTCC=$CC
7495 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7496 test -z "$LD" && LD=ld
7497 test -z "$ac_objext" && ac_objext=o
7499 for cc_temp in $compiler""; do
7501 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7502 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7507 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7510 # Only perform the check for file, if the check method requires it
7511 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7512 case $deplibs_check_method in
7514 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7516 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7517 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7518 $as_echo_n "(cached
) " >&6
7522 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7525 lt_save_MAGIC_CMD="$MAGIC_CMD"
7526 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7527 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7528 for ac_dir in $ac_dummy; do
7530 test -z "$ac_dir" && ac_dir=.
7531 if test -f $ac_dir/${ac_tool_prefix}file; then
7532 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7533 if test -n "$file_magic_test_file"; then
7534 case $deplibs_check_method in
7536 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7537 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7538 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7539 $EGREP "$file_magic_regex" > /dev/null; then
7544 *** Warning: the command libtool uses to detect shared libraries,
7545 *** $file_magic_cmd, produces output that libtool cannot recognize.
7546 *** The result is that libtool may fail to recognize shared libraries
7547 *** as such. This will affect the creation of libtool libraries that
7548 *** depend on shared libraries, but programs linked with such libtool
7549 *** libraries will work regardless of this problem. Nevertheless, you
7550 *** may want to report the problem to your system manager and/or to
7551 *** bug-libtool@gnu.org
7561 MAGIC_CMD="$lt_save_MAGIC_CMD"
7566 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7567 if test -n "$MAGIC_CMD"; then
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7569 $as_echo "$MAGIC_CMD" >&6; }
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7572 $as_echo "no
" >&6; }
7579 if test -z "$lt_cv_path_MAGIC_CMD"; then
7580 if test -n "$ac_tool_prefix"; then
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7582 $as_echo_n "checking
for file...
" >&6; }
7583 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7584 $as_echo_n "(cached
) " >&6
7588 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7591 lt_save_MAGIC_CMD="$MAGIC_CMD"
7592 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7593 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7594 for ac_dir in $ac_dummy; do
7596 test -z "$ac_dir" && ac_dir=.
7597 if test -f $ac_dir/file; then
7598 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7599 if test -n "$file_magic_test_file"; then
7600 case $deplibs_check_method in
7602 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7603 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7604 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7605 $EGREP "$file_magic_regex" > /dev/null; then
7610 *** Warning: the command libtool uses to detect shared libraries,
7611 *** $file_magic_cmd, produces output that libtool cannot recognize.
7612 *** The result is that libtool may fail to recognize shared libraries
7613 *** as such. This will affect the creation of libtool libraries that
7614 *** depend on shared libraries, but programs linked with such libtool
7615 *** libraries will work regardless of this problem. Nevertheless, you
7616 *** may want to report the problem to your system manager and/or to
7617 *** bug-libtool@gnu.org
7627 MAGIC_CMD="$lt_save_MAGIC_CMD"
7632 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7633 if test -n "$MAGIC_CMD"; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7635 $as_echo "$MAGIC_CMD" >&6; }
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7638 $as_echo "no
" >&6; }
7651 # Use C for the default configuration in the libtool script
7655 ac_cpp='$CPP $CPPFLAGS'
7656 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7657 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7658 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7661 # Source file extension for C test sources.
7664 # Object file extension for compiled C test sources.
7668 # Code to be used in simple compile tests
7669 lt_simple_compile_test_code="int some_variable
= 0;"
7671 # Code to be used in simple link tests
7672 lt_simple_link_test_code='int main(){return(0);}'
7680 # If no C compiler was specified, use CC.
7683 # If no C compiler flags were specified, use CFLAGS.
7684 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7686 # Allow CC to be a program name with arguments.
7689 # Save the default compiler, since it gets overwritten when the other
7690 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7691 compiler_DEFAULT=$CC
7693 # save warnings/boilerplate of simple test code
7694 ac_outfile=conftest.$ac_objext
7695 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7696 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7697 _lt_compiler_boilerplate=`cat conftest.err`
7700 ac_outfile=conftest.$ac_objext
7701 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7702 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7703 _lt_linker_boilerplate=`cat conftest.err`
7708 ## There is no encapsulation within the following macros, do not change
7709 ## the running order or otherwise move them around unless you know exactly
7710 ## what you are doing...
7711 if test -n "$compiler"; then
7713 lt_prog_compiler_no_builtin_flag=
7715 if test "$GCC" = yes; then
7716 case $cc_basename in
7718 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7720 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
7724 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
7725 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7726 $as_echo_n "(cached
) " >&6
7728 lt_cv_prog_compiler_rtti_exceptions=no
7729 ac_outfile=conftest.$ac_objext
7730 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7731 lt_compiler_flag="-fno-rtti -fno-exceptions"
7732 # Insert the option either (1) after the last *FLAGS variable, or
7733 # (2) before a word containing "conftest.
", or (3) at the end.
7734 # Note that $ac_compile itself does not contain backslashes and begins
7735 # with a dollar sign (not a hyphen), so the echo should work correctly.
7736 # The option is referenced via a variable to avoid confusing sed.
7737 lt_compile=`echo "$ac_compile" | $SED \
7738 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7739 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7740 -e 's:$: $lt_compiler_flag:'`
7741 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
7742 (eval "$lt_compile" 2>conftest.err)
7744 cat conftest.err >&5
7745 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7746 if (exit $ac_status) && test -s "$ac_outfile"; then
7747 # The compiler can only warn and ignore the option if not recognized
7748 # So say no if there are warnings other than the usual output.
7749 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7750 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7751 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7752 lt_cv_prog_compiler_rtti_exceptions=yes
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
7759 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7761 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7762 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7774 lt_prog_compiler_wl=
7775 lt_prog_compiler_pic=
7776 lt_prog_compiler_static=
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
7779 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
7781 if test "$GCC" = yes; then
7782 lt_prog_compiler_wl='-Wl,'
7783 lt_prog_compiler_static='-static'
7787 # All AIX code is PIC.
7788 if test "$host_cpu" = ia64; then
7789 # AIX 5 now supports IA64 processor
7790 lt_prog_compiler_static='-Bstatic'
7792 lt_prog_compiler_pic='-fPIC'
7798 # see comment about AmigaOS4 .so support
7799 lt_prog_compiler_pic='-fPIC'
7802 # FIXME: we need at least 68020 code to build shared libraries, but
7803 # adding the `-m68020' flag to GCC prevents building anything better,
7805 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7810 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7811 # PIC is the default for these OSes.
7814 mingw* | cygwin* | pw32* | os2* | cegcc*)
7815 # This hack is so that the source file can tell whether it is being
7816 # built for inclusion in a dll (and should export symbols for example).
7817 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7818 # (--disable-auto-import) libraries
7819 lt_prog_compiler_pic='-DDLL_EXPORT'
7822 darwin* | rhapsody*)
7823 # PIC is the default on this platform
7824 # Common symbols not allowed in MH_DYLIB files
7825 lt_prog_compiler_pic='-fno-common'
7829 # PIC is the default for Haiku.
7830 # The "-static" flag exists, but is broken.
7831 lt_prog_compiler_static=
7835 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7836 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7837 # sets the default TLS model and affects inlining.
7843 lt_prog_compiler_pic='-fPIC'
7849 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7850 # Instead, we relocate shared libraries at runtime.
7854 # Just because we use GCC doesn't mean we suddenly get shared libraries
7855 # on systems that don't support them.
7856 lt_prog_compiler_can_build_shared=no
7861 # QNX uses GNU C++, but need to define -shared option too, otherwise
7863 lt_prog_compiler_pic='-fPIC -shared'
7867 if test -d /usr/nec; then
7868 lt_prog_compiler_pic=-Kconform_pic
7873 lt_prog_compiler_pic='-fPIC'
7877 case $cc_basename in
7878 nvcc*) # Cuda Compiler Driver 2.2
7879 lt_prog_compiler_wl='-Xlinker '
7880 lt_prog_compiler_pic='-Xcompiler -fPIC'
7884 # PORTME Check for flag to pass linker flags through the system compiler.
7887 lt_prog_compiler_wl='-Wl,'
7888 if test "$host_cpu" = ia64; then
7889 # AIX 5 now supports IA64 processor
7890 lt_prog_compiler_static='-Bstatic'
7892 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7896 mingw* | cygwin* | pw32* | os2* | cegcc*)
7897 # This hack is so that the source file can tell whether it is being
7898 # built for inclusion in a dll (and should export symbols for example).
7899 lt_prog_compiler_pic='-DDLL_EXPORT'
7902 hpux9* | hpux10* | hpux11*)
7903 lt_prog_compiler_wl='-Wl,'
7904 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7911 lt_prog_compiler_pic='+Z'
7914 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7915 lt_prog_compiler_static='${wl}-a ${wl}archive'
7918 irix5* | irix6* | nonstopux*)
7919 lt_prog_compiler_wl='-Wl,'
7920 # PIC (with -KPIC) is the default.
7921 lt_prog_compiler_static='-non_shared'
7924 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7925 case $cc_basename in
7926 # old Intel for x86_64 which still supported -KPIC.
7928 lt_prog_compiler_wl='-Wl,'
7929 lt_prog_compiler_pic='-KPIC'
7930 lt_prog_compiler_static='-static'
7932 # icc used to be incompatible with GCC.
7933 # ICC 10 doesn't accept -KPIC any more.
7935 lt_prog_compiler_wl='-Wl,'
7936 lt_prog_compiler_pic='-fPIC'
7937 lt_prog_compiler_static='-static'
7939 # Lahey Fortran 8.1.
7941 lt_prog_compiler_wl='-Wl,'
7942 lt_prog_compiler_pic='--shared'
7943 lt_prog_compiler_static='--static'
7945 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7946 # Portland Group compilers (*not* the Pentium gcc compiler,
7947 # which looks to be a dead project)
7948 lt_prog_compiler_wl='-Wl,'
7949 lt_prog_compiler_pic='-fpic'
7950 lt_prog_compiler_static='-Bstatic'
7953 lt_prog_compiler_wl='-Wl,'
7954 # All Alpha code is PIC.
7955 lt_prog_compiler_static='-non_shared'
7957 xl* | bgxl* | bgf* | mpixl*)
7958 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7959 lt_prog_compiler_wl='-Wl,'
7960 lt_prog_compiler_pic='-qpic'
7961 lt_prog_compiler_static='-qstaticlink'
7964 case `$CC -V 2>&1 | sed 5q` in
7965 *Sun\ F* | *Sun*Fortran*)
7966 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7967 lt_prog_compiler_pic='-KPIC'
7968 lt_prog_compiler_static='-Bstatic'
7969 lt_prog_compiler_wl=''
7973 lt_prog_compiler_pic='-KPIC'
7974 lt_prog_compiler_static='-Bstatic'
7975 lt_prog_compiler_wl='-Wl,'
7983 lt_prog_compiler_pic='-KPIC'
7984 lt_prog_compiler_static='-Bstatic'
7988 # QNX uses GNU C++, but need to define -shared option too, otherwise
7990 lt_prog_compiler_pic='-fPIC -shared'
7993 osf3* | osf4* | osf5*)
7994 lt_prog_compiler_wl='-Wl,'
7995 # All OSF/1 code is PIC.
7996 lt_prog_compiler_static='-non_shared'
8000 lt_prog_compiler_static='-non_shared'
8004 lt_prog_compiler_pic='-KPIC'
8005 lt_prog_compiler_static='-Bstatic'
8006 case $cc_basename in
8008 lt_prog_compiler_wl='-Qoption ld ';;
8010 lt_prog_compiler_wl='-Wl,';;
8015 lt_prog_compiler_wl='-Qoption ld '
8016 lt_prog_compiler_pic='-PIC'
8017 lt_prog_compiler_static='-Bstatic'
8020 sysv4 | sysv4.2uw2* | sysv4.3*)
8021 lt_prog_compiler_wl='-Wl,'
8022 lt_prog_compiler_pic='-KPIC'
8023 lt_prog_compiler_static='-Bstatic'
8027 if test -d /usr/nec ;then
8028 lt_prog_compiler_pic='-Kconform_pic'
8029 lt_prog_compiler_static='-Bstatic'
8033 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8034 lt_prog_compiler_wl='-Wl,'
8035 lt_prog_compiler_pic='-KPIC'
8036 lt_prog_compiler_static='-Bstatic'
8040 lt_prog_compiler_wl='-Wl,'
8041 lt_prog_compiler_can_build_shared=no
8045 lt_prog_compiler_pic='-pic'
8046 lt_prog_compiler_static='-Bstatic'
8050 lt_prog_compiler_can_build_shared=no
8056 # For platforms which do not support PIC, -DPIC is meaningless:
8058 lt_prog_compiler_pic=
8061 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8065 $as_echo "$lt_prog_compiler_pic" >&6; }
8073 # Check to make sure the PIC flag actually works.
8075 if test -n "$lt_prog_compiler_pic"; then
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8077 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8078 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8079 $as_echo_n "(cached
) " >&6
8081 lt_cv_prog_compiler_pic_works=no
8082 ac_outfile=conftest.$ac_objext
8083 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8084 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8085 # Insert the option either (1) after the last *FLAGS variable, or
8086 # (2) before a word containing "conftest.
", or (3) at the end.
8087 # Note that $ac_compile itself does not contain backslashes and begins
8088 # with a dollar sign (not a hyphen), so the echo should work correctly.
8089 # The option is referenced via a variable to avoid confusing sed.
8090 lt_compile=`echo "$ac_compile" | $SED \
8091 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8092 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8093 -e 's:$: $lt_compiler_flag:'`
8094 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8095 (eval "$lt_compile" 2>conftest.err)
8097 cat conftest.err >&5
8098 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8099 if (exit $ac_status) && test -s "$ac_outfile"; then
8100 # The compiler can only warn and ignore the option if not recognized
8101 # So say no if there are warnings other than the usual output.
8102 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8103 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8104 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8105 lt_cv_prog_compiler_pic_works=yes
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8112 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8114 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8115 case $lt_prog_compiler_pic in
8117 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8120 lt_prog_compiler_pic=
8121 lt_prog_compiler_can_build_shared=no
8132 # Check to make sure the static flag actually works.
8134 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8136 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8137 if ${lt_cv_prog_compiler_static_works+:} false; then :
8138 $as_echo_n "(cached
) " >&6
8140 lt_cv_prog_compiler_static_works=no
8141 save_LDFLAGS="$LDFLAGS"
8142 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8143 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8144 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8145 # The linker can only warn and ignore the option if not recognized
8146 # So say no if there are warnings
8147 if test -s conftest.err; then
8148 # Append any errors to the config.log.
8149 cat conftest.err 1>&5
8150 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8151 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8152 if diff conftest.exp conftest.er2 >/dev/null; then
8153 lt_cv_prog_compiler_static_works=yes
8156 lt_cv_prog_compiler_static_works=yes
8160 LDFLAGS="$save_LDFLAGS"
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8164 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8166 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8169 lt_prog_compiler_static=
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8179 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8180 if ${lt_cv_prog_compiler_c_o+:} false; then :
8181 $as_echo_n "(cached
) " >&6
8183 lt_cv_prog_compiler_c_o=no
8184 $RM -r conftest 2>/dev/null
8188 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8190 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8191 # Insert the option either (1) after the last *FLAGS variable, or
8192 # (2) before a word containing "conftest.
", or (3) at the end.
8193 # Note that $ac_compile itself does not contain backslashes and begins
8194 # with a dollar sign (not a hyphen), so the echo should work correctly.
8195 lt_compile=`echo "$ac_compile" | $SED \
8196 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8197 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8198 -e 's:$: $lt_compiler_flag:'`
8199 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8200 (eval "$lt_compile" 2>out/conftest.err)
8202 cat out/conftest.err >&5
8203 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8204 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8206 # The compiler can only warn and ignore the option if not recognized
8207 # So say no if there are warnings
8208 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8209 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8210 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8211 lt_cv_prog_compiler_c_o=yes
8216 # SGI C++ compiler will create directory out/ii_files/ for
8217 # template instantiation
8218 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8219 $RM out/* && rmdir out
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8226 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8234 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8235 if ${lt_cv_prog_compiler_c_o+:} false; then :
8236 $as_echo_n "(cached
) " >&6
8238 lt_cv_prog_compiler_c_o=no
8239 $RM -r conftest 2>/dev/null
8243 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8245 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8246 # Insert the option either (1) after the last *FLAGS variable, or
8247 # (2) before a word containing "conftest.
", or (3) at the end.
8248 # Note that $ac_compile itself does not contain backslashes and begins
8249 # with a dollar sign (not a hyphen), so the echo should work correctly.
8250 lt_compile=`echo "$ac_compile" | $SED \
8251 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8252 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8253 -e 's:$: $lt_compiler_flag:'`
8254 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8255 (eval "$lt_compile" 2>out/conftest.err)
8257 cat out/conftest.err >&5
8258 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8259 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8261 # The compiler can only warn and ignore the option if not recognized
8262 # So say no if there are warnings
8263 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8264 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8265 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8266 lt_cv_prog_compiler_c_o=yes
8271 # SGI C++ compiler will create directory out/ii_files/ for
8272 # template instantiation
8273 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8274 $RM out/* && rmdir out
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8281 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8286 hard_links="nottested
"
8287 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8288 # do not overwrite the value of need_locks provided by the user
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8290 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8293 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8295 ln conftest.a conftest.b 2>&5 || hard_links=no
8296 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8298 $as_echo "$hard_links" >&6; }
8299 if test "$hard_links" = no; then
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8301 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8314 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8317 allow_undefined_flag=
8318 always_export_symbols=no
8320 archive_expsym_cmds=
8321 compiler_needs_object=no
8322 enable_shared_with_static_runtimes=no
8323 export_dynamic_flag_spec=
8324 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8325 hardcode_automatic=no
8327 hardcode_direct_absolute=no
8328 hardcode_libdir_flag_spec=
8329 hardcode_libdir_flag_spec_ld=
8330 hardcode_libdir_separator=
8332 hardcode_shlibpath_var=unsupported
8334 link_all_deplibs=unknown
8337 old_archive_from_new_cmds=
8338 old_archive_from_expsyms_cmds=
8339 thread_safe_flag_spec=
8340 whole_archive_flag_spec=
8341 # include_expsyms should be a list of space-separated symbols to be *always*
8342 # included in the symbol list
8344 # exclude_expsyms can be an extended regexp of symbols to exclude
8345 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8346 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8347 # as well as any symbol that contains `d'.
8348 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8349 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8350 # platforms (ab)use it in PIC code, but their linkers get confused if
8351 # the symbol is explicitly referenced. Since portable code cannot
8352 # rely on this symbol name, it's probably fine to never include it in
8353 # preloaded symbol tables.
8354 # Exclude shared library initialization/finalization symbols.
8355 extract_expsyms_cmds=
8358 cygwin* | mingw* | pw32* | cegcc*)
8359 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8360 # When not using gcc, we currently assume that we are using
8361 # Microsoft Visual C++.
8362 if test "$GCC" != yes; then
8367 # we just hope/assume this is gcc and not c89 (= MSVC++)
8377 # On some targets, GNU ld is compatible enough with the native linker
8378 # that we're better off using the native interface for both.
8379 lt_use_gnu_ld_interface=no
8380 if test "$with_gnu_ld" = yes; then
8383 # The AIX port of GNU ld has always aspired to compatibility
8384 # with the native linker. However, as the warning in the GNU ld
8385 # block says, versions before 2.19.5* couldn't really create working
8386 # shared libraries, regardless of the interface used.
8387 case `$LD -v 2>&1` in
8388 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8389 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8390 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8392 lt_use_gnu_ld_interface=yes
8397 lt_use_gnu_ld_interface=yes
8402 if test "$lt_use_gnu_ld_interface" = yes; then
8403 # If archive_cmds runs LD, not CC, wlarc should be empty
8406 # Set some defaults for GNU ld with shared library support. These
8407 # are reset later if shared libraries are not supported. Putting them
8408 # here allows them to be overridden if necessary.
8409 runpath_var=LD_RUN_PATH
8410 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8411 export_dynamic_flag_spec='${wl}--export-dynamic'
8412 # ancient GNU ld didn't support --whole-archive et. al.
8413 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8414 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8416 whole_archive_flag_spec=
8418 supports_anon_versioning=no
8419 case `$LD -v 2>&1` in
8420 *GNU\ gold*) supports_anon_versioning=yes ;;
8421 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8422 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8423 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8424 *\ 2.11.*) ;; # other 2.11 versions
8425 *) supports_anon_versioning=yes ;;
8428 # See if GNU ld supports shared libraries.
8431 # On AIX/PPC, the GNU linker is very broken
8432 if test "$host_cpu" != ia64; then
8436 *** Warning: the GNU linker, at least up to release 2.19, is reported
8437 *** to be unable to reliably create shared libraries on AIX.
8438 *** Therefore, libtool is disabling shared libraries support. If you
8439 *** really care for shared libraries, you may want to install binutils
8440 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8441 *** You will then need to restart the configuration process.
8450 # see comment about AmigaOS4 .so support
8451 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8452 archive_expsym_cmds=''
8455 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)'
8456 hardcode_libdir_flag_spec
='-L$libdir'
8457 hardcode_minus_L
=yes
8463 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8464 allow_undefined_flag
=unsupported
8465 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8466 # support --undefined. This deserves some investigation. FIXME
8467 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8473 cygwin
* | mingw
* | pw32
* | cegcc
*)
8474 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8475 # as there is no search path for DLLs.
8476 hardcode_libdir_flag_spec
='-L$libdir'
8477 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8478 allow_undefined_flag
=unsupported
8479 always_export_symbols
=no
8480 enable_shared_with_static_runtimes
=yes
8481 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8483 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8484 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8485 # If the export-symbols file already is a .def file (1st line
8486 # is EXPORTS), use it as is; otherwise, prepend...
8487 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8488 cp $export_symbols $output_objdir/$soname.def;
8490 echo EXPORTS > $output_objdir/$soname.def;
8491 cat $export_symbols >> $output_objdir/$soname.def;
8493 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8500 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8501 link_all_deplibs
=yes
8506 hardcode_shlibpath_var
=no
8507 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8508 export_dynamic_flag_spec
='${wl}-E'
8509 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8510 # Instead, shared libraries are loaded at an image base (0x10000000 by
8511 # default) and relocated if they conflict, which is a slow very memory
8512 # consuming and fragmenting process. To avoid this, we pick a random,
8513 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8514 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8515 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8516 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'
8519 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8521 if test "$host_os" = linux-dietlibc
; then
8522 case $cc_basename in
8523 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8526 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8527 && test "$tmp_diet" = no
8529 tmp_addflag
=' $pic_flag'
8530 tmp_sharedflag
='-shared'
8531 case $cc_basename,$host_cpu in
8532 pgcc
*) # Portland Group C compiler
8533 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8534 tmp_addflag
=' $pic_flag'
8536 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8537 # Portland Group f77 and f90 compilers
8538 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8539 tmp_addflag
=' $pic_flag -Mnomain' ;;
8540 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8541 tmp_addflag
=' -i_dynamic' ;;
8542 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8543 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8544 ifc
* | ifort
*) # Intel Fortran compiler
8545 tmp_addflag
=' -nofor_main' ;;
8546 lf95
*) # Lahey Fortran 8.1
8547 whole_archive_flag_spec
=
8548 tmp_sharedflag
='--shared' ;;
8549 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8550 tmp_sharedflag
='-qmkshrobj'
8552 nvcc
*) # Cuda Compiler Driver 2.2
8553 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8554 compiler_needs_object
=yes
8557 case `$CC -V 2>&1 | sed 5q` in
8558 *Sun\ C
*) # Sun C 5.9
8559 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8560 compiler_needs_object
=yes
8561 tmp_sharedflag
='-G' ;;
8562 *Sun\ F
*) # Sun Fortran 8.3
8563 tmp_sharedflag
='-G' ;;
8565 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8567 if test "x$supports_anon_versioning" = xyes
; then
8568 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8569 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8570 echo "local: *; };" >> $output_objdir/$libname.ver~
8571 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8574 case $cc_basename in
8575 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8576 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8577 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8578 hardcode_libdir_flag_spec
=
8579 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8580 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8581 if test "x$supports_anon_versioning" = xyes
; then
8582 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8583 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8584 echo "local: *; };" >> $output_objdir/$libname.ver~
8585 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8595 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8596 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8599 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8600 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8605 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8609 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8610 *** create shared libraries on Solaris systems. Therefore, libtool
8611 *** is disabling shared libraries support. We urge you to upgrade GNU
8612 *** binutils to release 2.9.1 or newer. Another option is to modify
8613 *** your PATH or compiler configuration so that the native linker is
8614 *** used, and then restart.
8617 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8618 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8619 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8625 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8626 case `$LD -v 2>&1` in
8627 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8631 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8632 *** reliably create shared libraries on SCO systems. Therefore, libtool
8633 *** is disabling shared libraries support. We urge you to upgrade GNU
8634 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8635 *** your PATH or compiler configuration so that the native linker is
8636 *** used, and then restart.
8641 # For security reasons, it is highly recommended that you always
8642 # use absolute paths for naming shared libraries, and exclude the
8643 # DT_RUNPATH tag from executables and libraries. But doing so
8644 # requires that you compile everything twice, which is a pain.
8645 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8646 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8647 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8648 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8657 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8660 hardcode_shlibpath_var
=no
8664 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8665 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8666 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8673 if test "$ld_shlibs" = no
; then
8675 hardcode_libdir_flag_spec
=
8676 export_dynamic_flag_spec
=
8677 whole_archive_flag_spec
=
8680 # PORTME fill in a description of your system's linker (not GNU ld)
8683 allow_undefined_flag
=unsupported
8684 always_export_symbols
=yes
8685 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'
8686 # Note: this linker hardcodes the directories in LIBPATH if there
8687 # are no directories specified by -L.
8688 hardcode_minus_L
=yes
8689 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8690 # Neither direct hardcoding nor static linking is supported with a
8692 hardcode_direct
=unsupported
8697 if test "$host_cpu" = ia64
; then
8698 # On IA64, the linker does run time linking by default, so we don't
8699 # have to do anything special.
8700 aix_use_runtimelinking
=no
8701 exp_sym_flag
='-Bexport'
8704 # If we're using GNU nm, then we don't want the "-C" option.
8705 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8706 # Also, AIX nm treats weak defined symbols like other global
8707 # defined symbols, whereas GNU nm marks them as "W".
8708 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
8709 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8711 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8713 aix_use_runtimelinking
=no
8715 # Test if we are trying to use run time linking or normal
8716 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8717 # need to do runtime linking.
8718 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8719 for ld_flag
in $LDFLAGS; do
8720 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8721 aix_use_runtimelinking
=yes
8728 exp_sym_flag
='-bexport'
8729 no_entry_flag
='-bnoentry'
8732 # When large executables or shared objects are built, AIX ld can
8733 # have problems creating the table of contents. If linking a library
8734 # or program results in "error TOC overflow" add -mminimal-toc to
8735 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8736 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8740 hardcode_direct_absolute
=yes
8741 hardcode_libdir_separator
=':'
8742 link_all_deplibs
=yes
8743 file_list_spec
='${wl}-f,'
8745 if test "$GCC" = yes; then
8746 case $host_os in aix4.
[012]|aix4.
[012].
*)
8747 # We only want to do this on AIX 4.2 and lower, the check
8748 # below for broken collect2 doesn't work under 4.3+
8749 collect2name
=`${CC} -print-prog-name=collect2`
8750 if test -f "$collect2name" &&
8751 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
8753 # We have reworked collect2
8756 # We have old collect2
8757 hardcode_direct
=unsupported
8758 # It fails to find uninstalled libraries when the uninstalled
8759 # path is not listed in the libpath. Setting hardcode_minus_L
8760 # to unsupported forces relinking
8761 hardcode_minus_L
=yes
8762 hardcode_libdir_flag_spec
='-L$libdir'
8763 hardcode_libdir_separator
=
8767 shared_flag
='-shared'
8768 if test "$aix_use_runtimelinking" = yes; then
8769 shared_flag
="$shared_flag "'${wl}-G'
8773 if test "$host_cpu" = ia64
; then
8774 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8775 # chokes on -Wl,-G. The following line is correct:
8778 if test "$aix_use_runtimelinking" = yes; then
8779 shared_flag
='${wl}-G'
8781 shared_flag
='${wl}-bM:SRE'
8786 export_dynamic_flag_spec
='${wl}-bexpall'
8787 # It seems that -bexpall does not export symbols beginning with
8788 # underscore (_), so it is better to generate a list of symbols to export.
8789 always_export_symbols
=yes
8790 if test "$aix_use_runtimelinking" = yes; then
8791 # Warning - without using the other runtime loading flags (-brtl),
8792 # -berok will link without error, but may produce a broken library.
8793 allow_undefined_flag
='-berok'
8794 # Determine the default libpath from the value encoded in an
8796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8797 /* end confdefs.h. */
8807 if ac_fn_c_try_link
"$LINENO"; then :
8809 lt_aix_libpath_sed
='
8810 /Import File Strings/,/^$/ {
8816 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8817 # Check for a 64-bit object if we didn't find anything.
8818 if test -z "$aix_libpath"; then
8819 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8822 rm -f core conftest.err conftest.
$ac_objext \
8823 conftest
$ac_exeext conftest.
$ac_ext
8824 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8826 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8827 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8829 if test "$host_cpu" = ia64
; then
8830 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
8831 allow_undefined_flag
="-z nodefs"
8832 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"
8834 # Determine the default libpath from the value encoded in an
8836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8837 /* end confdefs.h. */
8847 if ac_fn_c_try_link
"$LINENO"; then :
8849 lt_aix_libpath_sed
='
8850 /Import File Strings/,/^$/ {
8856 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8857 # Check for a 64-bit object if we didn't find anything.
8858 if test -z "$aix_libpath"; then
8859 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8862 rm -f core conftest.err conftest.
$ac_objext \
8863 conftest
$ac_exeext conftest.
$ac_ext
8864 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8866 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8867 # Warning - without using the other run time loading flags,
8868 # -berok will link without error, but may produce a broken library.
8869 no_undefined_flag
=' ${wl}-bernotok'
8870 allow_undefined_flag
=' ${wl}-berok'
8871 if test "$with_gnu_ld" = yes; then
8872 # We only use this code for GNU lds that support --whole-archive.
8873 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8875 # Exported symbols can be pulled into shared objects from archives
8876 whole_archive_flag_spec
='$convenience'
8878 archive_cmds_need_lc
=yes
8879 # This is similar to how AIX traditionally builds its shared libraries.
8880 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'
8888 # see comment about AmigaOS4 .so support
8889 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8890 archive_expsym_cmds
=''
8893 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)'
8894 hardcode_libdir_flag_spec
='-L$libdir'
8895 hardcode_minus_L
=yes
8901 export_dynamic_flag_spec
=-rdynamic
8904 cygwin
* | mingw
* | pw32
* | cegcc
*)
8905 # When not using gcc, we currently assume that we are using
8906 # Microsoft Visual C++.
8907 # hardcode_libdir_flag_spec is actually meaningless, as there is
8908 # no search path for DLLs.
8909 hardcode_libdir_flag_spec
=' '
8910 allow_undefined_flag
=unsupported
8911 # Tell ltmain to make .lib files, not .a files.
8913 # Tell ltmain to make .dll files, not .so files.
8915 # FIXME: Setting linknames here is a bad hack.
8916 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8917 # The linker will automatically build a .lib file if we build a DLL.
8918 old_archive_from_new_cmds
='true'
8919 # FIXME: Should let the user specify the lib program.
8920 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8921 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8922 enable_shared_with_static_runtimes
=yes
8925 darwin
* | rhapsody
*)
8928 archive_cmds_need_lc
=no
8930 hardcode_automatic
=yes
8931 hardcode_shlibpath_var
=unsupported
8932 if test "$lt_cv_ld_force_load" = "yes"; then
8933 whole_archive_flag_spec
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
8935 whole_archive_flag_spec
=''
8937 link_all_deplibs
=yes
8938 allow_undefined_flag
="$_lt_dar_allow_undefined"
8939 case $cc_basename in
8940 ifort
*) _lt_dar_can_shared
=yes ;;
8941 *) _lt_dar_can_shared
=$GCC ;;
8943 if test "$_lt_dar_can_shared" = "yes"; then
8944 output_verbose_link_cmd
=func_echo_all
8945 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8946 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8947 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}"
8948 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}"
8957 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8958 hardcode_libdir_flag_spec
='-L$libdir'
8959 hardcode_shlibpath_var
=no
8962 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8963 # support. Future versions do this automatically, but an explicit c++rt0.o
8964 # does not break anything, and helps significantly (at the cost of a little
8967 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8968 hardcode_libdir_flag_spec
='-R$libdir'
8970 hardcode_shlibpath_var
=no
8973 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8975 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8977 hardcode_minus_L
=yes
8978 hardcode_shlibpath_var
=no
8981 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8982 freebsd
* | dragonfly
*)
8983 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8984 hardcode_libdir_flag_spec
='-R$libdir'
8986 hardcode_shlibpath_var
=no
8990 if test "$GCC" = yes; then
8991 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'
8993 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'
8995 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8996 hardcode_libdir_separator
=:
8999 # hardcode_minus_L: Not really in the search PATH,
9000 # but as the default location of the library.
9001 hardcode_minus_L
=yes
9002 export_dynamic_flag_spec
='${wl}-E'
9006 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9007 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9009 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9011 if test "$with_gnu_ld" = no
; then
9012 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9013 hardcode_libdir_flag_spec_ld
='+b $libdir'
9014 hardcode_libdir_separator
=:
9016 hardcode_direct_absolute
=yes
9017 export_dynamic_flag_spec
='${wl}-E'
9018 # hardcode_minus_L: Not really in the search PATH,
9019 # but as the default location of the library.
9020 hardcode_minus_L
=yes
9025 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9028 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9031 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9034 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9040 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9043 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9047 # Older versions of the 11.00 compiler do not understand -b yet
9048 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9050 $as_echo_n "checking if $CC understands -b... " >&6; }
9051 if ${lt_cv_prog_compiler__b+:} false
; then :
9052 $as_echo_n "(cached) " >&6
9054 lt_cv_prog_compiler__b
=no
9055 save_LDFLAGS
="$LDFLAGS"
9056 LDFLAGS
="$LDFLAGS -b"
9057 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9058 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9059 # The linker can only warn and ignore the option if not recognized
9060 # So say no if there are warnings
9061 if test -s conftest.err
; then
9062 # Append any errors to the config.log.
9063 cat conftest.err
1>&5
9064 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9065 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9066 if diff conftest.exp conftest.er2
>/dev
/null
; then
9067 lt_cv_prog_compiler__b
=yes
9070 lt_cv_prog_compiler__b
=yes
9074 LDFLAGS
="$save_LDFLAGS"
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9078 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9080 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9081 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9083 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9089 if test "$with_gnu_ld" = no
; then
9090 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9091 hardcode_libdir_separator
=:
9096 hardcode_shlibpath_var
=no
9100 hardcode_direct_absolute
=yes
9101 export_dynamic_flag_spec
='${wl}-E'
9103 # hardcode_minus_L: Not really in the search PATH,
9104 # but as the default location of the library.
9105 hardcode_minus_L
=yes
9111 irix5
* | irix6
* | nonstopux
*)
9112 if test "$GCC" = yes; then
9113 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9114 # Try to use the -exported_symbol ld option, if it does not
9115 # work, assume that -exports_file does not work either and
9116 # implicitly export all symbols.
9117 save_LDFLAGS
="$LDFLAGS"
9118 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9120 /* end confdefs.h. */
9123 if ac_fn_c_try_link
"$LINENO"; then :
9124 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9127 rm -f core conftest.err conftest.
$ac_objext \
9128 conftest
$ac_exeext conftest.
$ac_ext
9129 LDFLAGS
="$save_LDFLAGS"
9131 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9132 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9134 archive_cmds_need_lc
='no'
9135 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9136 hardcode_libdir_separator
=:
9138 link_all_deplibs
=yes
9142 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9143 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9145 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9147 hardcode_libdir_flag_spec
='-R$libdir'
9149 hardcode_shlibpath_var
=no
9153 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9155 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9156 hardcode_libdir_separator
=:
9157 hardcode_shlibpath_var
=no
9164 if test -f /usr
/libexec
/ld.so
; then
9166 hardcode_shlibpath_var
=no
9167 hardcode_direct_absolute
=yes
9168 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9169 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9170 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9171 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9172 export_dynamic_flag_spec
='${wl}-E'
9175 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9176 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9177 hardcode_libdir_flag_spec
='-R$libdir'
9180 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9181 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9191 hardcode_libdir_flag_spec
='-L$libdir'
9192 hardcode_minus_L
=yes
9193 allow_undefined_flag
=unsupported
9194 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'
9195 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9199 if test "$GCC" = yes; then
9200 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9201 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9203 allow_undefined_flag
=' -expect_unresolved \*'
9204 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9206 archive_cmds_need_lc
='no'
9207 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9208 hardcode_libdir_separator
=:
9211 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9212 if test "$GCC" = yes; then
9213 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9214 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9215 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9217 allow_undefined_flag
=' -expect_unresolved \*'
9218 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9219 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~
9220 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9222 # Both c and cxx compiler support -rpath directly
9223 hardcode_libdir_flag_spec
='-rpath $libdir'
9225 archive_cmds_need_lc
='no'
9226 hardcode_libdir_separator
=:
9230 no_undefined_flag
=' -z defs'
9231 if test "$GCC" = yes; then
9233 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9234 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9235 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9237 case `$CC -V 2>&1` in
9240 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9241 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9242 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9246 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9247 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9248 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9252 hardcode_libdir_flag_spec
='-R$libdir'
9253 hardcode_shlibpath_var
=no
9255 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9257 # The compiler driver will combine and reorder linker options,
9258 # but understands `-z linker_flag'. GCC discards it without `$wl',
9259 # but is careful enough not to reorder.
9260 # Supported since Solaris 2.6 (maybe 2.5.1?)
9261 if test "$GCC" = yes; then
9262 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9264 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9268 link_all_deplibs
=yes
9272 if test "x$host_vendor" = xsequent
; then
9273 # Use $CC to link under sequent, because it throws in some extra .o
9274 # files that make .init and .fini sections work.
9275 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9277 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9279 hardcode_libdir_flag_spec
='-L$libdir'
9281 hardcode_minus_L
=yes
9282 hardcode_shlibpath_var
=no
9286 case $host_vendor in
9288 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9289 hardcode_direct
=yes # is this really true???
9292 ## LD is ld it makes a PLAMLIB
9293 ## CC just makes a GrossModule.
9294 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9295 reload_cmds
='$CC -r -o $output$reload_objs'
9299 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9300 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9303 runpath_var
='LD_RUN_PATH'
9304 hardcode_shlibpath_var
=no
9308 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9309 hardcode_shlibpath_var
=no
9310 export_dynamic_flag_spec
='-Bexport'
9314 if test -d /usr
/nec
; then
9315 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_shlibpath_var
=no
9317 runpath_var
=LD_RUN_PATH
9318 hardcode_runpath_var
=yes
9323 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9324 no_undefined_flag
='${wl}-z,text'
9325 archive_cmds_need_lc
=no
9326 hardcode_shlibpath_var
=no
9327 runpath_var
='LD_RUN_PATH'
9329 if test "$GCC" = yes; then
9330 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9331 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9333 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9334 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9338 sysv5
* | sco3.2v5
* | sco5v6
*)
9339 # Note: We can NOT use -z defs as we might desire, because we do not
9340 # link with -lc, and that would cause any symbols used from libc to
9341 # always be unresolved, which means just about no library would
9342 # ever link correctly. If we're not using GNU ld we use -z text
9343 # though, which does catch some bad symbols but isn't as heavy-handed
9345 no_undefined_flag
='${wl}-z,text'
9346 allow_undefined_flag
='${wl}-z,nodefs'
9347 archive_cmds_need_lc
=no
9348 hardcode_shlibpath_var
=no
9349 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9350 hardcode_libdir_separator
=':'
9351 link_all_deplibs
=yes
9352 export_dynamic_flag_spec
='${wl}-Bexport'
9353 runpath_var
='LD_RUN_PATH'
9355 if test "$GCC" = yes; then
9356 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9357 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9359 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9360 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9365 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9366 hardcode_libdir_flag_spec
='-L$libdir'
9367 hardcode_shlibpath_var
=no
9375 if test x
$host_vendor = xsni
; then
9377 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9378 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9385 $as_echo "$ld_shlibs" >&6; }
9386 test "$ld_shlibs" = no
&& can_build_shared
=no
9388 with_gnu_ld
=$with_gnu_ld
9405 # Do we need to explicitly link libc?
9407 case "x$archive_cmds_need_lc" in
9409 # Assume -lc should be added
9410 archive_cmds_need_lc
=yes
9412 if test "$enable_shared" = yes && test "$GCC" = yes; then
9413 case $archive_cmds in
9415 # FIXME: we may have to deal with multi-command sequences.
9418 # Test whether the compiler implicitly links with -lc since on some
9419 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9420 # to ld, don't add -lc before -lgcc.
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9422 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9423 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9424 $as_echo_n "(cached) " >&6
9427 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9430 (eval $ac_compile) 2>&5
9432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9433 test $ac_status = 0; } 2>conftest.err
; then
9436 libobjs
=conftest.
$ac_objext
9438 wl
=$lt_prog_compiler_wl
9439 pic_flag
=$lt_prog_compiler_pic
9445 lt_save_allow_undefined_flag
=$allow_undefined_flag
9446 allow_undefined_flag
=
9447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9448 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9451 test $ac_status = 0; }
9453 lt_cv_archive_cmds_need_lc
=no
9455 lt_cv_archive_cmds_need_lc
=yes
9457 allow_undefined_flag
=$lt_save_allow_undefined_flag
9459 cat conftest.err
1>&5
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9465 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9466 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9630 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9632 if test "$GCC" = yes; then
9634 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9635 *) lt_awk_arg
="/^libraries:/" ;;
9638 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
9639 *) lt_sed_strip_eq
="s,=/,/,g" ;;
9641 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9642 case $lt_search_path_spec in
9644 # if the path contains ";" then we assume it to be the separator
9645 # otherwise default to the standard path separator (i.e. ":") - it is
9646 # assumed that no part of a normal pathname contains ";" but that should
9647 # okay in the real world where ";" in dirpaths is itself problematic.
9648 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9651 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9654 # Ok, now we have the path, separated by spaces, we can step through it
9655 # and add multilib dir if necessary.
9656 lt_tmp_lt_search_path_spec
=
9657 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9658 for lt_sys_path
in $lt_search_path_spec; do
9659 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9660 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9662 test -d "$lt_sys_path" && \
9663 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9666 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9667 BEGIN {RS=" "; FS="/|\n";} {
9670 for (lt_i = NF; lt_i > 0; lt_i--) {
9671 if ($lt_i != "" && $lt_i != ".") {
9672 if ($lt_i == "..") {
9675 if (lt_count == 0) {
9676 lt_foo="/" $lt_i lt_foo;
9683 if (lt_foo != "") { lt_freq[lt_foo]++; }
9684 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9686 # AWK program above erroneously prepends '/' to C:/dos/paths
9689 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
9690 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9692 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9694 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9697 libname_spec
='lib$name'
9705 shlibpath_overrides_runpath
=unknown
9707 dynamic_linker
="$host_os ld.so"
9708 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9709 need_lib_prefix
=unknown
9710 hardcode_into_libs
=no
9712 # when you set need_version to no, make sure it does not cause -set_version
9713 # flags to be left without arguments
9714 need_version
=unknown
9719 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9720 shlibpath_var
=LIBPATH
9722 # AIX 3 has no versioning support, so we append a major version to the name.
9723 soname_spec
='${libname}${release}${shared_ext}$major'
9730 hardcode_into_libs
=yes
9731 if test "$host_cpu" = ia64
; then
9732 # AIX 5 supports IA64
9733 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9734 shlibpath_var
=LD_LIBRARY_PATH
9736 # With GCC up to 2.95.x, collect2 would create an import file
9737 # for dependence libraries. The import file would start with
9738 # the line `#! .'. This would cause the generated library to
9739 # depend on `.', always an invalid library. This was fixed in
9740 # development snapshots of GCC prior to 3.0.
9742 aix4 | aix4.
[01] | aix4.
[01].
*)
9743 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9745 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
9752 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9753 # soname into executable. Probably we can add versioning support to
9754 # collect2, so additional links can be useful in future.
9755 if test "$aix_use_runtimelinking" = yes; then
9756 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9757 # instead of lib<name>.a to let people know that these are not
9758 # typical AIX shared libraries.
9759 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9761 # We preserve .a as extension for shared libraries through AIX4.2
9762 # and later when we are not doing run time linking.
9763 library_names_spec
='${libname}${release}.a $libname.a'
9764 soname_spec
='${libname}${release}${shared_ext}$major'
9766 shlibpath_var
=LIBPATH
9773 # Since July 2007 AmigaOS4 officially supports .so libraries.
9774 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9775 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9778 library_names_spec
='$libname.ixlibrary $libname.a'
9779 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9780 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
9786 library_names_spec
='${libname}${shared_ext}'
9787 dynamic_linker
="$host_os ld.so"
9788 shlibpath_var
=LIBRARY_PATH
9794 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9795 soname_spec
='${libname}${release}${shared_ext}$major'
9796 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9797 shlibpath_var
=LD_LIBRARY_PATH
9798 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9799 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9800 # the default ld.so.conf also contains /usr/contrib/lib and
9801 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9802 # libtool to hard-code these into programs
9805 cygwin
* | mingw
* | pw32
* | cegcc
*)
9806 version_type
=windows
9811 case $GCC,$host_os in
9812 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
9813 library_names_spec
='$libname.dll.a'
9814 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9815 postinstall_cmds
='base_file=`basename \${file}`~
9816 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9817 dldir=$destdir/`dirname \$dlpath`~
9818 test -d \$dldir || mkdir -p \$dldir~
9819 $install_prog $dir/$dlname \$dldir/$dlname~
9820 chmod a+x \$dldir/$dlname~
9821 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9822 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9824 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9825 dlpath=$dir/\$dldll~
9827 shlibpath_overrides_runpath
=yes
9831 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9832 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9834 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
9837 # MinGW DLLs use traditional 'lib' prefix
9838 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9841 # pw32 DLLs use 'pw' prefix rather than 'lib'
9842 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9848 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9851 dynamic_linker
='Win32 ld.exe'
9852 # FIXME: first we should search . and the directory the executable is in
9856 darwin
* | rhapsody
*)
9857 dynamic_linker
="$host_os dyld"
9861 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9862 soname_spec
='${libname}${release}${major}$shared_ext'
9863 shlibpath_overrides_runpath
=yes
9864 shlibpath_var
=DYLD_LIBRARY_PATH
9865 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9867 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9868 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9875 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9876 soname_spec
='${libname}${release}${shared_ext}$major'
9877 shlibpath_var
=LD_LIBRARY_PATH
9880 freebsd
* | dragonfly
*)
9881 # DragonFly does not have aout. When/if they implement a new
9882 # versioning mechanism, adjust this.
9883 if test -x /usr
/bin
/objformat
; then
9884 objformat
=`/usr/bin/objformat`
9887 freebsd
[23].
*) objformat
=aout
;;
9891 version_type
=freebsd-
$objformat
9892 case $version_type in
9894 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9899 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9903 shlibpath_var
=LD_LIBRARY_PATH
9906 shlibpath_overrides_runpath
=yes
9908 freebsd3.
[01]* | freebsdelf3.
[01]*)
9909 shlibpath_overrides_runpath
=yes
9910 hardcode_into_libs
=yes
9912 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9913 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9914 shlibpath_overrides_runpath
=no
9915 hardcode_into_libs
=yes
9917 *) # from 4.6 on, and DragonFly
9918 shlibpath_overrides_runpath
=yes
9919 hardcode_into_libs
=yes
9928 dynamic_linker
="$host_os runtime_loader"
9929 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9930 soname_spec
='${libname}${release}${shared_ext}$major'
9931 shlibpath_var
=LIBRARY_PATH
9932 shlibpath_overrides_runpath
=yes
9933 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9934 hardcode_into_libs
=yes
9937 hpux9
* | hpux10
* | hpux11
*)
9938 # Give a soname corresponding to the major version so that dld.sl refuses to
9939 # link against other versions.
9946 hardcode_into_libs
=yes
9947 dynamic_linker
="$host_os dld.so"
9948 shlibpath_var
=LD_LIBRARY_PATH
9949 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9950 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9951 soname_spec
='${libname}${release}${shared_ext}$major'
9952 if test "X$HPUX_IA64_MODE" = X32
; then
9953 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9955 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9957 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9961 hardcode_into_libs
=yes
9962 dynamic_linker
="$host_os dld.sl"
9963 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9964 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9965 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9966 soname_spec
='${libname}${release}${shared_ext}$major'
9967 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9968 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9972 dynamic_linker
="$host_os dld.sl"
9973 shlibpath_var
=SHLIB_PATH
9974 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9975 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9976 soname_spec
='${libname}${release}${shared_ext}$major'
9979 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9980 postinstall_cmds
='chmod 555 $lib'
9981 # or fails outright, so override atomically:
9982 install_override_mode
=555
9989 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9990 soname_spec
='${libname}${release}${shared_ext}$major'
9991 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9992 shlibpath_var
=LD_LIBRARY_PATH
9993 shlibpath_overrides_runpath
=no
9994 hardcode_into_libs
=yes
9997 irix5
* | irix6
* | nonstopux
*)
9999 nonstopux
*) version_type
=nonstopux
;;
10001 if test "$lt_cv_prog_gnu_ld" = yes; then
10009 soname_spec
='${libname}${release}${shared_ext}$major'
10010 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10012 irix5
* | nonstopux
*)
10013 libsuff
= shlibsuff
=
10016 case $LD in # libtool.m4 will add one of these switches to LD
10017 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10018 libsuff
= shlibsuff
= libmagic
=32-bit;;
10019 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10020 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10021 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10022 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10023 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10027 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10028 shlibpath_overrides_runpath
=no
10029 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10030 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10031 hardcode_into_libs
=yes
10034 # No shared lib support for Linux oldld, aout, or coff.
10035 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10039 # This must be Linux ELF.
10040 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10044 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10045 soname_spec
='${libname}${release}${shared_ext}$major'
10046 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10047 shlibpath_var
=LD_LIBRARY_PATH
10048 shlibpath_overrides_runpath
=no
10050 # Some binutils ld are patched to set DT_RUNPATH
10051 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10052 $as_echo_n "(cached) " >&6
10054 lt_cv_shlibpath_overrides_runpath
=no
10055 save_LDFLAGS
=$LDFLAGS
10056 save_libdir
=$libdir
10057 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10058 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10060 /* end confdefs.h. */
10070 if ac_fn_c_try_link
"$LINENO"; then :
10071 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10072 lt_cv_shlibpath_overrides_runpath
=yes
10075 rm -f core conftest.err conftest.
$ac_objext \
10076 conftest
$ac_exeext conftest.
$ac_ext
10077 LDFLAGS
=$save_LDFLAGS
10078 libdir
=$save_libdir
10082 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10084 # This implies no fast_install, which is unacceptable.
10085 # Some rework will be needed to allow for fast_install
10086 # before this can be enabled.
10087 hardcode_into_libs
=yes
10089 # Append ld.so.conf contents to the search path
10090 if test -f /etc
/ld.so.conf
; then
10091 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;s/"//g;/^$/d' | tr '\n' ' '`
10092 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10095 # We used to test for /lib/ld.so.1 and disable shared libraries on
10096 # powerpc, because MkLinux only supported shared libraries with the
10097 # GNU dynamic linker. Since this was broken with cross compilers,
10098 # most powerpc-linux boxes support dynamic linking these days and
10099 # people can always --disable-shared, the test was removed, and we
10100 # assume the GNU/Linux dynamic linker is in use.
10101 dynamic_linker
='GNU/Linux ld.so'
10108 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10109 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10110 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10111 dynamic_linker
='NetBSD (a.out) ld.so'
10113 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10114 soname_spec
='${libname}${release}${shared_ext}$major'
10115 dynamic_linker
='NetBSD ld.elf_so'
10117 shlibpath_var
=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath
=yes
10119 hardcode_into_libs
=yes
10124 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10125 shlibpath_var
=LD_LIBRARY_PATH
10126 shlibpath_overrides_runpath
=yes
10133 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10134 soname_spec
='${libname}${release}${shared_ext}$major'
10135 shlibpath_var
=LD_LIBRARY_PATH
10136 shlibpath_overrides_runpath
=no
10137 hardcode_into_libs
=yes
10138 dynamic_linker
='ldqnx.so'
10143 sys_lib_dlsearch_path_spec
="/usr/lib"
10145 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10147 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10148 *) need_version
=no
;;
10150 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10151 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10152 shlibpath_var
=LD_LIBRARY_PATH
10153 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10155 openbsd2.
[89] | openbsd2.
[89].
*)
10156 shlibpath_overrides_runpath
=no
10159 shlibpath_overrides_runpath
=yes
10163 shlibpath_overrides_runpath
=yes
10168 libname_spec
='$name'
10171 library_names_spec
='$libname${shared_ext} $libname.a'
10172 dynamic_linker
='OS/2 ld.exe'
10173 shlibpath_var
=LIBPATH
10176 osf3
* | osf4
* | osf5
*)
10180 soname_spec
='${libname}${release}${shared_ext}$major'
10181 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 shlibpath_var
=LD_LIBRARY_PATH
10183 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10184 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10195 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10196 soname_spec
='${libname}${release}${shared_ext}$major'
10197 shlibpath_var
=LD_LIBRARY_PATH
10198 shlibpath_overrides_runpath
=yes
10199 hardcode_into_libs
=yes
10200 # ldd complains unless libraries are executable
10201 postinstall_cmds
='chmod +x $lib'
10206 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10207 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10208 shlibpath_var
=LD_LIBRARY_PATH
10209 shlibpath_overrides_runpath
=yes
10210 if test "$with_gnu_ld" = yes; then
10218 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 soname_spec
='${libname}${release}${shared_ext}$major'
10220 shlibpath_var
=LD_LIBRARY_PATH
10221 case $host_vendor in
10223 shlibpath_overrides_runpath
=no
10225 runpath_var
=LD_RUN_PATH
10233 shlibpath_overrides_runpath
=no
10234 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10240 if test -d /usr
/nec
;then
10242 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10243 soname_spec
='$libname${shared_ext}.$major'
10244 shlibpath_var
=LD_LIBRARY_PATH
10248 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10249 version_type
=freebsd-elf
10252 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10253 soname_spec
='${libname}${release}${shared_ext}$major'
10254 shlibpath_var
=LD_LIBRARY_PATH
10255 shlibpath_overrides_runpath
=yes
10256 hardcode_into_libs
=yes
10257 if test "$with_gnu_ld" = yes; then
10258 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10260 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10263 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10267 sys_lib_dlsearch_path_spec
='/usr/lib'
10271 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10275 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10276 shlibpath_var
=LD_LIBRARY_PATH
10277 shlibpath_overrides_runpath
=no
10278 hardcode_into_libs
=yes
10283 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10284 soname_spec
='${libname}${release}${shared_ext}$major'
10285 shlibpath_var
=LD_LIBRARY_PATH
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10293 $as_echo "$dynamic_linker" >&6; }
10294 test "$dynamic_linker" = no
&& can_build_shared
=no
10296 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10297 if test "$GCC" = yes; then
10298 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10301 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10302 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10304 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10305 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10400 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10402 if test -n "$hardcode_libdir_flag_spec" ||
10403 test -n "$runpath_var" ||
10404 test "X$hardcode_automatic" = "Xyes" ; then
10406 # We can hardcode non-existent directories.
10407 if test "$hardcode_direct" != no
&&
10408 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10409 # have to relink, otherwise we might link with an installed library
10410 # when we should be linking with a yet-to-be-installed one
10411 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10412 test "$hardcode_minus_L" != no
; then
10413 # Linking always hardcodes the temporary library directory.
10414 hardcode_action
=relink
10416 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10417 hardcode_action
=immediate
10420 # We cannot hardcode anything, or else we can only hardcode existing
10422 hardcode_action
=unsupported
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10425 $as_echo "$hardcode_action" >&6; }
10427 if test "$hardcode_action" = relink ||
10428 test "$inherit_rpath" = yes; then
10429 # Fast installation is not supported
10430 enable_fast_install
=no
10431 elif test "$shlibpath_overrides_runpath" = yes ||
10432 test "$enable_shared" = no
; then
10433 # Fast installation is not necessary
10434 enable_fast_install
=needless
10442 if test "x$enable_dlopen" != xyes
; then
10443 enable_dlopen
=unknown
10444 enable_dlopen_self
=unknown
10445 enable_dlopen_self_static
=unknown
10452 lt_cv_dlopen
="load_add_on"
10454 lt_cv_dlopen_self
=yes
10457 mingw
* | pw32
* | cegcc
*)
10458 lt_cv_dlopen
="LoadLibrary"
10463 lt_cv_dlopen
="dlopen"
10468 # if libdl is installed we need to link against it
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10470 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10471 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10472 $as_echo_n "(cached) " >&6
10474 ac_check_lib_save_LIBS
=$LIBS
10476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10477 /* end confdefs.h. */
10479 /* Override any GCC internal prototype to avoid an error.
10480 Use char because int might match the return type of a GCC
10481 builtin and then its argument prototype would still apply. */
10494 if ac_fn_c_try_link
"$LINENO"; then :
10495 ac_cv_lib_dl_dlopen
=yes
10497 ac_cv_lib_dl_dlopen
=no
10499 rm -f core conftest.err conftest.
$ac_objext \
10500 conftest
$ac_exeext conftest.
$ac_ext
10501 LIBS
=$ac_check_lib_save_LIBS
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10504 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10505 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10506 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10509 lt_cv_dlopen
="dyld"
10511 lt_cv_dlopen_self
=yes
10518 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10519 if test "x$ac_cv_func_shl_load" = xyes
; then :
10520 lt_cv_dlopen
="shl_load"
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10523 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10524 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10525 $as_echo_n "(cached) " >&6
10527 ac_check_lib_save_LIBS
=$LIBS
10529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10530 /* end confdefs.h. */
10532 /* Override any GCC internal prototype to avoid an error.
10533 Use char because int might match the return type of a GCC
10534 builtin and then its argument prototype would still apply. */
10542 return shl_load ();
10547 if ac_fn_c_try_link
"$LINENO"; then :
10548 ac_cv_lib_dld_shl_load
=yes
10550 ac_cv_lib_dld_shl_load
=no
10552 rm -f core conftest.err conftest.
$ac_objext \
10553 conftest
$ac_exeext conftest.
$ac_ext
10554 LIBS
=$ac_check_lib_save_LIBS
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10557 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10558 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10559 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10561 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10562 if test "x$ac_cv_func_dlopen" = xyes
; then :
10563 lt_cv_dlopen
="dlopen"
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10566 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10567 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10568 $as_echo_n "(cached) " >&6
10570 ac_check_lib_save_LIBS
=$LIBS
10572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10590 if ac_fn_c_try_link
"$LINENO"; then :
10591 ac_cv_lib_dl_dlopen
=yes
10593 ac_cv_lib_dl_dlopen
=no
10595 rm -f core conftest.err conftest.
$ac_objext \
10596 conftest
$ac_exeext conftest.
$ac_ext
10597 LIBS
=$ac_check_lib_save_LIBS
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10600 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10601 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10602 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10605 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10606 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10607 $as_echo_n "(cached) " >&6
10609 ac_check_lib_save_LIBS
=$LIBS
10610 LIBS
="-lsvld $LIBS"
10611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10612 /* end confdefs.h. */
10614 /* Override any GCC internal prototype to avoid an error.
10615 Use char because int might match the return type of a GCC
10616 builtin and then its argument prototype would still apply. */
10629 if ac_fn_c_try_link
"$LINENO"; then :
10630 ac_cv_lib_svld_dlopen
=yes
10632 ac_cv_lib_svld_dlopen
=no
10634 rm -f core conftest.err conftest.
$ac_objext \
10635 conftest
$ac_exeext conftest.
$ac_ext
10636 LIBS
=$ac_check_lib_save_LIBS
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10639 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10640 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
10641 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10644 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10645 if ${ac_cv_lib_dld_dld_link+:} false
; then :
10646 $as_echo_n "(cached) " >&6
10648 ac_check_lib_save_LIBS
=$LIBS
10650 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10651 /* end confdefs.h. */
10653 /* Override any GCC internal prototype to avoid an error.
10654 Use char because int might match the return type of a GCC
10655 builtin and then its argument prototype would still apply. */
10663 return dld_link ();
10668 if ac_fn_c_try_link
"$LINENO"; then :
10669 ac_cv_lib_dld_dld_link
=yes
10671 ac_cv_lib_dld_dld_link
=no
10673 rm -f core conftest.err conftest.
$ac_objext \
10674 conftest
$ac_exeext conftest.
$ac_ext
10675 LIBS
=$ac_check_lib_save_LIBS
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10678 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10679 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
10680 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
10701 if test "x$lt_cv_dlopen" != xno
; then
10707 case $lt_cv_dlopen in
10709 save_CPPFLAGS
="$CPPFLAGS"
10710 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10712 save_LDFLAGS
="$LDFLAGS"
10713 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10716 LIBS
="$lt_cv_dlopen_libs $LIBS"
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10719 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10720 if ${lt_cv_dlopen_self+:} false
; then :
10721 $as_echo_n "(cached) " >&6
10723 if test "$cross_compiling" = yes; then :
10724 lt_cv_dlopen_self
=cross
10726 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10727 lt_status
=$lt_dlunknown
10728 cat > conftest.
$ac_ext <<_LT_EOF
10729 #line 10729 "configure"
10730 #include "confdefs.h"
10739 # define LT_DLGLOBAL RTLD_GLOBAL
10742 # define LT_DLGLOBAL DL_GLOBAL
10744 # define LT_DLGLOBAL 0
10748 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10749 find out it does not work in some platform. */
10750 #ifndef LT_DLLAZY_OR_NOW
10752 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10755 # define LT_DLLAZY_OR_NOW DL_LAZY
10758 # define LT_DLLAZY_OR_NOW RTLD_NOW
10761 # define LT_DLLAZY_OR_NOW DL_NOW
10763 # define LT_DLLAZY_OR_NOW 0
10770 /* When -fvisbility=hidden is used, assume the code has been annotated
10771 correspondingly for the symbols needed. */
10772 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10773 void fnord () __attribute__((visibility("default")));
10776 void fnord () { int i=42; }
10779 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10780 int status = $lt_dlunknown;
10784 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10787 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10788 else puts (dlerror ());
10790 /* dlclose (self); */
10798 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10799 (eval $ac_link) 2>&5
10801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10802 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10803 (.
/conftest
; exit; ) >&5 2>/dev
/null
10805 case x
$lt_status in
10806 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10807 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10808 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10811 # compilation failed
10812 lt_cv_dlopen_self
=no
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10820 $as_echo "$lt_cv_dlopen_self" >&6; }
10822 if test "x$lt_cv_dlopen_self" = xyes
; then
10823 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10825 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10826 if ${lt_cv_dlopen_self_static+:} false
; then :
10827 $as_echo_n "(cached) " >&6
10829 if test "$cross_compiling" = yes; then :
10830 lt_cv_dlopen_self_static
=cross
10832 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10833 lt_status
=$lt_dlunknown
10834 cat > conftest.
$ac_ext <<_LT_EOF
10835 #line 10835 "configure"
10836 #include "confdefs.h"
10845 # define LT_DLGLOBAL RTLD_GLOBAL
10848 # define LT_DLGLOBAL DL_GLOBAL
10850 # define LT_DLGLOBAL 0
10854 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10855 find out it does not work in some platform. */
10856 #ifndef LT_DLLAZY_OR_NOW
10858 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10861 # define LT_DLLAZY_OR_NOW DL_LAZY
10864 # define LT_DLLAZY_OR_NOW RTLD_NOW
10867 # define LT_DLLAZY_OR_NOW DL_NOW
10869 # define LT_DLLAZY_OR_NOW 0
10876 /* When -fvisbility=hidden is used, assume the code has been annotated
10877 correspondingly for the symbols needed. */
10878 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10879 void fnord () __attribute__((visibility("default")));
10882 void fnord () { int i=42; }
10885 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10886 int status = $lt_dlunknown;
10890 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10893 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10894 else puts (dlerror ());
10896 /* dlclose (self); */
10904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10905 (eval $ac_link) 2>&5
10907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10908 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10909 (.
/conftest
; exit; ) >&5 2>/dev
/null
10911 case x
$lt_status in
10912 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10913 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10914 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10917 # compilation failed
10918 lt_cv_dlopen_self_static
=no
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10926 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10929 CPPFLAGS
="$save_CPPFLAGS"
10930 LDFLAGS
="$save_LDFLAGS"
10935 case $lt_cv_dlopen_self in
10936 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10937 *) enable_dlopen_self
=unknown
;;
10940 case $lt_cv_dlopen_self_static in
10941 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10942 *) enable_dlopen_self_static
=unknown
;;
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10965 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10966 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10967 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10968 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10970 $as_echo "yes" >&6; }
10972 # FIXME - insert some real tests, host_os isn't really good enough
10975 if test -n "$STRIP" ; then
10976 striplib
="$STRIP -x"
10977 old_striplib
="$STRIP -S"
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10979 $as_echo "yes" >&6; }
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10982 $as_echo "no" >&6; }
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10987 $as_echo "no" >&6; }
11003 # Report which library types will actually be built
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11005 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11007 $as_echo "$can_build_shared" >&6; }
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11010 $as_echo_n "checking whether to build shared libraries... " >&6; }
11011 test "$can_build_shared" = "no" && enable_shared
=no
11013 # On AIX, shared libraries and static libraries use the same namespace, and
11014 # are all built from PIC.
11017 test "$enable_shared" = yes && enable_static
=no
11018 if test -n "$RANLIB"; then
11019 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11020 postinstall_cmds
='$RANLIB $lib'
11025 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11026 test "$enable_shared" = yes && enable_static
=no
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11031 $as_echo "$enable_shared" >&6; }
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11034 $as_echo_n "checking whether to build static libraries... " >&6; }
11035 # Make sure either enable_shared or enable_static is yes.
11036 test "$enable_shared" = yes || enable_static
=yes
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11038 $as_echo "$enable_static" >&6; }
11045 ac_cpp
='$CPP $CPPFLAGS'
11046 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11047 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11048 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11064 ac_config_commands
="$ac_config_commands libtool"
11069 # Only expand once:
11073 # The tests for host and target for $enable_largefile require
11078 # As the $enable_largefile decision depends on --enable-plugins we must set it
11079 # even in directories otherwise not depending on the $plugins option.
11083 for ac_header
in dlfcn.h
11085 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11087 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11088 cat >>confdefs.h
<<_ACEOF
11089 #define HAVE_DLFCN_H 1
11096 for ac_header
in windows.h
11098 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11100 if test "x$ac_cv_header_windows_h" = xyes
; then :
11101 cat >>confdefs.h
<<_ACEOF
11102 #define HAVE_WINDOWS_H 1
11110 # Check whether --enable-plugins was given.
11111 if test "${enable_plugins+set}" = set; then :
11112 enableval
=$enable_plugins; case "${enableval}" in
11115 if test "$maybe_plugins" != "yes" ; then
11116 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11120 plugins
=$maybe_plugins
11124 if test "$plugins" = "yes"; then
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11126 $as_echo_n "checking for library containing dlsym... " >&6; }
11127 if ${ac_cv_search_dlsym+:} false
; then :
11128 $as_echo_n "(cached) " >&6
11130 ac_func_search_save_LIBS
=$LIBS
11131 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11149 for ac_lib
in '' dl
; do
11150 if test -z "$ac_lib"; then
11151 ac_res
="none required"
11154 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11156 if ac_fn_c_try_link
"$LINENO"; then :
11157 ac_cv_search_dlsym
=$ac_res
11159 rm -f core conftest.err conftest.
$ac_objext \
11161 if ${ac_cv_search_dlsym+:} false
; then :
11165 if ${ac_cv_search_dlsym+:} false
; then :
11168 ac_cv_search_dlsym
=no
11170 rm conftest.
$ac_ext
11171 LIBS
=$ac_func_search_save_LIBS
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11174 $as_echo "$ac_cv_search_dlsym" >&6; }
11175 ac_res
=$ac_cv_search_dlsym
11176 if test "$ac_res" != no
; then :
11177 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11185 sparc-
*-solaris*|i?
86-*-solaris*)
11186 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11187 # were mutually exclusive until Solaris 11.3. Without procfs support,
11188 # the bfd/ elf module cannot provide certain routines such as
11189 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11190 # explicitly requested large-file support through the
11191 # --enable-largefile switch, disable large-file support in favor of
11194 # Check if <sys/procfs.h> is incompatible with large-file support.
11195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11196 /* end confdefs.h. */
11197 #define _FILE_OFFSET_BITS 64
11198 #define _STRUCTURED_PROC 1
11199 #include <sys/procfs.h>
11208 if ac_fn_c_try_compile
"$LINENO"; then :
11209 acx_cv_procfs_lfs
=yes
11211 acx_cv_procfs_lfs
=no
11213 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11215 # Forcefully disable large-file support only if necessary, gdb is in
11216 # tree and enabled.
11217 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11218 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
11219 : ${enable_largefile="no"}
11220 if test "$plugins" = yes; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11222 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11223 $as_echo "$as_me: WARNING:
11224 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11229 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11230 # benefit of g++ 9+ which predefines it on Solaris.
11231 if test "$enable_largefile" = no
; then
11232 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
11238 # Check whether --enable-largefile was given.
11239 if test "${enable_largefile+set}" = set; then :
11240 enableval
=$enable_largefile;
11243 if test "$enable_largefile" != no
; then
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11246 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11247 if ${ac_cv_sys_largefile_CC+:} false
; then :
11248 $as_echo_n "(cached) " >&6
11250 ac_cv_sys_largefile_CC
=no
11251 if test "$GCC" != yes; then
11254 # IRIX 6.2 and later do not support large files by default,
11255 # so use the C compiler's -n32 option if that helps.
11256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11257 /* end confdefs.h. */
11258 #include <sys/types.h>
11259 /* Check that off_t can represent 2**63 - 1 correctly.
11260 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11261 since some C++ compilers masquerading as C compilers
11262 incorrectly reject 9223372036854775807. */
11263 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11264 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11265 && LARGE_OFF_T % 2147483647 == 1)
11275 if ac_fn_c_try_compile
"$LINENO"; then :
11278 rm -f core conftest.err conftest.
$ac_objext
11280 if ac_fn_c_try_compile
"$LINENO"; then :
11281 ac_cv_sys_largefile_CC
=' -n32'; break
11283 rm -f core conftest.err conftest.
$ac_objext
11287 rm -f conftest.
$ac_ext
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11291 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11292 if test "$ac_cv_sys_largefile_CC" != no
; then
11293 CC
=$CC$ac_cv_sys_largefile_CC
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11297 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11298 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11299 $as_echo_n "(cached) " >&6
11302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11303 /* end confdefs.h. */
11304 #include <sys/types.h>
11305 /* Check that off_t can represent 2**63 - 1 correctly.
11306 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11307 since some C++ compilers masquerading as C compilers
11308 incorrectly reject 9223372036854775807. */
11309 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11310 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11311 && LARGE_OFF_T % 2147483647 == 1)
11321 if ac_fn_c_try_compile
"$LINENO"; then :
11322 ac_cv_sys_file_offset_bits
=no
; break
11324 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11326 /* end confdefs.h. */
11327 #define _FILE_OFFSET_BITS 64
11328 #include <sys/types.h>
11329 /* Check that off_t can represent 2**63 - 1 correctly.
11330 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11331 since some C++ compilers masquerading as C compilers
11332 incorrectly reject 9223372036854775807. */
11333 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11334 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11335 && LARGE_OFF_T % 2147483647 == 1)
11345 if ac_fn_c_try_compile
"$LINENO"; then :
11346 ac_cv_sys_file_offset_bits
=64; break
11348 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11349 ac_cv_sys_file_offset_bits
=unknown
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11354 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11355 case $ac_cv_sys_file_offset_bits in #(
11358 cat >>confdefs.h
<<_ACEOF
11359 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11364 if test $ac_cv_sys_file_offset_bits = unknown
; then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11366 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11367 if ${ac_cv_sys_large_files+:} false
; then :
11368 $as_echo_n "(cached) " >&6
11371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11372 /* end confdefs.h. */
11373 #include <sys/types.h>
11374 /* Check that off_t can represent 2**63 - 1 correctly.
11375 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11376 since some C++ compilers masquerading as C compilers
11377 incorrectly reject 9223372036854775807. */
11378 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11379 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11380 && LARGE_OFF_T % 2147483647 == 1)
11390 if ac_fn_c_try_compile
"$LINENO"; then :
11391 ac_cv_sys_large_files
=no
; break
11393 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11395 /* end confdefs.h. */
11396 #define _LARGE_FILES 1
11397 #include <sys/types.h>
11398 /* Check that off_t can represent 2**63 - 1 correctly.
11399 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11400 since some C++ compilers masquerading as C compilers
11401 incorrectly reject 9223372036854775807. */
11402 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11403 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11404 && LARGE_OFF_T % 2147483647 == 1)
11414 if ac_fn_c_try_compile
"$LINENO"; then :
11415 ac_cv_sys_large_files
=1; break
11417 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11418 ac_cv_sys_large_files
=unknown
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11423 $as_echo "$ac_cv_sys_large_files" >&6; }
11424 case $ac_cv_sys_large_files in #(
11427 cat >>confdefs.h
<<_ACEOF
11428 #define _LARGE_FILES $ac_cv_sys_large_files
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11440 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11441 if ${gcc_cv_prog_cmp_skip+:} false
; then :
11442 $as_echo_n "(cached) " >&6
11446 gcc_cv_prog_cmp_skip
='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11447 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
11448 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
11451 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
11454 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
11455 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
11458 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11465 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11466 do_compare
="$gcc_cv_prog_cmp_skip"
11470 # Check whether --enable-targets was given.
11471 if test "${enable_targets+set}" = set; then :
11472 enableval
=$enable_targets; case "${enableval}" in
11473 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
11475 no
) enable_targets
= ;;
11476 *) enable_targets
=$enableval ;;
11481 .
${srcdir}/..
/bfd
/development.sh
11482 test "$development" = true
&& ac_checking
=yes
11483 # Check whether --enable-checking was given.
11484 if test "${enable_checking+set}" = set; then :
11485 enableval
=$enable_checking; case "${enableval}" in
11486 no|none
) ac_checking
= ;;
11487 *) ac_checking
=yes ;;
11490 if test x
$ac_checking != x
; then
11492 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11497 # Decide the default method for compressing debug sections.
11498 ac_default_compressed_debug_sections
=unset
11499 # Provide a configure time option to override our default.
11500 # Check whether --enable-compressed_debug_sections was given.
11501 if test "${enable_compressed_debug_sections+set}" = set; then :
11502 enableval
=$enable_compressed_debug_sections; case ,"${enableval}", in
11503 ,yes, |
,all
, |
*,gas
,*) ac_default_compressed_debug_sections
=yes ;;
11504 ,no
, |
,none
,) ac_default_compressed_debug_sections
=no
;;
11505 *) ac_default_compressed_debug_sections
=unset ;;
11509 # Select default compression algorithm.
11510 ac_default_compressed_debug_sections_algorithm
=COMPRESS_DEBUG_GABI_ZLIB
11511 # Check whether --enable-default_compressed_debug_sections_algorithm was given.
11512 if test "${enable_default_compressed_debug_sections_algorithm+set}" = set; then :
11513 enableval
=$enable_default_compressed_debug_sections_algorithm; case "${enableval}" in
11514 zstd
) ac_default_compressed_debug_sections_algorithm
=COMPRESS_DEBUG_ZSTD
;;
11519 # Decide if x86 assembler should generate relax relocations.
11520 ac_default_x86_relax_relocations
=unset
11521 # Provide a configure time option to override our default.
11522 # Check whether --enable-x86_relax_relocations was given.
11523 if test "${enable_x86_relax_relocations+set}" = set; then :
11524 enableval
=$enable_x86_relax_relocations; case "${enableval}" in
11525 no
) ac_default_x86_relax_relocations
=0 ;;
11529 # Decide if ELF assembler should generate common symbols with the
11531 ac_default_elf_stt_common
=unset
11532 # Provide a configure time option to override our default.
11533 # Check whether --enable-elf_stt_common was given.
11534 if test "${enable_elf_stt_common+set}" = set; then :
11535 enableval
=$enable_elf_stt_common; case "${enableval}" in
11536 yes) ac_default_elf_stt_common
=1 ;;
11541 # Decide if the ELF assembler should default to generating
11542 # GNU Build notes if none are provided by the input.
11543 ac_default_generate_build_notes
=0
11544 # Provide a configuration option to override the default.
11545 # Check whether --enable-generate_build_notes was given.
11546 if test "${enable_generate_build_notes+set}" = set; then :
11547 enableval
=$enable_generate_build_notes; case "${enableval}" in
11548 yes) ac_default_generate_build_notes
=1 ;;
11549 no
) ac_default_generate_build_notes
=0 ;;
11553 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11555 ac_default_mips_fix_loongson3_llsc
=unset
11556 # Provide a configuration option to override the default.
11557 # Check whether --enable-mips-fix-loongson3-llsc was given.
11558 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11559 enableval
=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11560 yes) ac_default_mips_fix_loongson3_llsc
=1 ;;
11561 no
) ac_default_mips_fix_loongson3_llsc
=0 ;;
11565 # Decide if the x86 ELF assembler should default to generating GNU x86
11566 # used ISA and feature properties.
11567 ac_default_generate_x86_used_note
=unset
11568 # Provide a configuration option to override the default.
11569 # Check whether --enable-x86-used-note was given.
11570 if test "${enable_x86_used_note+set}" = set; then :
11571 enableval
=$enable_x86_used_note; case "${enableval}" in
11572 yes) ac_default_generate_x86_used_note
=1 ;;
11573 no
) ac_default_generate_x86_used_note
=0 ;;
11577 # Decide if the RISC-V ELF assembler should default to generating attribute.
11578 ac_default_generate_riscv_attr
=unset
11579 # Provide a configuration option to override the default.
11580 # Check whether --enable-default-riscv-attribute was given.
11581 if test "${enable_default_riscv_attribute+set}" = set; then :
11582 enableval
=$enable_default_riscv_attribute; case "${enableval}" in
11583 yes) ac_default_generate_riscv_attr
=1 ;;
11584 no
) ac_default_generate_riscv_attr
=0 ;;
11591 # Set the 'development' global.
11592 .
$srcdir/..
/bfd
/development.sh
11594 # Set acp_cpp_for_build variable
11595 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11597 # Default set of GCC warnings to enable.
11598 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11599 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11601 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11603 /* end confdefs.h. */
11606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11607 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11610 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
11615 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11621 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11625 /* end confdefs.h. */
11628 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11629 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
11630 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11638 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11639 WARN_WRITE_STRINGS
=""
11640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11641 /* end confdefs.h. */
11644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11645 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11648 WARN_WRITE_STRINGS
="-Wwrite-strings"
11653 # Verify CC_FOR_BUILD to be compatible with warning flags
11655 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11657 /* end confdefs.h. */
11660 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11661 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11664 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11669 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11671 /* end confdefs.h. */
11674 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11675 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11678 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11679 /* end confdefs.h. */
11682 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11683 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
11684 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11692 # Check whether --enable-werror was given.
11693 if test "${enable_werror+set}" = set; then :
11694 enableval
=$enable_werror; case "${enableval}" in
11695 yes | y
) ERROR_ON_WARNING
="yes" ;;
11696 no | n
) ERROR_ON_WARNING
="no" ;;
11697 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11702 # Disable -Wformat by default when using gcc on mingw
11705 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11706 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
11707 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11713 # Enable -Werror by default when using gcc. Turn it off for releases.
11714 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
11715 ERROR_ON_WARNING
=yes
11719 if test "${ERROR_ON_WARNING}" = yes ; then
11720 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
11721 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11722 NO_WERROR
="-Wno-error"
11725 if test "${GCC}" = yes ; then
11726 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11727 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
11730 # Check whether --enable-build-warnings was given.
11731 if test "${enable_build_warnings+set}" = set; then :
11732 enableval
=$enable_build_warnings; case "${enableval}" in
11733 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11734 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11735 no
) if test "${GCC}" = yes ; then
11737 WARN_CFLAGS_FOR_BUILD
="-w"
11739 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11740 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
11741 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11742 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11743 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
11744 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11745 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
11746 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11751 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
11752 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11761 # Generate a header file
11762 ac_config_headers
="$ac_config_headers config.h:config.in"
11766 # Check whether --with-cpu was given.
11767 if test "${with_cpu+set}" = set; then :
11769 cat >>confdefs.h
<<_ACEOF
11770 #define TARGET_WITH_CPU "${with_cpu}"
11779 # If we are on a DOS filesystem, we must use gdb.ini rather than
11782 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-windows*)
11784 ac_config_files
="$ac_config_files gdb.ini:gdbinit.in"
11789 ac_config_files
="$ac_config_files .gdbinit:gdbinit.in"
11795 #We need this for the host.
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11797 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11798 if ${ac_cv_c_bigendian+:} false
; then :
11799 $as_echo_n "(cached) " >&6
11801 ac_cv_c_bigendian
=unknown
11802 # See if we're dealing with a universal compiler.
11803 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11804 /* end confdefs.h. */
11805 #ifndef __APPLE_CC__
11806 not a universal capable compiler
11811 if ac_fn_c_try_compile
"$LINENO"; then :
11813 # Check for potential -arch flags. It is not universal unless
11814 # there are at least two -arch flags with different values.
11817 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11818 if test -n "$ac_prev"; then
11820 i?
86 | x86_64 | ppc | ppc64
)
11821 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
11824 ac_cv_c_bigendian
=universal
11830 elif test "x$ac_word" = "x-arch"; then
11835 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11836 if test $ac_cv_c_bigendian = unknown
; then
11837 # See if sys/param.h defines the BYTE_ORDER macro.
11838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11839 /* end confdefs.h. */
11840 #include <sys/types.h>
11841 #include <sys/param.h>
11846 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11847 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11849 bogus endian macros
11856 if ac_fn_c_try_compile
"$LINENO"; then :
11857 # It does; now see whether it defined to BIG_ENDIAN or not.
11858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11859 /* end confdefs.h. */
11860 #include <sys/types.h>
11861 #include <sys/param.h>
11866 #if BYTE_ORDER != BIG_ENDIAN
11874 if ac_fn_c_try_compile
"$LINENO"; then :
11875 ac_cv_c_bigendian
=yes
11877 ac_cv_c_bigendian
=no
11879 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11881 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11883 if test $ac_cv_c_bigendian = unknown
; then
11884 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 #include <limits.h>
11892 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11893 bogus endian macros
11900 if ac_fn_c_try_compile
"$LINENO"; then :
11901 # It does; now see whether it defined to _BIG_ENDIAN or not.
11902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11903 /* end confdefs.h. */
11904 #include <limits.h>
11909 #ifndef _BIG_ENDIAN
11917 if ac_fn_c_try_compile
"$LINENO"; then :
11918 ac_cv_c_bigendian
=yes
11920 ac_cv_c_bigendian
=no
11922 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11924 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11926 if test $ac_cv_c_bigendian = unknown
; then
11927 # Compile a test program.
11928 if test "$cross_compiling" = yes; then :
11929 # Try to guess by grepping values from an object file.
11930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11931 /* end confdefs.h. */
11932 short int ascii_mm[] =
11933 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11934 short int ascii_ii[] =
11935 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11936 int use_ascii (int i) {
11937 return ascii_mm[i] + ascii_ii[i];
11939 short int ebcdic_ii[] =
11940 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11941 short int ebcdic_mm[] =
11942 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11943 int use_ebcdic (int i) {
11944 return ebcdic_mm[i] + ebcdic_ii[i];
11951 return use_ascii (foo) == use_ebcdic (foo);
11956 if ac_fn_c_try_compile
"$LINENO"; then :
11957 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
11958 ac_cv_c_bigendian
=yes
11960 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
11961 if test "$ac_cv_c_bigendian" = unknown
; then
11962 ac_cv_c_bigendian
=no
11964 # finding both strings is unlikely to happen, but who knows?
11965 ac_cv_c_bigendian
=unknown
11969 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11972 /* end confdefs.h. */
11973 $ac_includes_default
11978 /* Are we little or big endian? From Harbison&Steele. */
11982 char c[sizeof (long int)];
11985 return u.c[sizeof (long int) - 1] == 1;
11991 if ac_fn_c_try_run
"$LINENO"; then :
11992 ac_cv_c_bigendian
=no
11994 ac_cv_c_bigendian
=yes
11996 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
11997 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12003 $as_echo "$ac_cv_c_bigendian" >&6; }
12004 case $ac_cv_c_bigendian in #(
12006 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12012 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12016 as_fn_error $?
"unknown endianness
12017 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12023 # Makefile target for installing gas in $(tooldir)/bin.
12024 install_tooldir
=install-exec-tooldir
12028 if test -n "$enable_targets" ; then
12029 for t
in `echo $enable_targets | sed 's/,/ /g'`; do
12030 if test $t = "all"; then
12034 result
=`$ac_config_sub $t 2>/dev/null`
12035 if test -n "$result" ; then
12036 canon_targets
="$canon_targets $result"
12038 # # Permit "all", etc. We don't support it yet though.
12039 # canon_targets="$canon_targets $t"
12042 _gas_uniq_list
="$canon_targets"
12043 _gas_uniq_newlist
=""
12044 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12045 case $_gas_uniq_i in
12046 _gas_uniq_dummy
) ;;
12047 *) case " $_gas_uniq_newlist " in
12048 *" $_gas_uniq_i "*) ;;
12049 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12053 canon_targets
=$_gas_uniq_newlist
12059 for this_target
in $target $canon_targets ; do
12061 targ
=${this_target}
12062 .
${srcdir}/configure.tgt
12064 case ${target_cpu} in
12067 cat >>confdefs.h
<<_ACEOF
12068 #define DEFAULT_CRIS_ARCH $arch
12074 if test ${this_target} = $target ; then
12075 target_cpu_type
=${cpu_type}
12076 elif test ${target_cpu_type} != ${cpu_type} ; then
12080 generic_target
=${cpu_type}-${target_vendor}-${target_os}
12081 case ${generic_target} in
12082 i386-
*-msdosdjgpp* \
12085 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12089 i386-
*-linux-* | x86_64-
*-linux-*)
12090 if test ${this_target} = $target \
12091 && test ${ac_default_generate_x86_used_note} = unset; then
12092 ac_default_generate_x86_used_note
=1
12097 | x86_64-
*-solaris2 \
12098 | i386-
*-solaris2.
[0-9] \
12099 | i386-
*-solaris2.1
[01] \
12100 | x86_64-
*-solaris2.1
[01])
12101 if test ${this_target} = $target \
12102 && test ${ac_default_x86_relax_relocations} = unset; then
12103 ac_default_x86_relax_relocations
=0
12112 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12116 if test ${this_target} = $target; then
12118 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12121 if test x
${endian} = xbig
; then
12122 as_fn_error $?
"Solaris must be configured little endian" "$LINENO" 5
12127 if test ${this_target} = $target ; then
12129 if test x
${endian} = xbig
; then
12131 elif test x
${endian} = xlittle
; then
12134 if test x
${endian_def} != x
; then
12136 cat >>confdefs.h
<<_ACEOF
12137 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12143 # Other random stuff.
12145 case ${cpu_type} in
12147 # Set mips_cpu to the name of the default CPU.
12148 case ${target_cpu} in
12149 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el
)
12152 mipsisa32 | mipsisa32el
)
12155 mipsisa32r2 | mipsisa32r2el
)
12158 mipsisa32r3 | mipsisa32r3el
)
12161 mipsisa32r5 | mipsisa32r5el
)
12164 mipsisa32r6 | mipsisa32r6el
)
12167 mipsisa64 | mipsisa64el
)
12170 mipsisa64r2 | mipsisa64r2el
)
12173 mipsisa64r3 | mipsisa64r3el
)
12176 mipsisa64r5 | mipsisa64r5el
)
12179 mipsisa64r6 | mipsisa64r6el
)
12182 mipstx39 | mipstx39el
)
12185 mips64vr | mips64vrel
)
12188 mipsisa32r2
* | mipsisa64r2
*)
12189 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12191 mipsisa32r6
* | mipsisa64r6
*)
12192 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12194 mips64
* | mipsisa64
* | mipsisa32
*)
12195 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12198 mips_cpu
=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12201 as_fn_error $?
"$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12204 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12205 # binaries. It's a GNU extension that some OSes don't understand.
12208 use_e_mips_abi_o32
=0
12211 use_e_mips_abi_o32
=1
12214 # Decide whether to generate 32-bit or 64-bit code by default.
12215 # Used to resolve -march=from-abi when an embedded ABI is selected.
12217 mips64
*-*-* | mipsisa64
*-*-*)
12218 mips_default_64bit
=1
12221 mips_default_64bit
=0
12224 # Decide which ABI to target by default.
12226 mips64
*-linux* | mips-sgi-irix6
* | mips64
*-freebsd* \
12227 | mips64
*-kfreebsd*-gnu | mips64
*-ps2-elf*)
12228 mips_default_abi
=N32_ABI
12230 mips
*-linux* | mips
*-freebsd* | mips
*-kfreebsd*-gnu)
12231 mips_default_abi
=O32_ABI
12234 mips_default_abi
=N64_ABI
12237 mips_default_abi
=NO_ABI
12241 cat >>confdefs.h
<<_ACEOF
12242 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12246 cat >>confdefs.h
<<_ACEOF
12247 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12251 cat >>confdefs.h
<<_ACEOF
12252 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12256 cat >>confdefs.h
<<_ACEOF
12257 #define MIPS_DEFAULT_ABI $mips_default_abi
12263 # Do we need the opcodes library?
12264 case ${cpu_type} in
12265 vax | tic30 | i386 | arm
)
12271 case "${enable_shared}" in
12272 yes) shared_opcodes
=true
;;
12273 *opcodes
*) shared_opcodes
=true
;;
12274 *) shared_opcodes
=false
;;
12279 # Any other special object files needed ?
12280 case ${cpu_type} in
12283 for f
in config
/bfin-parse.o config
/bfin-lex-wrapper.o
; do
12284 case " $extra_objects " in
12286 *) extra_objects
="$extra_objects $f" ;;
12292 if test $this_target = $target ; then
12294 cat >>confdefs.h
<<_ACEOF
12295 #define DEFAULT_ARCH "${arch}"
12301 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k
)
12306 for f
in config
/loongarch-parse.o config
/loongarch-lex-wrapper.o
; do
12307 case " $extra_objects " in
12309 *) extra_objects
="$extra_objects $f" ;;
12312 # --target=loongarch[32|64]-*-*. */
12313 if test $this_target = $target ; then
12315 cat >>confdefs.h
<<_ACEOF
12316 #define DEFAULT_ARCH "${arch}"
12329 f
=config
/m68k-parse.o
12330 case " $extra_objects " in
12332 *) extra_objects
="$extra_objects $f" ;;
12341 for f
in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o
; do
12342 case " $extra_objects " in
12344 *) extra_objects
="$extra_objects $f" ;;
12354 # setup NDS32_LINUX_TOOLCHAIN definition
12355 if test "linux" = $em; then
12357 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12361 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12365 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12366 # based on arch_name.
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12368 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12369 if test "x${with_arch}" != x
; then
12370 case ${with_arch} in
12371 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3
)
12373 cat >>confdefs.h
<<_ACEOF
12374 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12379 as_fn_error $?
"This kind of arch name does *NOT* exist!" "$LINENO" 5
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12384 $as_echo "$with_arch" >&6; }
12386 # Decide features one by one.
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12388 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12389 if test "x${enable_dx_regs}" = xyes
; then
12391 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12395 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12399 $as_echo "$enable_dx_regs" >&6; }
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12402 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12403 if test "x${enable_perf_ext}" = xno
; then
12405 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12409 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12413 $as_echo "$enable_perf_ext" >&6; }
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12416 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12417 if test "x${enable_perf_ext2}" = xno
; then
12419 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12423 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12427 $as_echo "$enable_perf_ext2" >&6; }
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12430 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12431 if test "x${enable_string_ext}" = xno
; then
12433 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12437 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12441 $as_echo "$enable_string_ext" >&6; }
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12444 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12445 if test "x${enable_audio_ext}" = xno
; then
12447 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12451 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12455 $as_echo "$enable_audio_ext" >&6; }
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12458 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12459 if test "x${enable_dsp_ext}" = xno
; then
12461 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12465 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12469 $as_echo "$enable_dsp_ext" >&6; }
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12472 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12473 if test "x${enable_zol_ext}" = xno
; then
12475 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12479 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12483 $as_echo "$enable_zol_ext" >&6; }
12486 aarch64 | i386 | s390 | sparc
)
12487 if test $this_target = $target ; then
12489 cat >>confdefs.h
<<_ACEOF
12490 #define DEFAULT_ARCH "${arch}"
12497 # --target=riscv[32|64]-*-*. */
12498 if test $this_target = $target ; then
12500 cat >>confdefs.h
<<_ACEOF
12501 #define DEFAULT_ARCH "${arch}"
12506 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12508 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12509 if test "x${with_arch}" != x
; then
12511 cat >>confdefs.h
<<_ACEOF
12512 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12517 $as_echo "$with_arch" >&6; }
12519 # --with-isa-spec=[2.2|20190608|20191213].
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12521 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12522 if test "x${with_isa_spec}" != x
; then
12524 cat >>confdefs.h
<<_ACEOF
12525 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12530 $as_echo "$with_isa_spec" >&6; }
12532 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12534 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12535 if test "x${with_priv_spec}" != x
; then
12537 cat >>confdefs.h
<<_ACEOF
12538 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12543 $as_echo "$with_priv_spec" >&6; }
12547 f
=config
/rl78-parse.o
12548 case " $extra_objects " in
12550 *) extra_objects
="$extra_objects $f" ;;
12555 f
=config
/rx-parse.o
12556 case " $extra_objects " in
12558 *) extra_objects
="$extra_objects $f" ;;
12567 f
=config
/xtensa-relax.o
12568 case " $extra_objects " in
12570 *) extra_objects
="$extra_objects $f" ;;
12578 if test $using_cgen = yes ; then
12580 case " $extra_objects " in
12582 *) extra_objects
="$extra_objects $f" ;;
12586 # See if we really can support this configuration with the emulation code.
12588 if test $this_target = $target ; then
12596 case " $extra_objects " in
12598 *) extra_objects
="$extra_objects $f" ;;
12602 # From target name and format, produce a list of supported emulations.
12604 case ${generic_target}-${fmt} in
12605 mips-
*-*-*) case "$endian" in
12606 big
) emulation
="mipsbelf mipslelf mipself" ;;
12607 *) emulation
="mipslelf mipsbelf mipself" ;;
12609 # i386-pc-pe-coff != i386-pc-coff.
12611 # Uncommenting the next line will turn on support for i386 AOUT
12612 # for the default linux configuration
12613 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12615 i386-
*-aout) emulation
="i386aout" ;;
12616 i386-
*-coff) emulation
="i386coff" ;;
12617 i386-
*-elf) emulation
="i386elf" ;;
12619 # Always all formats. The first stated emulation becomes the default.
12620 cris-
*-*aout
*) emulation
="crisaout criself" ;;
12621 cris-
*-*) emulation
="criself crisaout" ;;
12624 emulations
="$emulations $emulation"
12628 if test ${ac_default_x86_relax_relocations} = unset; then
12629 ac_default_x86_relax_relocations
=1
12632 cat >>confdefs.h
<<_ACEOF
12633 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12637 if test ${ac_default_elf_stt_common} = unset; then
12638 ac_default_elf_stt_common
=0
12641 cat >>confdefs.h
<<_ACEOF
12642 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12647 cat >>confdefs.h
<<_ACEOF
12648 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12652 if test ${ac_default_generate_x86_used_note} = unset; then
12653 ac_default_generate_x86_used_note
=0
12656 cat >>confdefs.h
<<_ACEOF
12657 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12661 if test ${ac_default_generate_riscv_attr} = unset; then
12662 ac_default_generate_riscv_attr
=1
12666 cat >>confdefs.h
<<_ACEOF
12667 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12671 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12672 ac_default_mips_fix_loongson3_llsc
=0
12675 cat >>confdefs.h
<<_ACEOF
12676 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12680 if test x
$ac_default_compressed_debug_sections = xyes
; then
12682 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12687 cat >>confdefs.h
<<_ACEOF
12688 #define DEFAULT_COMPRESSED_DEBUG_ALGORITHM $ac_default_compressed_debug_sections_algorithm
12692 # Turn on all targets if possible
12693 if test ${all_targets} = "yes"; then
12694 case ${target_cpu_type} in
12696 case ${obj_format} in
12698 emulations
="$emulations i386coff i386elf"
12701 emulations
="$emulations i386aout i386elf"
12704 emulations
="$emulations i386aout i386coff"
12709 case ${obj_format} in
12711 emulations
="$emulations i386coff i386elf"
12714 emulations
="$emulations i386aout i386elf"
12717 emulations
="$emulations i386aout i386coff"
12724 # PE code has way too many macros tweaking behaviour
12726 pe
*) emulations
="" ;;
12729 # Assign floating point type. Most processors with FP support
12730 # IEEE FP. On those that don't support FP at all, usually IEEE
12732 case ${target_cpu} in
12733 vax | pdp11
) atof
=vax
;;
12737 case "${obj_format}" in
12738 "") as_fn_error $?
"GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12741 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12743 if test $using_cgen = yes ; then
12744 case ${target_cpu} in
12746 cgen_cpu_prefix
=or1k
;;
12747 *) cgen_cpu_prefix
=${target_cpu} ;;
12751 $as_echo "#define USING_CGEN 1" >>confdefs.h
12756 if test ! -r ${srcdir}/config
/tc-
${target_cpu_type}.c
; then
12757 as_fn_error $?
"GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12760 if test ! -r ${srcdir}/config
/obj-
${obj_format}.c
; then
12761 as_fn_error $?
"GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12764 # Some COFF configurations want these random other flags set.
12765 case ${obj_format} in
12767 case ${target_cpu_type} in
12769 $as_echo "#define I386COFF 1" >>confdefs.h
12772 $as_echo "#define I386COFF 1" >>confdefs.h
12778 # Getting this done right is going to be a bitch. Each configuration specified
12779 # with --enable-targets=... should be checked for environment, format, cpu
12782 # For each configuration, the necessary object file support code must be linked
12783 # in. This might be only one, it might be up to four. The necessary emulation
12784 # code needs to be provided, too.
12786 # And then there's "--enable-targets=all"....
12788 # For now, just always do it for MIPS ELF configurations. Sigh.
12790 formats
="${obj_format}"
12793 _gas_uniq_list
="$emulations"
12794 _gas_uniq_newlist
=""
12795 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12796 case $_gas_uniq_i in
12797 _gas_uniq_dummy
) ;;
12798 *) case " $_gas_uniq_newlist " in
12799 *" $_gas_uniq_i "*) ;;
12800 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12804 emulations
=$_gas_uniq_newlist
12806 for em
in .
$emulations ; do
12809 mipsbelf | mipslelf | mipself
)
12810 fmt=elf
file=mipself
;;
12812 fmt=coff
file=$em ;;
12814 fmt=aout
file=$em ;;
12816 fmt=elf
file=$em ;;
12818 formats
="$formats $fmt"
12819 emfiles
="$emfiles config/e-$file.o"
12820 EMULATIONS
="$EMULATIONS &$em,"
12822 _gas_uniq_list
="$formats"
12823 _gas_uniq_newlist
=""
12824 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12825 case $_gas_uniq_i in
12826 _gas_uniq_dummy
) ;;
12827 *) case " $_gas_uniq_newlist " in
12828 *" $_gas_uniq_i "*) ;;
12829 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12833 formats
=$_gas_uniq_newlist
12835 _gas_uniq_list
="$emfiles"
12836 _gas_uniq_newlist
=""
12837 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12838 case $_gas_uniq_i in
12839 _gas_uniq_dummy
) ;;
12840 *) case " $_gas_uniq_newlist " in
12841 *" $_gas_uniq_i "*) ;;
12842 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12846 emfiles
=$_gas_uniq_newlist
12848 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12849 for fmt in $formats ; do
12852 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12855 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12858 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12861 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12864 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12867 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12870 extra_objects
="$extra_objects config/obj-$fmt.o"
12874 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12875 DEFAULT_EMULATION
=`set . $emulations ; echo $2`
12876 # e-mipself has more than one emulation per file, e-i386* has just one at the
12877 # moment. If only one emulation is specified, then don't define
12878 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12879 case "${obj_format}${emfiles}" in
12880 multi
* |
*mipself
*)
12881 extra_objects
="$extra_objects $emfiles"
12883 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12889 cat >>confdefs.h
<<_ACEOF
12890 #define EMULATIONS $EMULATIONS
12894 cat >>confdefs.h
<<_ACEOF
12895 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12899 reject_dev_configs
=yes
12901 case ${reject_dev_configs}-${dev} in
12903 as_fn_error $?
"GAS does not support the ${generic_target} configuration." "$LINENO" 5
12913 # do we need the opcodes library?
12914 case "${need_opcodes}" in
12916 OPCODES_LIB
=..
/opcodes
/libopcodes.la
12923 cat >>confdefs.h
<<_ACEOF
12924 #define TARGET_ALIAS "${target_alias}"
12928 cat >>confdefs.h
<<_ACEOF
12929 #define TARGET_CANONICAL "${target}"
12933 cat >>confdefs.h
<<_ACEOF
12934 #define TARGET_CPU "${target_cpu}"
12938 cat >>confdefs.h
<<_ACEOF
12939 #define TARGET_VENDOR "${target_vendor}"
12943 cat >>confdefs.h
<<_ACEOF
12944 #define TARGET_OS "${target_os}"
12948 for ac_prog
in 'bison -y' byacc
12950 # Extract the first word of "$ac_prog", so it can be a program name with args.
12951 set dummy
$ac_prog; ac_word
=$2
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12953 $as_echo_n "checking for $ac_word... " >&6; }
12954 if ${ac_cv_prog_YACC+:} false
; then :
12955 $as_echo_n "(cached) " >&6
12957 if test -n "$YACC"; then
12958 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
12960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12961 for as_dir
in $PATH
12964 test -z "$as_dir" && as_dir
=.
12965 for ac_exec_ext
in '' $ac_executable_extensions; do
12966 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12967 ac_cv_prog_YACC
="$ac_prog"
12968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12977 YACC
=$ac_cv_prog_YACC
12978 if test -n "$YACC"; then
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12980 $as_echo "$YACC" >&6; }
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12983 $as_echo "no" >&6; }
12987 test -n "$YACC" && break
12989 test -n "$YACC" || YACC
="yacc"
12991 for ac_prog
in flex
lex
12993 # Extract the first word of "$ac_prog", so it can be a program name with args.
12994 set dummy
$ac_prog; ac_word
=$2
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12996 $as_echo_n "checking for $ac_word... " >&6; }
12997 if ${ac_cv_prog_LEX+:} false
; then :
12998 $as_echo_n "(cached) " >&6
13000 if test -n "$LEX"; then
13001 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
13003 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13004 for as_dir
in $PATH
13007 test -z "$as_dir" && as_dir
=.
13008 for ac_exec_ext
in '' $ac_executable_extensions; do
13009 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13010 ac_cv_prog_LEX
="$ac_prog"
13011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13020 LEX
=$ac_cv_prog_LEX
13021 if test -n "$LEX"; then
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13023 $as_echo "$LEX" >&6; }
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13026 $as_echo "no" >&6; }
13030 test -n "$LEX" && break
13032 test -n "$LEX" || LEX
=":"
13036 *) cat >conftest.l
<<_ACEOF
13042 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13043 yyless ((input () != 0)); }
13044 f { unput (yytext[0]); }
13045 . { BEGIN INITIAL; }
13047 #ifdef YYTEXT_POINTER
13048 extern char *yytext;
13053 return ! yylex () + ! yywrap ();
13056 { { ac_try
="$LEX conftest.l"
13057 case "(($ac_try" in
13058 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13059 *) ac_try_echo=$ac_try;;
13061 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13062 $as_echo "$ac_try_echo"; } >&5
13063 (eval "$LEX conftest.l") 2>&5
13065 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13066 test $ac_status = 0; }
13067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13068 $as_echo_n "checking lex output file root... " >&6; }
13069 if ${ac_cv_prog_lex_root+:} false; then :
13070 $as_echo_n "(cached) " >&6
13073 if test -f lex.yy.c; then
13074 ac_cv_prog_lex_root=lex.yy
13075 elif test -f lexyy.c; then
13076 ac_cv_prog_lex_root=lexyy
13078 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13082 $as_echo "$ac_cv_prog_lex_root" >&6; }
13083 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13085 if test -z "${LEXLIB+set}"; then
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13087 $as_echo_n "checking lex library... " >&6; }
13088 if ${ac_cv_lib_lex+:} false; then :
13089 $as_echo_n "(cached) " >&6
13093 ac_cv_lib_lex='none needed'
13094 for ac_lib in '' -lfl -ll; do
13095 LIBS="$ac_lib $ac_save_LIBS"
13096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13097 /* end confdefs.h. */
13098 `cat $LEX_OUTPUT_ROOT.c
`
13100 if ac_fn_c_try_link "$LINENO"; then :
13101 ac_cv_lib_lex=$ac_lib
13103 rm -f core conftest.err conftest.$ac_objext \
13104 conftest$ac_exeext conftest.$ac_ext
13105 test "$ac_cv_lib_lex" != 'none needed' && break
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13111 $as_echo "$ac_cv_lib_lex" >&6; }
13112 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13117 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13118 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13119 $as_echo_n "(cached) " >&6
13121 # POSIX says lex can declare yytext either as a pointer or an array; the
13122 # default is implementation-dependent. Figure out which it is, since
13123 # not all implementations provide the %pointer and %array declarations.
13124 ac_cv_prog_lex_yytext_pointer=no
13126 LIBS="$LEXLIB $ac_save_LIBS"
13127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13128 /* end confdefs.h. */
13130 #define YYTEXT_POINTER 1
13131 `cat $LEX_OUTPUT_ROOT.c
`
13133 if ac_fn_c_try_link "$LINENO"; then :
13134 ac_cv_prog_lex_yytext_pointer=yes
13136 rm -f core conftest.err conftest.$ac_objext \
13137 conftest$ac_exeext conftest.$ac_ext
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13142 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13143 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13145 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13148 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13151 if test "$LEX" = :; then
13152 LEX=${am_missing_run}flex
13155 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13156 # If we haven't got the data from the intl directory,
13157 # assume NLS is disabled.
13166 if test -f ../intl/config.intl; then
13167 . ../intl/config.intl
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13170 $as_echo_n "checking whether NLS is requested... " >&6; }
13171 if test x"$USE_NLS" != xyes; then
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13173 $as_echo "no" >&6; }
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13176 $as_echo "yes" >&6; }
13178 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13182 $as_echo_n "checking for catalogs to be installed... " >&6; }
13183 # Look for .po and .gmo files in the source directory.
13186 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13187 # If there aren't any .gmo files the shell will give us the
13188 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13190 case "$cat" in *\**)
13193 # The quadruple backslash is collapsed to a double backslash
13194 # by the backticks, then collapsed again by the double quotes,
13195 # leaving us with one backslash in the sed expression (right
13196 # before the dot that mustn't act as a wildcard).
13197 cat=`echo $cat |
sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13198 lang=`echo $cat |
sed -e "s!\\\\.gmo!!"`
13199 # The user is allowed to set LINGUAS to a list of languages to
13200 # install catalogs for. If it's empty that means "all of them."
13201 if test "x$LINGUAS" = x; then
13202 CATALOGS="$CATALOGS $cat"
13203 XLINGUAS="$XLINGUAS $lang"
13205 case "$LINGUAS" in *$lang*)
13206 CATALOGS="$CATALOGS $cat"
13207 XLINGUAS="$XLINGUAS $lang"
13212 LINGUAS="$XLINGUAS"
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13214 $as_echo "$LINGUAS" >&6; }
13228 if test -n "$ac_aux_dir"; then
13229 case "$ac_aux_dir" in
13230 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13231 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13234 if test -z "$MKINSTALLDIRS"; then
13235 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13241 $as_echo_n "checking whether NLS is requested... " >&6; }
13242 # Check whether --enable-nls was given.
13243 if test "${enable_nls+set}" = set; then :
13244 enableval=$enable_nls; USE_NLS=$enableval
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13250 $as_echo "$USE_NLS" >&6; }
13257 # Prepare PATH_SEPARATOR.
13258 # The user is always right.
13259 if test "${PATH_SEPARATOR+set}" != set; then
13260 echo "#! /bin/sh" >conf$$.sh
13261 echo "exit 0" >>conf$$.sh
13263 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13271 # Find out how to test for executable files. Don't use a zero-byte file,
13272 # as systems may use methods other than mode bits to determine executability.
13273 cat >conf$$.file <<_ASEOF
13277 chmod +x conf$$.file
13278 if test -x conf$$.file >/dev/null 2>&1; then
13279 ac_executable_p="test -x"
13281 ac_executable_p="test -f"
13285 # Extract the first word of "msgfmt", so it can be a program name with args.
13286 set dummy msgfmt; ac_word=$2
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13288 $as_echo_n "checking for $ac_word... " >&6; }
13289 if ${ac_cv_path_MSGFMT+:} false; then :
13290 $as_echo_n "(cached) " >&6
13294 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13297 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13298 for ac_dir in $PATH; do
13300 test -z "$ac_dir" && ac_dir=.
13301 for ac_exec_ext in '' $ac_executable_extensions; do
13302 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13303 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13304 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13305 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13312 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13316 MSGFMT="$ac_cv_path_MSGFMT"
13317 if test "$MSGFMT" != ":"; then
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13319 $as_echo "$MSGFMT" >&6; }
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13322 $as_echo "no" >&6; }
13325 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13326 set dummy gmsgfmt; ac_word=$2
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13328 $as_echo_n "checking for $ac_word... " >&6; }
13329 if ${ac_cv_path_GMSGFMT+:} false; then :
13330 $as_echo_n "(cached) " >&6
13334 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13338 for as_dir in $PATH
13341 test -z "$as_dir" && as_dir=.
13342 for ac_exec_ext in '' $ac_executable_extensions; do
13343 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13344 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13352 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13356 GMSGFMT=$ac_cv_path_GMSGFMT
13357 if test -n "$GMSGFMT"; then
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13359 $as_echo "$GMSGFMT" >&6; }
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13362 $as_echo "no" >&6; }
13368 # Prepare PATH_SEPARATOR.
13369 # The user is always right.
13370 if test "${PATH_SEPARATOR+set}" != set; then
13371 echo "#! /bin/sh" >conf$$.sh
13372 echo "exit 0" >>conf$$.sh
13374 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13382 # Find out how to test for executable files. Don't use a zero-byte file,
13383 # as systems may use methods other than mode bits to determine executability.
13384 cat >conf$$.file <<_ASEOF
13388 chmod +x conf$$.file
13389 if test -x conf$$.file >/dev/null 2>&1; then
13390 ac_executable_p="test -x"
13392 ac_executable_p="test -f"
13396 # Extract the first word of "xgettext", so it can be a program name with args.
13397 set dummy xgettext; ac_word=$2
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13399 $as_echo_n "checking for $ac_word... " >&6; }
13400 if ${ac_cv_path_XGETTEXT+:} false; then :
13401 $as_echo_n "(cached) " >&6
13403 case "$XGETTEXT" in
13405 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13408 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13409 for ac_dir in $PATH; do
13411 test -z "$ac_dir" && ac_dir=.
13412 for ac_exec_ext in '' $ac_executable_extensions; do
13413 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13414 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13415 (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
13416 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13423 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13427 XGETTEXT="$ac_cv_path_XGETTEXT"
13428 if test "$XGETTEXT" != ":"; then
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13430 $as_echo "$XGETTEXT" >&6; }
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13433 $as_echo "no" >&6; }
13439 # Prepare PATH_SEPARATOR.
13440 # The user is always right.
13441 if test "${PATH_SEPARATOR+set}" != set; then
13442 echo "#! /bin/sh" >conf$$.sh
13443 echo "exit 0" >>conf$$.sh
13445 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13453 # Find out how to test for executable files. Don't use a zero-byte file,
13454 # as systems may use methods other than mode bits to determine executability.
13455 cat >conf$$.file <<_ASEOF
13459 chmod +x conf$$.file
13460 if test -x conf$$.file >/dev/null 2>&1; then
13461 ac_executable_p="test -x"
13463 ac_executable_p="test -f"
13467 # Extract the first word of "msgmerge", so it can be a program name with args.
13468 set dummy msgmerge; ac_word=$2
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13470 $as_echo_n "checking for $ac_word... " >&6; }
13471 if ${ac_cv_path_MSGMERGE+:} false; then :
13472 $as_echo_n "(cached) " >&6
13474 case "$MSGMERGE" in
13476 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13479 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13480 for ac_dir in $PATH; do
13482 test -z "$ac_dir" && ac_dir=.
13483 for ac_exec_ext in '' $ac_executable_extensions; do
13484 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13485 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13486 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13493 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13497 MSGMERGE="$ac_cv_path_MSGMERGE"
13498 if test "$MSGMERGE" != ":"; then
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13500 $as_echo "$MSGMERGE" >&6; }
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13503 $as_echo "no" >&6; }
13507 if test "$GMSGFMT" != ":"; then
13508 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13509 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13512 GMSGFMT=`echo "$GMSGFMT" |
sed -e 's,^.*/,,'`
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13514 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13519 if test "$XGETTEXT" != ":"; then
13520 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13521 (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
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13525 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13531 ac_config_commands="$ac_config_commands default-1"
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13537 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13538 # Check whether --enable-maintainer-mode was given.
13539 if test "${enable_maintainer_mode+set}" = set; then :
13540 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13542 USE_MAINTAINER_MODE=no
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13546 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13547 if test $USE_MAINTAINER_MODE = yes; then
13548 MAINTAINER_MODE_TRUE=
13549 MAINTAINER_MODE_FALSE='#'
13551 MAINTAINER_MODE_TRUE='#'
13552 MAINTAINER_MODE_FALSE=
13555 MAINT=$MAINTAINER_MODE_TRUE
13559 GENINSRC_NEVER_TRUE=
13560 GENINSRC_NEVER_FALSE='#'
13562 GENINSRC_NEVER_TRUE='#'
13563 GENINSRC_NEVER_FALSE=
13568 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13570 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13571 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13572 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13573 cat >>confdefs.h <<_ACEOF
13574 #define `$as_echo "HAVE_$ac_header" |
$as_tr_cpp` 1
13582 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13583 # people who are not cross-compiling but are compiling cross-assemblers.
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13585 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13586 if test "${host}" = "${target}"; then
13591 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13595 $as_echo "$cross_gas" >&6; }
13597 for ac_func in strsignal
13599 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13600 if test "x$ac_cv_func_strsignal" = xyes; then :
13601 cat >>confdefs.h <<_ACEOF
13602 #define HAVE_STRSIGNAL 1
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13611 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13612 if ${am_cv_val_LC_MESSAGES+:} false; then :
13613 $as_echo_n "(cached) " >&6
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13617 #include <locale.h>
13626 if ac_fn_c_try_link "$LINENO"; then :
13627 am_cv_val_LC_MESSAGES=yes
13629 am_cv_val_LC_MESSAGES=no
13631 rm -f core conftest.err conftest.$ac_objext \
13632 conftest$ac_exeext conftest.$ac_ext
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13635 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13636 if test $am_cv_val_LC_MESSAGES = yes; then
13638 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13643 # do we need the math library?
13644 case "${need_libm}" in
13648 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13649 # These system don't have libm, or don't need it
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13653 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13654 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13655 $as_echo_n "(cached) " >&6
13657 ac_check_lib_save_LIBS=$LIBS
13659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13660 /* end confdefs.h. */
13662 /* Override any GCC internal prototype to avoid an error.
13663 Use char because int might match the return type of a GCC
13664 builtin and then its argument prototype would still apply. */
13668 char _mwvalidcheckl ();
13672 return _mwvalidcheckl ();
13677 if ac_fn_c_try_link "$LINENO"; then :
13678 ac_cv_lib_mw__mwvalidcheckl=yes
13680 ac_cv_lib_mw__mwvalidcheckl=no
13682 rm -f core conftest.err conftest.$ac_objext \
13683 conftest$ac_exeext conftest.$ac_ext
13684 LIBS=$ac_check_lib_save_LIBS
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13687 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13688 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13693 $as_echo_n "checking for cos in -lm... " >&6; }
13694 if ${ac_cv_lib_m_cos+:} false; then :
13695 $as_echo_n "(cached) " >&6
13697 ac_check_lib_save_LIBS=$LIBS
13699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13700 /* end confdefs.h. */
13702 /* Override any GCC internal prototype to avoid an error.
13703 Use char because int might match the return type of a GCC
13704 builtin and then its argument prototype would still apply. */
13717 if ac_fn_c_try_link "$LINENO"; then :
13718 ac_cv_lib_m_cos=yes
13722 rm -f core conftest.err conftest.$ac_objext \
13723 conftest$ac_exeext conftest.$ac_ext
13724 LIBS=$ac_check_lib_save_LIBS
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13727 $as_echo "$ac_cv_lib_m_cos" >&6; }
13728 if test "x$ac_cv_lib_m_cos" = xyes; then :
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13735 $as_echo_n "checking for cos in -lm... " >&6; }
13736 if ${ac_cv_lib_m_cos+:} false; then :
13737 $as_echo_n "(cached) " >&6
13739 ac_check_lib_save_LIBS=$LIBS
13741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13742 /* end confdefs.h. */
13744 /* Override any GCC internal prototype to avoid an error.
13745 Use char because int might match the return type of a GCC
13746 builtin and then its argument prototype would still apply. */
13759 if ac_fn_c_try_link "$LINENO"; then :
13760 ac_cv_lib_m_cos=yes
13764 rm -f core conftest.err conftest.$ac_objext \
13765 conftest$ac_exeext conftest.$ac_ext
13766 LIBS=$ac_check_lib_save_LIBS
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13769 $as_echo "$ac_cv_lib_m_cos" >&6; }
13770 if test "x$ac_cv_lib_m_cos" = xyes; then :
13782 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13783 # enough, but on some of those systems, the assert macro relies on requoting
13784 # working properly!
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13786 $as_echo_n "checking for working assert macro... " >&6; }
13787 if ${gas_cv_assert_ok+:} false; then :
13788 $as_echo_n "(cached) " >&6
13790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13791 /* end confdefs.h. */
13792 #include <assert.h>
13793 #include <string.h>
13799 /* check for requoting problems */
13800 static int a, b, c, d;
13802 assert (!strcmp(s, "foo bar baz quux"));
13803 /* check for newline handling */
13811 if ac_fn_c_try_link "$LINENO"; then :
13812 gas_cv_assert_ok=yes
13814 gas_cv_assert_ok=no
13816 rm -f core conftest.err conftest.$ac_objext \
13817 conftest$ac_exeext conftest.$ac_ext
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13820 $as_echo "$gas_cv_assert_ok" >&6; }
13821 test $gas_cv_assert_ok = yes ||
13822 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13826 # On some systems, the system header files may not declare malloc, realloc,
13827 # and free. There are places where gas needs these functions to have been
13828 # declared -- such as when taking their addresses.
13830 #ifdef HAVE_MEMORY_H
13831 #include <memory.h>
13833 #include <string.h>
13834 #include <stdlib.h>
13835 #ifdef HAVE_UNISTD_H
13836 #include <unistd.h>
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13841 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13842 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13843 $as_echo_n "(cached) " >&6
13845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13846 /* end confdefs.h. */
13847 #include <unistd.h>
13851 extern int getopt (int, char *const*, const char *);
13856 if ac_fn_c_try_compile "$LINENO"; then :
13857 gas_cv_decl_getopt_unistd_h=yes
13859 gas_cv_decl_getopt_unistd_h=no
13861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13865 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13866 if test $gas_cv_decl_getopt_unistd_h = yes; then
13868 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13874 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13875 if ${gas_cv_decl_needed_environ+:} false; then :
13876 $as_echo_n "(cached) " >&6
13878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13879 /* end confdefs.h. */
13893 if ac_fn_c_try_link "$LINENO"; then :
13894 gas_cv_decl_needed_environ=no
13896 gas_cv_decl_needed_environ=yes
13898 rm -f core conftest.err conftest.$ac_objext \
13899 conftest$ac_exeext conftest.$ac_ext
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13902 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13903 if test $gas_cv_decl_needed_environ = yes; then
13905 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13911 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13912 if ${gas_cv_decl_needed_ffs+:} false; then :
13913 $as_echo_n "(cached) " >&6
13915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13916 /* end confdefs.h. */
13922 typedef int (*f)(int);
13930 if ac_fn_c_try_link "$LINENO"; then :
13931 gas_cv_decl_needed_ffs=no
13933 gas_cv_decl_needed_ffs=yes
13935 rm -f core conftest.err conftest.$ac_objext \
13936 conftest$ac_exeext conftest.$ac_ext
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13939 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13940 if test $gas_cv_decl_needed_ffs = yes; then
13942 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13947 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13948 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13954 cat >>confdefs.h <<_ACEOF
13955 #define HAVE_DECL_ASPRINTF $ac_have_decl
13957 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13958 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13964 cat >>confdefs.h <<_ACEOF
13965 #define HAVE_DECL_MEMPCPY $ac_have_decl
13967 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13968 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13974 cat >>confdefs.h <<_ACEOF
13975 #define HAVE_DECL_STPCPY $ac_have_decl
13981 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13983 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13987 # Link in zlib/zstd if we can. This allows us to write compressed debug sections.
13989 # Use the system's zlib library.
13990 zlibdir="-L\$(top_builddir)/../zlib"
13991 zlibinc="-I\$(top_srcdir)/../zlib"
13993 # Check whether --with-system-zlib was given.
13994 if test "${with_system_zlib+set}" = set; then :
13995 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14012 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
14013 if test -n "$ac_tool_prefix"; then
14014 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14015 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14017 $as_echo_n "checking for $ac_word... " >&6; }
14018 if ${ac_cv_path_PKG_CONFIG+:} false; then :
14019 $as_echo_n "(cached) " >&6
14021 case $PKG_CONFIG in
14023 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14027 for as_dir in $PATH
14030 test -z "$as_dir" && as_dir=.
14031 for ac_exec_ext in '' $ac_executable_extensions; do
14032 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14033 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14044 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
14045 if test -n "$PKG_CONFIG"; then
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
14047 $as_echo "$PKG_CONFIG" >&6; }
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14050 $as_echo "no" >&6; }
14055 if test -z "$ac_cv_path_PKG_CONFIG"; then
14056 ac_pt_PKG_CONFIG=$PKG_CONFIG
14057 # Extract the first word of "pkg-config", so it can be a program name with args.
14058 set dummy pkg-config; ac_word=$2
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14060 $as_echo_n "checking for $ac_word... " >&6; }
14061 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
14062 $as_echo_n "(cached) " >&6
14064 case $ac_pt_PKG_CONFIG in
14066 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
14069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14070 for as_dir in $PATH
14073 test -z "$as_dir" && as_dir=.
14074 for ac_exec_ext in '' $ac_executable_extensions; do
14075 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14076 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14087 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
14088 if test -n "$ac_pt_PKG_CONFIG"; then
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
14090 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14093 $as_echo "no" >&6; }
14096 if test "x$ac_pt_PKG_CONFIG" = x; then
14099 case $cross_compiling:$ac_tool_warned in
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14102 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14103 ac_tool_warned=yes ;;
14105 PKG_CONFIG=$ac_pt_PKG_CONFIG
14108 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14112 if test -n "$PKG_CONFIG"; then
14113 _pkg_min_version=0.9.0
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
14115 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
14116 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14118 $as_echo "yes" >&6; }
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14121 $as_echo "no" >&6; }
14127 # Check whether --with-zstd was given.
14128 if test "${with_zstd+set}" = set; then :
14129 withval=$with_zstd;
14135 if test "$with_zstd" != no; then :
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
14139 $as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
14141 if test -n "$ZSTD_CFLAGS"; then
14142 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
14143 elif test -n "$PKG_CONFIG"; then
14144 if test -n "$PKG_CONFIG" && \
14145 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14146 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14149 test $ac_status = 0; }; then
14150 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev
/null
`
14151 test "x$?" != "x0" && pkg_failed=yes
14158 if test -n "$ZSTD_LIBS"; then
14159 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
14160 elif test -n "$PKG_CONFIG"; then
14161 if test -n "$PKG_CONFIG" && \
14162 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14163 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14166 test $ac_status = 0; }; then
14167 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev
/null
`
14168 test "x$?" != "x0" && pkg_failed=yes
14176 if test $pkg_failed = no; then
14177 pkg_save_LDFLAGS="$LDFLAGS"
14178 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
14179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14180 /* end confdefs.h. */
14190 if ac_fn_c_try_link "$LINENO"; then :
14195 rm -f core conftest.err conftest.$ac_objext \
14196 conftest$ac_exeext conftest.$ac_ext
14197 LDFLAGS=$pkg_save_LDFLAGS
14202 if test $pkg_failed = yes; then
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14204 $as_echo "no" >&6; }
14206 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
14207 _pkg_short_errors_supported=yes
14209 _pkg_short_errors_supported=no
14211 if test $_pkg_short_errors_supported = yes; then
14212 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14214 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14216 # Put the nasty error message in config.log where it belongs
14217 echo "$ZSTD_PKG_ERRORS" >&5
14220 if test "$with_zstd" = yes; then
14221 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14224 elif test $pkg_failed = untried; then
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14226 $as_echo "no" >&6; }
14228 if test "$with_zstd" = yes; then
14229 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14233 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
14234 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14236 $as_echo "yes" >&6; }
14239 $as_echo "#define HAVE_ZSTD 1" >>confdefs.h
14247 # Support for VMS timestamps via cross compile
14249 if test "$ac_cv_header_time_h" = yes; then
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14251 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14252 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
14253 $as_echo_n "(cached) " >&6
14255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14256 /* end confdefs.h. */
14258 #define _BSD_SOURCE 1
14263 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14268 if ac_fn_c_try_compile "$LINENO"; then :
14269 gas_cv_have_time_type_member_tm_gmtoff=yes
14271 gas_cv_have_time_type_member_tm_gmtoff=no
14274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14277 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14279 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14283 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14287 if test "$ac_cv_header_sys_stat_h" = yes; then
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14289 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14290 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
14291 $as_echo_n "(cached) " >&6
14293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14294 /* end confdefs.h. */
14296 #define _BSD_SOURCE 1
14297 #include <sys/stat.h>
14301 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14306 if ac_fn_c_try_compile "$LINENO"; then :
14307 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14309 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14315 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14317 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14321 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14324 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14325 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
14326 $as_echo_n "(cached) " >&6
14328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14329 /* end confdefs.h. */
14331 #define _BSD_SOURCE 1
14332 #include <sys/stat.h>
14336 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14341 if ac_fn_c_try_compile "$LINENO"; then :
14342 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14344 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14350 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14352 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14356 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14368 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14370 ac_config_commands="$ac_config_commands default"
14373 cat >confcache <<\_ACEOF
14374 # This file is a shell script that caches the results of configure
14375 # tests run on this system so they can be shared between configure
14376 # scripts and configure runs, see configure's option --config-cache.
14377 # It is not useful on other systems. If it contains results you don't
14378 # want to keep, you may remove or edit it.
14380 # config.status only pays attention to the cache file if you give it
14381 # the --recheck option to rerun configure.
14383 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
14384 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14385 # following values.
14389 # The following way of writing the cache mishandles newlines in values,
14390 # but we know of no workaround that is simple, portable, and efficient.
14391 # So, we kill variables containing newlines.
14392 # Ultrix sh set writes to stderr and can't be redirected directly,
14393 # and sets the high bit in the cache file unless we assign to the vars.
14395 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14396 eval ac_val
=\$
$ac_var
14400 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14401 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14404 _ | IFS | as_nl
) ;; #(
14405 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
14406 *) { eval $ac_var=; unset $ac_var;} ;;
14412 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14413 *${as_nl}ac_space
=\
*)
14414 # `set' does not quote correctly, so add quotes: double-quote
14415 # substitution turns \\\\ into \\, and sed turns \\ into \.
14418 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14421 # `set' quotes correctly as required by POSIX, so do not add quotes.
14422 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14431 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14433 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14435 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
14436 if test -w "$cache_file"; then
14437 if test "x$cache_file" != "x/dev/null"; then
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14439 $as_echo "$as_me: updating cache $cache_file" >&6;}
14440 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
14441 cat confcache
>"$cache_file"
14443 case $cache_file in #(
14445 mv -f confcache
"$cache_file"$$
&&
14446 mv -f "$cache_file"$$
"$cache_file" ;; #(
14448 mv -f confcache
"$cache_file" ;;
14453 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14454 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14459 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
14460 # Let make expand exec_prefix.
14461 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
14463 DEFS
=-DHAVE_CONFIG_H
14468 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
14469 # 1. Remove the extension, and $U if already installed.
14470 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
14471 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
14472 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14473 # will be set to the directory where LIBOBJS objects are built.
14474 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14475 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
14477 LIBOBJS
=$ac_libobjs
14479 LTLIBOBJS
=$ac_ltlibobjs
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14483 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14484 if test -n "$am_sleep_pid"; then
14485 # Hide warnings about reused PIDs.
14486 wait $am_sleep_pid 2>/dev
/null
14488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14489 $as_echo "done" >&6; }
14490 if test -n "$EXEEXT"; then
14492 am__EXEEXT_FALSE
='#'
14494 am__EXEEXT_TRUE
='#'
14498 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14499 as_fn_error $?
"conditional \"AMDEP\" was never defined.
14500 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14502 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14503 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
14504 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14507 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14508 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
14509 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14511 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14512 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
14513 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14516 : "${CONFIG_STATUS=./config.status}"
14518 ac_clean_files_save
=$ac_clean_files
14519 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14521 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14523 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14525 # Generated by $as_me.
14526 # Run this file to recreate the current configuration.
14527 # Compiler output produced by configure, useful for debugging
14528 # configure, is in config.log if it exists.
14531 ac_cs_recheck=false
14534 SHELL=\${CONFIG_SHELL-$SHELL}
14537 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
14538 ## -------------------- ##
14539 ## M4sh Initialization. ##
14540 ## -------------------- ##
14542 # Be more Bourne compatible
14543 DUALCASE
=1; export DUALCASE
# for MKS sh
14544 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
14547 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14548 # is contrary to our usage. Disable this feature.
14549 alias -g '${1+"$@"}'='"$@"'
14550 setopt NO_GLOB_SUBST
14552 case `(set -o) 2>/dev/null` in #(
14564 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14565 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14566 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14567 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14568 # Prefer a ksh shell builtin over an external printf program on Solaris,
14569 # but without wasting forks for bash or zsh.
14570 if test -z "$BASH_VERSION$ZSH_VERSION" \
14571 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14572 as_echo='print
-r --'
14573 as_echo_n='print
-rn --'
14574 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14575 as_echo='printf %s
\n'
14576 as_echo_n='printf %s
'
14578 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14579 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
14580 as_echo_n='/usr
/ucb
/echo -n'
14582 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14583 as_echo_n_body='eval
14587 expr "X$arg" : "X\\(.*\\)$as_nl";
14588 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14590 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
14592 export as_echo_n_body
14593 as_echo_n='sh
-c $as_echo_n_body as_echo
'
14595 export as_echo_body
14596 as_echo='sh
-c $as_echo_body as_echo
'
14599 # The user is always right.
14600 if test "${PATH_SEPARATOR+set}" != set; then
14602 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14603 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14610 # We need space, tab and new line, in precisely that order. Quoting is
14611 # there to prevent editors from complaining about space-tab.
14612 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14613 # splitting by setting IFS to empty value.)
14616 # Find who we are. Look in the path if we contain no directory separator.
14619 *[\\/]* ) as_myself=$0 ;;
14620 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14621 for as_dir in $PATH
14624 test -z "$as_dir" && as_dir=.
14625 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14631 # We did not find ourselves, most probably we were run as `sh COMMAND'
14632 # in which case we are not to be found in the path.
14633 if test "x$as_myself" = x
; then
14636 if test ! -f "$as_myself"; then
14637 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14641 # Unset variables that we do not need and which cause bugs (e.g. in
14642 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14643 # suppresses any "Segmentation fault" message there. '((' could
14644 # trigger a bug in pdksh 5.2.14.
14645 for as_var
in BASH_ENV ENV MAIL MAILPATH
14646 do eval test x\
${$as_var+set} = xset \
14647 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14660 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14663 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14664 # ----------------------------------------
14665 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14666 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14667 # script with STATUS, using 1 if that was 0.
14670 as_status
=$1; test $as_status -eq 0 && as_status
=1
14672 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14673 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14675 $as_echo "$as_me: error: $2" >&2
14676 as_fn_exit
$as_status
14680 # as_fn_set_status STATUS
14681 # -----------------------
14682 # Set $? to STATUS, without forking.
14683 as_fn_set_status
()
14686 } # as_fn_set_status
14688 # as_fn_exit STATUS
14689 # -----------------
14690 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14694 as_fn_set_status
$1
14700 # Portably unset VAR.
14703 { eval $1=; unset $1;}
14705 as_unset
=as_fn_unset
14706 # as_fn_append VAR VALUE
14707 # ----------------------
14708 # Append the text in VALUE to the end of the definition contained in VAR. Take
14709 # advantage of any shell optimizations that allow amortized linear growth over
14710 # repeated appends, instead of the typical quadratic growth present in naive
14712 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
14713 eval 'as_fn_append ()
14724 # as_fn_arith ARG...
14725 # ------------------
14726 # Perform arithmetic evaluation on the ARGs, and store the result in the
14727 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14728 # must be portable across $(()) and expr.
14729 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
14730 eval 'as_fn_arith ()
14737 as_val
=`expr "$@" || test $? -eq 1`
14742 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
14743 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
14749 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14750 as_basename
=basename
14755 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
14761 as_me
=`$as_basename -- "$0" ||
14762 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14763 X"$0" : 'X\(//\)$' \| \
14764 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14766 sed '/^.*\/\([^/][^/]*\)\/*$/{
14780 # Avoid depending upon Character Ranges.
14781 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14782 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14783 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14784 as_cr_digits
='0123456789'
14785 as_cr_alnum
=$as_cr_Letters$as_cr_digits
14787 ECHO_C
= ECHO_N
= ECHO_T
=
14788 case `echo -n x` in #(((((
14790 case `echo 'xy\c'` in
14791 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
14793 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
14800 rm -f conf$$ conf$$.exe conf$$.
file
14801 if test -d conf$$.dir
; then
14802 rm -f conf$$.dir
/conf$$.
file
14805 mkdir conf$$.dir
2>/dev
/null
14807 if (echo >conf$$.
file) 2>/dev
/null
; then
14808 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
14810 # ... but there are two gotchas:
14811 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14812 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14813 # In both cases, we have to default to `cp -pR'.
14814 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
14816 elif ln conf$$.
file conf$$
2>/dev
/null
; then
14824 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
14825 rmdir conf$$.dir
2>/dev
/null
14830 # Create "$as_dir" as a directory, including parents if necessary.
14835 -*) as_dir
=.
/$as_dir;;
14837 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
14841 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14842 *) as_qdir
=$as_dir;;
14844 as_dirs
="'$as_qdir' $as_dirs"
14845 as_dir
=`$as_dirname -- "$as_dir" ||
14846 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14847 X"$as_dir" : 'X\(//\)[^/]' \| \
14848 X"$as_dir" : 'X\(//\)$' \| \
14849 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14850 $as_echo X"$as_dir" |
14851 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14855 /^X\(\/\/\)[^/].*/{
14868 test -d "$as_dir" && break
14870 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
14871 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
14875 if mkdir
-p .
2>/dev
/null
; then
14876 as_mkdir_p
='mkdir -p "$as_dir"'
14878 test -d .
/-p && rmdir .
/-p
14883 # as_fn_executable_p FILE
14884 # -----------------------
14885 # Test if FILE is an executable regular file.
14886 as_fn_executable_p
()
14888 test -f "$1" && test -x "$1"
14889 } # as_fn_executable_p
14890 as_test_x
='test -x'
14891 as_executable_p
=as_fn_executable_p
14893 # Sed expression to map a string onto a valid CPP name.
14894 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14896 # Sed expression to map a string onto a valid variable name.
14897 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14901 ## ----------------------------------- ##
14902 ## Main body of $CONFIG_STATUS script. ##
14903 ## ----------------------------------- ##
14905 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
14907 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14908 # Save the log message, to keep $0 and so on meaningful, and to
14909 # report actual input values of CONFIG_FILES etc. instead of their
14910 # values after options handling.
14912 This file was extended by gas $as_me 2.40.50, which was
14913 generated by GNU Autoconf 2.69. Invocation command line was
14915 CONFIG_FILES = $CONFIG_FILES
14916 CONFIG_HEADERS = $CONFIG_HEADERS
14917 CONFIG_LINKS = $CONFIG_LINKS
14918 CONFIG_COMMANDS = $CONFIG_COMMANDS
14921 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14926 case $ac_config_files in *"
14927 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
14930 case $ac_config_headers in *"
14931 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
14935 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14936 # Files that config.status was made for.
14937 config_files="$ac_config_files"
14938 config_headers="$ac_config_headers"
14939 config_commands="$ac_config_commands"
14943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14945 \`$as_me' instantiates files and other configuration actions
14946 from templates according to the current configuration. Unless the files
14947 and actions are specified as TAGs, all are instantiated by default.
14949 Usage: $0 [OPTION]... [TAG]...
14951 -h, --help print this help, then exit
14952 -V, --version print version number and configuration settings, then exit
14953 --config print configuration, then exit
14954 -q, --quiet, --silent
14955 do not print progress messages
14956 -d, --debug don't remove temporary files
14957 --recheck update $as_me by reconfiguring in the same conditions
14958 --file=FILE[:TEMPLATE]
14959 instantiate the configuration file FILE
14960 --header=FILE[:TEMPLATE]
14961 instantiate the configuration header FILE
14963 Configuration files:
14966 Configuration headers:
14969 Configuration commands:
14972 Report bugs to the package provider."
14975 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14976 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14978 gas config.status 2.40.50
14979 configured by $0, generated by GNU Autoconf 2.69,
14980 with options \\"\$ac_cs_config\\"
14982 Copyright (C) 2012 Free Software Foundation, Inc.
14983 This config.status script is free software; the Free Software Foundation
14984 gives unlimited permission to copy, distribute and modify it."
14991 test -n "\$AWK" || AWK=awk
14994 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14995 # The default lists apply if the user does not specify any file.
15001 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15002 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15006 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15018 # Handling of the options.
15019 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15021 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15022 $as_echo "$ac_cs_version"; exit ;;
15023 --config |
--confi |
--conf |
--con |
--co |
--c )
15024 $as_echo "$ac_cs_config"; exit ;;
15025 --debug |
--debu |
--deb |
--de |
--d |
-d )
15027 --file |
--fil |
--fi |
--f )
15030 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15031 '') as_fn_error $?
"missing file argument" ;;
15033 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15034 ac_need_defaults
=false
;;
15035 --header |
--heade |
--head |
--hea )
15038 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15040 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
15041 ac_need_defaults
=false
;;
15043 # Conflict between --help and --header
15044 as_fn_error $?
"ambiguous option: \`$1'
15045 Try \`$0 --help' for more information.";;
15046 --help |
--hel |
-h )
15047 $as_echo "$ac_cs_usage"; exit ;;
15048 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15049 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15052 # This is an error.
15053 -*) as_fn_error $?
"unrecognized option: \`$1'
15054 Try \`$0 --help' for more information." ;;
15056 *) as_fn_append ac_config_targets
" $1"
15057 ac_need_defaults
=false
;;
15063 ac_configure_extra_args
=
15065 if $ac_cs_silent; then
15067 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15071 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15072 if \$ac_cs_recheck; then
15073 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15075 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15076 CONFIG_SHELL='$SHELL'
15077 export CONFIG_SHELL
15082 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15086 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15087 ## Running $as_me. ##
15093 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15097 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15100 # The HP-UX ksh and POSIX shell print the target directory to stdout
15101 # if CDPATH is set.
15102 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15104 sed_quote_subst='$sed_quote_subst'
15105 double_quote_subst='$double_quote_subst'
15106 delay_variable_subst='$delay_variable_subst'
15107 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15108 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15109 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15110 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15111 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15112 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15113 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15114 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15115 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15116 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15117 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15118 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15119 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15120 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15121 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15122 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15123 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15124 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15125 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15126 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15127 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15128 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15129 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15130 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15131 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15132 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15133 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15134 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15135 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15136 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15137 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15138 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15139 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15140 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15141 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15142 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15143 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15144 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15145 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15146 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15147 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15148 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15149 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15150 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15151 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15152 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15153 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15154 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15155 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
15156 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15157 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15158 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15159 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15160 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15161 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15162 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15163 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15164 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15165 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15166 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15167 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15168 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15169 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15170 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15171 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15172 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15173 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15174 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15175 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15176 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15177 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15178 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15179 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15180 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15181 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15182 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15183 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15184 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15185 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15186 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15187 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15188 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15189 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15190 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15191 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15192 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15193 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15194 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15195 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15196 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15197 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15198 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15199 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15200 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15201 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15202 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15203 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15204 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15205 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15206 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15207 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15208 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15209 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15210 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15211 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15212 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15213 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15214 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15215 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15216 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15217 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15218 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15219 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15220 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15221 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15222 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15223 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15224 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15225 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15226 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15229 LTCFLAGS='$LTCFLAGS'
15230 compiler='$compiler_DEFAULT'
15232 # A function that is used when there is no print builtin or printf.
15233 func_fallback_echo ()
15235 eval 'cat <<_LTECHO_EOF
15240 # Quote evaled strings.
15254 deplibs_check_method \
15263 lt_cv_sys_global_symbol_pipe \
15264 lt_cv_sys_global_symbol_to_cdecl \
15265 lt_cv_sys_global_symbol_to_c_name_address \
15266 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15267 lt_prog_compiler_no_builtin_flag \
15268 lt_prog_compiler_wl \
15269 lt_prog_compiler_pic \
15270 lt_prog_compiler_static \
15271 lt_cv_prog_compiler_c_o \
15279 export_dynamic_flag_spec \
15280 whole_archive_flag_spec \
15281 compiler_needs_object \
15283 allow_undefined_flag \
15284 no_undefined_flag \
15285 hardcode_libdir_flag_spec \
15286 hardcode_libdir_flag_spec_ld \
15287 hardcode_libdir_separator \
15292 variables_saved_for_relink \
15294 library_names_spec \
15296 install_override_mode \
15300 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15301 *[\\\\\\\`\\"\\\$]*)
15302 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15305 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15310 # Double-quote double-evaled strings.
15311 for var in reload_cmds \
15312 old_postinstall_cmds \
15313 old_postuninstall_cmds \
15315 extract_expsyms_cmds \
15316 old_archive_from_new_cmds \
15317 old_archive_from_expsyms_cmds \
15319 archive_expsym_cmds \
15321 module_expsym_cmds \
15322 export_symbols_cmds \
15325 postuninstall_cmds \
15327 sys_lib_search_path_spec \
15328 sys_lib_dlsearch_path_spec; do
15329 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15330 *[\\\\\\\`\\"\\\$]*)
15331 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15334 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15339 ac_aux_dir='$ac_aux_dir'
15340 xsi_shell='$xsi_shell'
15341 lt_shell_append='$lt_shell_append'
15343 # See if we are running on zsh, and set the options which allow our
15344 # commands through without removal of \ escapes INIT.
15345 if test -n "\${ZSH_VERSION+set}" ; then
15346 setopt NO_GLOB_SUBST
15352 TIMESTAMP='$TIMESTAMP'
15358 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15359 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15361 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15362 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15363 LINGUAS="${LINGUAS-%UNSET%}"
15365 target_cpu_type=${target_cpu_type}
15366 cgen_cpu_prefix=${cgen_cpu_prefix}
15367 obj_format=${obj_format}
15372 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15374 # Handling of arguments.
15375 for ac_config_target
in $ac_config_targets
15377 case $ac_config_target in
15378 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
15379 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
15380 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
15381 "gdb.ini") CONFIG_FILES
="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15382 ".gdbinit") CONFIG_FILES
="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15383 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
15384 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15385 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15386 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
15388 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15393 # If the user did not use the arguments to specify the items to instantiate,
15394 # then the envvar interface is used. Set only those that are not.
15395 # We use the long form for the default assignment because of an extremely
15396 # bizarre bug on SunOS 4.1.3.
15397 if $ac_need_defaults; then
15398 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15399 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
15400 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
15403 # Have a temporary directory for convenience. Make it in the build tree
15404 # simply because there is no reason against having it here, and in addition,
15405 # creating and moving files from /tmp can sometimes cause problems.
15406 # Hook for its removal unless debugging.
15407 # Note that there is a small window in which the directory will not be cleaned:
15408 # after its creation but before its name has been assigned to `$tmp'.
15412 trap 'exit_status=$?
15413 : "${ac_tmp:=$tmp}"
15414 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15416 trap 'as_fn_exit 1' 1 2 13 15
15418 # Create a (secure) tmp directory for tmp files.
15421 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15425 tmp
=.
/conf$$
-$RANDOM
15426 (umask 077 && mkdir
"$tmp")
15427 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
15430 # Set up the scripts for CONFIG_FILES section.
15431 # No need to generate them if there are no CONFIG_FILES.
15432 # This happens for instance with `./config.status config.h'.
15433 if test -n "$CONFIG_FILES"; then
15436 ac_cr
=`echo X | tr X '\015'`
15437 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15438 # But we know of no other shell where ac_cr would be empty at this
15439 # point, so we can use a bashism as a fallback.
15440 if test "x$ac_cr" = x
; then
15441 eval ac_cr
=\$
\'\\r
\'
15443 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15444 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15447 ac_cs_awk_cr
=$ac_cr
15450 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15455 echo "cat >conf$$subs.awk <<_ACEOF" &&
15456 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15458 } >conf$$subs.sh ||
15459 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15460 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15462 for ac_last_try in false false false false false :; do
15463 . ./conf$$subs.sh ||
15464 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15466 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15467 if test $ac_delim_n = $ac_delim_num; then
15469 elif $ac_last_try; then
15470 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15472 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15475 rm -f conf$$subs.sh
15477 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15478 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
15482 s/^/S["/; s
/!.
*/"]=/
15492 s/\(.\{148\}\)..*/\1/
15494 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15499 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15506 s/\(.\{148\}\)..*/\1/
15508 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15512 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15517 ' <conf$$subs.awk | sed '
15522 ' >>$CONFIG_STATUS || ac_write_fail=1
15523 rm -f conf$$subs.awk
15524 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15526 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
15527 for (key in S) S_is_set[key] = 1
15533 nfields = split(line, field, "@
")
15535 len = length(field[1])
15536 for (i = 2; i < nfields; i++) {
15538 keylen = length(key)
15539 if (S_is_set[key]) {
15541 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15542 len += length(value) + length(field[++i])
15553 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15554 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15555 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15558 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
15559 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
15562 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15563 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
15564 # trailing colons and then remove the whole line if VPATH becomes empty
15565 # (actually we leave an empty line to preserve line numbers).
15566 if test "x
$srcdir" = x.; then
15567 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15585 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15586 fi # test -n "$CONFIG_FILES"
15588 # Set up the scripts for CONFIG_HEADERS section.
15589 # No need to generate them if there are no CONFIG_HEADERS.
15590 # This happens for instance with `./config.status Makefile'.
15591 if test -n "$CONFIG_HEADERS"; then
15592 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
15596 # Transform confdefs.h into an awk script `defines.awk', embedded as
15597 # here-document in config.status, that substitutes the proper values into
15598 # config.h.in to produce config.h.
15600 # Create a delimiter string that does not exist in confdefs.h, to ease
15601 # handling of long lines.
15603 for ac_last_try in false false :; do
15604 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
15605 if test -z "$ac_tt"; then
15607 elif $ac_last_try; then
15608 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
15610 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15614 # For the awk script, D is an array of macro values keyed by name,
15615 # likewise P contains macro parameters if any. Preserve backslash
15616 # newline sequences.
15618 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15620 s/.\{148\}/&'"$ac_delim"'/g
15623 s/^[ ]*#[ ]*define[ ][ ]*/ /
15630 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
15632 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
15636 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
15637 D["\
1"]=" \
3\\\\\\n
"\\/p
15639 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
15644 s/.\{148\}/&'"$ac_delim"'/g
15649 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
15652 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
15654 ' <confdefs.h | sed '
15655 s/'"$ac_delim"'/"\\\
15656 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15658 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15659 for (key in D) D_is_set[key] = 1
15662 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15664 split(line, arg, " ")
15665 if (arg[1] == "#") {
15669 defundef
= substr
(arg
[1], 2)
15672 split(mac1
, mac2
, "(") #)
15674 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
15675 if (D_is_set
[macro
]) {
15676 # Preserve the white space surrounding the "#".
15677 print prefix
"define", macro P
[macro
] D
[macro
]
15680 # Replace #undef with comments. This is necessary, for example,
15681 # in the case of _POSIX_SOURCE, which is predefined and required
15682 # on some systems where configure will not decide to define it.
15683 if (defundef
== "undef") {
15684 print
"/*", prefix defundef
, macro
, "*/"
15692 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15693 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
15694 fi # test -n "$CONFIG_HEADERS"
15697 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15702 :[FHLC
]) ac_mode
=$ac_tag; continue;;
15704 case $ac_mode$ac_tag in
15706 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
15707 :[FH
]-) ac_tag
=-:-;;
15708 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
15725 -) ac_f
="$ac_tmp/stdin";;
15726 *) # Look for the file first in the build tree, then in the source tree
15727 # (if the path is not absolute). The absolute path cannot be DOS-style,
15728 # because $ac_f cannot contain `:'.
15732 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
15734 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15736 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15737 as_fn_append ac_file_inputs
" '$ac_f'"
15740 # Let's still pretend it is `configure' which instantiates (i.e., don't
15741 # use $as_me), people would be surprised to read:
15742 # /* config.h. Generated by config.status. */
15743 configure_input
='Generated from '`
15744 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15746 if test x
"$ac_file" != x-
; then
15747 configure_input
="$ac_file. $configure_input"
15748 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15749 $as_echo "$as_me: creating $ac_file" >&6;}
15751 # Neutralize special characters interpreted by sed in replacement strings.
15752 case $configure_input in #(
15753 *\
&* |
*\|
* |
*\\* )
15754 ac_sed_conf_input
=`$as_echo "$configure_input" |
15755 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15756 *) ac_sed_conf_input
=$configure_input;;
15760 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
15761 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
15766 ac_dir
=`$as_dirname -- "$ac_file" ||
15767 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15768 X"$ac_file" : 'X\(//\)[^/]' \| \
15769 X"$ac_file" : 'X\(//\)$' \| \
15770 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15771 $as_echo X"$ac_file" |
15772 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15776 /^X\(\/\/\)[^/].*/{
15789 as_dir
="$ac_dir"; as_fn_mkdir_p
15793 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
15795 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15796 # A ".." for each directory in $ac_dir_suffix.
15797 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15798 case $ac_top_builddir_sub in
15799 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
15800 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
15803 ac_abs_top_builddir
=$ac_pwd
15804 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
15805 # for backward compatibility:
15806 ac_top_builddir
=$ac_top_build_prefix
15809 .
) # We are building in place.
15811 ac_top_srcdir
=$ac_top_builddir_sub
15812 ac_abs_top_srcdir
=$ac_pwd ;;
15813 [\\/]* | ?
:[\\/]* ) # Absolute name.
15814 ac_srcdir
=$srcdir$ac_dir_suffix;
15815 ac_top_srcdir
=$srcdir
15816 ac_abs_top_srcdir
=$srcdir ;;
15817 *) # Relative name.
15818 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
15819 ac_top_srcdir
=$ac_top_build_prefix$srcdir
15820 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
15822 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
15832 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
15833 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
15835 ac_MKDIR_P
=$MKDIR_P
15837 [\\/$
]* | ?
:[\\/]* ) ;;
15838 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
15842 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15843 # If the template does not know about datarootdir, expand it.
15844 # FIXME: This hack should be removed a few years after 2.60.
15845 ac_datarootdir_hack
=; ac_datarootdir_seen
=
15856 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15857 *datarootdir
*) ac_datarootdir_seen
=yes;;
15858 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
15859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15860 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15862 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15863 ac_datarootdir_hack='
15864 s&@datadir@&$datadir&g
15865 s&@docdir@&$docdir&g
15866 s&@infodir@&$infodir&g
15867 s&@localedir@&$localedir&g
15868 s&@mandir@&$mandir&g
15869 s&\\\${datarootdir}&$datarootdir&g' ;;
15873 # Neutralize VPATH when `$srcdir' = `.'.
15874 # Shell code in configure.ac might set extrasub.
15875 # FIXME: do we really want to maintain this feature?
15876 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15877 ac_sed_extra="$ac_vpsub
15880 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15882 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
15883 s|@configure_input@|
$ac_sed_conf_input|
;t t
15884 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
15885 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
15886 s
&@srcdir@
&$ac_srcdir&;t t
15887 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
15888 s
&@top_srcdir@
&$ac_top_srcdir&;t t
15889 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
15890 s
&@builddir@
&$ac_builddir&;t t
15891 s
&@abs_builddir@
&$ac_abs_builddir&;t t
15892 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
15893 s
&@INSTALL@
&$ac_INSTALL&;t t
15894 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
15895 $ac_datarootdir_hack
15897 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
15898 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
15900 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15901 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
15902 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15903 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
15904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
15905 which seems to be undefined. Please make sure it is defined" >&5
15906 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
15907 which seems to be undefined. Please make sure it is defined" >&2;}
15909 rm -f "$ac_tmp/stdin"
15911 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15912 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15914 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15920 if test x"$ac_file" != x-; then
15922 $as_echo "/* $configure_input */" \
15923 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15924 } >"$ac_tmp/config.h" \
15925 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15926 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15927 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15928 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15931 mv "$ac_tmp/config.h" "$ac_file" \
15932 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15935 $as_echo "/* $configure_input */" \
15936 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15937 || as_fn_error $? "could not create -" "$LINENO" 5
15939 # Compute "$ac_file"'s index
in $config_headers.
15942 for _am_header
in $config_headers :; do
15943 case $_am_header in
15944 $_am_arg |
$_am_arg:* )
15947 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
15950 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15951 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15952 X"$_am_arg" : 'X\(//\)[^/]' \| \
15953 X"$_am_arg" : 'X\(//\)$' \| \
15954 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15955 $as_echo X"$_am_arg" |
15956 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15960 /^X\(\/\/\)[^/].*/{
15972 s/.*/./; q'`/stamp-h
$_am_stamp_count
15975 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15976 $as_echo "$as_me: executing $ac_file commands" >&6;}
15981 case $ac_file$ac_mode in
15982 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
15983 # Older Autoconf quotes --file arguments for eval, but not when files
15984 # are listed without --file. Let's play safe and only enable the eval
15985 # if we detect the quoting.
15986 case $CONFIG_FILES in
15987 *\'*) eval set x
"$CONFIG_FILES" ;;
15988 *) set x
$CONFIG_FILES ;;
15993 # Strip MF so we end up with the name of the file.
15994 mf
=`echo "$mf" | sed -e 's/:.*$//'`
15995 # Check whether this is an Automake generated Makefile or not.
15996 # We used to match only the files named 'Makefile.in', but
15997 # some people rename them; so instead we look at the file content.
15998 # Grep'ing the first line is not enough: some people post-process
15999 # each Makefile.in and add a new line on top of each file to say so.
16000 # Grep'ing the whole file is not good either: AIX grep has a line
16001 # limit of 2048, but all sed's we know have understand at least 4000.
16002 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
16003 dirpart
=`$as_dirname -- "$mf" ||
16004 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16005 X"$mf" : 'X\(//\)[^/]' \| \
16006 X"$mf" : 'X\(//\)$' \| \
16007 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16009 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16013 /^X\(\/\/\)[^/].*/{
16029 # Extract the definition of DEPDIR, am__include, and am__quote
16030 # from the Makefile without running 'make'.
16031 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
16032 test -z "$DEPDIR" && continue
16033 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
16034 test -z "$am__include" && continue
16035 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
16036 # Find all dependency output files, they are included files with
16037 # $(DEPDIR) in their names. We invoke sed twice because it is the
16038 # simplest approach to changing $(DEPDIR) to its actual value in the
16040 for file in `sed -n "
16041 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16042 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16043 # Make sure the directory exists.
16044 test -f "$dirpart/$file" && continue
16045 fdir
=`$as_dirname -- "$file" ||
16046 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16047 X"$file" : 'X\(//\)[^/]' \| \
16048 X"$file" : 'X\(//\)$' \| \
16049 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16050 $as_echo X"$file" |
16051 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16055 /^X\(\/\/\)[^/].*/{
16068 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
16069 # echo "creating $dirpart/$file"
16070 echo '# dummy' > "$dirpart/$file"
16077 # See if we are running on zsh, and set the options which allow our
16078 # commands through without removal of \ escapes.
16079 if test -n "${ZSH_VERSION+set}" ; then
16080 setopt NO_GLOB_SUBST
16083 cfgfile
="${ofile}T"
16084 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16087 cat <<_LT_EOF >> "$cfgfile"
16090 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16091 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16092 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16093 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16095 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16096 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16097 # Written by Gordon Matzigkeit, 1996
16099 # This file is part of GNU Libtool.
16101 # GNU Libtool is free software; you can redistribute it and/or
16102 # modify it under the terms of the GNU General Public License as
16103 # published by the Free Software Foundation; either version 2 of
16104 # the License, or (at your option) any later version.
16106 # As a special exception to the GNU General Public License,
16107 # if you distribute this file as part of a program or library that
16108 # is built using GNU Libtool, you may include this file under the
16109 # same distribution terms that you use for the rest of that program.
16111 # GNU Libtool is distributed in the hope that it will be useful,
16112 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16113 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16114 # GNU General Public License for more details.
16116 # You should have received a copy of the GNU General Public License
16117 # along with GNU Libtool; see the file COPYING. If not, a copy
16118 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16119 # obtained by writing to the Free Software Foundation, Inc.,
16120 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16123 # The names of the tagged configurations supported by this script.
16126 # ### BEGIN LIBTOOL CONFIG
16128 # Which release of libtool.m4 was used?
16129 macro_version=$macro_version
16130 macro_revision=$macro_revision
16132 # Whether or not to build shared libraries.
16133 build_libtool_libs=$enable_shared
16135 # Whether or not to build static libraries.
16136 build_old_libs=$enable_static
16138 # What type of objects to build.
16141 # Whether or not to optimize for fast installation.
16142 fast_install=$enable_fast_install
16144 # Shell to use when invoking shell scripts.
16147 # An echo program that protects backslashes.
16151 host_alias=$host_alias
16155 # The build system.
16156 build_alias=$build_alias
16160 # A sed program that does not truncate output.
16163 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16164 Xsed="\$SED -e 1s/^X//"
16166 # A grep program that handles long lines.
16172 # A literal string matcher.
16175 # A BSD- or MS-compatible name lister.
16178 # Whether we need soft or hard links.
16181 # What is the maximum length of a command?
16182 max_cmd_len=$max_cmd_len
16184 # Object file suffix (normally "o").
16187 # Executable file suffix (normally "").
16190 # whether the shell understands "unset".
16193 # turn spaces into newlines.
16196 # turn newlines into spaces.
16199 # An object symbol dumper.
16200 OBJDUMP=$lt_OBJDUMP
16202 # Method to check whether dependent libraries are shared objects.
16203 deplibs_check_method=$lt_deplibs_check_method
16205 # Command to use when deplibs_check_method == "file_magic".
16206 file_magic_cmd=$lt_file_magic_cmd
16210 AR_FLAGS=$lt_AR_FLAGS
16212 # A symbol stripping program.
16215 # Commands used to install an old-style archive.
16217 old_postinstall_cmds=$lt_old_postinstall_cmds
16218 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16220 # Whether to use a lock for old archive extraction.
16221 lock_old_archive_extraction=$lock_old_archive_extraction
16226 # LTCC compiler flags.
16227 LTCFLAGS=$lt_CFLAGS
16229 # Take the output of nm and produce a listing of raw symbols and C names.
16230 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16232 # Transform the output of nm in a proper C declaration.
16233 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16235 # Transform the output of nm in a C name address pair.
16236 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16238 # Transform the output of nm in a C name address pair when lib prefix is needed.
16239 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16241 # The name of the directory that contains temporary libtool files.
16244 # Used to examine libraries when file_magic_cmd begins with "file".
16245 MAGIC_CMD=$MAGIC_CMD
16247 # Must we lock files when doing compilation?
16248 need_locks=$lt_need_locks
16250 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16251 DSYMUTIL=$lt_DSYMUTIL
16253 # Tool to change global to local symbols on Mac OS X.
16256 # Tool to manipulate fat objects and archives on Mac OS X.
16259 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16262 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16263 OTOOL64=$lt_OTOOL64
16265 # Old archive suffix (normally "a").
16268 # Shared library suffix (normally ".so").
16269 shrext_cmds=$lt_shrext_cmds
16271 # The commands to extract the exported symbol list from a shared archive.
16272 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16274 # Variables whose values should be saved in libtool wrapper scripts and
16275 # restored at link time.
16276 variables_saved_for_relink=$lt_variables_saved_for_relink
16278 # Do we need the "lib" prefix for modules?
16279 need_lib_prefix=$need_lib_prefix
16281 # Do we need a version for libraries?
16282 need_version=$need_version
16284 # Library versioning type.
16285 version_type=$version_type
16287 # Shared library runtime path variable.
16288 runpath_var=$runpath_var
16290 # Shared library path variable.
16291 shlibpath_var=$shlibpath_var
16293 # Is shlibpath searched before the hard-coded library search path?
16294 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16296 # Format of library name prefix.
16297 libname_spec=$lt_libname_spec
16299 # List of archive names. First name is the real one, the rest are links.
16300 # The last name is the one that the linker finds with -lNAME
16301 library_names_spec=$lt_library_names_spec
16303 # The coded name of the library, if different from the real name.
16304 soname_spec=$lt_soname_spec
16306 # Permission mode override for installation of shared libraries.
16307 install_override_mode=$lt_install_override_mode
16309 # Command to use after installation of a shared archive.
16310 postinstall_cmds=$lt_postinstall_cmds
16312 # Command to use after uninstallation of a shared archive.
16313 postuninstall_cmds=$lt_postuninstall_cmds
16315 # Commands used to finish a libtool library installation in a directory.
16316 finish_cmds=$lt_finish_cmds
16318 # As "finish_cmds", except a single script fragment to be evaled but
16320 finish_eval=$lt_finish_eval
16322 # Whether we should hardcode library paths into libraries.
16323 hardcode_into_libs=$hardcode_into_libs
16325 # Compile-time system search path for libraries.
16326 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16328 # Run-time system search path for libraries.
16329 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16331 # Whether dlopen is supported.
16332 dlopen_support=$enable_dlopen
16334 # Whether dlopen of programs is supported.
16335 dlopen_self=$enable_dlopen_self
16337 # Whether dlopen of statically linked programs is supported.
16338 dlopen_self_static=$enable_dlopen_self_static
16340 # Commands to strip libraries.
16341 old_striplib=$lt_old_striplib
16342 striplib=$lt_striplib
16345 # The linker used to build libraries.
16348 # How to create reloadable object files.
16349 reload_flag=$lt_reload_flag
16350 reload_cmds=$lt_reload_cmds
16352 # Commands used to build an old-style archive.
16353 old_archive_cmds=$lt_old_archive_cmds
16355 # A language specific compiler.
16358 # Is the compiler the GNU compiler?
16361 # Compiler flag to turn off builtin functions.
16362 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16364 # How to pass a linker flag through the compiler.
16365 wl=$lt_lt_prog_compiler_wl
16367 # Additional compiler flags for building library objects.
16368 pic_flag=$lt_lt_prog_compiler_pic
16370 # Compiler flag to prevent dynamic linking.
16371 link_static_flag=$lt_lt_prog_compiler_static
16373 # Does compiler simultaneously support -c and -o options?
16374 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16376 # Whether or not to add -lc for building shared libraries.
16377 build_libtool_need_lc=$archive_cmds_need_lc
16379 # Whether or not to disallow shared libs when runtime libs are static.
16380 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16382 # Compiler flag to allow reflexive dlopens.
16383 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16385 # Compiler flag to generate shared objects directly from archives.
16386 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16388 # Whether the compiler copes with passing no objects directly.
16389 compiler_needs_object=$lt_compiler_needs_object
16391 # Create an old-style archive from a shared archive.
16392 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16394 # Create a temporary old-style archive to link instead of a shared archive.
16395 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16397 # Commands used to build a shared archive.
16398 archive_cmds=$lt_archive_cmds
16399 archive_expsym_cmds=$lt_archive_expsym_cmds
16401 # Commands used to build a loadable module if different from building
16402 # a shared archive.
16403 module_cmds=$lt_module_cmds
16404 module_expsym_cmds=$lt_module_expsym_cmds
16406 # Whether we are building with GNU ld or not.
16407 with_gnu_ld=$lt_with_gnu_ld
16409 # Flag that allows shared libraries with undefined symbols to be built.
16410 allow_undefined_flag=$lt_allow_undefined_flag
16412 # Flag that enforces no undefined symbols.
16413 no_undefined_flag=$lt_no_undefined_flag
16415 # Flag to hardcode \$libdir into a binary during linking.
16416 # This must work even if \$libdir does not exist
16417 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16419 # If ld is used when linking, flag to hardcode \$libdir into a binary
16420 # during linking. This must work even if \$libdir does not exist.
16421 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16423 # Whether we need a single "-rpath" flag with a separated argument.
16424 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16426 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16427 # DIR into the resulting binary.
16428 hardcode_direct=$hardcode_direct
16430 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16431 # DIR into the resulting binary and the resulting library dependency is
16432 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16433 # library is relocated.
16434 hardcode_direct_absolute=$hardcode_direct_absolute
16436 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16437 # into the resulting binary.
16438 hardcode_minus_L=$hardcode_minus_L
16440 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16441 # into the resulting binary.
16442 hardcode_shlibpath_var=$hardcode_shlibpath_var
16444 # Set to "yes" if building a shared library automatically hardcodes DIR
16445 # into the library and all subsequent libraries and executables linked
16447 hardcode_automatic=$hardcode_automatic
16449 # Set to yes if linker adds runtime paths of dependent libraries
16450 # to runtime path list.
16451 inherit_rpath=$inherit_rpath
16453 # Whether libtool must link a program against all its dependency libraries.
16454 link_all_deplibs=$link_all_deplibs
16456 # Fix the shell variable \$srcfile for the compiler.
16457 fix_srcfile_path=$lt_fix_srcfile_path
16459 # Set to "yes" if exported symbols are required.
16460 always_export_symbols=$always_export_symbols
16462 # The commands to list exported symbols.
16463 export_symbols_cmds=$lt_export_symbols_cmds
16465 # Symbols that should not be listed in the preloaded symbols.
16466 exclude_expsyms=$lt_exclude_expsyms
16468 # Symbols that must always be exported.
16469 include_expsyms=$lt_include_expsyms
16471 # Commands necessary for linking programs (against libraries) with templates.
16472 prelink_cmds=$lt_prelink_cmds
16474 # Specify filename containing input files.
16475 file_list_spec=$lt_file_list_spec
16477 # How to hardcode a shared library path into an executable.
16478 hardcode_action=$hardcode_action
16480 # ### END LIBTOOL CONFIG
16486 cat <<\_LT_EOF
>> "$cfgfile"
16487 # AIX sometimes has problems with the GCC collect2 program. For some
16488 # reason, if we set the COLLECT_NAMES environment variable, the problems
16489 # vanish in a puff of smoke.
16490 if test "X${COLLECT_NAMES+set}" != Xset
; then
16492 export COLLECT_NAMES
16499 ltmain
="$ac_aux_dir/ltmain.sh"
16502 # We use sed instead of cat because bash on DJGPP gets confused if
16503 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16504 # text mode, it properly converts lines to CR/LF. This bash problem
16505 # is reportedly fixed, but why not run on old versions too?
16506 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16507 ||
(rm -f "$cfgfile"; exit 1)
16511 cat << \_LT_EOF
>> "$cfgfile"
16513 # func_dirname file append nondir_replacement
16514 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16515 # otherwise set result to NONDIR_REPLACEMENT.
16519 */*) func_dirname_result
="${1%/*}${2}" ;;
16520 * ) func_dirname_result
="${3}" ;;
16524 # func_basename file
16527 func_basename_result
="${1##*/}"
16530 # func_dirname_and_basename file append nondir_replacement
16531 # perform func_basename and func_dirname in a single function
16533 # dirname: Compute the dirname of FILE. If nonempty,
16534 # add APPEND to the result, otherwise set result
16535 # to NONDIR_REPLACEMENT.
16536 # value returned in "$func_dirname_result"
16537 # basename: Compute filename of FILE.
16538 # value retuned in "$func_basename_result"
16539 # Implementation must be kept synchronized with func_dirname
16540 # and func_basename. For efficiency, we do not delegate to
16541 # those functions but instead duplicate the functionality here.
16542 func_dirname_and_basename
()
16545 */*) func_dirname_result
="${1%/*}${2}" ;;
16546 * ) func_dirname_result
="${3}" ;;
16548 func_basename_result
="${1##*/}"
16551 # func_stripname prefix suffix name
16552 # strip PREFIX and SUFFIX off of NAME.
16553 # PREFIX and SUFFIX must not contain globbing or regex special
16554 # characters, hashes, percent signs, but SUFFIX may contain a leading
16555 # dot (in which case that matches only a dot).
16558 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16559 # positional parameters, so assign one to ordinary parameter first.
16560 func_stripname_result
=${3}
16561 func_stripname_result
=${func_stripname_result#"${1}"}
16562 func_stripname_result
=${func_stripname_result%"${2}"}
16568 func_opt_split_opt
=${1%%=*}
16569 func_opt_split_arg
=${1#*=}
16576 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
16577 *) func_lo2o_result
=${1} ;;
16581 # func_xform libobj-or-source
16584 func_xform_result
=${1%.*}.lo
16587 # func_arith arithmetic-term...
16590 func_arith_result
=$
(( $
* ))
16594 # STRING may not start with a hyphen.
16597 func_len_result
=${#1}
16602 *) # Bourne compatible functions.
16603 cat << \_LT_EOF
>> "$cfgfile"
16605 # func_dirname file append nondir_replacement
16606 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16607 # otherwise set result to NONDIR_REPLACEMENT.
16610 # Extract subdirectory from the argument.
16611 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
16612 if test "X$func_dirname_result" = "X${1}"; then
16613 func_dirname_result
="${3}"
16615 func_dirname_result
="$func_dirname_result${2}"
16619 # func_basename file
16622 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
16626 # func_stripname prefix suffix name
16627 # strip PREFIX and SUFFIX off of NAME.
16628 # PREFIX and SUFFIX must not contain globbing or regex special
16629 # characters, hashes, percent signs, but SUFFIX may contain a leading
16630 # dot (in which case that matches only a dot).
16631 # func_strip_suffix prefix name
16635 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16636 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16641 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
16642 my_sed_long_arg
='1s/^-[^=]*=//'
16647 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16648 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16654 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
16657 # func_xform libobj-or-source
16660 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16663 # func_arith arithmetic-term...
16666 func_arith_result
=`expr "$@"`
16670 # STRING may not start with a hyphen.
16673 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16679 case $lt_shell_append in
16681 cat << \_LT_EOF
>> "$cfgfile"
16683 # func_append var value
16684 # Append VALUE to the end of shell variable VAR.
16692 cat << \_LT_EOF
>> "$cfgfile"
16694 # func_append var value
16695 # Append VALUE to the end of shell variable VAR.
16706 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16707 ||
(rm -f "$cfgfile"; exit 1)
16709 mv -f "$cfgfile" "$ofile" ||
16710 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16715 for ac_file
in $CONFIG_FILES; do
16716 # Support "outfile[:infile[:infile...]]"
16718 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
16720 # PO directories have a Makefile.in generated from Makefile.in.in.
16721 case "$ac_file" in */Makefile.
in)
16722 # Adjust a relative srcdir.
16723 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16724 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
16725 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16726 # In autoconf-2.13 it is called $ac_given_srcdir.
16727 # In autoconf-2.50 it is called $srcdir.
16728 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
16729 case "$ac_given_srcdir" in
16730 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
16731 /*) top_srcdir
="$ac_given_srcdir" ;;
16732 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
16734 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16735 rm -f "$ac_dir/POTFILES"
16736 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
16737 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16738 POMAKEFILEDEPS
="POTFILES.in"
16739 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16740 # on $ac_dir but don't depend on user-specified configuration
16742 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16743 # The LINGUAS file contains the set of available languages.
16744 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16745 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
16747 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16748 # Hide the ALL_LINGUAS assigment from automake.
16749 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16750 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
16752 # The set of available languages was given in configure.ac.
16753 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16755 case "$ac_given_srcdir" in
16757 *) srcdirpre
='$(srcdir)/' ;;
16763 for lang
in $ALL_LINGUAS; do
16764 POFILES
="$POFILES $srcdirpre$lang.po"
16765 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
16766 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
16767 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
16769 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16770 # environment variable.
16772 if test -n "$ALL_LINGUAS"; then
16773 for presentlang
in $ALL_LINGUAS; do
16775 if test "%UNSET%" != "$LINGUAS"; then
16776 desiredlanguages
="$LINGUAS"
16778 desiredlanguages
="$ALL_LINGUAS"
16780 for desiredlang
in $desiredlanguages; do
16781 # Use the presentlang catalog if desiredlang is
16782 # a. equal to presentlang, or
16783 # b. a variant of presentlang (because in this case,
16784 # presentlang can be used as a fallback for messages
16785 # which are not translated in the desiredlang catalog).
16786 case "$desiredlang" in
16787 "$presentlang"*) useit
=yes;;
16790 if test $useit = yes; then
16791 INST_LINGUAS
="$INST_LINGUAS $presentlang"
16796 if test -n "$INST_LINGUAS"; then
16797 for lang
in $INST_LINGUAS; do
16798 CATALOGS
="$CATALOGS $lang.gmo"
16801 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
16802 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"
16803 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
16804 if test -f "$f"; then
16806 *.orig |
*.bak |
*~
) ;;
16807 *) cat "$f" >> "$ac_dir/Makefile" ;;
16815 "default":C
) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
16816 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16817 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16818 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16819 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16820 if test "x$cgen_cpu_prefix" != x
; then
16821 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16830 ac_clean_files
=$ac_clean_files_save
16832 test $ac_write_fail = 0 ||
16833 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
16836 # configure is writing to config.log, and then calls config.status.
16837 # config.status does its own redirection, appending to config.log.
16838 # Unfortunately, on DOS this fails, as config.log is still kept open
16839 # by configure, so config.status won't be able to write to it; its
16840 # output is simply discarded. So we exec the FD to /dev/null,
16841 # effectively closing config.log, so it can be properly (re)opened and
16842 # appended to by config.status. When coming back to configure, we
16843 # need to make the FD available again.
16844 if test "$no_create" != yes; then
16846 ac_config_status_args
=
16847 test "$silent" = yes &&
16848 ac_config_status_args
="$ac_config_status_args --quiet"
16850 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
16852 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16853 # would make configure fail if this is the last instruction.
16854 $ac_cs_success || as_fn_exit
1
16856 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
16857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16858 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16863 touch config.status.tmp
16864 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
16865 sed '/as_fn_exit 0/i \
16866 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16867 touch --reference=Makefile Makefile.tmp \
16868 mv Makefile.tmp Makefile \
16869 ' config.status
> config.status.tmp
16870 touch --reference=config.status config.status.tmp
16871 mv config.status.tmp config.status
16872 chmod +x config.status
16873 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
16874 touch --reference=Makefile Makefile.tmp
16875 mv Makefile.tmp Makefile
16877 rm -f config.status.tmp