2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.35.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.35.50'
591 PACKAGE_STRING
='gas 2.35.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
643 MAINTAINER_MODE_FALSE
676 WARN_CFLAGS_FOR_BUILD
721 INSTALL_STRIP_PROGRAM
782 program_transform_name
795 enable_option_checking
796 enable_dependency_tracking
808 enable_compressed_debug_sections
809 enable_x86_relax_relocations
810 enable_elf_stt_common
811 enable_generate_build_notes
812 enable_mips_fix_loongson3_llsc
814 enable_default_riscv_attribute
816 enable_build_warnings
819 enable_maintainer_mode
822 ac_precious_vars
='build_alias
835 # Initialize some variables set by options.
837 ac_init_version
=false
838 ac_unrecognized_opts
=
840 # The variables have the same names as the options, with
841 # dashes changed to underlines.
849 program_transform_name
=s
,x
,x
,
857 # Installation directory options.
858 # These are left unexpanded so users can "make install exec_prefix=/foo"
859 # and all the variables that are supposed to be based on exec_prefix
860 # by default will actually change.
861 # Use braces instead of parens because sh, perl, etc. also accept them.
862 # (The list follows the same order as the GNU Coding Standards.)
863 bindir
='${exec_prefix}/bin'
864 sbindir
='${exec_prefix}/sbin'
865 libexecdir
='${exec_prefix}/libexec'
866 datarootdir
='${prefix}/share'
867 datadir
='${datarootdir}'
868 sysconfdir
='${prefix}/etc'
869 sharedstatedir
='${prefix}/com'
870 localstatedir
='${prefix}/var'
871 includedir
='${prefix}/include'
872 oldincludedir
='/usr/include'
873 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
874 infodir
='${datarootdir}/info'
879 libdir
='${exec_prefix}/lib'
880 localedir
='${datarootdir}/locale'
881 mandir
='${datarootdir}/man'
887 # If the previous option needs an argument, assign it.
888 if test -n "$ac_prev"; then
889 eval $ac_prev=\
$ac_option
895 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
900 # Accept the important Cygnus configure options, so we can diagnose typos.
902 case $ac_dashdash$ac_option in
906 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
908 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
911 -build |
--build |
--buil |
--bui |
--bu)
912 ac_prev
=build_alias
;;
913 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
914 build_alias
=$ac_optarg ;;
916 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
917 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
918 ac_prev
=cache_file
;;
919 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
920 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
921 cache_file
=$ac_optarg ;;
924 cache_file
=config.cache
;;
926 -datadir |
--datadir |
--datadi |
--datad)
928 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
929 datadir
=$ac_optarg ;;
931 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
932 |
--dataroo |
--dataro |
--datar)
933 ac_prev
=datarootdir
;;
934 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
935 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
936 datarootdir
=$ac_optarg ;;
938 -disable-* |
--disable-*)
939 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
940 # Reject names that are not valid shell variable names.
941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
942 as_fn_error $?
"invalid feature name: $ac_useropt"
943 ac_useropt_orig
=$ac_useropt
944 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
945 case $ac_user_opts in
949 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
950 ac_unrecognized_sep
=', ';;
952 eval enable_
$ac_useropt=no
;;
954 -docdir |
--docdir |
--docdi |
--doc |
--do)
956 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
959 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
961 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
964 -enable-* |
--enable-*)
965 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
966 # Reject names that are not valid shell variable names.
967 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
968 as_fn_error $?
"invalid feature name: $ac_useropt"
969 ac_useropt_orig
=$ac_useropt
970 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
971 case $ac_user_opts in
975 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
976 ac_unrecognized_sep
=', ';;
978 eval enable_
$ac_useropt=\
$ac_optarg ;;
980 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
981 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
982 |
--exec |
--exe |
--ex)
983 ac_prev
=exec_prefix
;;
984 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
985 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
986 |
--exec=* |
--exe=* |
--ex=*)
987 exec_prefix
=$ac_optarg ;;
989 -gas |
--gas |
--ga |
--g)
990 # Obsolete; use --with-gas.
993 -help |
--help |
--hel |
--he |
-h)
995 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
996 ac_init_help
=recursive
;;
997 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
998 ac_init_help
=short
;;
1000 -host |
--host |
--hos |
--ho)
1001 ac_prev
=host_alias
;;
1002 -host=* |
--host=* |
--hos=* |
--ho=*)
1003 host_alias
=$ac_optarg ;;
1005 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1007 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1009 htmldir
=$ac_optarg ;;
1011 -includedir |
--includedir |
--includedi |
--included |
--include \
1012 |
--includ |
--inclu |
--incl |
--inc)
1013 ac_prev
=includedir
;;
1014 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1015 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1016 includedir
=$ac_optarg ;;
1018 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1020 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1021 infodir
=$ac_optarg ;;
1023 -libdir |
--libdir |
--libdi |
--libd)
1025 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1026 libdir
=$ac_optarg ;;
1028 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1029 |
--libexe |
--libex |
--libe)
1030 ac_prev
=libexecdir
;;
1031 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1032 |
--libexe=* |
--libex=* |
--libe=*)
1033 libexecdir
=$ac_optarg ;;
1035 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1036 ac_prev
=localedir
;;
1037 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1038 localedir
=$ac_optarg ;;
1040 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1041 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1042 ac_prev
=localstatedir
;;
1043 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1044 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1045 localstatedir
=$ac_optarg ;;
1047 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1049 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1050 mandir
=$ac_optarg ;;
1052 -nfp |
--nfp |
--nf)
1053 # Obsolete; use --without-fp.
1056 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1057 |
--no-cr |
--no-c |
-n)
1060 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1061 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1064 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1065 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1066 |
--oldin |
--oldi |
--old |
--ol |
--o)
1067 ac_prev
=oldincludedir
;;
1068 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1069 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1070 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1071 oldincludedir
=$ac_optarg ;;
1073 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1075 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1076 prefix
=$ac_optarg ;;
1078 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1079 |
--program-pre |
--program-pr |
--program-p)
1080 ac_prev
=program_prefix
;;
1081 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1082 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1083 program_prefix
=$ac_optarg ;;
1085 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1086 |
--program-suf |
--program-su |
--program-s)
1087 ac_prev
=program_suffix
;;
1088 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1089 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1090 program_suffix
=$ac_optarg ;;
1092 -program-transform-name |
--program-transform-name \
1093 |
--program-transform-nam |
--program-transform-na \
1094 |
--program-transform-n |
--program-transform- \
1095 |
--program-transform |
--program-transfor \
1096 |
--program-transfo |
--program-transf \
1097 |
--program-trans |
--program-tran \
1098 |
--progr-tra |
--program-tr |
--program-t)
1099 ac_prev
=program_transform_name
;;
1100 -program-transform-name=* |
--program-transform-name=* \
1101 |
--program-transform-nam=* |
--program-transform-na=* \
1102 |
--program-transform-n=* |
--program-transform-=* \
1103 |
--program-transform=* |
--program-transfor=* \
1104 |
--program-transfo=* |
--program-transf=* \
1105 |
--program-trans=* |
--program-tran=* \
1106 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1107 program_transform_name
=$ac_optarg ;;
1109 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1111 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1112 pdfdir
=$ac_optarg ;;
1114 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1116 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1119 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1120 |
-silent |
--silent |
--silen |
--sile |
--sil)
1123 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1125 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1127 sbindir
=$ac_optarg ;;
1129 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1130 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1131 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1133 ac_prev
=sharedstatedir
;;
1134 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1135 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1136 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1138 sharedstatedir
=$ac_optarg ;;
1140 -site |
--site |
--sit)
1142 -site=* |
--site=* |
--sit=*)
1145 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1147 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1148 srcdir
=$ac_optarg ;;
1150 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1151 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1152 ac_prev
=sysconfdir
;;
1153 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1154 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1155 sysconfdir
=$ac_optarg ;;
1157 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1158 ac_prev
=target_alias
;;
1159 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1160 target_alias
=$ac_optarg ;;
1162 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1165 -version |
--version |
--versio |
--versi |
--vers |
-V)
1166 ac_init_version
=: ;;
1169 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1170 # Reject names that are not valid shell variable names.
1171 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1172 as_fn_error $?
"invalid package name: $ac_useropt"
1173 ac_useropt_orig
=$ac_useropt
1174 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1175 case $ac_user_opts in
1179 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1180 ac_unrecognized_sep
=', ';;
1182 eval with_
$ac_useropt=\
$ac_optarg ;;
1184 -without-* |
--without-*)
1185 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1186 # Reject names that are not valid shell variable names.
1187 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1188 as_fn_error $?
"invalid package name: $ac_useropt"
1189 ac_useropt_orig
=$ac_useropt
1190 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1191 case $ac_user_opts in
1195 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1196 ac_unrecognized_sep
=', ';;
1198 eval with_
$ac_useropt=no
;;
1201 # Obsolete; use --with-x.
1204 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1205 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1206 ac_prev
=x_includes
;;
1207 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1208 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1209 x_includes
=$ac_optarg ;;
1211 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1212 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1213 ac_prev
=x_libraries
;;
1214 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1215 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1216 x_libraries
=$ac_optarg ;;
1218 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1219 Try \`$0 --help' for more information"
1223 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1224 # Reject names that are not valid shell variable names.
1225 case $ac_envvar in #(
1226 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1227 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1229 eval $ac_envvar=\
$ac_optarg
1230 export $ac_envvar ;;
1233 # FIXME: should be removed in autoconf 3.0.
1234 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1235 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1236 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1237 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1243 if test -n "$ac_prev"; then
1244 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1245 as_fn_error $?
"missing argument to $ac_option"
1248 if test -n "$ac_unrecognized_opts"; then
1249 case $enable_option_checking in
1251 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1252 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 # Check all directory arguments for consistency.
1257 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1258 datadir sysconfdir sharedstatedir localstatedir includedir \
1259 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1260 libdir localedir mandir
1262 eval ac_val
=\$
$ac_var
1263 # Remove trailing slashes.
1266 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1267 eval $ac_var=\
$ac_val;;
1269 # Be sure to have absolute directory names.
1271 [\\/$
]* | ?
:[\\/]* ) continue;;
1272 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1274 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1277 # There might be people who depend on the old broken behavior: `$host'
1278 # used to hold the argument of --host etc.
1279 # FIXME: To remove some day.
1282 target
=$target_alias
1284 # FIXME: To remove some day.
1285 if test "x$host_alias" != x
; then
1286 if test "x$build_alias" = x
; then
1287 cross_compiling
=maybe
1288 elif test "x$build_alias" != "x$host_alias"; then
1294 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1296 test "$silent" = yes && exec 6>/dev
/null
1299 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1300 ac_ls_di
=`ls -di .` &&
1301 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1302 as_fn_error $?
"working directory cannot be determined"
1303 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1304 as_fn_error $?
"pwd does not report name of working directory"
1307 # Find the source files, if location was not specified.
1308 if test -z "$srcdir"; then
1309 ac_srcdir_defaulted
=yes
1310 # Try the directory containing this script, then the parent directory.
1311 ac_confdir
=`$as_dirname -- "$as_myself" ||
1312 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313 X"$as_myself" : 'X\(//\)[^/]' \| \
1314 X"$as_myself" : 'X\(//\)$' \| \
1315 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316 $as_echo X"$as_myself" |
1317 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1335 if test ! -r "$srcdir/$ac_unique_file"; then
1339 ac_srcdir_defaulted
=no
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1343 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1345 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1347 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1349 # When building in place, set srcdir=.
1350 if test "$ac_abs_confdir" = "$ac_pwd"; then
1353 # Remove unnecessary trailing slashes from srcdir.
1354 # Double slashes in file names in object file debugging info
1355 # mess up M-x gdb in Emacs.
1357 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1359 for ac_var
in $ac_precious_vars; do
1360 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1361 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1362 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1363 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1367 # Report the --help message.
1369 if test "$ac_init_help" = "long"; then
1370 # Omit some internal or obsolete options to make the list less imposing.
1371 # This message is too long to be a string in the A/UX 3.1 sh.
1373 \`configure' configures gas 2.35.50 to adapt to many kinds of systems.
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE. See below for descriptions of some of the useful variables.
1380 Defaults for the options are specified in brackets.
1383 -h, --help display this help and exit
1384 --help=short display options specific to this package
1385 --help=recursive display the short help of all the included packages
1386 -V, --version display version information and exit
1387 -q, --quiet, --silent do not print \`checking ...' messages
1388 --cache-file=FILE cache test results in FILE [disabled]
1389 -C, --config-cache alias for \`--cache-file=config.cache'
1390 -n, --no-create do not create output files
1391 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1393 Installation directories:
1394 --prefix=PREFIX install architecture-independent files in PREFIX
1395 [$ac_default_prefix]
1396 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1404 For better control, use the options below.
1406 Fine tuning of the installation directories:
1407 --bindir=DIR user executables [EPREFIX/bin]
1408 --sbindir=DIR system admin executables [EPREFIX/sbin]
1409 --libexecdir=DIR program executables [EPREFIX/libexec]
1410 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1411 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1412 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1413 --libdir=DIR object code libraries [EPREFIX/lib]
1414 --includedir=DIR C header files [PREFIX/include]
1415 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1416 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1417 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1418 --infodir=DIR info documentation [DATAROOTDIR/info]
1419 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1420 --mandir=DIR man documentation [DATAROOTDIR/man]
1421 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1422 --htmldir=DIR html documentation [DOCDIR]
1423 --dvidir=DIR dvi documentation [DOCDIR]
1424 --pdfdir=DIR pdf documentation [DOCDIR]
1425 --psdir=DIR ps documentation [DOCDIR]
1431 --program-prefix=PREFIX prepend PREFIX to installed program names
1432 --program-suffix=SUFFIX append SUFFIX to installed program names
1433 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1436 --build=BUILD configure
for building on BUILD
[guessed
]
1437 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1438 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1442 if test -n "$ac_init_help"; then
1443 case $ac_init_help in
1444 short | recursive
) echo "Configuration of gas 2.35.50:";;
1449 --disable-option-checking ignore unrecognized
--enable/--with options
1450 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1451 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1452 --enable-dependency-tracking
1453 do not reject slow dependency extractors
1454 --disable-dependency-tracking
1455 speeds up one-time build
1456 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1457 --disable-silent-rules verbose build output
(undo
: "make V=0")
1458 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1459 --enable-static[=PKGS
] build static libraries
[default
=yes]
1460 --enable-fast-install[=PKGS
]
1461 optimize
for fast installation
[default
=yes]
1462 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1463 --enable-plugins Enable support
for plugins
1464 --disable-largefile omit support
for large files
1465 --enable-targets alternative target configurations besides the primary
1466 --enable-checking enable run-time checks
1467 --enable-compressed-debug-sections={all
,gas
,none
}
1468 compress debug sections by default
1469 --enable-x86-relax-relocations
1470 generate x86 relax relocations by default
1471 --enable-elf-stt-common generate ELF common symbols with STT_COMMON
type by
1473 --enable-generate-build-notes
1474 generate GNU Build notes
if none are provided by the
1476 --enable-mips-fix-loongson3-llsc
1477 enable MIPS fix Loongson3 LLSC errata
1478 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1479 --enable-default-riscv-attribute
1480 generate RISC-V arch attribute by default
1481 --enable-werror treat compile warnings as errors
1482 --enable-build-warnings enable build-time compiler warnings
1483 --disable-nls do not use Native Language Support
1484 --enable-maintainer-mode
1485 enable make rules and dependencies not useful
(and
1486 sometimes confusing
) to the casual installer
1489 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1490 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1491 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1493 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1494 --with-cpu=CPU default cpu variant is CPU
(currently only supported
1496 --with-system-zlib use installed libz
1498 Some influential environment variables
:
1499 CC C compiler
command
1500 CFLAGS C compiler flags
1501 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1502 nonstandard directory
<lib dir
>
1503 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1504 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1505 you have headers
in a nonstandard directory
<include dir
>
1507 YACC The
`Yet Another Compiler Compiler' implementation to use.
1508 Defaults to the first program found out of: `bison
-y', `byacc',
1510 YFLAGS The list of arguments that will be passed by default to $YACC.
1511 This script will default YFLAGS to the empty string to avoid a
1512 default value of `-d' given by some make applications.
1514 Use these variables to override the choices made by `configure' or to
help
1515 it to
find libraries and programs with nonstandard names
/locations.
1517 Report bugs to the package provider.
1522 if test "$ac_init_help" = "recursive"; then
1523 # If there are subdirs, report their specific --help.
1524 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1525 test -d "$ac_dir" ||
1526 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1531 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1533 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1534 # A ".." for each directory in $ac_dir_suffix.
1535 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1536 case $ac_top_builddir_sub in
1537 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1538 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1541 ac_abs_top_builddir
=$ac_pwd
1542 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1543 # for backward compatibility:
1544 ac_top_builddir
=$ac_top_build_prefix
1547 .
) # We are building in place.
1549 ac_top_srcdir
=$ac_top_builddir_sub
1550 ac_abs_top_srcdir
=$ac_pwd ;;
1551 [\\/]* | ?
:[\\/]* ) # Absolute name.
1552 ac_srcdir
=$srcdir$ac_dir_suffix;
1553 ac_top_srcdir
=$srcdir
1554 ac_abs_top_srcdir
=$srcdir ;;
1556 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1557 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1558 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1560 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1562 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1563 # Check for guested configure.
1564 if test -f "$ac_srcdir/configure.gnu"; then
1566 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1567 elif test -f "$ac_srcdir/configure"; then
1569 $SHELL "$ac_srcdir/configure" --help=recursive
1571 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1573 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1577 test -n "$ac_init_help" && exit $ac_status
1578 if $ac_init_version; then
1580 gas configure
2.35.50
1581 generated by GNU Autoconf
2.69
1583 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1584 This configure
script is free software
; the Free Software Foundation
1585 gives unlimited permission to copy
, distribute and modify it.
1590 ## ------------------------ ##
1591 ## Autoconf initialization. ##
1592 ## ------------------------ ##
1594 # ac_fn_c_try_compile LINENO
1595 # --------------------------
1596 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1597 ac_fn_c_try_compile
()
1599 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1600 rm -f conftest.
$ac_objext
1601 if { { ac_try
="$ac_compile"
1603 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_compile") 2>conftest.err
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && {
1617 test -z "$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 } && test -s conftest.$ac_objext; then :
1622 $as_echo "$as_me: failed program was:" >&5
1623 sed 's/^/| /' conftest.$ac_ext >&5
1627 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1628 as_fn_set_status $ac_retval
1630 } # ac_fn_c_try_compile
1632 # ac_fn_c_try_link LINENO
1633 # -----------------------
1634 # Try to link conftest.$ac_ext, and return whether this succeeded.
1637 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1638 rm -f conftest.$ac_objext conftest$ac_exeext
1639 if { { ac_try="$ac_link"
1641 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1642 *) ac_try_echo
=$ac_try;;
1644 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1645 $as_echo "$ac_try_echo"; } >&5
1646 (eval "$ac_link") 2>conftest.err
1648 if test -s conftest.err
; then
1649 grep -v '^ *+' conftest.err
>conftest.er1
1650 cat conftest.er1
>&5
1651 mv -f conftest.er1 conftest.err
1653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1654 test $ac_status = 0; } && {
1655 test -z "$ac_c_werror_flag" ||
1656 test ! -s conftest.err
1657 } && test -s conftest
$ac_exeext && {
1658 test "$cross_compiling" = yes ||
1659 test -x conftest
$ac_exeext
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.
$ac_ext >&5
1668 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1669 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1670 # interfere with the next link command; also delete a directory that is
1671 # left behind by Apple's compiler. We do this before executing the actions.
1672 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674 as_fn_set_status
$ac_retval
1676 } # ac_fn_c_try_link
1678 # ac_fn_c_try_cpp LINENO
1679 # ----------------------
1680 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1683 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1684 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1686 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1687 *) ac_try_echo=$ac_try;;
1689 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1690 $as_echo "$ac_try_echo"; } >&5
1691 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1693 if test -s conftest.err; then
1694 grep -v '^ *+' conftest.err >conftest.er1
1695 cat conftest.er1 >&5
1696 mv -f conftest.er1 conftest.err
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } > conftest.i && {
1700 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1701 test ! -s conftest.err
1705 $as_echo "$as_me: failed program was:" >&5
1706 sed 's/^/| /' conftest.$ac_ext >&5
1710 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1711 as_fn_set_status $ac_retval
1715 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1716 # -------------------------------------------------------
1717 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1718 # the include files in INCLUDES and setting the cache variable VAR
1720 ac_fn_c_check_header_mongrel ()
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 if eval \${$3+:} false; then :
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1725 $as_echo_n "checking for $2... " >&6; }
1726 if eval \${$3+:} false; then :
1727 $as_echo_n "(cached) " >&6
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1731 $as_echo "$ac_res" >&6; }
1733 # Is the header compilable?
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1735 $as_echo_n "checking $2 usability... " >&6; }
1736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737 /* end confdefs.h. */
1741 if ac_fn_c_try_compile "$LINENO"; then :
1742 ac_header_compiler=yes
1744 ac_header_compiler=no
1746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1748 $as_echo "$ac_header_compiler" >&6; }
1750 # Is the header present?
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1752 $as_echo_n "checking $2 presence... " >&6; }
1753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1754 /* end confdefs.h. */
1757 if ac_fn_c_try_cpp "$LINENO"; then :
1758 ac_header_preproc=yes
1760 ac_header_preproc=no
1762 rm -f conftest.err conftest.i conftest.$ac_ext
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1764 $as_echo "$ac_header_preproc" >&6; }
1766 # So? What about this header?
1767 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1770 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1772 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1776 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1778 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1780 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1782 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1784 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1788 $as_echo_n "checking for $2... " >&6; }
1789 if eval \${$3+:} false; then :
1790 $as_echo_n "(cached) " >&6
1792 eval "$3=\$ac_header_compiler"
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796 $as_echo "$ac_res" >&6; }
1798 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1800 } # ac_fn_c_check_header_mongrel
1802 # ac_fn_c_try_run LINENO
1803 # ----------------------
1804 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1805 # that executables *can* be run.
1808 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809 if { { ac_try="$ac_link"
1811 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1812 *) ac_try_echo
=$ac_try;;
1814 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1815 $as_echo "$ac_try_echo"; } >&5
1816 (eval "$ac_link") 2>&5
1818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1820 { { case "(($ac_try" in
1821 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1822 *) ac_try_echo=$ac_try;;
1824 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1825 $as_echo "$ac_try_echo"; } >&5
1826 (eval "$ac_try") 2>&5
1828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1829 test $ac_status = 0; }; }; then :
1832 $as_echo "$as_me: program exited with status $ac_status" >&5
1833 $as_echo "$as_me: failed program was:" >&5
1834 sed 's/^/| /' conftest.$ac_ext >&5
1836 ac_retval=$ac_status
1838 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1839 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1840 as_fn_set_status $ac_retval
1844 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1845 # -------------------------------------------------------
1846 # Tests whether HEADER exists and can be compiled using the include files in
1847 # INCLUDES, setting the cache variable VAR accordingly.
1848 ac_fn_c_check_header_compile ()
1850 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1852 $as_echo_n "checking for $2... " >&6; }
1853 if eval \${$3+:} false; then :
1854 $as_echo_n "(cached) " >&6
1856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1857 /* end confdefs.h. */
1861 if ac_fn_c_try_compile "$LINENO"; then :
1866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1870 $as_echo "$ac_res" >&6; }
1871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1873 } # ac_fn_c_check_header_compile
1875 # ac_fn_c_check_func LINENO FUNC VAR
1876 # ----------------------------------
1877 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1878 ac_fn_c_check_func ()
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1882 $as_echo_n "checking for $2... " >&6; }
1883 if eval \${$3+:} false; then :
1884 $as_echo_n "(cached) " >&6
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h. */
1888 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1889 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1890 #define $2 innocuous_$2
1892 /* System header to define __stub macros and hopefully few prototypes,
1893 which can conflict with char $2 (); below.
1894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1895 <limits.h> exists even on freestanding compilers. */
1898 # include <limits.h>
1900 # include <assert.h>
1905 /* Override any GCC internal prototype to avoid an error.
1906 Use char because int might match the return type of a GCC
1907 builtin and then its argument prototype would still apply. */
1912 /* The GNU C library defines this for functions which it implements
1913 to always fail with ENOSYS. Some functions are actually named
1914 something starting with __ and the normal name is an alias. */
1915 #if defined __stub_$2 || defined __stub___$2
1927 if ac_fn_c_try_link "$LINENO"; then :
1932 rm -f core conftest.err conftest.$ac_objext \
1933 conftest$ac_exeext conftest.$ac_ext
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1937 $as_echo "$ac_res" >&6; }
1938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1940 } # ac_fn_c_check_func
1942 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1943 # -------------------------------------------
1944 # Tests whether TYPE exists after having included INCLUDES, setting cache
1945 # variable VAR accordingly.
1946 ac_fn_c_check_type ()
1948 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1950 $as_echo_n "checking for $2... " >&6; }
1951 if eval \${$3+:} false; then :
1952 $as_echo_n "(cached) " >&6
1955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1956 /* end confdefs.h. */
1967 if ac_fn_c_try_compile "$LINENO"; then :
1968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1969 /* end confdefs.h. */
1980 if ac_fn_c_try_compile "$LINENO"; then :
1985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1991 $as_echo "$ac_res" >&6; }
1992 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1994 } # ac_fn_c_check_type
1996 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1997 # ---------------------------------------------
1998 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2000 ac_fn_c_check_decl ()
2002 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2003 as_decl_name=`echo $2|
sed 's/ *(.*//'`
2004 as_decl_use=`echo $2|
sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2006 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2007 if eval \${$3+:} false; then :
2008 $as_echo_n "(cached) " >&6
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h. */
2016 #ifndef $as_decl_name
2018 (void) $as_decl_use;
2020 (void) $as_decl_name;
2028 if ac_fn_c_try_compile "$LINENO"; then :
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037 $as_echo "$ac_res" >&6; }
2038 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2040 } # ac_fn_c_check_decl
2041 cat >config.log <<_ACEOF
2042 This file contains any messages produced by compilers while
2043 running configure, to aid debugging if configure makes a mistake.
2045 It was created by gas $as_me 2.35.50, which was
2046 generated by GNU Autoconf 2.69. Invocation command line was
2058 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2059 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2060 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2061 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2062 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2064 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2065 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2067 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2068 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2069 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2070 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2071 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2072 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2073 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2081 test -z "$as_dir" && as_dir=.
2082 $as_echo "PATH: $as_dir"
2098 # Keep a trace of the command line.
2099 # Strip out --no-create and --no-recursion so they do not pile up.
2100 # Strip out --silent because we don't want to record it for future runs.
2101 # Also quote any args containing shell meta-characters.
2102 # Make two passes to allow for proper duplicate-argument suppression.
2106 ac_must_keep_next=false
2112 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2113 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2114 | -silent | --silent | --silen | --sile | --sil)
2117 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2120 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2122 as_fn_append ac_configure_args1 " '$ac_arg'"
2123 if test $ac_must_keep_next = true; then
2124 ac_must_keep_next=false # Got value, back to normal.
2127 *=* | --config-cache | -C | -disable-* | --disable-* \
2128 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2129 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2130 | -with-* | --with-* | -without-* | --without-* | --x)
2131 case "$ac_configure_args0 " in
2132 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2135 -* ) ac_must_keep_next=true ;;
2138 as_fn_append ac_configure_args " '$ac_arg'"
2143 { ac_configure_args0=; unset ac_configure_args0;}
2144 { ac_configure_args1=; unset ac_configure_args1;}
2146 # When interrupted or exit'd, cleanup temporary files, and complete
2147 # config.log. We remove comments because anyway the quotes in there
2148 # would cause problems or look ugly.
2149 # WARNING: Use '\'' to represent an apostrophe within the trap.
2150 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2151 trap 'exit_status=$?
2152 # Save into config.log some information that might help in debugging.
2156 $as_echo "## ---------------- ##
2157 ## Cache variables. ##
2158 ## ---------------- ##"
2160 # The following way of writing the cache mishandles newlines in values,
2162 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2163 eval ac_val=\$$ac_var
2167 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2168 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2171 _ | IFS | as_nl) ;; #(
2172 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2173 *) { eval $ac_var=; unset $ac_var;} ;;
2178 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2179 *${as_nl}ac_space=\ *)
2181 "s/'\''/'\''\\\\'\'''\''/g;
2182 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2185 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2192 $as_echo "## ----------------- ##
2193 ## Output variables. ##
2194 ## ----------------- ##"
2196 for ac_var in $ac_subst_vars
2198 eval ac_val=\$$ac_var
2200 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2202 $as_echo "$ac_var='\''$ac_val'\''"
2206 if test -n "$ac_subst_files"; then
2207 $as_echo "## ------------------- ##
2208 ## File substitutions. ##
2209 ## ------------------- ##"
2211 for ac_var in $ac_subst_files
2213 eval ac_val=\$$ac_var
2215 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2217 $as_echo "$ac_var='\''$ac_val'\''"
2222 if test -s confdefs.h; then
2223 $as_echo "## ----------- ##
2230 test "$ac_signal" != 0 &&
2231 $as_echo "$as_me: caught signal $ac_signal"
2232 $as_echo "$as_me: exit $exit_status"
2234 rm -f core *.core core.conftest.* &&
2235 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2238 for ac_signal in 1 2 13 15; do
2239 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2243 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2244 rm -f -r conftest* confdefs.h
2246 $as_echo "/* confdefs.h */" > confdefs.h
2248 # Predefined preprocessor variables.
2250 cat >>confdefs.h <<_ACEOF
2251 #define PACKAGE_NAME "$PACKAGE_NAME"
2254 cat >>confdefs.h <<_ACEOF
2255 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2258 cat >>confdefs.h <<_ACEOF
2259 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2262 cat >>confdefs.h <<_ACEOF
2263 #define PACKAGE_STRING "$PACKAGE_STRING"
2266 cat >>confdefs.h <<_ACEOF
2267 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2270 cat >>confdefs.h <<_ACEOF
2271 #define PACKAGE_URL "$PACKAGE_URL"
2275 # Let the site file select an alternate cache file if it wants to.
2276 # Prefer an explicitly selected file to automatically selected ones.
2279 if test -n "$CONFIG_SITE"; then
2280 # We do not want a PATH search for config.site.
2281 case $CONFIG_SITE in #((
2282 -*) ac_site_file1=./$CONFIG_SITE;;
2283 */*) ac_site_file1=$CONFIG_SITE;;
2284 *) ac_site_file1=./$CONFIG_SITE;;
2286 elif test "x$prefix" != xNONE; then
2287 ac_site_file1=$prefix/share/config.site
2288 ac_site_file2=$prefix/etc/config.site
2290 ac_site_file1=$ac_default_prefix/share/config.site
2291 ac_site_file2=$ac_default_prefix/etc/config.site
2293 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2295 test "x$ac_site_file" = xNONE && continue
2296 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2298 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2299 sed 's/^/| /' "$ac_site_file" >&5
2301 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2303 as_fn_error $? "failed to load site
script $ac_site_file
2304 See \
`config.log' for more details" "$LINENO" 5; }
2308 if test -r "$cache_file"; then
2309 # Some versions of bash will fail to source /dev/null (special files
2310 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2311 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2313 $as_echo "$as_me: loading cache $cache_file" >&6;}
2315 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2316 *) . "./$cache_file";;
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2321 $as_echo "$as_me: creating cache $cache_file" >&6;}
2325 # Check that the precious variables saved in the cache have kept the same
2327 ac_cache_corrupted=false
2328 for ac_var in $ac_precious_vars; do
2329 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2330 eval ac_new_set=\$ac_env_${ac_var}_set
2331 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2332 eval ac_new_val=\$ac_env_${ac_var}_value
2333 case $ac_old_set,$ac_new_set in
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2336 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2337 ac_cache_corrupted=: ;;
2339 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2340 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2341 ac_cache_corrupted=: ;;
2344 if test "x$ac_old_val" != "x$ac_new_val"; then
2345 # differences in whitespace do not lead to failure.
2346 ac_old_val_w=`echo x
$ac_old_val`
2347 ac_new_val_w=`echo x
$ac_new_val`
2348 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2350 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2351 ac_cache_corrupted=:
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2354 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2355 eval $ac_var=\$ac_old_val
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2358 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2359 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2360 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2363 # Pass precious variables to config.status.
2364 if test "$ac_new_set" = set; then
2366 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2367 *) ac_arg=$ac_var=$ac_new_val ;;
2369 case " $ac_configure_args " in
2370 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2371 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2375 if $ac_cache_corrupted; then
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2377 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2379 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2380 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2382 ## -------------------- ##
2383 ## Main body of script. ##
2384 ## -------------------- ##
2387 ac_cpp='$CPP $CPPFLAGS'
2388 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2389 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2390 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2399 for ac_dir in .. "$srcdir"/..; do
2400 if test -f "$ac_dir/install-sh"; then
2402 ac_install_sh="$ac_aux_dir/install-sh -c"
2404 elif test -f "$ac_dir/install.sh"; then
2406 ac_install_sh="$ac_aux_dir/install.sh -c"
2408 elif test -f "$ac_dir/shtool"; then
2410 ac_install_sh="$ac_aux_dir/shtool install -c"
2414 if test -z "$ac_aux_dir"; then
2415 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2418 # These three variables are undocumented and unsupported,
2419 # and are intended to be withdrawn in a future Autoconf release.
2420 # They can cause serious problems if a builder's source tree is in a directory
2421 # whose full name contains unusual characters.
2422 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2423 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2424 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2427 # Make sure we can run config.sub.
2428 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2429 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2432 $as_echo_n "checking build system type... " >&6; }
2433 if ${ac_cv_build+:} false; then :
2434 $as_echo_n "(cached) " >&6
2436 ac_build_alias=$build_alias
2437 test "x$ac_build_alias" = x &&
2438 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2439 test "x$ac_build_alias" = x &&
2440 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2441 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2442 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2446 $as_echo "$ac_cv_build" >&6; }
2447 case $ac_cv_build in
2449 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2452 ac_save_IFS=$IFS; IFS='-'
2458 # Remember, the first character of IFS is used to create $*,
2459 # except with old shells:
2462 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2466 $as_echo_n "checking host system type... " >&6; }
2467 if ${ac_cv_host+:} false; then :
2468 $as_echo_n "(cached) " >&6
2470 if test "x$host_alias" = x; then
2471 ac_cv_host=$ac_cv_build
2473 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2474 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2479 $as_echo "$ac_cv_host" >&6; }
2482 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2485 ac_save_IFS=$IFS; IFS='-'
2491 # Remember, the first character of IFS is used to create $*,
2492 # except with old shells:
2495 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2499 $as_echo_n "checking target system type... " >&6; }
2500 if ${ac_cv_target+:} false; then :
2501 $as_echo_n "(cached) " >&6
2503 if test "x$target_alias" = x; then
2504 ac_cv_target=$ac_cv_host
2506 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2507 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2512 $as_echo "$ac_cv_target" >&6; }
2513 case $ac_cv_target in
2515 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2517 target=$ac_cv_target
2518 ac_save_IFS=$IFS; IFS='-'
2524 # Remember, the first character of IFS is used to create $*,
2525 # except with old shells:
2528 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2531 # The aliases save the names the user supplied, while $host etc.
2532 # will get canonicalized.
2533 test -n "$target_alias" &&
2534 test "$program_prefix$program_suffix$program_transform_name" = \
2536 program_prefix=${target_alias}-
2537 # Expand $ac_aux_dir to an absolute path.
2538 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2541 ac_cpp='$CPP $CPPFLAGS'
2542 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2543 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2544 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2545 if test -n "$ac_tool_prefix"; then
2546 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2547 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if ${ac_cv_prog_CC+:} false; then :
2551 $as_echo_n "(cached) " >&6
2553 if test -n "$CC"; then
2554 ac_cv_prog_CC="$CC" # Let the user override the test.
2556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560 test -z "$as_dir" && as_dir=.
2561 for ac_exec_ext in '' $ac_executable_extensions; do
2562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2563 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2574 if test -n "$CC"; then
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2576 $as_echo "$CC" >&6; }
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2579 $as_echo "no" >&6; }
2584 if test -z "$ac_cv_prog_CC"; then
2586 # Extract the first word of "gcc", so it can be a program name with args.
2587 set dummy gcc; ac_word=$2
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2589 $as_echo_n "checking for $ac_word... " >&6; }
2590 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2591 $as_echo_n "(cached) " >&6
2593 if test -n "$ac_ct_CC"; then
2594 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2600 test -z "$as_dir" && as_dir=.
2601 for ac_exec_ext in '' $ac_executable_extensions; do
2602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2603 ac_cv_prog_ac_ct_CC="gcc"
2604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2613 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2614 if test -n "$ac_ct_CC"; then
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2616 $as_echo "$ac_ct_CC" >&6; }
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2619 $as_echo "no" >&6; }
2622 if test "x$ac_ct_CC" = x; then
2625 case $cross_compiling:$ac_tool_warned in
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2628 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2629 ac_tool_warned=yes ;;
2637 if test -z "$CC"; then
2638 if test -n "$ac_tool_prefix"; then
2639 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2640 set dummy ${ac_tool_prefix}cc; ac_word=$2
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2642 $as_echo_n "checking for $ac_word... " >&6; }
2643 if ${ac_cv_prog_CC+:} false; then :
2644 $as_echo_n "(cached) " >&6
2646 if test -n "$CC"; then
2647 ac_cv_prog_CC="$CC" # Let the user override the test.
2649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2653 test -z "$as_dir" && as_dir=.
2654 for ac_exec_ext in '' $ac_executable_extensions; do
2655 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2656 ac_cv_prog_CC="${ac_tool_prefix}cc"
2657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2667 if test -n "$CC"; then
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2669 $as_echo "$CC" >&6; }
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2672 $as_echo "no" >&6; }
2678 if test -z "$CC"; then
2679 # Extract the first word of "cc", so it can be a program name with args.
2680 set dummy cc; ac_word=$2
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2682 $as_echo_n "checking for $ac_word... " >&6; }
2683 if ${ac_cv_prog_CC+:} false; then :
2684 $as_echo_n "(cached) " >&6
2686 if test -n "$CC"; then
2687 ac_cv_prog_CC="$CC" # Let the user override the test.
2690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2694 test -z "$as_dir" && as_dir=.
2695 for ac_exec_ext in '' $ac_executable_extensions; do
2696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2697 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2698 ac_prog_rejected=yes
2702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2709 if test $ac_prog_rejected = yes; then
2710 # We found a bogon in the path, so make sure we never use it.
2711 set dummy $ac_cv_prog_CC
2713 if test $# != 0; then
2714 # We chose a different compiler from the bogus one.
2715 # However, it has the same basename, so the bogon will be chosen
2716 # first if we set CC to just the basename; use the full file name.
2718 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2724 if test -n "$CC"; then
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2726 $as_echo "$CC" >&6; }
2728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2729 $as_echo "no" >&6; }
2734 if test -z "$CC"; then
2735 if test -n "$ac_tool_prefix"; then
2736 for ac_prog in cl.exe
2738 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2739 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2741 $as_echo_n "checking for $ac_word... " >&6; }
2742 if ${ac_cv_prog_CC+:} false; then :
2743 $as_echo_n "(cached) " >&6
2745 if test -n "$CC"; then
2746 ac_cv_prog_CC="$CC" # Let the user override the test.
2748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2752 test -z "$as_dir" && as_dir=.
2753 for ac_exec_ext in '' $ac_executable_extensions; do
2754 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2755 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2766 if test -n "$CC"; then
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2768 $as_echo "$CC" >&6; }
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2771 $as_echo "no" >&6; }
2775 test -n "$CC" && break
2778 if test -z "$CC"; then
2780 for ac_prog in cl.exe
2782 # Extract the first word of "$ac_prog", so it can be a program name with args.
2783 set dummy $ac_prog; ac_word=$2
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2785 $as_echo_n "checking for $ac_word... " >&6; }
2786 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2787 $as_echo_n "(cached) " >&6
2789 if test -n "$ac_ct_CC"; then
2790 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796 test -z "$as_dir" && as_dir=.
2797 for ac_exec_ext in '' $ac_executable_extensions; do
2798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2799 ac_cv_prog_ac_ct_CC="$ac_prog"
2800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2809 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2810 if test -n "$ac_ct_CC"; then
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2812 $as_echo "$ac_ct_CC" >&6; }
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815 $as_echo "no" >&6; }
2819 test -n "$ac_ct_CC" && break
2822 if test "x$ac_ct_CC" = x; then
2825 case $cross_compiling:$ac_tool_warned in
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2828 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2829 ac_tool_warned=yes ;;
2838 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2839 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2840 as_fn_error $? "no acceptable C compiler found
in \
$PATH
2841 See \
`config.log' for more details" "$LINENO" 5; }
2843 # Provide some information about the compiler.
2844 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2847 for ac_option in --version -v -V -qversion; do
2848 { { ac_try="$ac_compiler $ac_option >&5"
2850 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2851 *) ac_try_echo
=$ac_try;;
2853 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2854 $as_echo "$ac_try_echo"; } >&5
2855 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2857 if test -s conftest.err
; then
2859 ... rest of stderr output deleted ...
2860 10q' conftest.err
>conftest.er1
2861 cat conftest.er1
>&5
2863 rm -f conftest.er1 conftest.err
2864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2865 test $ac_status = 0; }
2868 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2869 /* end confdefs.h. */
2879 ac_clean_files_save
=$ac_clean_files
2880 ac_clean_files
="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2881 # Try to create an executable without -o first, disregard a.out.
2882 # It will help us diagnose broken compilers, and finding out an intuition
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2885 $as_echo_n "checking whether the C compiler works... " >&6; }
2886 ac_link_default
=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2888 # The possible output files:
2889 ac_files
="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2892 for ac_file
in $ac_files
2895 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2896 * ) ac_rmfiles
="$ac_rmfiles $ac_file";;
2901 if { { ac_try
="$ac_link_default"
2903 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2906 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2907 $as_echo "$ac_try_echo"; } >&5
2908 (eval "$ac_link_default") 2>&5
2910 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2911 test $ac_status = 0; }; then :
2912 # Autoconf-2.13 could set the ac_cv_exeext variable to `no
'.
2913 # So ignore a value of `no', otherwise this would lead to
`EXEEXT = no'
2914 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2915 # so that the user can short-circuit this test for compilers unknown to
2917 for ac_file in $ac_files ''
2919 test -f "$ac_file" || continue
2921 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2924 # We found the default executable, but exeext='' is most
2928 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2930 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2932 # We set ac_cv_exeext here because the later test for it is not
2933 # safe: cross compilers may not add the suffix if given an `-o'
2934 # argument, so we may need to know it at that point already.
2935 # Even if this section looks crufty: it has the advantage of
2942 test "$ac_cv_exeext" = no && ac_cv_exeext=
2947 if test -z "$ac_file"; then :
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2949 $as_echo "no" >&6; }
2950 $as_echo "$as_me: failed program was:" >&5
2951 sed 's
/^
/|
/' conftest.$ac_ext >&5
2953 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2954 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
2955 as_fn_error 77 "C compiler cannot create executables
2956 See \`config.log
' for more details" "$LINENO" 5; }
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2959 $as_echo "yes" >&6; }
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2962 $as_echo_n "checking for C compiler default output file name... " >&6; }
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2964 $as_echo "$ac_file" >&6; }
2965 ac_exeext=$ac_cv_exeext
2967 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2968 ac_clean_files=$ac_clean_files_save
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2970 $as_echo_n "checking for suffix of executables... " >&6; }
2971 if { { ac_try="$ac_link"
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2976 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2977 $as_echo "$ac_try_echo"; } >&5
2978 (eval "$ac_link") 2>&5
2980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2981 test $ac_status = 0; }; then :
2982 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2983 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2984 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2986 for ac_file
in conftest.exe conftest conftest.
*; do
2987 test -f "$ac_file" ||
continue
2989 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2990 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2996 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2997 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2998 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2999 See \`config.log' for more details" "$LINENO" 5; }
3001 rm -f conftest conftest
$ac_cv_exeext
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3003 $as_echo "$ac_cv_exeext" >&6; }
3005 rm -f conftest.
$ac_ext
3006 EXEEXT
=$ac_cv_exeext
3008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3009 /* end confdefs.h. */
3014 FILE *f = fopen ("conftest.out", "w");
3015 return ferror (f) || fclose (f) != 0;
3021 ac_clean_files
="$ac_clean_files conftest.out"
3022 # Check that the compiler produces executables we can run. If not, either
3023 # the compiler is broken, or we cross compile.
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3025 $as_echo_n "checking whether we are cross compiling... " >&6; }
3026 if test "$cross_compiling" != yes; then
3027 { { ac_try
="$ac_link"
3029 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3030 *) ac_try_echo=$ac_try;;
3032 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3033 $as_echo "$ac_try_echo"; } >&5
3034 (eval "$ac_link") 2>&5
3036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3037 test $ac_status = 0; }
3038 if { ac_try='./conftest$ac_cv_exeext'
3039 { { case "(($ac_try" in
3040 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3041 *) ac_try_echo
=$ac_try;;
3043 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3044 $as_echo "$ac_try_echo"; } >&5
3045 (eval "$ac_try") 2>&5
3047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3048 test $ac_status = 0; }; }; then
3051 if test "$cross_compiling" = maybe
; then
3054 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3055 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3056 as_fn_error $?
"cannot run C compiled programs.
3057 If you meant to cross compile, use \`--host'.
3058 See \`config.log' for more details" "$LINENO" 5; }
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3063 $as_echo "$cross_compiling" >&6; }
3065 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3066 ac_clean_files
=$ac_clean_files_save
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3068 $as_echo_n "checking for suffix of object files... " >&6; }
3069 if ${ac_cv_objext+:} false
; then :
3070 $as_echo_n "(cached) " >&6
3072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3073 /* end confdefs.h. */
3083 rm -f conftest.o conftest.obj
3084 if { { ac_try
="$ac_compile"
3086 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3087 *) ac_try_echo=$ac_try;;
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091 (eval "$ac_compile") 2>&5
3093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3094 test $ac_status = 0; }; then :
3095 for ac_file in conftest.o conftest.obj conftest.*; do
3096 test -f "$ac_file" || continue;
3098 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3099 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3104 $as_echo "$as_me: failed program was:" >&5
3105 sed 's/^/| /' conftest.$ac_ext >&5
3107 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3108 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3109 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3110 See \
`config.log' for more details" "$LINENO" 5; }
3112 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3115 $as_echo "$ac_cv_objext" >&6; }
3116 OBJEXT=$ac_cv_objext
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3119 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3120 if ${ac_cv_c_compiler_gnu+:} false; then :
3121 $as_echo_n "(cached) " >&6
3123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3124 /* end confdefs.h. */
3137 if ac_fn_c_try_compile "$LINENO"; then :
3142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3143 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3147 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3148 if test $ac_compiler_gnu = yes; then
3153 ac_test_CFLAGS=${CFLAGS+set}
3154 ac_save_CFLAGS=$CFLAGS
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3156 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3157 if ${ac_cv_prog_cc_g+:} false; then :
3158 $as_echo_n "(cached) " >&6
3160 ac_save_c_werror_flag=$ac_c_werror_flag
3161 ac_c_werror_flag=yes
3164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3165 /* end confdefs.h. */
3175 if ac_fn_c_try_compile "$LINENO"; then :
3179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3180 /* end confdefs.h. */
3190 if ac_fn_c_try_compile "$LINENO"; then :
3193 ac_c_werror_flag=$ac_save_c_werror_flag
3195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3196 /* end confdefs.h. */
3206 if ac_fn_c_try_compile "$LINENO"; then :
3209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3214 ac_c_werror_flag=$ac_save_c_werror_flag
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3217 $as_echo "$ac_cv_prog_cc_g" >&6; }
3218 if test "$ac_test_CFLAGS" = set; then
3219 CFLAGS=$ac_save_CFLAGS
3220 elif test $ac_cv_prog_cc_g = yes; then
3221 if test "$GCC" = yes; then
3227 if test "$GCC" = yes; then
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3234 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3235 if ${ac_cv_prog_cc_c89+:} false; then :
3236 $as_echo_n "(cached) " >&6
3238 ac_cv_prog_cc_c89=no
3240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241 /* end confdefs.h. */
3245 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3246 struct buf { int x; };
3247 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3248 static char *e (p, i)
3254 static char *f (char * (*g) (char **, int), char **p, ...)
3259 s = g (p, va_arg (v,int));
3264 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3265 function prototypes and stuff, but not '\xHH' hex character constants.
3266 These don't provoke an error unfortunately, instead are silently treated
3267 as 'x'. The following induces an error, until -std is added to get
3268 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3269 array size at least. It's necessary to write '\x00'==0 to get something
3270 that's true only with -std. */
3271 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3273 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3274 inside strings and character constants. */
3276 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3278 int test (int i, double x);
3279 struct s1 {int (*f) (int a);};
3280 struct s2 {int (*f) (double a);};
3281 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3287 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3292 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3293 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3295 CC="$ac_save_CC $ac_arg"
3296 if ac_fn_c_try_compile "$LINENO"; then :
3297 ac_cv_prog_cc_c89=$ac_arg
3299 rm -f core conftest.err conftest.$ac_objext
3300 test "x$ac_cv_prog_cc_c89" != "xno" && break
3302 rm -f conftest.$ac_ext
3307 case "x$ac_cv_prog_cc_c89" in
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3310 $as_echo "none needed" >&6; } ;;
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3313 $as_echo "unsupported" >&6; } ;;
3315 CC="$CC $ac_cv_prog_cc_c89"
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3317 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3319 if test "x$ac_cv_prog_cc_c89" != xno; then :
3324 ac_cpp='$CPP $CPPFLAGS'
3325 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3326 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3327 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3330 ac_cpp='$CPP $CPPFLAGS'
3331 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3332 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3333 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3335 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3336 if ${am_cv_prog_cc_c_o+:} false; then :
3337 $as_echo_n "(cached) " >&6
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h. */
3350 # Make sure it works both with $CC and with simple cc.
3351 # Following AC_PROG_CC_C_O, we do the test twice because some
3352 # compilers refuse to overwrite an existing .o file with -o,
3353 # though they will create one.
3354 am_cv_prog_cc_c_o=yes
3356 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3357 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360 (exit $ac_status); } \
3361 && test -f conftest2.$ac_objext; then
3364 am_cv_prog_cc_c_o=no
3368 rm -f core conftest*
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3372 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3373 if test "$am_cv_prog_cc_c_o" != yes; then
3374 # Losing compiler, so override with the script.
3375 # FIXME: It is wrong to rewrite CC.
3376 # But if we don't then we get into trouble of one sort or another.
3377 # A longer-term fix would be to have automake use am__CC in this case,
3378 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3379 CC="$am_aux_dir/compile $CC"
3382 ac_cpp='$CPP $CPPFLAGS'
3383 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3384 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3385 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3390 $as_echo_n "checking for library containing strerror... " >&6; }
3391 if ${ac_cv_search_strerror+:} false; then :
3392 $as_echo_n "(cached) " >&6
3394 ac_func_search_save_LIBS=$LIBS
3395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396 /* end confdefs.h. */
3398 /* Override any GCC internal prototype to avoid an error.
3399 Use char because int might match the return type of a GCC
3400 builtin and then its argument prototype would still apply. */
3413 for ac_lib in '' cposix; do
3414 if test -z "$ac_lib"; then
3415 ac_res="none required"
3418 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3420 if ac_fn_c_try_link "$LINENO"; then :
3421 ac_cv_search_strerror=$ac_res
3423 rm -f core conftest.err conftest.$ac_objext \
3425 if ${ac_cv_search_strerror+:} false; then :
3429 if ${ac_cv_search_strerror+:} false; then :
3432 ac_cv_search_strerror=no
3435 LIBS=$ac_func_search_save_LIBS
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3438 $as_echo "$ac_cv_search_strerror" >&6; }
3439 ac_res=$ac_cv_search_strerror
3440 if test "$ac_res" != no; then :
3441 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3446 am__api_version='1.15'
3448 # Find a good install program. We prefer a C program (faster),
3449 # so one script is as good as another. But avoid the broken or
3450 # incompatible versions:
3451 # SysV /etc/install, /usr/sbin/install
3452 # SunOS /usr/etc/install
3453 # IRIX /sbin/install
3455 # AmigaOS /C/install, which installs bootblocks on floppy discs
3456 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3457 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3458 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3459 # OS/2's system install, which has a completely different semantic
3460 # ./install, which can be erroneously created by make from ./install.sh.
3461 # Reject install programs that cannot install multiple files.
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3463 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3464 if test -z "$INSTALL"; then
3465 if ${ac_cv_path_install+:} false; then :
3466 $as_echo_n "(cached) " >&6
3468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3472 test -z "$as_dir" && as_dir=.
3473 # Account for people who put trailing slashes in PATH elements.
3474 case $as_dir/ in #((
3475 ./ | .// | /[cC]/* | \
3476 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3477 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3480 # OSF1 and SCO ODT 3.0 have their own names for install.
3481 # Don't use installbsd from OSF since it installs stuff as root
3483 for ac_prog in ginstall scoinst install; do
3484 for ac_exec_ext in '' $ac_executable_extensions; do
3485 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3486 if test $ac_prog = install &&
3487 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3488 # AIX install. It has an incompatible calling convention.
3490 elif test $ac_prog = install &&
3491 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3492 # program-specific install script used by HP pwplus--don't use.
3495 rm -rf conftest.one conftest.two conftest.dir
3496 echo one > conftest.one
3497 echo two > conftest.two
3499 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3500 test -s conftest.one && test -s conftest.two &&
3501 test -s conftest.dir/conftest.one &&
3502 test -s conftest.dir/conftest.two
3504 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3517 rm -rf conftest.one conftest.two conftest.dir
3520 if test "${ac_cv_path_install+set}" = set; then
3521 INSTALL=$ac_cv_path_install
3523 # As a last resort, use the slow shell script. Don't cache a
3524 # value for INSTALL within a source directory, because that will
3525 # break other packages using the cache if that directory is
3526 # removed, or if the value is a relative name.
3527 INSTALL=$ac_install_sh
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3531 $as_echo "$INSTALL" >&6; }
3533 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3534 # It thinks the first close brace ends the variable substitution.
3535 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3537 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3539 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3542 $as_echo_n "checking whether build environment is sane... " >&6; }
3543 # Reject unsafe characters in $srcdir or the absolute working directory
3544 # name. Accept space and tab only in the latter.
3548 *[\\\"\#\$\&\'\`$am_lf]*)
3549 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
3552 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
3553 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3556 # Do 'set' in a subshell so we don't clobber the current shell's
3557 # arguments. Must try -L first in case configure is actually a
3558 # symlink; some systems play weird games with the mod time of symlinks
3559 # (eg FreeBSD returns the mod time of the symlink's containing
3563 for am_try
in 1 2; do
3564 echo "timestamp, slept: $am_has_slept" > conftest.
file
3565 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3566 if test "$*" = "X"; then
3568 set X
`ls -t "$srcdir/configure" conftest.file`
3570 if test "$*" != "X $srcdir/configure conftest.file" \
3571 && test "$*" != "X conftest.file $srcdir/configure"; then
3573 # If neither matched, then we have a broken ls. This can happen
3574 # if, for instance, CONFIG_SHELL is bash and it inherits a
3575 # broken ls alias from the environment. This has actually
3576 # happened. Such a system could not be considered "sane".
3577 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
3578 alias in your environment" "$LINENO" 5
3580 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
3587 test "$2" = conftest.
file
3593 as_fn_error $?
"newly created file is older than distributed files!
3594 Check your system clock" "$LINENO" 5
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3597 $as_echo "yes" >&6; }
3598 # If we didn't sleep, we still need to ensure time stamps of config.status and
3599 # generated files are strictly newer.
3601 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
3608 test "$program_prefix" != NONE
&&
3609 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3610 # Use a double $ so make ignores it.
3611 test "$program_suffix" != NONE
&&
3612 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3613 # Double any \ or $.
3614 # By default was `s,x,x', remove it if useless.
3615 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3616 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3618 if test x
"${MISSING+set}" != xset
; then
3621 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3623 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3626 # Use eval to expand $SHELL
3627 if eval "$MISSING --is-lightweight"; then
3628 am_missing_run
="$MISSING "
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3632 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3635 if test x
"${install_sh+set}" != xset
; then
3638 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3640 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3644 # Installed binaries are usually stripped using 'strip' when the user
3645 # run "make install-strip". However 'strip' might not be the right
3646 # tool to use in cross-compilation environments, therefore Automake
3647 # will honor the 'STRIP' environment variable to overrule this program.
3648 if test "$cross_compiling" != no
; then
3649 if test -n "$ac_tool_prefix"; then
3650 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3651 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3653 $as_echo_n "checking for $ac_word... " >&6; }
3654 if ${ac_cv_prog_STRIP+:} false
; then :
3655 $as_echo_n "(cached) " >&6
3657 if test -n "$STRIP"; then
3658 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3660 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3664 test -z "$as_dir" && as_dir
=.
3665 for ac_exec_ext
in '' $ac_executable_extensions; do
3666 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3667 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3677 STRIP
=$ac_cv_prog_STRIP
3678 if test -n "$STRIP"; then
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3680 $as_echo "$STRIP" >&6; }
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3683 $as_echo "no" >&6; }
3688 if test -z "$ac_cv_prog_STRIP"; then
3690 # Extract the first word of "strip", so it can be a program name with args.
3691 set dummy strip
; ac_word
=$2
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3693 $as_echo_n "checking for $ac_word... " >&6; }
3694 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
3695 $as_echo_n "(cached) " >&6
3697 if test -n "$ac_ct_STRIP"; then
3698 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3700 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3704 test -z "$as_dir" && as_dir
=.
3705 for ac_exec_ext
in '' $ac_executable_extensions; do
3706 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3707 ac_cv_prog_ac_ct_STRIP
="strip"
3708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3717 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3718 if test -n "$ac_ct_STRIP"; then
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3720 $as_echo "$ac_ct_STRIP" >&6; }
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3723 $as_echo "no" >&6; }
3726 if test "x$ac_ct_STRIP" = x
; then
3729 case $cross_compiling:$ac_tool_warned in
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3732 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3733 ac_tool_warned
=yes ;;
3738 STRIP
="$ac_cv_prog_STRIP"
3742 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3745 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3746 if test -z "$MKDIR_P"; then
3747 if ${ac_cv_path_mkdir+:} false
; then :
3748 $as_echo_n "(cached) " >&6
3750 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3751 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3754 test -z "$as_dir" && as_dir
=.
3755 for ac_prog
in mkdir gmkdir
; do
3756 for ac_exec_ext
in '' $ac_executable_extensions; do
3757 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3758 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3759 'mkdir (GNU coreutils) '* | \
3760 'mkdir (coreutils) '* | \
3761 'mkdir (fileutils) '4.1*)
3762 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3772 test -d .
/--version && rmdir .
/--version
3773 if test "${ac_cv_path_mkdir+set}" = set; then
3774 MKDIR_P
="$ac_cv_path_mkdir -p"
3776 # As a last resort, use the slow shell script. Don't cache a
3777 # value for MKDIR_P within a source directory, because that will
3778 # break other packages using the cache if that directory is
3779 # removed, or if the value is a relative name.
3780 MKDIR_P
="$ac_install_sh -d"
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3784 $as_echo "$MKDIR_P" >&6; }
3786 for ac_prog
in gawk mawk nawk
awk
3788 # Extract the first word of "$ac_prog", so it can be a program name with args.
3789 set dummy
$ac_prog; ac_word
=$2
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3791 $as_echo_n "checking for $ac_word... " >&6; }
3792 if ${ac_cv_prog_AWK+:} false
; then :
3793 $as_echo_n "(cached) " >&6
3795 if test -n "$AWK"; then
3796 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3798 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3802 test -z "$as_dir" && as_dir
=.
3803 for ac_exec_ext
in '' $ac_executable_extensions; do
3804 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3805 ac_cv_prog_AWK
="$ac_prog"
3806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3816 if test -n "$AWK"; then
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3818 $as_echo "$AWK" >&6; }
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3821 $as_echo "no" >&6; }
3825 test -n "$AWK" && break
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3829 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3831 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3832 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3833 $as_echo_n "(cached) " >&6
3835 cat >conftest.
make <<\_ACEOF
3838 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3840 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3841 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3843 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3845 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3849 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3851 $as_echo "yes" >&6; }
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3855 $as_echo "no" >&6; }
3856 SET_MAKE
="MAKE=${MAKE-make}"
3859 rm -rf .tst
2>/dev
/null
3860 mkdir .tst
2>/dev
/null
3861 if test -d .tst
; then
3866 rmdir .tst
2>/dev
/null
3868 DEPDIR
="${am__leading_dot}deps"
3870 ac_config_commands
="$ac_config_commands depfiles"
3873 am_make
=${MAKE-make}
3874 cat > confinc
<< 'END'
3876 @
echo this is the am__doit target
3879 # If we don't find an include directive, just comment out the code.
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3881 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3885 # First try GNU make style include.
3886 echo "include confinc" > confmf
3887 # Ignore all kinds of additional output from 'make'.
3888 case `$am_make -s -f confmf 2> /dev/null` in #(
3889 *the\ am__doit\ target
*)
3895 # Now try BSD make style include.
3896 if test "$am__include" = "#"; then
3897 echo '.include "confinc"' > confmf
3898 case `$am_make -s -f confmf 2> /dev/null` in #(
3899 *the\ am__doit\ target
*)
3900 am__include
=.include
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3909 $as_echo "$_am_result" >&6; }
3910 rm -f confinc confmf
3912 # Check whether --enable-dependency-tracking was given.
3913 if test "${enable_dependency_tracking+set}" = set; then :
3914 enableval
=$enable_dependency_tracking;
3917 if test "x$enable_dependency_tracking" != xno
; then
3918 am_depcomp
="$ac_aux_dir/depcomp"
3922 if test "x$enable_dependency_tracking" != xno; then
3931 # Check whether --enable-silent-rules was given.
3932 if test "${enable_silent_rules+set}" = set; then :
3933 enableval
=$enable_silent_rules;
3936 case $enable_silent_rules in # (((
3937 yes) AM_DEFAULT_VERBOSITY
=0;;
3938 no
) AM_DEFAULT_VERBOSITY
=1;;
3939 *) AM_DEFAULT_VERBOSITY
=1;;
3941 am_make
=${MAKE-make}
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3943 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3944 if ${am_cv_make_support_nested_variables+:} false
; then :
3945 $as_echo_n "(cached) " >&6
3947 if $as_echo 'TRUE=$(BAR$(V))
3953 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3954 am_cv_make_support_nested_variables
=yes
3956 am_cv_make_support_nested_variables
=no
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3960 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3961 if test $am_cv_make_support_nested_variables = yes; then
3963 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3965 AM_V
=$AM_DEFAULT_VERBOSITY
3966 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3970 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3971 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3972 # is not polluted with repeated "-I."
3973 am__isrc
=' -I$(srcdir)'
3974 # test to see if srcdir already configured
3975 if test -f $srcdir/config.status
; then
3976 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3980 # test whether we have cygpath
3981 if test -z "$CYGPATH_W"; then
3982 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3983 CYGPATH_W
='cygpath -w'
3990 # Define the identity of the package.
3995 cat >>confdefs.h
<<_ACEOF
3996 #define PACKAGE "$PACKAGE"
4000 cat >>confdefs.h
<<_ACEOF
4001 #define VERSION "$VERSION"
4004 # Some tools Automake needs.
4006 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4009 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
4012 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4015 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
4018 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
4020 # For better backward compatibility. To be removed once Automake 1.9.x
4021 # dies out for good. For more background, see:
4022 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4023 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4024 mkdir_p
='$(MKDIR_P)'
4026 # We need awk for the "check" target (and possibly the TAP driver). The
4027 # system "awk" is bad on some platforms.
4028 # Always define AMTAR for backward compatibility. Yes, it's still used
4029 # in the wild :-( We should find a proper way to deprecate it ...
4033 # We'll loop over all known methods to create a tar archive until one works.
4034 _am_tools
='gnutar pax cpio none'
4036 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
4042 depcc
="$CC" am_compiler_list
=
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4045 $as_echo_n "checking dependency style of $depcc... " >&6; }
4046 if ${am_cv_CC_dependencies_compiler_type+:} false
; then :
4047 $as_echo_n "(cached) " >&6
4049 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4050 # We make a subdir and do the tests there. Otherwise we can end up
4051 # making bogus files that we don't know about and never remove. For
4052 # instance it was reported that on HP-UX the gcc test will end up
4053 # making a dummy file named 'D' -- because '-MD' means "put the output
4057 # Copy depcomp to subdir because otherwise we won't find it if we're
4058 # using a relative directory.
4059 cp "$am_depcomp" conftest.dir
4061 # We will build objects and dependencies in a subdirectory because
4062 # it helps to detect inapplicable dependency modes. For instance
4063 # both Tru64's cc and ICC support -MD to output dependencies as a
4064 # side effect of compilation, but ICC will put the dependencies in
4065 # the current directory while Tru64 will put them in the object
4069 am_cv_CC_dependencies_compiler_type
=none
4070 if test "$am_compiler_list" = ""; then
4071 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4074 case " $depcc " in #(
4075 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4078 for depmode
in $am_compiler_list; do
4079 # Setup a source with many dependencies, because some compilers
4080 # like to wrap large dependency lists on column 80 (with \), and
4081 # we should not choose a depcomp mode which is confused by this.
4083 # We need to recreate these files for each test, as the compiler may
4084 # overwrite some of them when testing with obscure command lines.
4085 # This happens at least with the AIX C compiler.
4087 for i
in 1 2 3 4 5 6; do
4088 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4089 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4090 # Solaris 10 /bin/sh.
4091 echo '/* dummy */' > sub
/conftst
$i.h
4093 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4095 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4096 # mode. It turns out that the SunPro C++ compiler does not properly
4097 # handle '-M -o', and we need to detect this. Also, some Intel
4098 # versions had trouble with output in subdirs.
4099 am__obj
=sub
/conftest.
${OBJEXT-o}
4100 am__minus_obj
="-o $am__obj"
4103 # This depmode causes a compiler race in universal mode.
4104 test "$am__universal" = false ||
continue
4107 # After this tag, mechanisms are not by side-effect, so they'll
4108 # only be used when explicitly requested.
4109 if test "x$enable_dependency_tracking" = xyes
; then
4115 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4116 # This compiler won't grok '-c -o', but also, the minuso test has
4117 # not run yet. These depmodes are late enough in the game, and
4118 # so weak that their functioning should not be impacted.
4119 am__obj
=conftest.
${OBJEXT-o}
4124 if depmode
=$depmode \
4125 source=sub
/conftest.c object
=$am__obj \
4126 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4127 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4128 >/dev
/null
2>conftest.err
&&
4129 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4130 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4131 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4132 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4133 # icc doesn't choke on unknown options, it will just issue warnings
4134 # or remarks (even with -Werror). So we grep stderr for any message
4135 # that says an option was ignored or not supported.
4136 # When given -MP, icc 7.0 and 7.1 complain thusly:
4137 # icc: Command line warning: ignoring option '-M'; no argument required
4138 # The diagnosis changed in icc 8.0:
4139 # icc: Command line remark: option '-MP' not supported
4140 if (grep 'ignoring option' conftest.err ||
4141 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4142 am_cv_CC_dependencies_compiler_type
=$depmode
4151 am_cv_CC_dependencies_compiler_type
=none
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4156 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4157 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
4160 test "x$enable_dependency_tracking" != xno \
4161 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
4163 am__fastdepCC_FALSE
='#'
4165 am__fastdepCC_TRUE
='#'
4166 am__fastdepCC_FALSE
=
4171 # POSIX will say in a future version that running "rm -f" with no argument
4172 # is OK; and we want to be able to make that assumption in our Makefile
4173 # recipes. So use an aggressive probe to check that the usage we want is
4174 # actually supported "in the wild" to an acceptable degree.
4175 # See automake bug#10828.
4176 # To make any issue more visible, cause the running configure to be aborted
4177 # by default if the 'rm' program in use doesn't match our expectations; the
4178 # user can still override this though.
4179 if rm -f && rm -fr && rm -rf; then : OK
; else
4183 Your 'rm' program seems unable to run without file operands specified
4184 on the command line, even when the '-f' option is present. This is contrary
4185 to the behaviour of most rm programs out there, and not conforming with
4186 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4188 Please tell bug-automake@gnu.org about your system, including the value
4189 of your $PATH and any error possibly output before this message. This
4190 can help us improve future automake versions.
4193 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
4194 echo 'Configuration will proceed anyway, since you have set the' >&2
4195 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4199 Aborting the configuration process, to ensure you take notice of the issue.
4201 You can download and install GNU coreutils to get an 'rm' implementation
4202 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4204 If you want to complete the configuration process using your problematic
4205 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4206 to "yes", and re-run configure.
4209 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
4215 ac_cpp
='$CPP $CPPFLAGS'
4216 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4217 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4218 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4219 if test -n "$ac_tool_prefix"; then
4220 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4221 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4223 $as_echo_n "checking for $ac_word... " >&6; }
4224 if ${ac_cv_prog_CC+:} false
; then :
4225 $as_echo_n "(cached) " >&6
4227 if test -n "$CC"; then
4228 ac_cv_prog_CC
="$CC" # Let the user override the test.
4230 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4234 test -z "$as_dir" && as_dir
=.
4235 for ac_exec_ext
in '' $ac_executable_extensions; do
4236 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4237 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4248 if test -n "$CC"; then
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4250 $as_echo "$CC" >&6; }
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4253 $as_echo "no" >&6; }
4258 if test -z "$ac_cv_prog_CC"; then
4260 # Extract the first word of "gcc", so it can be a program name with args.
4261 set dummy gcc
; ac_word
=$2
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4263 $as_echo_n "checking for $ac_word... " >&6; }
4264 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4265 $as_echo_n "(cached) " >&6
4267 if test -n "$ac_ct_CC"; then
4268 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4270 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4274 test -z "$as_dir" && as_dir
=.
4275 for ac_exec_ext
in '' $ac_executable_extensions; do
4276 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4277 ac_cv_prog_ac_ct_CC
="gcc"
4278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4287 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4288 if test -n "$ac_ct_CC"; then
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4290 $as_echo "$ac_ct_CC" >&6; }
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4293 $as_echo "no" >&6; }
4296 if test "x$ac_ct_CC" = x
; then
4299 case $cross_compiling:$ac_tool_warned in
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4302 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4303 ac_tool_warned
=yes ;;
4311 if test -z "$CC"; then
4312 if test -n "$ac_tool_prefix"; then
4313 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4314 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4316 $as_echo_n "checking for $ac_word... " >&6; }
4317 if ${ac_cv_prog_CC+:} false
; then :
4318 $as_echo_n "(cached) " >&6
4320 if test -n "$CC"; then
4321 ac_cv_prog_CC
="$CC" # Let the user override the test.
4323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4327 test -z "$as_dir" && as_dir
=.
4328 for ac_exec_ext
in '' $ac_executable_extensions; do
4329 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4330 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4341 if test -n "$CC"; then
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4343 $as_echo "$CC" >&6; }
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4346 $as_echo "no" >&6; }
4352 if test -z "$CC"; then
4353 # Extract the first word of "cc", so it can be a program name with args.
4354 set dummy cc
; ac_word
=$2
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4356 $as_echo_n "checking for $ac_word... " >&6; }
4357 if ${ac_cv_prog_CC+:} false
; then :
4358 $as_echo_n "(cached) " >&6
4360 if test -n "$CC"; then
4361 ac_cv_prog_CC
="$CC" # Let the user override the test.
4364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4368 test -z "$as_dir" && as_dir
=.
4369 for ac_exec_ext
in '' $ac_executable_extensions; do
4370 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4371 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4372 ac_prog_rejected
=yes
4376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4383 if test $ac_prog_rejected = yes; then
4384 # We found a bogon in the path, so make sure we never use it.
4385 set dummy
$ac_cv_prog_CC
4387 if test $# != 0; then
4388 # We chose a different compiler from the bogus one.
4389 # However, it has the same basename, so the bogon will be chosen
4390 # first if we set CC to just the basename; use the full file name.
4392 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4398 if test -n "$CC"; then
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4400 $as_echo "$CC" >&6; }
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4403 $as_echo "no" >&6; }
4408 if test -z "$CC"; then
4409 if test -n "$ac_tool_prefix"; then
4410 for ac_prog
in cl.exe
4412 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4413 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4415 $as_echo_n "checking for $ac_word... " >&6; }
4416 if ${ac_cv_prog_CC+:} false
; then :
4417 $as_echo_n "(cached) " >&6
4419 if test -n "$CC"; then
4420 ac_cv_prog_CC
="$CC" # Let the user override the test.
4422 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4426 test -z "$as_dir" && as_dir
=.
4427 for ac_exec_ext
in '' $ac_executable_extensions; do
4428 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4429 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4440 if test -n "$CC"; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4442 $as_echo "$CC" >&6; }
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4445 $as_echo "no" >&6; }
4449 test -n "$CC" && break
4452 if test -z "$CC"; then
4454 for ac_prog
in cl.exe
4456 # Extract the first word of "$ac_prog", so it can be a program name with args.
4457 set dummy
$ac_prog; ac_word
=$2
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4459 $as_echo_n "checking for $ac_word... " >&6; }
4460 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4461 $as_echo_n "(cached) " >&6
4463 if test -n "$ac_ct_CC"; then
4464 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4466 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4470 test -z "$as_dir" && as_dir
=.
4471 for ac_exec_ext
in '' $ac_executable_extensions; do
4472 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4473 ac_cv_prog_ac_ct_CC
="$ac_prog"
4474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4483 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4484 if test -n "$ac_ct_CC"; then
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4486 $as_echo "$ac_ct_CC" >&6; }
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4489 $as_echo "no" >&6; }
4493 test -n "$ac_ct_CC" && break
4496 if test "x$ac_ct_CC" = x
; then
4499 case $cross_compiling:$ac_tool_warned in
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4502 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4503 ac_tool_warned
=yes ;;
4512 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4513 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4514 as_fn_error $?
"no acceptable C compiler found in \$PATH
4515 See \`config.log' for more details" "$LINENO" 5; }
4517 # Provide some information about the compiler.
4518 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4521 for ac_option
in --version -v -V -qversion; do
4522 { { ac_try
="$ac_compiler $ac_option >&5"
4524 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4525 *) ac_try_echo=$ac_try;;
4527 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4528 $as_echo "$ac_try_echo"; } >&5
4529 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4531 if test -s conftest.err; then
4533 ... rest of stderr output deleted ...
4534 10q' conftest.err >conftest.er1
4535 cat conftest.er1 >&5
4537 rm -f conftest.er1 conftest.err
4538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4539 test $ac_status = 0; }
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4543 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4544 if ${ac_cv_c_compiler_gnu+:} false; then :
4545 $as_echo_n "(cached) " >&6
4547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4548 /* end confdefs.h. */
4561 if ac_fn_c_try_compile "$LINENO"; then :
4566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4567 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4571 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4572 if test $ac_compiler_gnu = yes; then
4577 ac_test_CFLAGS=${CFLAGS+set}
4578 ac_save_CFLAGS=$CFLAGS
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4580 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4581 if ${ac_cv_prog_cc_g+:} false; then :
4582 $as_echo_n "(cached) " >&6
4584 ac_save_c_werror_flag=$ac_c_werror_flag
4585 ac_c_werror_flag=yes
4588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4589 /* end confdefs.h. */
4599 if ac_fn_c_try_compile "$LINENO"; then :
4603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4604 /* end confdefs.h. */
4614 if ac_fn_c_try_compile "$LINENO"; then :
4617 ac_c_werror_flag=$ac_save_c_werror_flag
4619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4620 /* end confdefs.h. */
4630 if ac_fn_c_try_compile "$LINENO"; then :
4633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4638 ac_c_werror_flag=$ac_save_c_werror_flag
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4641 $as_echo "$ac_cv_prog_cc_g" >&6; }
4642 if test "$ac_test_CFLAGS" = set; then
4643 CFLAGS=$ac_save_CFLAGS
4644 elif test $ac_cv_prog_cc_g = yes; then
4645 if test "$GCC" = yes; then
4651 if test "$GCC" = yes; then
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4658 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4659 if ${ac_cv_prog_cc_c89+:} false; then :
4660 $as_echo_n "(cached) " >&6
4662 ac_cv_prog_cc_c89=no
4664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4665 /* end confdefs.h. */
4669 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4670 struct buf { int x; };
4671 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4672 static char *e (p, i)
4678 static char *f (char * (*g) (char **, int), char **p, ...)
4683 s = g (p, va_arg (v,int));
4688 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4689 function prototypes and stuff, but not '\xHH' hex character constants.
4690 These don't provoke an error unfortunately, instead are silently treated
4691 as 'x'. The following induces an error, until -std is added to get
4692 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4693 array size at least. It's necessary to write '\x00'==0 to get something
4694 that's true only with -std. */
4695 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4697 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4698 inside strings and character constants. */
4700 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4702 int test (int i, double x);
4703 struct s1 {int (*f) (int a);};
4704 struct s2 {int (*f) (double a);};
4705 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4711 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4716 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4717 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4719 CC="$ac_save_CC $ac_arg"
4720 if ac_fn_c_try_compile "$LINENO"; then :
4721 ac_cv_prog_cc_c89=$ac_arg
4723 rm -f core conftest.err conftest.$ac_objext
4724 test "x$ac_cv_prog_cc_c89" != "xno" && break
4726 rm -f conftest.$ac_ext
4731 case "x$ac_cv_prog_cc_c89" in
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4734 $as_echo "none needed" >&6; } ;;
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4737 $as_echo "unsupported" >&6; } ;;
4739 CC="$CC $ac_cv_prog_cc_c89"
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4741 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4743 if test "x$ac_cv_prog_cc_c89" != xno; then :
4748 ac_cpp='$CPP $CPPFLAGS'
4749 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4750 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4751 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4754 ac_cpp='$CPP $CPPFLAGS'
4755 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4756 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4757 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4759 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4760 if ${am_cv_prog_cc_c_o+:} false; then :
4761 $as_echo_n "(cached) " >&6
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4774 # Make sure it works both with $CC and with simple cc.
4775 # Following AC_PROG_CC_C_O, we do the test twice because some
4776 # compilers refuse to overwrite an existing .o file with -o,
4777 # though they will create one.
4778 am_cv_prog_cc_c_o=yes
4780 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4781 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4784 (exit $ac_status); } \
4785 && test -f conftest2.$ac_objext; then
4788 am_cv_prog_cc_c_o=no
4792 rm -f core conftest*
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4796 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4797 if test "$am_cv_prog_cc_c_o" != yes; then
4798 # Losing compiler, so override with the script.
4799 # FIXME: It is wrong to rewrite CC.
4800 # But if we don't then we get into trouble of one sort or another.
4801 # A longer-term fix would be to have automake use am__CC in this case,
4802 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4803 CC="$am_aux_dir/compile $CC"
4806 ac_cpp='$CPP $CPPFLAGS'
4807 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4808 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4809 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4813 ac_cpp='$CPP $CPPFLAGS'
4814 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4815 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4816 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4818 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4819 # On Suns, sometimes $CPP names a directory.
4820 if test -n "$CPP" && test -d "$CPP"; then
4823 if test -z "$CPP"; then
4824 if ${ac_cv_prog_CPP+:} false; then :
4825 $as_echo_n "(cached) " >&6
4827 # Double quotes because CPP needs to be expanded
4828 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4831 for ac_c_preproc_warn_flag in '' yes
4833 # Use a header file that comes with gcc, so configuring glibc
4834 # with a fresh cross-compiler works.
4835 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4836 # <limits.h> exists even on freestanding compilers.
4837 # On the NeXT, cc -E runs the code through the compiler's parser,
4838 # not just through cpp. "Syntax error" is here to catch this case.
4839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4840 /* end confdefs.h. */
4842 # include <limits.h>
4844 # include <assert.h>
4848 if ac_fn_c_try_cpp "$LINENO"; then :
4851 # Broken: fails on valid input.
4854 rm -f conftest.err conftest.i conftest.$ac_ext
4856 # OK, works on sane cases. Now check whether nonexistent headers
4857 # can be detected and how.
4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859 /* end confdefs.h. */
4860 #include <ac_nonexistent.h>
4862 if ac_fn_c_try_cpp "$LINENO"; then :
4863 # Broken: success on invalid input.
4866 # Passes both tests.
4870 rm -f conftest.err conftest.i conftest.$ac_ext
4873 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4874 rm -f conftest.i conftest.err conftest.
$ac_ext
4875 if $ac_preproc_ok; then :
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4888 $as_echo "$CPP" >&6; }
4890 for ac_c_preproc_warn_flag
in '' yes
4892 # Use a header file that comes with gcc, so configuring glibc
4893 # with a fresh cross-compiler works.
4894 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4895 # <limits.h> exists even on freestanding compilers.
4896 # On the NeXT, cc -E runs the code through the compiler's parser,
4897 # not just through cpp. "Syntax error" is here to catch this case.
4898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4899 /* end confdefs.h. */
4901 # include <limits.h>
4903 # include <assert.h>
4907 if ac_fn_c_try_cpp
"$LINENO"; then :
4910 # Broken: fails on valid input.
4913 rm -f conftest.err conftest.i conftest.
$ac_ext
4915 # OK, works on sane cases. Now check whether nonexistent headers
4916 # can be detected and how.
4917 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4918 /* end confdefs.h. */
4919 #include <ac_nonexistent.h>
4921 if ac_fn_c_try_cpp
"$LINENO"; then :
4922 # Broken: success on invalid input.
4925 # Passes both tests.
4929 rm -f conftest.err conftest.i conftest.
$ac_ext
4932 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4933 rm -f conftest.i conftest.err conftest.
$ac_ext
4934 if $ac_preproc_ok; then :
4937 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4939 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4940 See \`config.log' for more details" "$LINENO" 5; }
4944 ac_cpp
='$CPP $CPPFLAGS'
4945 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4946 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4947 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4951 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4952 if ${ac_cv_path_GREP+:} false
; then :
4953 $as_echo_n "(cached) " >&6
4955 if test -z "$GREP"; then
4956 ac_path_GREP_found
=false
4957 # Loop through the user's path and test for each of PROGNAME-LIST
4958 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4959 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4962 test -z "$as_dir" && as_dir
=.
4963 for ac_prog
in grep ggrep
; do
4964 for ac_exec_ext
in '' $ac_executable_extensions; do
4965 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4966 as_fn_executable_p
"$ac_path_GREP" ||
continue
4967 # Check for GNU ac_path_GREP and select it if it is found.
4968 # Check for GNU $ac_path_GREP
4969 case `"$ac_path_GREP" --version 2>&1` in
4971 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4974 $as_echo_n 0123456789 >"conftest.in"
4977 cat "conftest.in" "conftest.in" >"conftest.tmp"
4978 mv "conftest.tmp" "conftest.in"
4979 cp "conftest.in" "conftest.nl"
4980 $as_echo 'GREP' >> "conftest.nl"
4981 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4982 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4983 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4984 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4985 # Best one so far, save it but keep looking for a better one
4986 ac_cv_path_GREP
="$ac_path_GREP"
4987 ac_path_GREP_max
=$ac_count
4989 # 10*(2^10) chars as input seems more than enough
4990 test $ac_count -gt 10 && break
4992 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4995 $ac_path_GREP_found && break 3
5000 if test -z "$ac_cv_path_GREP"; then
5001 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5004 ac_cv_path_GREP
=$GREP
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5009 $as_echo "$ac_cv_path_GREP" >&6; }
5010 GREP
="$ac_cv_path_GREP"
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5014 $as_echo_n "checking for egrep... " >&6; }
5015 if ${ac_cv_path_EGREP+:} false
; then :
5016 $as_echo_n "(cached) " >&6
5018 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5019 then ac_cv_path_EGREP
="$GREP -E"
5021 if test -z "$EGREP"; then
5022 ac_path_EGREP_found
=false
5023 # Loop through the user's path and test for each of PROGNAME-LIST
5024 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5025 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5028 test -z "$as_dir" && as_dir
=.
5029 for ac_prog
in egrep; do
5030 for ac_exec_ext
in '' $ac_executable_extensions; do
5031 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5032 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5033 # Check for GNU ac_path_EGREP and select it if it is found.
5034 # Check for GNU $ac_path_EGREP
5035 case `"$ac_path_EGREP" --version 2>&1` in
5037 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5040 $as_echo_n 0123456789 >"conftest.in"
5043 cat "conftest.in" "conftest.in" >"conftest.tmp"
5044 mv "conftest.tmp" "conftest.in"
5045 cp "conftest.in" "conftest.nl"
5046 $as_echo 'EGREP' >> "conftest.nl"
5047 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5048 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5049 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5050 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5051 # Best one so far, save it but keep looking for a better one
5052 ac_cv_path_EGREP
="$ac_path_EGREP"
5053 ac_path_EGREP_max
=$ac_count
5055 # 10*(2^10) chars as input seems more than enough
5056 test $ac_count -gt 10 && break
5058 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5061 $ac_path_EGREP_found && break 3
5066 if test -z "$ac_cv_path_EGREP"; then
5067 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5070 ac_cv_path_EGREP
=$EGREP
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5076 $as_echo "$ac_cv_path_EGREP" >&6; }
5077 EGREP
="$ac_cv_path_EGREP"
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5081 $as_echo_n "checking for ANSI C header files... " >&6; }
5082 if ${ac_cv_header_stdc+:} false
; then :
5083 $as_echo_n "(cached) " >&6
5085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5086 /* end confdefs.h. */
5100 if ac_fn_c_try_compile
"$LINENO"; then :
5101 ac_cv_header_stdc
=yes
5103 ac_cv_header_stdc
=no
5105 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5107 if test $ac_cv_header_stdc = yes; then
5108 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5110 /* end confdefs.h. */
5114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5115 $EGREP "memchr" >/dev
/null
2>&1; then :
5118 ac_cv_header_stdc
=no
5124 if test $ac_cv_header_stdc = yes; then
5125 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5127 /* end confdefs.h. */
5131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5132 $EGREP "free" >/dev
/null
2>&1; then :
5135 ac_cv_header_stdc
=no
5141 if test $ac_cv_header_stdc = yes; then
5142 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5143 if test "$cross_compiling" = yes; then :
5146 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5147 /* end confdefs.h. */
5150 #if ((' ' & 0x0FF) == 0x020)
5151 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5152 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5154 # define ISLOWER(c) \
5155 (('a' <= (c) && (c) <= 'i') \
5156 || ('j' <= (c) && (c) <= 'r') \
5157 || ('s' <= (c) && (c) <= 'z'))
5158 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5161 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5166 for (i = 0; i < 256; i++)
5167 if (XOR (islower (i), ISLOWER (i))
5168 || toupper (i) != TOUPPER (i))
5173 if ac_fn_c_try_run
"$LINENO"; then :
5176 ac_cv_header_stdc
=no
5178 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5179 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5185 $as_echo "$ac_cv_header_stdc" >&6; }
5186 if test $ac_cv_header_stdc = yes; then
5188 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5192 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5193 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5194 inttypes.h stdint.h unistd.h
5196 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5197 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5199 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
5200 cat >>confdefs.h
<<_ACEOF
5201 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5210 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5211 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
5218 if test "$MINIX" = yes; then
5220 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5223 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5226 $as_echo "#define _MINIX 1" >>confdefs.h
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5232 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5233 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
5234 $as_echo_n "(cached) " >&6
5236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5237 /* end confdefs.h. */
5239 # define __EXTENSIONS__ 1
5240 $ac_includes_default
5249 if ac_fn_c_try_compile
"$LINENO"; then :
5250 ac_cv_safe_to_define___extensions__
=yes
5252 ac_cv_safe_to_define___extensions__
=no
5254 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5257 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5258 test $ac_cv_safe_to_define___extensions__ = yes &&
5259 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5261 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5263 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5265 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5267 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5276 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5281 macro_version
='2.2.7a'
5282 macro_revision
='1.3134'
5296 ltmain
="$ac_aux_dir/ltmain.sh"
5298 # Backslashify metacharacters that are still active within
5299 # double-quoted strings.
5300 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5302 # Same as above, but do not quote variable references.
5303 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5305 # Sed substitution to delay expansion of an escaped shell variable in a
5306 # double_quote_subst'ed string.
5307 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5309 # Sed substitution to delay expansion of an escaped single quote.
5310 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5312 # Sed substitution to avoid accidental globbing in evaled expressions
5313 no_glob_subst
='s/\*/\\\*/g'
5315 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5316 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5317 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5320 $as_echo_n "checking how to print strings... " >&6; }
5321 # Test print first, because it will be a builtin if present.
5322 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5323 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5325 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5328 # Use this function as a fallback that always works.
5329 func_fallback_echo ()
5331 eval 'cat <<_LTECHO_EOF
5335 ECHO='func_fallback_echo
'
5338 # func_echo_all arg...
5339 # Invoke $ECHO with all args, space-separated.
5346 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5347 $as_echo "printf" >&6; } ;;
5348 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5349 $as_echo "print -r" >&6; } ;;
5350 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5351 $as_echo "cat" >&6; } ;;
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5368 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5369 if ${ac_cv_path_SED+:} false; then :
5370 $as_echo_n "(cached) " >&6
5372 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5373 for ac_i in 1 2 3 4 5 6 7; do
5374 ac_script="$ac_script$as_nl$ac_script"
5376 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5377 { ac_script=; unset ac_script;}
5378 if test -z "$SED"; then
5379 ac_path_SED_found=false
5380 # Loop through the user's path and
test for each of PROGNAME-LIST
5381 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5385 test -z "$as_dir" && as_dir
=.
5386 for ac_prog
in sed gsed
; do
5387 for ac_exec_ext
in '' $ac_executable_extensions; do
5388 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5389 as_fn_executable_p
"$ac_path_SED" ||
continue
5390 # Check for GNU ac_path_SED and select it if it is found.
5391 # Check for GNU $ac_path_SED
5392 case `"$ac_path_SED" --version 2>&1` in
5394 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5397 $as_echo_n 0123456789 >"conftest.in"
5400 cat "conftest.in" "conftest.in" >"conftest.tmp"
5401 mv "conftest.tmp" "conftest.in"
5402 cp "conftest.in" "conftest.nl"
5403 $as_echo '' >> "conftest.nl"
5404 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5405 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5406 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5407 if test $ac_count -gt ${ac_path_SED_max-0}; then
5408 # Best one so far, save it but keep looking for a better one
5409 ac_cv_path_SED
="$ac_path_SED"
5410 ac_path_SED_max
=$ac_count
5412 # 10*(2^10) chars as input seems more than enough
5413 test $ac_count -gt 10 && break
5415 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5418 $ac_path_SED_found && break 3
5423 if test -z "$ac_cv_path_SED"; then
5424 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5432 $as_echo "$ac_cv_path_SED" >&6; }
5433 SED
="$ac_cv_path_SED"
5436 test -z "$SED" && SED
=sed
5437 Xsed
="$SED -e 1s/^X//"
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5450 $as_echo_n "checking for fgrep... " >&6; }
5451 if ${ac_cv_path_FGREP+:} false
; then :
5452 $as_echo_n "(cached) " >&6
5454 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5455 then ac_cv_path_FGREP
="$GREP -F"
5457 if test -z "$FGREP"; then
5458 ac_path_FGREP_found
=false
5459 # Loop through the user's path and test for each of PROGNAME-LIST
5460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5461 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5464 test -z "$as_dir" && as_dir
=.
5465 for ac_prog
in fgrep
; do
5466 for ac_exec_ext
in '' $ac_executable_extensions; do
5467 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5468 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5469 # Check for GNU ac_path_FGREP and select it if it is found.
5470 # Check for GNU $ac_path_FGREP
5471 case `"$ac_path_FGREP" --version 2>&1` in
5473 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5476 $as_echo_n 0123456789 >"conftest.in"
5479 cat "conftest.in" "conftest.in" >"conftest.tmp"
5480 mv "conftest.tmp" "conftest.in"
5481 cp "conftest.in" "conftest.nl"
5482 $as_echo 'FGREP' >> "conftest.nl"
5483 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5484 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5485 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5486 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5487 # Best one so far, save it but keep looking for a better one
5488 ac_cv_path_FGREP
="$ac_path_FGREP"
5489 ac_path_FGREP_max
=$ac_count
5491 # 10*(2^10) chars as input seems more than enough
5492 test $ac_count -gt 10 && break
5494 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5497 $ac_path_FGREP_found && break 3
5502 if test -z "$ac_cv_path_FGREP"; then
5503 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5506 ac_cv_path_FGREP
=$FGREP
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5512 $as_echo "$ac_cv_path_FGREP" >&6; }
5513 FGREP
="$ac_cv_path_FGREP"
5516 test -z "$GREP" && GREP
=grep
5536 # Check whether --with-gnu-ld was given.
5537 if test "${with_gnu_ld+set}" = set; then :
5538 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5544 if test "$GCC" = yes; then
5545 # Check if gcc -print-prog-name=ld gives a path.
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5547 $as_echo_n "checking for ld used by $CC... " >&6; }
5550 # gcc leaves a trailing carriage return which upsets mingw
5551 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5553 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5556 # Accept absolute paths.
5558 re_direlt
='/[^/][^/]*/\.\./'
5559 # Canonicalize the pathname of ld
5560 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5561 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5562 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5564 test -z "$LD" && LD
="$ac_prog"
5567 # If it fails, then pretend we aren't using GCC.
5571 # If it is relative, then search for the first ld in PATH.
5575 elif test "$with_gnu_ld" = yes; then
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5577 $as_echo_n "checking for GNU ld... " >&6; }
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5580 $as_echo_n "checking for non-GNU ld... " >&6; }
5582 if ${lt_cv_path_LD+:} false
; then :
5583 $as_echo_n "(cached) " >&6
5585 if test -z "$LD"; then
5586 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5587 for ac_dir
in $PATH; do
5589 test -z "$ac_dir" && ac_dir
=.
5590 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5591 lt_cv_path_LD
="$ac_dir/$ac_prog"
5592 # Check to see if the program is GNU ld. I'd rather use --version,
5593 # but apparently some variants of GNU ld only accept -v.
5594 # Break only if it was the GNU/non-GNU ld that we prefer.
5595 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5596 *GNU
* |
*'with BFD'*)
5597 test "$with_gnu_ld" != no
&& break
5600 test "$with_gnu_ld" != yes && break
5607 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5612 if test -n "$LD"; then
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5614 $as_echo "$LD" >&6; }
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5617 $as_echo "no" >&6; }
5619 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5621 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5622 if ${lt_cv_prog_gnu_ld+:} false
; then :
5623 $as_echo_n "(cached) " >&6
5625 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5626 case `$LD -v 2>&1 </dev/null` in
5627 *GNU
* |
*'with BFD'*)
5628 lt_cv_prog_gnu_ld
=yes
5631 lt_cv_prog_gnu_ld
=no
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5636 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5637 with_gnu_ld
=$lt_cv_prog_gnu_ld
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5648 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5649 if ${lt_cv_path_NM+:} false
; then :
5650 $as_echo_n "(cached) " >&6
5652 if test -n "$NM"; then
5653 # Let the user override the test.
5656 lt_nm_to_check
="${ac_tool_prefix}nm"
5657 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5658 lt_nm_to_check
="$lt_nm_to_check nm"
5660 for lt_tmp_nm
in $lt_nm_to_check; do
5661 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5662 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5664 test -z "$ac_dir" && ac_dir
=.
5665 tmp_nm
="$ac_dir/$lt_tmp_nm"
5666 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5667 # Check to see if the nm accepts a BSD-compat flag.
5668 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5669 # nm: unknown option "B" ignored
5670 # Tru64's nm complains that /dev/null is an invalid object file
5671 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5672 */dev
/null
* |
*'Invalid file or object type'*)
5673 lt_cv_path_NM
="$tmp_nm -B"
5677 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5679 lt_cv_path_NM
="$tmp_nm -p"
5683 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5684 continue # so that we can try to find one that supports BSD flags
5693 : ${lt_cv_path_NM=no}
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5697 $as_echo "$lt_cv_path_NM" >&6; }
5698 if test "$lt_cv_path_NM" != "no"; then
5701 # Didn't find any BSD compatible name lister, look for dumpbin.
5702 if test -n "$DUMPBIN"; then :
5703 # Let the user override the test.
5705 if test -n "$ac_tool_prefix"; then
5706 for ac_prog
in dumpbin
"link -dump"
5708 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5709 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5713 $as_echo_n "(cached) " >&6
5715 if test -n "$DUMPBIN"; then
5716 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5718 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5722 test -z "$as_dir" && as_dir
=.
5723 for ac_exec_ext
in '' $ac_executable_extensions; do
5724 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5725 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5735 DUMPBIN
=$ac_cv_prog_DUMPBIN
5736 if test -n "$DUMPBIN"; then
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5738 $as_echo "$DUMPBIN" >&6; }
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5741 $as_echo "no" >&6; }
5745 test -n "$DUMPBIN" && break
5748 if test -z "$DUMPBIN"; then
5749 ac_ct_DUMPBIN
=$DUMPBIN
5750 for ac_prog
in dumpbin
"link -dump"
5752 # Extract the first word of "$ac_prog", so it can be a program name with args.
5753 set dummy
$ac_prog; ac_word
=$2
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5755 $as_echo_n "checking for $ac_word... " >&6; }
5756 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5757 $as_echo_n "(cached) " >&6
5759 if test -n "$ac_ct_DUMPBIN"; then
5760 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5762 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5766 test -z "$as_dir" && as_dir
=.
5767 for ac_exec_ext
in '' $ac_executable_extensions; do
5768 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5769 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5779 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5780 if test -n "$ac_ct_DUMPBIN"; then
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5782 $as_echo "$ac_ct_DUMPBIN" >&6; }
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5785 $as_echo "no" >&6; }
5789 test -n "$ac_ct_DUMPBIN" && break
5792 if test "x$ac_ct_DUMPBIN" = x
; then
5795 case $cross_compiling:$ac_tool_warned in
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5799 ac_tool_warned
=yes ;;
5801 DUMPBIN
=$ac_ct_DUMPBIN
5805 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5807 DUMPBIN
="$DUMPBIN -symbols"
5815 if test "$DUMPBIN" != ":"; then
5819 test -z "$NM" && NM
=nm
5826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5827 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5828 if ${lt_cv_nm_interface+:} false
; then :
5829 $as_echo_n "(cached) " >&6
5831 lt_cv_nm_interface
="BSD nm"
5832 echo "int some_variable = 0;" > conftest.
$ac_ext
5833 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5834 (eval "$ac_compile" 2>conftest.err
)
5835 cat conftest.err
>&5
5836 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5837 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5838 cat conftest.err
>&5
5839 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5840 cat conftest.out
>&5
5841 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5842 lt_cv_nm_interface
="MS dumpbin"
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5847 $as_echo "$lt_cv_nm_interface" >&6; }
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5850 $as_echo_n "checking whether ln -s works... " >&6; }
5852 if test "$LN_S" = "ln -s"; then
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5854 $as_echo "yes" >&6; }
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5857 $as_echo "no, using $LN_S" >&6; }
5860 # find the maximum length of command line arguments
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5862 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5863 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5864 $as_echo_n "(cached) " >&6
5871 # On DJGPP, this test can blow up pretty badly due to problems in libc
5872 # (any single argument exceeding 2000 bytes causes a buffer overrun
5873 # during glob expansion). Even if it were fixed, the result of this
5874 # check would be larger than it should be.
5875 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5879 # Under GNU Hurd, this test is not required because there is
5880 # no limit to the length of command line arguments.
5881 # Libtool will interpret -1 as no limit whatsoever
5882 lt_cv_sys_max_cmd_len
=-1;
5885 cygwin
* | mingw
* | cegcc
*)
5886 # On Win9x/ME, this test blows up -- it succeeds, but takes
5887 # about 5 minutes as the teststring grows exponentially.
5888 # Worse, since 9x/ME are not pre-emptively multitasking,
5889 # you end up with a "frozen" computer, even though with patience
5890 # the test eventually succeeds (with a max line length of 256k).
5891 # Instead, let's just punt: use the minimum linelength reported by
5892 # all of the supported platforms: 8192 (on NT/2K/XP).
5893 lt_cv_sys_max_cmd_len
=8192;
5897 # On MiNT this can take a long time and run out of memory.
5898 lt_cv_sys_max_cmd_len
=8192;
5902 # On AmigaOS with pdksh, this test takes hours, literally.
5903 # So we just punt and use a minimum line length of 8192.
5904 lt_cv_sys_max_cmd_len
=8192;
5907 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5908 # This has been around since 386BSD, at least. Likely further.
5909 if test -x /sbin
/sysctl
; then
5910 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5911 elif test -x /usr
/sbin
/sysctl
; then
5912 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5914 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5916 # And add a safety zone
5917 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5918 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5922 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5923 lt_cv_sys_max_cmd_len
=196608
5927 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5928 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5929 # nice to cause kernel panics so lets avoid the loop below.
5930 # First set a reasonable default.
5931 lt_cv_sys_max_cmd_len
=16384
5933 if test -x /sbin
/sysconfig
; then
5934 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5935 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5940 lt_cv_sys_max_cmd_len
=102400
5942 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5943 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5944 if test -n "$kargmax"; then
5945 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5947 lt_cv_sys_max_cmd_len
=32768
5951 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5952 if test -n "$lt_cv_sys_max_cmd_len"; then
5953 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5954 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5956 # Make teststring a little bigger before we do anything with it.
5957 # a 1K string should be a reasonable start.
5958 for i
in 1 2 3 4 5 6 7 8 ; do
5959 teststring
=$teststring$teststring
5961 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5962 # If test is not a shell built-in, we'll probably end up computing a
5963 # maximum length that is only half of the actual maximum length, but
5965 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5966 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5967 test $i != 17 # 1/2 MB should be enough
5970 teststring
=$teststring$teststring
5972 # Only check the string length outside the loop.
5973 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5975 # Add a significant safety factor because C++ compilers can tack on
5976 # massive amounts of additional arguments before passing them to the
5977 # linker. It appears as though 1/2 is a usable value.
5978 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5985 if test -n $lt_cv_sys_max_cmd_len ; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5987 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5990 $as_echo "none" >&6; }
5992 max_cmd_len
=$lt_cv_sys_max_cmd_len
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6004 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6005 # Try some XSI features
6008 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6010 && eval 'test $(( 1 + 1 )) -eq 2 \
6011 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6014 $as_echo "$xsi_shell" >&6; }
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6018 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6020 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6022 && lt_shell_append=yes
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6024 $as_echo "$lt_shell_append" >&6; }
6027 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6037 # test EBCDIC or ASCII
6038 case `echo X|tr X '\101'` in
6039 A) # ASCII based system
6040 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6041 lt_SP2NL='tr \040 \012'
6042 lt_NL2SP='tr \015\012 \040\040'
6044 *) # EBCDIC based system
6045 lt_SP2NL='tr \100 \n'
6046 lt_NL2SP='tr \r\n \100\100'
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6059 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6060 if ${lt_cv_ld_reload_flag+:} false; then :
6061 $as_echo_n "(cached
) " >&6
6063 lt_cv_ld_reload_flag='-r'
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6066 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6067 reload_flag=$lt_cv_ld_reload_flag
6068 case $reload_flag in
6070 *) reload_flag=" $reload_flag" ;;
6072 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6075 if test "$GCC" = yes; then
6076 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6078 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6091 if test -n "$ac_tool_prefix"; then
6092 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6093 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6095 $as_echo_n "checking
for $ac_word...
" >&6; }
6096 if ${ac_cv_prog_OBJDUMP+:} false; then :
6097 $as_echo_n "(cached
) " >&6
6099 if test -n "$OBJDUMP"; then
6100 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6106 test -z "$as_dir" && as_dir=.
6107 for ac_exec_ext in '' $ac_executable_extensions; do
6108 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6109 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6110 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6119 OBJDUMP=$ac_cv_prog_OBJDUMP
6120 if test -n "$OBJDUMP"; then
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
6122 $as_echo "$OBJDUMP" >&6; }
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6125 $as_echo "no
" >&6; }
6130 if test -z "$ac_cv_prog_OBJDUMP"; then
6131 ac_ct_OBJDUMP=$OBJDUMP
6132 # Extract the first word of "objdump
", so it can be a program name with args.
6133 set dummy objdump; ac_word=$2
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6135 $as_echo_n "checking
for $ac_word...
" >&6; }
6136 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6137 $as_echo_n "(cached
) " >&6
6139 if test -n "$ac_ct_OBJDUMP"; then
6140 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146 test -z "$as_dir" && as_dir=.
6147 for ac_exec_ext in '' $ac_executable_extensions; do
6148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6149 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
6150 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6159 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6160 if test -n "$ac_ct_OBJDUMP"; then
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
6162 $as_echo "$ac_ct_OBJDUMP" >&6; }
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6165 $as_echo "no
" >&6; }
6168 if test "x
$ac_ct_OBJDUMP" = x; then
6171 case $cross_compiling:$ac_tool_warned in
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6174 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6175 ac_tool_warned=yes ;;
6177 OBJDUMP=$ac_ct_OBJDUMP
6180 OBJDUMP="$ac_cv_prog_OBJDUMP"
6183 test -z "$OBJDUMP" && OBJDUMP=objdump
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6194 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6195 if ${lt_cv_deplibs_check_method+:} false; then :
6196 $as_echo_n "(cached
) " >&6
6198 lt_cv_file_magic_cmd='$MAGIC_CMD'
6199 lt_cv_file_magic_test_file=
6200 lt_cv_deplibs_check_method='unknown'
6201 # Need to set the preceding variable on all platforms that support
6202 # interlibrary dependencies.
6203 # 'none' -- dependencies not supported.
6204 # `unknown' -- same as none, but documents that we really don't know.
6205 # 'pass_all' -- all dependencies passed with no checks.
6206 # 'test_compile' -- check by making test program.
6207 # 'file_magic [[regex]]' -- check by looking for files in library path
6208 # which responds to the $file_magic_cmd with a given extended regex.
6209 # If you have `file' or equivalent on your system and you're not sure
6210 # whether `pass_all' will *always* work, you probably want this one.
6214 lt_cv_deplibs_check_method=pass_all
6218 lt_cv_deplibs_check_method=pass_all
6222 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6223 lt_cv_file_magic_cmd='/usr/bin/file -L'
6224 lt_cv_file_magic_test_file=/shlib/libc.so
6228 # func_win32_libid is a shell function defined in ltmain.sh
6229 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6230 lt_cv_file_magic_cmd='func_win32_libid'
6234 # Base MSYS/MinGW do not provide the 'file' command needed by
6235 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6236 # unless we find 'file', for example because we are cross-compiling.
6237 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6238 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6239 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6240 lt_cv_file_magic_cmd='func_win32_libid'
6242 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6243 lt_cv_file_magic_cmd='$OBJDUMP -f'
6248 # use the weaker test based on 'objdump'. See mingw*.
6249 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6250 lt_cv_file_magic_cmd='$OBJDUMP -f'
6253 darwin* | rhapsody*)
6254 lt_cv_deplibs_check_method=pass_all
6257 freebsd* | dragonfly*)
6258 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6261 # Not sure whether the presence of OpenBSD here was a mistake.
6262 # Let's accept both of them until this is cleared up.
6263 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6264 lt_cv_file_magic_cmd=/usr/bin/file
6265 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6269 lt_cv_deplibs_check_method=pass_all
6274 lt_cv_deplibs_check_method=pass_all
6278 lt_cv_deplibs_check_method=pass_all
6281 hpux10.20* | hpux11*)
6282 lt_cv_file_magic_cmd=/usr/bin/file
6285 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6286 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6289 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]'
6290 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6293 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6294 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6300 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6301 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6304 irix5* | irix6* | nonstopux*)
6306 *-32|*"-32 ") libmagic=32-bit;;
6307 *-n32|*"-n32 ") libmagic=N32;;
6308 *-64|*"-64 ") libmagic=64-bit;;
6309 *) libmagic=never-match;;
6311 lt_cv_deplibs_check_method=pass_all
6314 # This must be Linux ELF.
6315 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6316 lt_cv_deplibs_check_method=pass_all
6320 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6321 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6323 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6328 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6329 lt_cv_file_magic_cmd=/usr/bin/file
6330 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6334 lt_cv_deplibs_check_method=pass_all
6338 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6339 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6341 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6345 osf3* | osf4* | osf5*)
6346 lt_cv_deplibs_check_method=pass_all
6350 lt_cv_deplibs_check_method=pass_all
6354 lt_cv_deplibs_check_method=pass_all
6357 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6358 lt_cv_deplibs_check_method=pass_all
6362 case $host_vendor in
6364 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]'
6365 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6368 lt_cv_deplibs_check_method=pass_all
6371 lt_cv_file_magic_cmd='/bin/file'
6372 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6375 lt_cv_file_magic_cmd='/bin/file'
6376 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6377 lt_cv_file_magic_test_file=/lib/libc.so
6380 lt_cv_deplibs_check_method=pass_all
6383 lt_cv_deplibs_check_method=pass_all
6389 lt_cv_deplibs_check_method=pass_all
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6395 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6396 file_magic_cmd=$lt_cv_file_magic_cmd
6397 deplibs_check_method=$lt_cv_deplibs_check_method
6398 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6411 if test -n "$ac_tool_prefix"; then
6412 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6413 set dummy ${ac_tool_prefix}ar; ac_word=$2
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6415 $as_echo_n "checking
for $ac_word...
" >&6; }
6416 if ${ac_cv_prog_AR+:} false; then :
6417 $as_echo_n "(cached
) " >&6
6419 if test -n "$AR"; then
6420 ac_cv_prog_AR="$AR" # Let the user override the test.
6422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6426 test -z "$as_dir" && as_dir=.
6427 for ac_exec_ext in '' $ac_executable_extensions; do
6428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6429 ac_cv_prog_AR="${ac_tool_prefix}ar"
6430 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6440 if test -n "$AR"; then
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6442 $as_echo "$AR" >&6; }
6444 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6445 $as_echo "no
" >&6; }
6450 if test -z "$ac_cv_prog_AR"; then
6452 # Extract the first word of "ar", so it can be a program name with args.
6453 set dummy ar; ac_word=$2
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6455 $as_echo_n "checking
for $ac_word...
" >&6; }
6456 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6457 $as_echo_n "(cached
) " >&6
6459 if test -n "$ac_ct_AR"; then
6460 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466 test -z "$as_dir" && as_dir=.
6467 for ac_exec_ext in '' $ac_executable_extensions; do
6468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6469 ac_cv_prog_ac_ct_AR="ar"
6470 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6479 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6480 if test -n "$ac_ct_AR"; then
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6482 $as_echo "$ac_ct_AR" >&6; }
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6485 $as_echo "no
" >&6; }
6488 if test "x
$ac_ct_AR" = x; then
6491 case $cross_compiling:$ac_tool_warned in
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6494 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6495 ac_tool_warned=yes ;;
6503 test -z "$AR" && AR=ar
6504 test -z "$AR_FLAGS" && AR_FLAGS=cru
6516 if test -n "$ac_tool_prefix"; then
6517 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6518 set dummy ${ac_tool_prefix}strip; ac_word=$2
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6520 $as_echo_n "checking
for $ac_word...
" >&6; }
6521 if ${ac_cv_prog_STRIP+:} false; then :
6522 $as_echo_n "(cached
) " >&6
6524 if test -n "$STRIP"; then
6525 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6531 test -z "$as_dir" && as_dir=.
6532 for ac_exec_ext in '' $ac_executable_extensions; do
6533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6534 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6535 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6544 STRIP=$ac_cv_prog_STRIP
6545 if test -n "$STRIP"; then
6546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6547 $as_echo "$STRIP" >&6; }
6549 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6550 $as_echo "no
" >&6; }
6555 if test -z "$ac_cv_prog_STRIP"; then
6557 # Extract the first word of "strip
", so it can be a program name with args.
6558 set dummy strip; ac_word=$2
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6560 $as_echo_n "checking
for $ac_word...
" >&6; }
6561 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6562 $as_echo_n "(cached
) " >&6
6564 if test -n "$ac_ct_STRIP"; then
6565 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6571 test -z "$as_dir" && as_dir=.
6572 for ac_exec_ext in '' $ac_executable_extensions; do
6573 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6574 ac_cv_prog_ac_ct_STRIP="strip
"
6575 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6584 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6585 if test -n "$ac_ct_STRIP"; then
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6587 $as_echo "$ac_ct_STRIP" >&6; }
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6590 $as_echo "no
" >&6; }
6593 if test "x
$ac_ct_STRIP" = x; then
6596 case $cross_compiling:$ac_tool_warned in
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6599 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6600 ac_tool_warned=yes ;;
6605 STRIP="$ac_cv_prog_STRIP"
6608 test -z "$STRIP" && STRIP=:
6615 if test -n "$ac_tool_prefix"; then
6616 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6617 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6619 $as_echo_n "checking
for $ac_word...
" >&6; }
6620 if ${ac_cv_prog_RANLIB+:} false; then :
6621 $as_echo_n "(cached
) " >&6
6623 if test -n "$RANLIB"; then
6624 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6630 test -z "$as_dir" && as_dir=.
6631 for ac_exec_ext in '' $ac_executable_extensions; do
6632 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6633 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6634 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6643 RANLIB=$ac_cv_prog_RANLIB
6644 if test -n "$RANLIB"; then
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6646 $as_echo "$RANLIB" >&6; }
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6649 $as_echo "no
" >&6; }
6654 if test -z "$ac_cv_prog_RANLIB"; then
6655 ac_ct_RANLIB=$RANLIB
6656 # Extract the first word of "ranlib
", so it can be a program name with args.
6657 set dummy ranlib; ac_word=$2
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6659 $as_echo_n "checking
for $ac_word...
" >&6; }
6660 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6661 $as_echo_n "(cached
) " >&6
6663 if test -n "$ac_ct_RANLIB"; then
6664 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6670 test -z "$as_dir" && as_dir=.
6671 for ac_exec_ext in '' $ac_executable_extensions; do
6672 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6673 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6674 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6683 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6684 if test -n "$ac_ct_RANLIB"; then
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6686 $as_echo "$ac_ct_RANLIB" >&6; }
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6689 $as_echo "no
" >&6; }
6692 if test "x
$ac_ct_RANLIB" = x; then
6695 case $cross_compiling:$ac_tool_warned in
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6698 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6699 ac_tool_warned=yes ;;
6701 RANLIB=$ac_ct_RANLIB
6704 RANLIB="$ac_cv_prog_RANLIB"
6707 test -z "$RANLIB" && RANLIB=:
6714 # Determine commands to create old-style static archives.
6715 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6716 old_postinstall_cmds='chmod 644 $oldlib'
6717 old_postuninstall_cmds=
6719 if test -n "$RANLIB"; then
6722 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6725 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6728 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6733 lock_old_archive_extraction=yes ;;
6735 lock_old_archive_extraction=no ;;
6776 # If no C compiler was specified, use CC.
6779 # If no C compiler flags were specified, use CFLAGS.
6780 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6782 # Allow CC to be a program name with arguments.
6786 # Check for command to grab the raw symbol name followed by C symbol from nm.
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6788 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6789 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6790 $as_echo_n "(cached
) " >&6
6793 # These are sane defaults that work on at least a few old systems.
6794 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6796 # Character class describing NM global symbol codes.
6797 symcode='[BCDEGRST]'
6799 # Regexp to match symbols that can be accessed directly from C.
6800 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6802 # Define system-specific variables.
6807 cygwin* | mingw* | pw32* | cegcc*)
6808 symcode='[ABCDGISTW]'
6811 if test "$host_cpu" = ia64; then
6812 symcode='[ABCDEGRST]'
6816 symcode='[BCDEGRST]'
6819 symcode='[BCDEGQRST]'
6830 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6838 # If we're using GNU nm, then use its standard symbol codes.
6839 case `$NM -V 2>&1` in
6840 *GNU* | *'with BFD'*)
6841 symcode='[ABCDGIRSTW]' ;;
6844 # Transform an extracted symbol line into a proper C declaration.
6845 # Some systems (esp. on ia64) link data and code symbols differently,
6846 # so use this general approach.
6847 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6849 # Transform an extracted symbol line into symbol name and symbol address
6850 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6851 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'"
6853 # Handle CRLF in mingw tool chain
6857 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6861 # Try without a prefix underscore, then with it.
6862 for ac_symprfx in "" "_
"; do
6864 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6865 symxfrm="\\1 $ac_symprfx\\2 \\2"
6867 # Write the raw and C identifiers.
6868 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6869 # Fake it for dumpbin and say T for any non-static function
6870 # and D for any global variable.
6871 # Also find C++ and __fastcall symbols from MSVC++,
6872 # which start with @ or ?.
6873 lt_cv_sys_global_symbol_pipe="$AWK '"\
6874 " {last_section=section; section=\$ 3};"\
6875 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6876 " \$ 0!~/External *\|/{next};"\
6877 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6878 " {if(hide[section]) next};"\
6879 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6880 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6881 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6882 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6883 " ' prfx
=^
$ac_symprfx"
6885 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6888 # Check to see that the pipe works correctly.
6892 cat > conftest.$ac_ext <<_LT_EOF
6897 void nm_test_func(void);
6898 void nm_test_func(void){}
6902 int main(){nm_test_var='a';nm_test_func();return(0);}
6905 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6906 (eval $ac_compile) 2>&5
6908 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6909 test $ac_status = 0; }; then
6910 # Now try to grab the symbols.
6912 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6913 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6915 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6916 test $ac_status = 0; } && test -s "$nlist"; then
6917 # Try sorting and uniquifying the output.
6918 if sort "$nlist" | uniq > "$nlist"T; then
6919 mv -f "$nlist"T "$nlist"
6924 # Make sure that we snagged all the symbols we need.
6925 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6926 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6927 cat <<_LT_EOF > conftest.$ac_ext
6933 # Now generate the symbol file.
6934 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6936 cat <<_LT_EOF >> conftest.$ac_ext
6938 /* The mapping between symbol names and symbols. */
6943 lt__PROGRAM__LTX_preloaded_symbols[] =
6945 { "@PROGRAM@
", (void *) 0 },
6947 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6948 cat <<\_LT_EOF >> conftest.$ac_ext
6952 /* This works around a problem in FreeBSD linker */
6953 #ifdef FREEBSD_WORKAROUND
6954 static const void *lt_preloaded_setup() {
6955 return lt__PROGRAM__LTX_preloaded_symbols;
6963 # Now try linking the two files.
6964 mv conftest.$ac_objext conftstm.$ac_objext
6965 lt_save_LIBS="$LIBS"
6966 lt_save_CFLAGS="$CFLAGS"
6967 LIBS="conftstm.
$ac_objext"
6968 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6969 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6970 (eval $ac_link) 2>&5
6972 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6973 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6976 LIBS="$lt_save_LIBS"
6977 CFLAGS="$lt_save_CFLAGS"
6979 echo "cannot
find nm_test_func
in $nlist" >&5
6982 echo "cannot
find nm_test_var
in $nlist" >&5
6985 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6988 echo "$progname: failed program was
:" >&5
6989 cat conftest.$ac_ext >&5
6991 rm -rf conftest* conftst*
6993 # Do not use the global_symbol_pipe unless it works.
6994 if test "$pipe_works" = yes; then
6997 lt_cv_sys_global_symbol_pipe=
7003 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7004 lt_cv_sys_global_symbol_to_cdecl=
7006 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7008 $as_echo "failed
" >&6; }
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7011 $as_echo "ok
" >&6; }
7035 # Check whether --enable-libtool-lock was given.
7036 if test "${enable_libtool_lock+set}" = set; then :
7037 enableval=$enable_libtool_lock;
7040 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7042 # Some flags need to be propagated to the compiler or linker for good
7046 # Find out which ABI we are using.
7047 echo 'int i;' > conftest.$ac_ext
7048 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7049 (eval $ac_compile) 2>&5
7051 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7052 test $ac_status = 0; }; then
7053 case `/usr/bin/file conftest.$ac_objext` in
7065 # Find out which ABI we are using.
7066 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7067 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7068 (eval $ac_compile) 2>&5
7070 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7071 test $ac_status = 0; }; then
7072 if test "$lt_cv_prog_gnu_ld" = yes; then
7073 case `/usr/bin/file conftest.$ac_objext` in
7075 LD="${LD-ld} -melf32bsmip"
7078 LD="${LD-ld} -melf32bmipn32"
7081 LD="${LD-ld} -melf64bmip"
7085 case `/usr/bin/file conftest.$ac_objext` in
7101 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7102 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7103 # Find out which ABI we are using.
7104 echo 'int i;' > conftest.$ac_ext
7105 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7106 (eval $ac_compile) 2>&5
7108 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7109 test $ac_status = 0; }; then
7110 case `/usr/bin/file conftest.o` in
7113 x86_64-*kfreebsd*-gnu)
7114 LD="${LD-ld} -m elf_i386_fbsd
"
7117 case `/usr/bin/file conftest.o` in
7119 LD="${LD-ld} -m elf32_x86_64
"
7122 LD="${LD-ld} -m elf_i386
"
7126 powerpc64le-*linux*)
7127 LD="${LD-ld} -m elf32lppclinux
"
7130 LD="${LD-ld} -m elf32ppclinux
"
7133 LD="${LD-ld} -m elf_s390
"
7136 LD="${LD-ld} -m elf32_sparc
"
7142 x86_64-*kfreebsd*-gnu)
7143 LD="${LD-ld} -m elf_x86_64_fbsd
"
7146 LD="${LD-ld} -m elf_x86_64
"
7149 LD="${LD-ld} -m elf64lppc
"
7152 LD="${LD-ld} -m elf64ppc
"
7154 s390*-*linux*|s390*-*tpf*)
7155 LD="${LD-ld} -m elf64_s390
"
7158 LD="${LD-ld} -m elf64_sparc
"
7168 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7169 SAVE_CFLAGS="$CFLAGS"
7170 CFLAGS="$CFLAGS -belf"
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
7172 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
7173 if ${lt_cv_cc_needs_belf+:} false; then :
7174 $as_echo_n "(cached
) " >&6
7177 ac_cpp='$CPP $CPPFLAGS'
7178 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7179 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7180 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7183 /* end confdefs.h. */
7193 if ac_fn_c_try_link "$LINENO"; then :
7194 lt_cv_cc_needs_belf=yes
7196 lt_cv_cc_needs_belf=no
7198 rm -f core conftest.err conftest.$ac_objext \
7199 conftest$ac_exeext conftest.$ac_ext
7201 ac_cpp='$CPP $CPPFLAGS'
7202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7208 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7209 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7210 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7211 CFLAGS="$SAVE_CFLAGS"
7215 # Find out which ABI we are using.
7216 echo 'int i;' > conftest.$ac_ext
7217 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7218 (eval $ac_compile) 2>&5
7220 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7221 test $ac_status = 0; }; then
7222 case `/usr/bin/file conftest.o` in
7224 case $lt_cv_prog_gnu_ld in
7225 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7227 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7239 need_locks="$enable_libtool_lock"
7243 rhapsody* | darwin*)
7244 if test -n "$ac_tool_prefix"; then
7245 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7246 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7248 $as_echo_n "checking
for $ac_word...
" >&6; }
7249 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7250 $as_echo_n "(cached
) " >&6
7252 if test -n "$DSYMUTIL"; then
7253 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7259 test -z "$as_dir" && as_dir=.
7260 for ac_exec_ext in '' $ac_executable_extensions; do
7261 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7262 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7263 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7272 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7273 if test -n "$DSYMUTIL"; then
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7275 $as_echo "$DSYMUTIL" >&6; }
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7278 $as_echo "no
" >&6; }
7283 if test -z "$ac_cv_prog_DSYMUTIL"; then
7284 ac_ct_DSYMUTIL=$DSYMUTIL
7285 # Extract the first word of "dsymutil
", so it can be a program name with args.
7286 set dummy dsymutil; ac_word=$2
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7288 $as_echo_n "checking
for $ac_word...
" >&6; }
7289 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7290 $as_echo_n "(cached
) " >&6
7292 if test -n "$ac_ct_DSYMUTIL"; then
7293 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7299 test -z "$as_dir" && as_dir=.
7300 for ac_exec_ext in '' $ac_executable_extensions; do
7301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7302 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7303 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7312 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7313 if test -n "$ac_ct_DSYMUTIL"; then
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7315 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7318 $as_echo "no
" >&6; }
7321 if test "x
$ac_ct_DSYMUTIL" = x; then
7324 case $cross_compiling:$ac_tool_warned in
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7327 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7328 ac_tool_warned=yes ;;
7330 DSYMUTIL=$ac_ct_DSYMUTIL
7333 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7336 if test -n "$ac_tool_prefix"; then
7337 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7338 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7340 $as_echo_n "checking
for $ac_word...
" >&6; }
7341 if ${ac_cv_prog_NMEDIT+:} false; then :
7342 $as_echo_n "(cached
) " >&6
7344 if test -n "$NMEDIT"; then
7345 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7351 test -z "$as_dir" && as_dir=.
7352 for ac_exec_ext in '' $ac_executable_extensions; do
7353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7354 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7355 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7364 NMEDIT=$ac_cv_prog_NMEDIT
7365 if test -n "$NMEDIT"; then
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7367 $as_echo "$NMEDIT" >&6; }
7369 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7370 $as_echo "no
" >&6; }
7375 if test -z "$ac_cv_prog_NMEDIT"; then
7376 ac_ct_NMEDIT=$NMEDIT
7377 # Extract the first word of "nmedit
", so it can be a program name with args.
7378 set dummy nmedit; ac_word=$2
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7380 $as_echo_n "checking
for $ac_word...
" >&6; }
7381 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7382 $as_echo_n "(cached
) " >&6
7384 if test -n "$ac_ct_NMEDIT"; then
7385 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7391 test -z "$as_dir" && as_dir=.
7392 for ac_exec_ext in '' $ac_executable_extensions; do
7393 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7394 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7395 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7404 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7405 if test -n "$ac_ct_NMEDIT"; then
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7407 $as_echo "$ac_ct_NMEDIT" >&6; }
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7410 $as_echo "no
" >&6; }
7413 if test "x
$ac_ct_NMEDIT" = x; then
7416 case $cross_compiling:$ac_tool_warned in
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7419 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7420 ac_tool_warned=yes ;;
7422 NMEDIT=$ac_ct_NMEDIT
7425 NMEDIT="$ac_cv_prog_NMEDIT"
7428 if test -n "$ac_tool_prefix"; then
7429 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7430 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7432 $as_echo_n "checking
for $ac_word...
" >&6; }
7433 if ${ac_cv_prog_LIPO+:} false; then :
7434 $as_echo_n "(cached
) " >&6
7436 if test -n "$LIPO"; then
7437 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7443 test -z "$as_dir" && as_dir=.
7444 for ac_exec_ext in '' $ac_executable_extensions; do
7445 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7446 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7447 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7456 LIPO=$ac_cv_prog_LIPO
7457 if test -n "$LIPO"; then
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7459 $as_echo "$LIPO" >&6; }
7461 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7462 $as_echo "no
" >&6; }
7467 if test -z "$ac_cv_prog_LIPO"; then
7469 # Extract the first word of "lipo
", so it can be a program name with args.
7470 set dummy lipo; ac_word=$2
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7472 $as_echo_n "checking
for $ac_word...
" >&6; }
7473 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7474 $as_echo_n "(cached
) " >&6
7476 if test -n "$ac_ct_LIPO"; then
7477 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7483 test -z "$as_dir" && as_dir=.
7484 for ac_exec_ext in '' $ac_executable_extensions; do
7485 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7486 ac_cv_prog_ac_ct_LIPO="lipo
"
7487 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7496 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7497 if test -n "$ac_ct_LIPO"; then
7498 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7499 $as_echo "$ac_ct_LIPO" >&6; }
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7502 $as_echo "no
" >&6; }
7505 if test "x
$ac_ct_LIPO" = x; then
7508 case $cross_compiling:$ac_tool_warned in
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7511 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7512 ac_tool_warned=yes ;;
7517 LIPO="$ac_cv_prog_LIPO"
7520 if test -n "$ac_tool_prefix"; then
7521 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7522 set dummy ${ac_tool_prefix}otool; ac_word=$2
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7524 $as_echo_n "checking
for $ac_word...
" >&6; }
7525 if ${ac_cv_prog_OTOOL+:} false; then :
7526 $as_echo_n "(cached
) " >&6
7528 if test -n "$OTOOL"; then
7529 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7535 test -z "$as_dir" && as_dir=.
7536 for ac_exec_ext in '' $ac_executable_extensions; do
7537 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7538 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7539 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7548 OTOOL=$ac_cv_prog_OTOOL
7549 if test -n "$OTOOL"; then
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7551 $as_echo "$OTOOL" >&6; }
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7554 $as_echo "no
" >&6; }
7559 if test -z "$ac_cv_prog_OTOOL"; then
7561 # Extract the first word of "otool
", so it can be a program name with args.
7562 set dummy otool; ac_word=$2
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7564 $as_echo_n "checking
for $ac_word...
" >&6; }
7565 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7566 $as_echo_n "(cached
) " >&6
7568 if test -n "$ac_ct_OTOOL"; then
7569 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7575 test -z "$as_dir" && as_dir=.
7576 for ac_exec_ext in '' $ac_executable_extensions; do
7577 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7578 ac_cv_prog_ac_ct_OTOOL="otool
"
7579 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7588 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7589 if test -n "$ac_ct_OTOOL"; then
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7591 $as_echo "$ac_ct_OTOOL" >&6; }
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7594 $as_echo "no
" >&6; }
7597 if test "x
$ac_ct_OTOOL" = x; then
7600 case $cross_compiling:$ac_tool_warned in
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7603 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7604 ac_tool_warned=yes ;;
7609 OTOOL="$ac_cv_prog_OTOOL"
7612 if test -n "$ac_tool_prefix"; then
7613 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7614 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7616 $as_echo_n "checking
for $ac_word...
" >&6; }
7617 if ${ac_cv_prog_OTOOL64+:} false; then :
7618 $as_echo_n "(cached
) " >&6
7620 if test -n "$OTOOL64"; then
7621 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7627 test -z "$as_dir" && as_dir=.
7628 for ac_exec_ext in '' $ac_executable_extensions; do
7629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7630 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7631 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7640 OTOOL64=$ac_cv_prog_OTOOL64
7641 if test -n "$OTOOL64"; then
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7643 $as_echo "$OTOOL64" >&6; }
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7646 $as_echo "no
" >&6; }
7651 if test -z "$ac_cv_prog_OTOOL64"; then
7652 ac_ct_OTOOL64=$OTOOL64
7653 # Extract the first word of "otool64
", so it can be a program name with args.
7654 set dummy otool64; ac_word=$2
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7656 $as_echo_n "checking
for $ac_word...
" >&6; }
7657 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7658 $as_echo_n "(cached
) " >&6
7660 if test -n "$ac_ct_OTOOL64"; then
7661 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7667 test -z "$as_dir" && as_dir=.
7668 for ac_exec_ext in '' $ac_executable_extensions; do
7669 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7670 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7671 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7680 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7681 if test -n "$ac_ct_OTOOL64"; then
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7683 $as_echo "$ac_ct_OTOOL64" >&6; }
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7686 $as_echo "no
" >&6; }
7689 if test "x
$ac_ct_OTOOL64" = x; then
7692 case $cross_compiling:$ac_tool_warned in
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7695 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7696 ac_tool_warned=yes ;;
7698 OTOOL64=$ac_ct_OTOOL64
7701 OTOOL64="$ac_cv_prog_OTOOL64"
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7731 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7732 if ${lt_cv_apple_cc_single_mod+:} false; then :
7733 $as_echo_n "(cached
) " >&6
7735 lt_cv_apple_cc_single_mod=no
7736 if test -z "${LT_MULTI_MODULE}"; then
7737 # By default we will add the -single_module flag. You can override
7738 # by either setting the environment variable LT_MULTI_MODULE
7739 # non-empty at configure time, or by adding -multi_module to the
7741 rm -rf libconftest.dylib*
7742 echo "int foo
(void
){return 1;}" > conftest.c
7743 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7744 -dynamiclib -Wl,-single_module conftest.c
" >&5
7745 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7746 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7748 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7749 lt_cv_apple_cc_single_mod=yes
7751 cat conftest.err >&5
7753 rm -rf libconftest.dylib*
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7758 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7760 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7761 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7762 $as_echo_n "(cached
) " >&6
7764 lt_cv_ld_exported_symbols_list=no
7765 save_LDFLAGS=$LDFLAGS
7766 echo "_main
" > conftest.sym
7767 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7769 /* end confdefs.h. */
7779 if ac_fn_c_try_link "$LINENO"; then :
7780 lt_cv_ld_exported_symbols_list=yes
7782 lt_cv_ld_exported_symbols_list=no
7784 rm -f core conftest.err conftest.$ac_objext \
7785 conftest$ac_exeext conftest.$ac_ext
7786 LDFLAGS="$save_LDFLAGS"
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7790 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7792 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7793 if ${lt_cv_ld_force_load+:} false; then :
7794 $as_echo_n "(cached
) " >&6
7796 lt_cv_ld_force_load=no
7797 cat > conftest.c << _LT_EOF
7798 int forced_loaded() { return 2;}
7800 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7801 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7802 echo "$AR cru libconftest.a conftest.o
" >&5
7803 $AR cru libconftest.a conftest.o 2>&5
7804 cat > conftest.c << _LT_EOF
7805 int main() { return 0;}
7807 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7808 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7810 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7811 lt_cv_ld_force_load=yes
7813 cat conftest.err >&5
7815 rm -f conftest.err libconftest.a conftest conftest.c
7816 rm -rf conftest.dSYM
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7820 $as_echo "$lt_cv_ld_force_load" >&6; }
7822 rhapsody* | darwin1.[012])
7823 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7825 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7826 darwin*) # darwin 5.x on
7827 # if running on 10.5 or later, the deployment target defaults
7828 # to the OS version, if on x86, and 10.4, the deployment
7829 # target defaults to 10.4. Don't you love it?
7830 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7831 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7832 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7834 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7836 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7840 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7841 _lt_dar_single_mod='$single_module'
7843 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7844 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7846 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7848 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7849 _lt_dsymutil='~$DSYMUTIL $lib || :'
7856 for ac_header in dlfcn.h
7858 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7860 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7861 cat >>confdefs.h <<_ACEOF
7862 #define HAVE_DLFCN_H 1
7883 # Check whether --enable-shared was given.
7884 if test "${enable_shared+set}" = set; then :
7885 enableval=$enable_shared; p=${PACKAGE-default}
7887 yes) enable_shared=yes ;;
7888 no) enable_shared=no ;;
7891 # Look at the argument we got. We use all the common list separators.
7892 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7893 for pkg in $enableval; do
7895 if test "X
$pkg" = "X
$p"; then
7914 # Check whether --enable-static was given.
7915 if test "${enable_static+set}" = set; then :
7916 enableval=$enable_static; p=${PACKAGE-default}
7918 yes) enable_static=yes ;;
7919 no) enable_static=no ;;
7922 # Look at the argument we got. We use all the common list separators.
7923 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7924 for pkg in $enableval; do
7926 if test "X
$pkg" = "X
$p"; then
7946 # Check whether --with-pic was given.
7947 if test "${with_pic+set}" = set; then :
7948 withval=$with_pic; pic_mode="$withval"
7954 test -z "$pic_mode" && pic_mode=default
7962 # Check whether --enable-fast-install was given.
7963 if test "${enable_fast_install+set}" = set; then :
7964 enableval=$enable_fast_install; p=${PACKAGE-default}
7966 yes) enable_fast_install=yes ;;
7967 no) enable_fast_install=no ;;
7969 enable_fast_install=no
7970 # Look at the argument we got. We use all the common list separators.
7971 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7972 for pkg in $enableval; do
7974 if test "X
$pkg" = "X
$p"; then
7975 enable_fast_install=yes
7982 enable_fast_install=yes
7995 # This can be used to rebuild libtool when needed
7996 LIBTOOL_DEPS="$ltmain"
7998 # Always use our own libtool.
7999 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8026 test -z "$LN_S" && LN_S="ln -s"
8041 if test -n "${ZSH_VERSION+set}" ; then
8042 setopt NO_GLOB_SUBST
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8046 $as_echo_n "checking
for objdir...
" >&6; }
8047 if ${lt_cv_objdir+:} false; then :
8048 $as_echo_n "(cached
) " >&6
8050 rm -f .libs 2>/dev/null
8051 mkdir .libs 2>/dev/null
8052 if test -d .libs; then
8055 # MS-DOS does not allow filenames that begin with a dot.
8058 rmdir .libs 2>/dev/null
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8061 $as_echo "$lt_cv_objdir" >&6; }
8062 objdir=$lt_cv_objdir
8068 cat >>confdefs.h <<_ACEOF
8069 #define LT_OBJDIR "$lt_cv_objdir/"
8077 # AIX sometimes has problems with the GCC collect2 program. For some
8078 # reason, if we set the COLLECT_NAMES environment variable, the problems
8079 # vanish in a puff of smoke.
8080 if test "X
${COLLECT_NAMES+set}" != Xset; then
8082 export COLLECT_NAMES
8089 can_build_shared=yes
8091 # All known linkers require a `.a' archive for static linking (except MSVC,
8092 # which needs '.lib').
8095 with_gnu_ld="$lt_cv_prog_gnu_ld"
8098 old_CFLAGS="$CFLAGS"
8100 # Set sane defaults for various variables
8101 test -z "$CC" && CC=cc
8102 test -z "$LTCC" && LTCC=$CC
8103 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8104 test -z "$LD" && LD=ld
8105 test -z "$ac_objext" && ac_objext=o
8107 for cc_temp in $compiler""; do
8109 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8110 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8115 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
8118 # Only perform the check for file, if the check method requires it
8119 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8120 case $deplibs_check_method in
8122 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
8124 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
8125 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8126 $as_echo_n "(cached
) " >&6
8130 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8133 lt_save_MAGIC_CMD="$MAGIC_CMD"
8134 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8135 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8136 for ac_dir in $ac_dummy; do
8138 test -z "$ac_dir" && ac_dir=.
8139 if test -f $ac_dir/${ac_tool_prefix}file; then
8140 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8141 if test -n "$file_magic_test_file"; then
8142 case $deplibs_check_method in
8144 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8145 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8146 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8147 $EGREP "$file_magic_regex" > /dev/null; then
8152 *** Warning: the command libtool uses to detect shared libraries,
8153 *** $file_magic_cmd, produces output that libtool cannot recognize.
8154 *** The result is that libtool may fail to recognize shared libraries
8155 *** as such. This will affect the creation of libtool libraries that
8156 *** depend on shared libraries, but programs linked with such libtool
8157 *** libraries will work regardless of this problem. Nevertheless, you
8158 *** may want to report the problem to your system manager and/or to
8159 *** bug-libtool@gnu.org
8169 MAGIC_CMD="$lt_save_MAGIC_CMD"
8174 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8175 if test -n "$MAGIC_CMD"; then
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8177 $as_echo "$MAGIC_CMD" >&6; }
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8180 $as_echo "no
" >&6; }
8187 if test -z "$lt_cv_path_MAGIC_CMD"; then
8188 if test -n "$ac_tool_prefix"; then
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
8190 $as_echo_n "checking
for file...
" >&6; }
8191 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8192 $as_echo_n "(cached
) " >&6
8196 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8199 lt_save_MAGIC_CMD="$MAGIC_CMD"
8200 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8201 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8202 for ac_dir in $ac_dummy; do
8204 test -z "$ac_dir" && ac_dir=.
8205 if test -f $ac_dir/file; then
8206 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8207 if test -n "$file_magic_test_file"; then
8208 case $deplibs_check_method in
8210 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8211 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8212 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8213 $EGREP "$file_magic_regex" > /dev/null; then
8218 *** Warning: the command libtool uses to detect shared libraries,
8219 *** $file_magic_cmd, produces output that libtool cannot recognize.
8220 *** The result is that libtool may fail to recognize shared libraries
8221 *** as such. This will affect the creation of libtool libraries that
8222 *** depend on shared libraries, but programs linked with such libtool
8223 *** libraries will work regardless of this problem. Nevertheless, you
8224 *** may want to report the problem to your system manager and/or to
8225 *** bug-libtool@gnu.org
8235 MAGIC_CMD="$lt_save_MAGIC_CMD"
8240 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8241 if test -n "$MAGIC_CMD"; then
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8243 $as_echo "$MAGIC_CMD" >&6; }
8245 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8246 $as_echo "no
" >&6; }
8259 # Use C for the default configuration in the libtool script
8263 ac_cpp='$CPP $CPPFLAGS'
8264 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8265 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8266 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8269 # Source file extension for C test sources.
8272 # Object file extension for compiled C test sources.
8276 # Code to be used in simple compile tests
8277 lt_simple_compile_test_code="int some_variable
= 0;"
8279 # Code to be used in simple link tests
8280 lt_simple_link_test_code='int main(){return(0);}'
8288 # If no C compiler was specified, use CC.
8291 # If no C compiler flags were specified, use CFLAGS.
8292 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8294 # Allow CC to be a program name with arguments.
8297 # Save the default compiler, since it gets overwritten when the other
8298 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8299 compiler_DEFAULT=$CC
8301 # save warnings/boilerplate of simple test code
8302 ac_outfile=conftest.$ac_objext
8303 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8304 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8305 _lt_compiler_boilerplate=`cat conftest.err`
8308 ac_outfile=conftest.$ac_objext
8309 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8310 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8311 _lt_linker_boilerplate=`cat conftest.err`
8316 ## There is no encapsulation within the following macros, do not change
8317 ## the running order or otherwise move them around unless you know exactly
8318 ## what you are doing...
8319 if test -n "$compiler"; then
8321 lt_prog_compiler_no_builtin_flag=
8323 if test "$GCC" = yes; then
8324 case $cc_basename in
8326 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8328 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8332 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8333 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8334 $as_echo_n "(cached
) " >&6
8336 lt_cv_prog_compiler_rtti_exceptions=no
8337 ac_outfile=conftest.$ac_objext
8338 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8339 lt_compiler_flag="-fno-rtti -fno-exceptions"
8340 # Insert the option either (1) after the last *FLAGS variable, or
8341 # (2) before a word containing "conftest.
", or (3) at the end.
8342 # Note that $ac_compile itself does not contain backslashes and begins
8343 # with a dollar sign (not a hyphen), so the echo should work correctly.
8344 # The option is referenced via a variable to avoid confusing sed.
8345 lt_compile=`echo "$ac_compile" | $SED \
8346 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8347 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8348 -e 's:$: $lt_compiler_flag:'`
8349 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8350 (eval "$lt_compile" 2>conftest.err)
8352 cat conftest.err >&5
8353 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8354 if (exit $ac_status) && test -s "$ac_outfile"; then
8355 # The compiler can only warn and ignore the option if not recognized
8356 # So say no if there are warnings other than the usual output.
8357 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8358 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8359 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8360 lt_cv_prog_compiler_rtti_exceptions=yes
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8367 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8369 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8370 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8382 lt_prog_compiler_wl=
8383 lt_prog_compiler_pic=
8384 lt_prog_compiler_static=
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8387 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8389 if test "$GCC" = yes; then
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_static='-static'
8395 # All AIX code is PIC.
8396 if test "$host_cpu" = ia64; then
8397 # AIX 5 now supports IA64 processor
8398 lt_prog_compiler_static='-Bstatic'
8400 lt_prog_compiler_pic='-fPIC'
8406 # see comment about AmigaOS4 .so support
8407 lt_prog_compiler_pic='-fPIC'
8410 # FIXME: we need at least 68020 code to build shared libraries, but
8411 # adding the `-m68020' flag to GCC prevents building anything better,
8413 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8418 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8419 # PIC is the default for these OSes.
8422 mingw* | cygwin* | pw32* | os2* | cegcc*)
8423 # This hack is so that the source file can tell whether it is being
8424 # built for inclusion in a dll (and should export symbols for example).
8425 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8426 # (--disable-auto-import) libraries
8427 lt_prog_compiler_pic='-DDLL_EXPORT'
8430 darwin* | rhapsody*)
8431 # PIC is the default on this platform
8432 # Common symbols not allowed in MH_DYLIB files
8433 lt_prog_compiler_pic='-fno-common'
8437 # PIC is the default for Haiku.
8438 # The "-static" flag exists, but is broken.
8439 lt_prog_compiler_static=
8443 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8444 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8445 # sets the default TLS model and affects inlining.
8451 lt_prog_compiler_pic='-fPIC'
8457 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8458 # Instead, we relocate shared libraries at runtime.
8462 # Just because we use GCC doesn't mean we suddenly get shared libraries
8463 # on systems that don't support them.
8464 lt_prog_compiler_can_build_shared=no
8469 # QNX uses GNU C++, but need to define -shared option too, otherwise
8471 lt_prog_compiler_pic='-fPIC -shared'
8475 if test -d /usr/nec; then
8476 lt_prog_compiler_pic=-Kconform_pic
8481 lt_prog_compiler_pic='-fPIC'
8485 case $cc_basename in
8486 nvcc*) # Cuda Compiler Driver 2.2
8487 lt_prog_compiler_wl='-Xlinker '
8488 lt_prog_compiler_pic='-Xcompiler -fPIC'
8492 # PORTME Check for flag to pass linker flags through the system compiler.
8495 lt_prog_compiler_wl='-Wl,'
8496 if test "$host_cpu" = ia64; then
8497 # AIX 5 now supports IA64 processor
8498 lt_prog_compiler_static='-Bstatic'
8500 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8504 mingw* | cygwin* | pw32* | os2* | cegcc*)
8505 # This hack is so that the source file can tell whether it is being
8506 # built for inclusion in a dll (and should export symbols for example).
8507 lt_prog_compiler_pic='-DDLL_EXPORT'
8510 hpux9* | hpux10* | hpux11*)
8511 lt_prog_compiler_wl='-Wl,'
8512 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8519 lt_prog_compiler_pic='+Z'
8522 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8523 lt_prog_compiler_static='${wl}-a ${wl}archive'
8526 irix5* | irix6* | nonstopux*)
8527 lt_prog_compiler_wl='-Wl,'
8528 # PIC (with -KPIC) is the default.
8529 lt_prog_compiler_static='-non_shared'
8532 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8533 case $cc_basename in
8534 # old Intel for x86_64 which still supported -KPIC.
8536 lt_prog_compiler_wl='-Wl,'
8537 lt_prog_compiler_pic='-KPIC'
8538 lt_prog_compiler_static='-static'
8540 # icc used to be incompatible with GCC.
8541 # ICC 10 doesn't accept -KPIC any more.
8543 lt_prog_compiler_wl='-Wl,'
8544 lt_prog_compiler_pic='-fPIC'
8545 lt_prog_compiler_static='-static'
8547 # Lahey Fortran 8.1.
8549 lt_prog_compiler_wl='-Wl,'
8550 lt_prog_compiler_pic='--shared'
8551 lt_prog_compiler_static='--static'
8553 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8554 # Portland Group compilers (*not* the Pentium gcc compiler,
8555 # which looks to be a dead project)
8556 lt_prog_compiler_wl='-Wl,'
8557 lt_prog_compiler_pic='-fpic'
8558 lt_prog_compiler_static='-Bstatic'
8561 lt_prog_compiler_wl='-Wl,'
8562 # All Alpha code is PIC.
8563 lt_prog_compiler_static='-non_shared'
8565 xl* | bgxl* | bgf* | mpixl*)
8566 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8567 lt_prog_compiler_wl='-Wl,'
8568 lt_prog_compiler_pic='-qpic'
8569 lt_prog_compiler_static='-qstaticlink'
8572 case `$CC -V 2>&1 | sed 5q` in
8573 *Sun\ F* | *Sun*Fortran*)
8574 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8575 lt_prog_compiler_pic='-KPIC'
8576 lt_prog_compiler_static='-Bstatic'
8577 lt_prog_compiler_wl=''
8581 lt_prog_compiler_pic='-KPIC'
8582 lt_prog_compiler_static='-Bstatic'
8583 lt_prog_compiler_wl='-Wl,'
8591 lt_prog_compiler_pic='-KPIC'
8592 lt_prog_compiler_static='-Bstatic'
8596 # QNX uses GNU C++, but need to define -shared option too, otherwise
8598 lt_prog_compiler_pic='-fPIC -shared'
8601 osf3* | osf4* | osf5*)
8602 lt_prog_compiler_wl='-Wl,'
8603 # All OSF/1 code is PIC.
8604 lt_prog_compiler_static='-non_shared'
8608 lt_prog_compiler_static='-non_shared'
8612 lt_prog_compiler_pic='-KPIC'
8613 lt_prog_compiler_static='-Bstatic'
8614 case $cc_basename in
8616 lt_prog_compiler_wl='-Qoption ld ';;
8618 lt_prog_compiler_wl='-Wl,';;
8623 lt_prog_compiler_wl='-Qoption ld '
8624 lt_prog_compiler_pic='-PIC'
8625 lt_prog_compiler_static='-Bstatic'
8628 sysv4 | sysv4.2uw2* | sysv4.3*)
8629 lt_prog_compiler_wl='-Wl,'
8630 lt_prog_compiler_pic='-KPIC'
8631 lt_prog_compiler_static='-Bstatic'
8635 if test -d /usr/nec ;then
8636 lt_prog_compiler_pic='-Kconform_pic'
8637 lt_prog_compiler_static='-Bstatic'
8641 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8642 lt_prog_compiler_wl='-Wl,'
8643 lt_prog_compiler_pic='-KPIC'
8644 lt_prog_compiler_static='-Bstatic'
8648 lt_prog_compiler_wl='-Wl,'
8649 lt_prog_compiler_can_build_shared=no
8653 lt_prog_compiler_pic='-pic'
8654 lt_prog_compiler_static='-Bstatic'
8658 lt_prog_compiler_can_build_shared=no
8664 # For platforms which do not support PIC, -DPIC is meaningless:
8666 lt_prog_compiler_pic=
8669 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8673 $as_echo "$lt_prog_compiler_pic" >&6; }
8681 # Check to make sure the PIC flag actually works.
8683 if test -n "$lt_prog_compiler_pic"; then
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8685 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8686 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8687 $as_echo_n "(cached
) " >&6
8689 lt_cv_prog_compiler_pic_works=no
8690 ac_outfile=conftest.$ac_objext
8691 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8692 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8693 # Insert the option either (1) after the last *FLAGS variable, or
8694 # (2) before a word containing "conftest.
", or (3) at the end.
8695 # Note that $ac_compile itself does not contain backslashes and begins
8696 # with a dollar sign (not a hyphen), so the echo should work correctly.
8697 # The option is referenced via a variable to avoid confusing sed.
8698 lt_compile=`echo "$ac_compile" | $SED \
8699 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8700 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8701 -e 's:$: $lt_compiler_flag:'`
8702 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8703 (eval "$lt_compile" 2>conftest.err)
8705 cat conftest.err >&5
8706 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8707 if (exit $ac_status) && test -s "$ac_outfile"; then
8708 # The compiler can only warn and ignore the option if not recognized
8709 # So say no if there are warnings other than the usual output.
8710 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8711 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8712 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8713 lt_cv_prog_compiler_pic_works=yes
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8720 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8722 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8723 case $lt_prog_compiler_pic in
8725 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8728 lt_prog_compiler_pic=
8729 lt_prog_compiler_can_build_shared=no
8740 # Check to make sure the static flag actually works.
8742 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8744 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8745 if ${lt_cv_prog_compiler_static_works+:} false; then :
8746 $as_echo_n "(cached
) " >&6
8748 lt_cv_prog_compiler_static_works=no
8749 save_LDFLAGS="$LDFLAGS"
8750 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8751 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8752 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8753 # The linker can only warn and ignore the option if not recognized
8754 # So say no if there are warnings
8755 if test -s conftest.err; then
8756 # Append any errors to the config.log.
8757 cat conftest.err 1>&5
8758 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8759 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8760 if diff conftest.exp conftest.er2 >/dev/null; then
8761 lt_cv_prog_compiler_static_works=yes
8764 lt_cv_prog_compiler_static_works=yes
8768 LDFLAGS="$save_LDFLAGS"
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8772 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8774 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8777 lt_prog_compiler_static=
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8787 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8788 if ${lt_cv_prog_compiler_c_o+:} false; then :
8789 $as_echo_n "(cached
) " >&6
8791 lt_cv_prog_compiler_c_o=no
8792 $RM -r conftest 2>/dev/null
8796 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8798 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8799 # Insert the option either (1) after the last *FLAGS variable, or
8800 # (2) before a word containing "conftest.
", or (3) at the end.
8801 # Note that $ac_compile itself does not contain backslashes and begins
8802 # with a dollar sign (not a hyphen), so the echo should work correctly.
8803 lt_compile=`echo "$ac_compile" | $SED \
8804 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8805 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8806 -e 's:$: $lt_compiler_flag:'`
8807 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8808 (eval "$lt_compile" 2>out/conftest.err)
8810 cat out/conftest.err >&5
8811 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8812 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8814 # The compiler can only warn and ignore the option if not recognized
8815 # So say no if there are warnings
8816 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8817 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8818 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8819 lt_cv_prog_compiler_c_o=yes
8824 # SGI C++ compiler will create directory out/ii_files/ for
8825 # template instantiation
8826 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8827 $RM out/* && rmdir out
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8834 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8842 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8843 if ${lt_cv_prog_compiler_c_o+:} false; then :
8844 $as_echo_n "(cached
) " >&6
8846 lt_cv_prog_compiler_c_o=no
8847 $RM -r conftest 2>/dev/null
8851 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8853 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8854 # Insert the option either (1) after the last *FLAGS variable, or
8855 # (2) before a word containing "conftest.
", or (3) at the end.
8856 # Note that $ac_compile itself does not contain backslashes and begins
8857 # with a dollar sign (not a hyphen), so the echo should work correctly.
8858 lt_compile=`echo "$ac_compile" | $SED \
8859 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8860 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8861 -e 's:$: $lt_compiler_flag:'`
8862 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8863 (eval "$lt_compile" 2>out/conftest.err)
8865 cat out/conftest.err >&5
8866 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8867 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8869 # The compiler can only warn and ignore the option if not recognized
8870 # So say no if there are warnings
8871 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8872 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8873 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8874 lt_cv_prog_compiler_c_o=yes
8879 # SGI C++ compiler will create directory out/ii_files/ for
8880 # template instantiation
8881 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8882 $RM out/* && rmdir out
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8889 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8894 hard_links="nottested
"
8895 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8896 # do not overwrite the value of need_locks provided by the user
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8898 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8901 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8903 ln conftest.a conftest.b 2>&5 || hard_links=no
8904 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8905 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8906 $as_echo "$hard_links" >&6; }
8907 if test "$hard_links" = no; then
8908 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8909 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8922 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8925 allow_undefined_flag=
8926 always_export_symbols=no
8928 archive_expsym_cmds=
8929 compiler_needs_object=no
8930 enable_shared_with_static_runtimes=no
8931 export_dynamic_flag_spec=
8932 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8933 hardcode_automatic=no
8935 hardcode_direct_absolute=no
8936 hardcode_libdir_flag_spec=
8937 hardcode_libdir_flag_spec_ld=
8938 hardcode_libdir_separator=
8940 hardcode_shlibpath_var=unsupported
8942 link_all_deplibs=unknown
8945 old_archive_from_new_cmds=
8946 old_archive_from_expsyms_cmds=
8947 thread_safe_flag_spec=
8948 whole_archive_flag_spec=
8949 # include_expsyms should be a list of space-separated symbols to be *always*
8950 # included in the symbol list
8952 # exclude_expsyms can be an extended regexp of symbols to exclude
8953 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8954 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8955 # as well as any symbol that contains `d'.
8956 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8957 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8958 # platforms (ab)use it in PIC code, but their linkers get confused if
8959 # the symbol is explicitly referenced. Since portable code cannot
8960 # rely on this symbol name, it's probably fine to never include it in
8961 # preloaded symbol tables.
8962 # Exclude shared library initialization/finalization symbols.
8963 extract_expsyms_cmds=
8966 cygwin* | mingw* | pw32* | cegcc*)
8967 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8968 # When not using gcc, we currently assume that we are using
8969 # Microsoft Visual C++.
8970 if test "$GCC" != yes; then
8975 # we just hope/assume this is gcc and not c89 (= MSVC++)
8985 # On some targets, GNU ld is compatible enough with the native linker
8986 # that we're better off using the native interface for both.
8987 lt_use_gnu_ld_interface=no
8988 if test "$with_gnu_ld" = yes; then
8991 # The AIX port of GNU ld has always aspired to compatibility
8992 # with the native linker. However, as the warning in the GNU ld
8993 # block says, versions before 2.19.5* couldn't really create working
8994 # shared libraries, regardless of the interface used.
8995 case `$LD -v 2>&1` in
8996 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8997 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8998 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9000 lt_use_gnu_ld_interface=yes
9005 lt_use_gnu_ld_interface=yes
9010 if test "$lt_use_gnu_ld_interface" = yes; then
9011 # If archive_cmds runs LD, not CC, wlarc should be empty
9014 # Set some defaults for GNU ld with shared library support. These
9015 # are reset later if shared libraries are not supported. Putting them
9016 # here allows them to be overridden if necessary.
9017 runpath_var=LD_RUN_PATH
9018 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9019 export_dynamic_flag_spec='${wl}--export-dynamic'
9020 # ancient GNU ld didn't support --whole-archive et. al.
9021 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9022 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9024 whole_archive_flag_spec=
9026 supports_anon_versioning=no
9027 case `$LD -v 2>&1` in
9028 *GNU\ gold*) supports_anon_versioning=yes ;;
9029 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9030 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9031 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9032 *\ 2.11.*) ;; # other 2.11 versions
9033 *) supports_anon_versioning=yes ;;
9036 # See if GNU ld supports shared libraries.
9039 # On AIX/PPC, the GNU linker is very broken
9040 if test "$host_cpu" != ia64; then
9044 *** Warning: the GNU linker, at least up to release 2.19, is reported
9045 *** to be unable to reliably create shared libraries on AIX.
9046 *** Therefore, libtool is disabling shared libraries support. If you
9047 *** really care for shared libraries, you may want to install binutils
9048 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9049 *** You will then need to restart the configuration process.
9058 # see comment about AmigaOS4 .so support
9059 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9060 archive_expsym_cmds=''
9063 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)'
9064 hardcode_libdir_flag_spec
='-L$libdir'
9065 hardcode_minus_L
=yes
9071 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9072 allow_undefined_flag
=unsupported
9073 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9074 # support --undefined. This deserves some investigation. FIXME
9075 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9081 cygwin
* | mingw
* | pw32
* | cegcc
*)
9082 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9083 # as there is no search path for DLLs.
9084 hardcode_libdir_flag_spec
='-L$libdir'
9085 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9086 allow_undefined_flag
=unsupported
9087 always_export_symbols
=no
9088 enable_shared_with_static_runtimes
=yes
9089 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9091 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9092 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9093 # If the export-symbols file already is a .def file (1st line
9094 # is EXPORTS), use it as is; otherwise, prepend...
9095 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9096 cp $export_symbols $output_objdir/$soname.def;
9098 echo EXPORTS > $output_objdir/$soname.def;
9099 cat $export_symbols >> $output_objdir/$soname.def;
9101 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9108 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9109 link_all_deplibs
=yes
9114 hardcode_shlibpath_var
=no
9115 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9116 export_dynamic_flag_spec
='${wl}-E'
9117 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9118 # Instead, shared libraries are loaded at an image base (0x10000000 by
9119 # default) and relocated if they conflict, which is a slow very memory
9120 # consuming and fragmenting process. To avoid this, we pick a random,
9121 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9122 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9123 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9124 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'
9127 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9129 if test "$host_os" = linux-dietlibc
; then
9130 case $cc_basename in
9131 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9134 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9135 && test "$tmp_diet" = no
9137 tmp_addflag
=' $pic_flag'
9138 tmp_sharedflag
='-shared'
9139 case $cc_basename,$host_cpu in
9140 pgcc
*) # Portland Group C compiler
9141 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'
9142 tmp_addflag
=' $pic_flag'
9144 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9145 # Portland Group f77 and f90 compilers
9146 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'
9147 tmp_addflag
=' $pic_flag -Mnomain' ;;
9148 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9149 tmp_addflag
=' -i_dynamic' ;;
9150 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9151 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9152 ifc
* | ifort
*) # Intel Fortran compiler
9153 tmp_addflag
=' -nofor_main' ;;
9154 lf95
*) # Lahey Fortran 8.1
9155 whole_archive_flag_spec
=
9156 tmp_sharedflag
='--shared' ;;
9157 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9158 tmp_sharedflag
='-qmkshrobj'
9160 nvcc
*) # Cuda Compiler Driver 2.2
9161 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'
9162 compiler_needs_object
=yes
9165 case `$CC -V 2>&1 | sed 5q` in
9166 *Sun\ C
*) # Sun C 5.9
9167 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'
9168 compiler_needs_object
=yes
9169 tmp_sharedflag
='-G' ;;
9170 *Sun\ F
*) # Sun Fortran 8.3
9171 tmp_sharedflag
='-G' ;;
9173 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9175 if test "x$supports_anon_versioning" = xyes
; then
9176 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9177 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9178 echo "local: *; };" >> $output_objdir/$libname.ver~
9179 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9182 case $cc_basename in
9183 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9184 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9185 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9186 hardcode_libdir_flag_spec
=
9187 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9188 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9189 if test "x$supports_anon_versioning" = xyes
; then
9190 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9191 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9192 echo "local: *; };" >> $output_objdir/$libname.ver~
9193 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9203 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9204 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9207 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9208 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9213 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9217 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9218 *** create shared libraries on Solaris systems. Therefore, libtool
9219 *** is disabling shared libraries support. We urge you to upgrade GNU
9220 *** binutils to release 2.9.1 or newer. Another option is to modify
9221 *** your PATH or compiler configuration so that the native linker is
9222 *** used, and then restart.
9225 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9226 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9227 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9233 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9234 case `$LD -v 2>&1` in
9235 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9239 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9240 *** reliably create shared libraries on SCO systems. Therefore, libtool
9241 *** is disabling shared libraries support. We urge you to upgrade GNU
9242 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9243 *** your PATH or compiler configuration so that the native linker is
9244 *** used, and then restart.
9249 # For security reasons, it is highly recommended that you always
9250 # use absolute paths for naming shared libraries, and exclude the
9251 # DT_RUNPATH tag from executables and libraries. But doing so
9252 # requires that you compile everything twice, which is a pain.
9253 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9254 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9255 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9256 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9265 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9268 hardcode_shlibpath_var
=no
9272 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9273 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9274 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9281 if test "$ld_shlibs" = no
; then
9283 hardcode_libdir_flag_spec
=
9284 export_dynamic_flag_spec
=
9285 whole_archive_flag_spec
=
9288 # PORTME fill in a description of your system's linker (not GNU ld)
9291 allow_undefined_flag
=unsupported
9292 always_export_symbols
=yes
9293 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'
9294 # Note: this linker hardcodes the directories in LIBPATH if there
9295 # are no directories specified by -L.
9296 hardcode_minus_L
=yes
9297 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9298 # Neither direct hardcoding nor static linking is supported with a
9300 hardcode_direct
=unsupported
9305 if test "$host_cpu" = ia64
; then
9306 # On IA64, the linker does run time linking by default, so we don't
9307 # have to do anything special.
9308 aix_use_runtimelinking
=no
9309 exp_sym_flag
='-Bexport'
9312 # If we're using GNU nm, then we don't want the "-C" option.
9313 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9314 # Also, AIX nm treats weak defined symbols like other global
9315 # defined symbols, whereas GNU nm marks them as "W".
9316 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9317 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'
9319 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'
9321 aix_use_runtimelinking
=no
9323 # Test if we are trying to use run time linking or normal
9324 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9325 # need to do runtime linking.
9326 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9327 for ld_flag
in $LDFLAGS; do
9328 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9329 aix_use_runtimelinking
=yes
9336 exp_sym_flag
='-bexport'
9337 no_entry_flag
='-bnoentry'
9340 # When large executables or shared objects are built, AIX ld can
9341 # have problems creating the table of contents. If linking a library
9342 # or program results in "error TOC overflow" add -mminimal-toc to
9343 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9344 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9348 hardcode_direct_absolute
=yes
9349 hardcode_libdir_separator
=':'
9350 link_all_deplibs
=yes
9351 file_list_spec
='${wl}-f,'
9353 if test "$GCC" = yes; then
9354 case $host_os in aix4.
[012]|aix4.
[012].
*)
9355 # We only want to do this on AIX 4.2 and lower, the check
9356 # below for broken collect2 doesn't work under 4.3+
9357 collect2name
=`${CC} -print-prog-name=collect2`
9358 if test -f "$collect2name" &&
9359 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9361 # We have reworked collect2
9364 # We have old collect2
9365 hardcode_direct
=unsupported
9366 # It fails to find uninstalled libraries when the uninstalled
9367 # path is not listed in the libpath. Setting hardcode_minus_L
9368 # to unsupported forces relinking
9369 hardcode_minus_L
=yes
9370 hardcode_libdir_flag_spec
='-L$libdir'
9371 hardcode_libdir_separator
=
9375 shared_flag
='-shared'
9376 if test "$aix_use_runtimelinking" = yes; then
9377 shared_flag
="$shared_flag "'${wl}-G'
9381 if test "$host_cpu" = ia64
; then
9382 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9383 # chokes on -Wl,-G. The following line is correct:
9386 if test "$aix_use_runtimelinking" = yes; then
9387 shared_flag
='${wl}-G'
9389 shared_flag
='${wl}-bM:SRE'
9394 export_dynamic_flag_spec
='${wl}-bexpall'
9395 # It seems that -bexpall does not export symbols beginning with
9396 # underscore (_), so it is better to generate a list of symbols to export.
9397 always_export_symbols
=yes
9398 if test "$aix_use_runtimelinking" = yes; then
9399 # Warning - without using the other runtime loading flags (-brtl),
9400 # -berok will link without error, but may produce a broken library.
9401 allow_undefined_flag
='-berok'
9402 # Determine the default libpath from the value encoded in an
9404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9405 /* end confdefs.h. */
9415 if ac_fn_c_try_link
"$LINENO"; then :
9417 lt_aix_libpath_sed
='
9418 /Import File Strings/,/^$/ {
9424 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9425 # Check for a 64-bit object if we didn't find anything.
9426 if test -z "$aix_libpath"; then
9427 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9430 rm -f core conftest.err conftest.
$ac_objext \
9431 conftest
$ac_exeext conftest.
$ac_ext
9432 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9434 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9435 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"
9437 if test "$host_cpu" = ia64
; then
9438 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9439 allow_undefined_flag
="-z nodefs"
9440 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"
9442 # Determine the default libpath from the value encoded in an
9444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9445 /* end confdefs.h. */
9455 if ac_fn_c_try_link
"$LINENO"; then :
9457 lt_aix_libpath_sed
='
9458 /Import File Strings/,/^$/ {
9464 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9465 # Check for a 64-bit object if we didn't find anything.
9466 if test -z "$aix_libpath"; then
9467 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9470 rm -f core conftest.err conftest.
$ac_objext \
9471 conftest
$ac_exeext conftest.
$ac_ext
9472 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9474 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9475 # Warning - without using the other run time loading flags,
9476 # -berok will link without error, but may produce a broken library.
9477 no_undefined_flag
=' ${wl}-bernotok'
9478 allow_undefined_flag
=' ${wl}-berok'
9479 if test "$with_gnu_ld" = yes; then
9480 # We only use this code for GNU lds that support --whole-archive.
9481 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9483 # Exported symbols can be pulled into shared objects from archives
9484 whole_archive_flag_spec
='$convenience'
9486 archive_cmds_need_lc
=yes
9487 # This is similar to how AIX traditionally builds its shared libraries.
9488 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'
9496 # see comment about AmigaOS4 .so support
9497 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9498 archive_expsym_cmds
=''
9501 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)'
9502 hardcode_libdir_flag_spec
='-L$libdir'
9503 hardcode_minus_L
=yes
9509 export_dynamic_flag_spec
=-rdynamic
9512 cygwin
* | mingw
* | pw32
* | cegcc
*)
9513 # When not using gcc, we currently assume that we are using
9514 # Microsoft Visual C++.
9515 # hardcode_libdir_flag_spec is actually meaningless, as there is
9516 # no search path for DLLs.
9517 hardcode_libdir_flag_spec
=' '
9518 allow_undefined_flag
=unsupported
9519 # Tell ltmain to make .lib files, not .a files.
9521 # Tell ltmain to make .dll files, not .so files.
9523 # FIXME: Setting linknames here is a bad hack.
9524 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9525 # The linker will automatically build a .lib file if we build a DLL.
9526 old_archive_from_new_cmds
='true'
9527 # FIXME: Should let the user specify the lib program.
9528 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9529 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9530 enable_shared_with_static_runtimes
=yes
9533 darwin
* | rhapsody
*)
9536 archive_cmds_need_lc
=no
9538 hardcode_automatic
=yes
9539 hardcode_shlibpath_var
=unsupported
9540 if test "$lt_cv_ld_force_load" = "yes"; then
9541 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\"`'
9543 whole_archive_flag_spec
=''
9545 link_all_deplibs
=yes
9546 allow_undefined_flag
="$_lt_dar_allow_undefined"
9547 case $cc_basename in
9548 ifort
*) _lt_dar_can_shared
=yes ;;
9549 *) _lt_dar_can_shared
=$GCC ;;
9551 if test "$_lt_dar_can_shared" = "yes"; then
9552 output_verbose_link_cmd
=func_echo_all
9553 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9554 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9555 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}"
9556 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}"
9565 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9566 hardcode_libdir_flag_spec
='-L$libdir'
9567 hardcode_shlibpath_var
=no
9570 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9571 # support. Future versions do this automatically, but an explicit c++rt0.o
9572 # does not break anything, and helps significantly (at the cost of a little
9575 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9576 hardcode_libdir_flag_spec
='-R$libdir'
9578 hardcode_shlibpath_var
=no
9581 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9583 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9585 hardcode_minus_L
=yes
9586 hardcode_shlibpath_var
=no
9589 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9590 freebsd
* | dragonfly
*)
9591 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9592 hardcode_libdir_flag_spec
='-R$libdir'
9594 hardcode_shlibpath_var
=no
9598 if test "$GCC" = yes; then
9599 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'
9601 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'
9603 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9604 hardcode_libdir_separator
=:
9607 # hardcode_minus_L: Not really in the search PATH,
9608 # but as the default location of the library.
9609 hardcode_minus_L
=yes
9610 export_dynamic_flag_spec
='${wl}-E'
9614 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9615 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9617 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9619 if test "$with_gnu_ld" = no
; then
9620 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9621 hardcode_libdir_flag_spec_ld
='+b $libdir'
9622 hardcode_libdir_separator
=:
9624 hardcode_direct_absolute
=yes
9625 export_dynamic_flag_spec
='${wl}-E'
9626 # hardcode_minus_L: Not really in the search PATH,
9627 # but as the default location of the library.
9628 hardcode_minus_L
=yes
9633 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9636 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9639 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9642 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9648 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9651 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9655 # Older versions of the 11.00 compiler do not understand -b yet
9656 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9658 $as_echo_n "checking if $CC understands -b... " >&6; }
9659 if ${lt_cv_prog_compiler__b+:} false
; then :
9660 $as_echo_n "(cached) " >&6
9662 lt_cv_prog_compiler__b
=no
9663 save_LDFLAGS
="$LDFLAGS"
9664 LDFLAGS
="$LDFLAGS -b"
9665 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9666 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9667 # The linker can only warn and ignore the option if not recognized
9668 # So say no if there are warnings
9669 if test -s conftest.err
; then
9670 # Append any errors to the config.log.
9671 cat conftest.err
1>&5
9672 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9673 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9674 if diff conftest.exp conftest.er2
>/dev
/null
; then
9675 lt_cv_prog_compiler__b
=yes
9678 lt_cv_prog_compiler__b
=yes
9682 LDFLAGS
="$save_LDFLAGS"
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9686 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9688 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9689 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9691 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9697 if test "$with_gnu_ld" = no
; then
9698 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9699 hardcode_libdir_separator
=:
9704 hardcode_shlibpath_var
=no
9708 hardcode_direct_absolute
=yes
9709 export_dynamic_flag_spec
='${wl}-E'
9711 # hardcode_minus_L: Not really in the search PATH,
9712 # but as the default location of the library.
9713 hardcode_minus_L
=yes
9719 irix5
* | irix6
* | nonstopux
*)
9720 if test "$GCC" = yes; then
9721 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'
9722 # Try to use the -exported_symbol ld option, if it does not
9723 # work, assume that -exports_file does not work either and
9724 # implicitly export all symbols.
9725 save_LDFLAGS
="$LDFLAGS"
9726 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9728 /* end confdefs.h. */
9731 if ac_fn_c_try_link
"$LINENO"; then :
9732 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'
9735 rm -f core conftest.err conftest.
$ac_objext \
9736 conftest
$ac_exeext conftest.
$ac_ext
9737 LDFLAGS
="$save_LDFLAGS"
9739 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'
9740 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'
9742 archive_cmds_need_lc
='no'
9743 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9744 hardcode_libdir_separator
=:
9746 link_all_deplibs
=yes
9750 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9751 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9753 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9755 hardcode_libdir_flag_spec
='-R$libdir'
9757 hardcode_shlibpath_var
=no
9761 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9763 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9764 hardcode_libdir_separator
=:
9765 hardcode_shlibpath_var
=no
9772 if test -f /usr
/libexec
/ld.so
; then
9774 hardcode_shlibpath_var
=no
9775 hardcode_direct_absolute
=yes
9776 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9777 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9778 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9779 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9780 export_dynamic_flag_spec
='${wl}-E'
9783 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9784 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9785 hardcode_libdir_flag_spec
='-R$libdir'
9788 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9789 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9799 hardcode_libdir_flag_spec
='-L$libdir'
9800 hardcode_minus_L
=yes
9801 allow_undefined_flag
=unsupported
9802 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'
9803 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9807 if test "$GCC" = yes; then
9808 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9809 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'
9811 allow_undefined_flag
=' -expect_unresolved \*'
9812 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'
9814 archive_cmds_need_lc
='no'
9815 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9816 hardcode_libdir_separator
=:
9819 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9820 if test "$GCC" = yes; then
9821 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9822 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'
9823 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9825 allow_undefined_flag
=' -expect_unresolved \*'
9826 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'
9827 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~
9828 $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'
9830 # Both c and cxx compiler support -rpath directly
9831 hardcode_libdir_flag_spec
='-rpath $libdir'
9833 archive_cmds_need_lc
='no'
9834 hardcode_libdir_separator
=:
9838 no_undefined_flag
=' -z defs'
9839 if test "$GCC" = yes; then
9841 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9842 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9843 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9845 case `$CC -V 2>&1` in
9848 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9849 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9850 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9854 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9855 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9856 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9860 hardcode_libdir_flag_spec
='-R$libdir'
9861 hardcode_shlibpath_var
=no
9863 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9865 # The compiler driver will combine and reorder linker options,
9866 # but understands `-z linker_flag'. GCC discards it without `$wl',
9867 # but is careful enough not to reorder.
9868 # Supported since Solaris 2.6 (maybe 2.5.1?)
9869 if test "$GCC" = yes; then
9870 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9872 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9876 link_all_deplibs
=yes
9880 if test "x$host_vendor" = xsequent
; then
9881 # Use $CC to link under sequent, because it throws in some extra .o
9882 # files that make .init and .fini sections work.
9883 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9885 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9887 hardcode_libdir_flag_spec
='-L$libdir'
9889 hardcode_minus_L
=yes
9890 hardcode_shlibpath_var
=no
9894 case $host_vendor in
9896 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9897 hardcode_direct
=yes # is this really true???
9900 ## LD is ld it makes a PLAMLIB
9901 ## CC just makes a GrossModule.
9902 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9903 reload_cmds
='$CC -r -o $output$reload_objs'
9907 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9908 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9911 runpath_var
='LD_RUN_PATH'
9912 hardcode_shlibpath_var
=no
9916 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9917 hardcode_shlibpath_var
=no
9918 export_dynamic_flag_spec
='-Bexport'
9922 if test -d /usr
/nec
; then
9923 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9924 hardcode_shlibpath_var
=no
9925 runpath_var
=LD_RUN_PATH
9926 hardcode_runpath_var
=yes
9931 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9932 no_undefined_flag
='${wl}-z,text'
9933 archive_cmds_need_lc
=no
9934 hardcode_shlibpath_var
=no
9935 runpath_var
='LD_RUN_PATH'
9937 if test "$GCC" = yes; then
9938 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9939 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9941 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9942 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9946 sysv5
* | sco3.2v5
* | sco5v6
*)
9947 # Note: We can NOT use -z defs as we might desire, because we do not
9948 # link with -lc, and that would cause any symbols used from libc to
9949 # always be unresolved, which means just about no library would
9950 # ever link correctly. If we're not using GNU ld we use -z text
9951 # though, which does catch some bad symbols but isn't as heavy-handed
9953 no_undefined_flag
='${wl}-z,text'
9954 allow_undefined_flag
='${wl}-z,nodefs'
9955 archive_cmds_need_lc
=no
9956 hardcode_shlibpath_var
=no
9957 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9958 hardcode_libdir_separator
=':'
9959 link_all_deplibs
=yes
9960 export_dynamic_flag_spec
='${wl}-Bexport'
9961 runpath_var
='LD_RUN_PATH'
9963 if test "$GCC" = yes; then
9964 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9965 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9967 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9968 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9973 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9974 hardcode_libdir_flag_spec
='-L$libdir'
9975 hardcode_shlibpath_var
=no
9983 if test x
$host_vendor = xsni
; then
9985 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9986 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9993 $as_echo "$ld_shlibs" >&6; }
9994 test "$ld_shlibs" = no
&& can_build_shared
=no
9996 with_gnu_ld
=$with_gnu_ld
10013 # Do we need to explicitly link libc?
10015 case "x$archive_cmds_need_lc" in
10017 # Assume -lc should be added
10018 archive_cmds_need_lc
=yes
10020 if test "$enable_shared" = yes && test "$GCC" = yes; then
10021 case $archive_cmds in
10023 # FIXME: we may have to deal with multi-command sequences.
10026 # Test whether the compiler implicitly links with -lc since on some
10027 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10028 # to ld, don't add -lc before -lgcc.
10029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10030 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10031 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10032 $as_echo_n "(cached) " >&6
10035 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10037 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10038 (eval $ac_compile) 2>&5
10040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10041 test $ac_status = 0; } 2>conftest.err
; then
10044 libobjs
=conftest.
$ac_objext
10046 wl
=$lt_prog_compiler_wl
10047 pic_flag
=$lt_prog_compiler_pic
10053 lt_save_allow_undefined_flag
=$allow_undefined_flag
10054 allow_undefined_flag
=
10055 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10056 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10058 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10059 test $ac_status = 0; }
10061 lt_cv_archive_cmds_need_lc
=no
10063 lt_cv_archive_cmds_need_lc
=yes
10065 allow_undefined_flag
=$lt_save_allow_undefined_flag
10067 cat conftest.err
1>&5
10072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10073 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10074 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10238 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10240 if test "$GCC" = yes; then
10242 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10243 *) lt_awk_arg
="/^libraries:/" ;;
10246 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10247 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10249 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10250 case $lt_search_path_spec in
10252 # if the path contains ";" then we assume it to be the separator
10253 # otherwise default to the standard path separator (i.e. ":") - it is
10254 # assumed that no part of a normal pathname contains ";" but that should
10255 # okay in the real world where ";" in dirpaths is itself problematic.
10256 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10259 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10262 # Ok, now we have the path, separated by spaces, we can step through it
10263 # and add multilib dir if necessary.
10264 lt_tmp_lt_search_path_spec
=
10265 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10266 for lt_sys_path
in $lt_search_path_spec; do
10267 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10268 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10270 test -d "$lt_sys_path" && \
10271 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10274 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10275 BEGIN {RS=" "; FS="/|\n";} {
10278 for (lt_i = NF; lt_i > 0; lt_i--) {
10279 if ($lt_i != "" && $lt_i != ".") {
10280 if ($lt_i == "..") {
10283 if (lt_count == 0) {
10284 lt_foo="/" $lt_i lt_foo;
10291 if (lt_foo != "") { lt_freq[lt_foo]++; }
10292 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10294 # AWK program above erroneously prepends '/' to C:/dos/paths
10297 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10298 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10300 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10302 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10304 library_names_spec
=
10305 libname_spec
='lib$name'
10309 postuninstall_cmds
=
10313 shlibpath_overrides_runpath
=unknown
10315 dynamic_linker
="$host_os ld.so"
10316 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10317 need_lib_prefix
=unknown
10318 hardcode_into_libs
=no
10320 # when you set need_version to no, make sure it does not cause -set_version
10321 # flags to be left without arguments
10322 need_version
=unknown
10327 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10328 shlibpath_var
=LIBPATH
10330 # AIX 3 has no versioning support, so we append a major version to the name.
10331 soname_spec
='${libname}${release}${shared_ext}$major'
10338 hardcode_into_libs
=yes
10339 if test "$host_cpu" = ia64
; then
10340 # AIX 5 supports IA64
10341 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10342 shlibpath_var
=LD_LIBRARY_PATH
10344 # With GCC up to 2.95.x, collect2 would create an import file
10345 # for dependence libraries. The import file would start with
10346 # the line `#! .'. This would cause the generated library to
10347 # depend on `.', always an invalid library. This was fixed in
10348 # development snapshots of GCC prior to 3.0.
10350 aix4 | aix4.
[01] | aix4.
[01].
*)
10351 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10353 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10356 can_build_shared
=no
10360 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10361 # soname into executable. Probably we can add versioning support to
10362 # collect2, so additional links can be useful in future.
10363 if test "$aix_use_runtimelinking" = yes; then
10364 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10365 # instead of lib<name>.a to let people know that these are not
10366 # typical AIX shared libraries.
10367 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10369 # We preserve .a as extension for shared libraries through AIX4.2
10370 # and later when we are not doing run time linking.
10371 library_names_spec
='${libname}${release}.a $libname.a'
10372 soname_spec
='${libname}${release}${shared_ext}$major'
10374 shlibpath_var
=LIBPATH
10381 # Since July 2007 AmigaOS4 officially supports .so libraries.
10382 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10383 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10386 library_names_spec
='$libname.ixlibrary $libname.a'
10387 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10388 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'
10394 library_names_spec
='${libname}${shared_ext}'
10395 dynamic_linker
="$host_os ld.so"
10396 shlibpath_var
=LIBRARY_PATH
10402 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10403 soname_spec
='${libname}${release}${shared_ext}$major'
10404 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10405 shlibpath_var
=LD_LIBRARY_PATH
10406 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10407 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10408 # the default ld.so.conf also contains /usr/contrib/lib and
10409 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10410 # libtool to hard-code these into programs
10413 cygwin
* | mingw
* | pw32
* | cegcc
*)
10414 version_type
=windows
10419 case $GCC,$host_os in
10420 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10421 library_names_spec
='$libname.dll.a'
10422 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10423 postinstall_cmds
='base_file=`basename \${file}`~
10424 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10425 dldir=$destdir/`dirname \$dlpath`~
10426 test -d \$dldir || mkdir -p \$dldir~
10427 $install_prog $dir/$dlname \$dldir/$dlname~
10428 chmod a+x \$dldir/$dlname~
10429 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10430 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10432 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10433 dlpath=$dir/\$dldll~
10435 shlibpath_overrides_runpath
=yes
10439 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10440 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10442 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10445 # MinGW DLLs use traditional 'lib' prefix
10446 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10449 # pw32 DLLs use 'pw' prefix rather than 'lib'
10450 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10456 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10459 dynamic_linker
='Win32 ld.exe'
10460 # FIXME: first we should search . and the directory the executable is in
10464 darwin
* | rhapsody
*)
10465 dynamic_linker
="$host_os dyld"
10466 version_type
=darwin
10469 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10470 soname_spec
='${libname}${release}${major}$shared_ext'
10471 shlibpath_overrides_runpath
=yes
10472 shlibpath_var
=DYLD_LIBRARY_PATH
10473 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10475 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10476 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10483 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10484 soname_spec
='${libname}${release}${shared_ext}$major'
10485 shlibpath_var
=LD_LIBRARY_PATH
10488 freebsd
* | dragonfly
*)
10489 # DragonFly does not have aout. When/if they implement a new
10490 # versioning mechanism, adjust this.
10491 if test -x /usr
/bin
/objformat
; then
10492 objformat
=`/usr/bin/objformat`
10495 freebsd
[23].
*) objformat
=aout
;;
10496 *) objformat
=elf
;;
10499 version_type
=freebsd-
$objformat
10500 case $version_type in
10502 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10507 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10511 shlibpath_var
=LD_LIBRARY_PATH
10514 shlibpath_overrides_runpath
=yes
10516 freebsd3.
[01]* | freebsdelf3.
[01]*)
10517 shlibpath_overrides_runpath
=yes
10518 hardcode_into_libs
=yes
10520 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10521 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10522 shlibpath_overrides_runpath
=no
10523 hardcode_into_libs
=yes
10525 *) # from 4.6 on, and DragonFly
10526 shlibpath_overrides_runpath
=yes
10527 hardcode_into_libs
=yes
10536 dynamic_linker
="$host_os runtime_loader"
10537 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10538 soname_spec
='${libname}${release}${shared_ext}$major'
10539 shlibpath_var
=LIBRARY_PATH
10540 shlibpath_overrides_runpath
=yes
10541 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10542 hardcode_into_libs
=yes
10545 hpux9
* | hpux10
* | hpux11
*)
10546 # Give a soname corresponding to the major version so that dld.sl refuses to
10547 # link against other versions.
10554 hardcode_into_libs
=yes
10555 dynamic_linker
="$host_os dld.so"
10556 shlibpath_var
=LD_LIBRARY_PATH
10557 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10558 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10559 soname_spec
='${libname}${release}${shared_ext}$major'
10560 if test "X$HPUX_IA64_MODE" = X32
; then
10561 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10563 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10565 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10569 hardcode_into_libs
=yes
10570 dynamic_linker
="$host_os dld.sl"
10571 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10572 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10573 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10574 soname_spec
='${libname}${release}${shared_ext}$major'
10575 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10576 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10580 dynamic_linker
="$host_os dld.sl"
10581 shlibpath_var
=SHLIB_PATH
10582 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10583 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10584 soname_spec
='${libname}${release}${shared_ext}$major'
10587 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10588 postinstall_cmds
='chmod 555 $lib'
10589 # or fails outright, so override atomically:
10590 install_override_mode
=555
10597 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10598 soname_spec
='${libname}${release}${shared_ext}$major'
10599 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10600 shlibpath_var
=LD_LIBRARY_PATH
10601 shlibpath_overrides_runpath
=no
10602 hardcode_into_libs
=yes
10605 irix5
* | irix6
* | nonstopux
*)
10607 nonstopux
*) version_type
=nonstopux
;;
10609 if test "$lt_cv_prog_gnu_ld" = yes; then
10617 soname_spec
='${libname}${release}${shared_ext}$major'
10618 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10620 irix5
* | nonstopux
*)
10621 libsuff
= shlibsuff
=
10624 case $LD in # libtool.m4 will add one of these switches to LD
10625 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10626 libsuff
= shlibsuff
= libmagic
=32-bit;;
10627 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10628 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10629 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10630 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10631 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10635 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10636 shlibpath_overrides_runpath
=no
10637 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10638 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10639 hardcode_into_libs
=yes
10642 # No shared lib support for Linux oldld, aout, or coff.
10643 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10647 # This must be Linux ELF.
10648 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10652 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10653 soname_spec
='${libname}${release}${shared_ext}$major'
10654 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10655 shlibpath_var
=LD_LIBRARY_PATH
10656 shlibpath_overrides_runpath
=no
10658 # Some binutils ld are patched to set DT_RUNPATH
10659 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10660 $as_echo_n "(cached) " >&6
10662 lt_cv_shlibpath_overrides_runpath
=no
10663 save_LDFLAGS
=$LDFLAGS
10664 save_libdir
=$libdir
10665 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10666 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10668 /* end confdefs.h. */
10678 if ac_fn_c_try_link
"$LINENO"; then :
10679 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10680 lt_cv_shlibpath_overrides_runpath
=yes
10683 rm -f core conftest.err conftest.
$ac_objext \
10684 conftest
$ac_exeext conftest.
$ac_ext
10685 LDFLAGS
=$save_LDFLAGS
10686 libdir
=$save_libdir
10690 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10692 # This implies no fast_install, which is unacceptable.
10693 # Some rework will be needed to allow for fast_install
10694 # before this can be enabled.
10695 hardcode_into_libs
=yes
10697 # Append ld.so.conf contents to the search path
10698 if test -f /etc
/ld.so.conf
; then
10699 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' ' '`
10700 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10703 # We used to test for /lib/ld.so.1 and disable shared libraries on
10704 # powerpc, because MkLinux only supported shared libraries with the
10705 # GNU dynamic linker. Since this was broken with cross compilers,
10706 # most powerpc-linux boxes support dynamic linking these days and
10707 # people can always --disable-shared, the test was removed, and we
10708 # assume the GNU/Linux dynamic linker is in use.
10709 dynamic_linker
='GNU/Linux ld.so'
10716 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10717 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10718 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10719 dynamic_linker
='NetBSD (a.out) ld.so'
10721 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10722 soname_spec
='${libname}${release}${shared_ext}$major'
10723 dynamic_linker
='NetBSD ld.elf_so'
10725 shlibpath_var
=LD_LIBRARY_PATH
10726 shlibpath_overrides_runpath
=yes
10727 hardcode_into_libs
=yes
10732 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10733 shlibpath_var
=LD_LIBRARY_PATH
10734 shlibpath_overrides_runpath
=yes
10741 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10742 soname_spec
='${libname}${release}${shared_ext}$major'
10743 shlibpath_var
=LD_LIBRARY_PATH
10744 shlibpath_overrides_runpath
=no
10745 hardcode_into_libs
=yes
10746 dynamic_linker
='ldqnx.so'
10751 sys_lib_dlsearch_path_spec
="/usr/lib"
10753 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10755 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10756 *) need_version
=no
;;
10758 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10759 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10760 shlibpath_var
=LD_LIBRARY_PATH
10761 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10763 openbsd2.
[89] | openbsd2.
[89].
*)
10764 shlibpath_overrides_runpath
=no
10767 shlibpath_overrides_runpath
=yes
10771 shlibpath_overrides_runpath
=yes
10776 libname_spec
='$name'
10779 library_names_spec
='$libname${shared_ext} $libname.a'
10780 dynamic_linker
='OS/2 ld.exe'
10781 shlibpath_var
=LIBPATH
10784 osf3
* | osf4
* | osf5
*)
10788 soname_spec
='${libname}${release}${shared_ext}$major'
10789 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10790 shlibpath_var
=LD_LIBRARY_PATH
10791 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10792 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10803 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10804 soname_spec
='${libname}${release}${shared_ext}$major'
10805 shlibpath_var
=LD_LIBRARY_PATH
10806 shlibpath_overrides_runpath
=yes
10807 hardcode_into_libs
=yes
10808 # ldd complains unless libraries are executable
10809 postinstall_cmds
='chmod +x $lib'
10814 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10815 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10816 shlibpath_var
=LD_LIBRARY_PATH
10817 shlibpath_overrides_runpath
=yes
10818 if test "$with_gnu_ld" = yes; then
10826 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10827 soname_spec
='${libname}${release}${shared_ext}$major'
10828 shlibpath_var
=LD_LIBRARY_PATH
10829 case $host_vendor in
10831 shlibpath_overrides_runpath
=no
10833 runpath_var
=LD_RUN_PATH
10841 shlibpath_overrides_runpath
=no
10842 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10848 if test -d /usr
/nec
;then
10850 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10851 soname_spec
='$libname${shared_ext}.$major'
10852 shlibpath_var
=LD_LIBRARY_PATH
10856 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10857 version_type
=freebsd-elf
10860 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10861 soname_spec
='${libname}${release}${shared_ext}$major'
10862 shlibpath_var
=LD_LIBRARY_PATH
10863 shlibpath_overrides_runpath
=yes
10864 hardcode_into_libs
=yes
10865 if test "$with_gnu_ld" = yes; then
10866 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10868 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10871 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10875 sys_lib_dlsearch_path_spec
='/usr/lib'
10879 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10883 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10884 shlibpath_var
=LD_LIBRARY_PATH
10885 shlibpath_overrides_runpath
=no
10886 hardcode_into_libs
=yes
10891 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10892 soname_spec
='${libname}${release}${shared_ext}$major'
10893 shlibpath_var
=LD_LIBRARY_PATH
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10901 $as_echo "$dynamic_linker" >&6; }
10902 test "$dynamic_linker" = no
&& can_build_shared
=no
10904 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10905 if test "$GCC" = yes; then
10906 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10909 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10910 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10912 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10913 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11008 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11010 if test -n "$hardcode_libdir_flag_spec" ||
11011 test -n "$runpath_var" ||
11012 test "X$hardcode_automatic" = "Xyes" ; then
11014 # We can hardcode non-existent directories.
11015 if test "$hardcode_direct" != no
&&
11016 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11017 # have to relink, otherwise we might link with an installed library
11018 # when we should be linking with a yet-to-be-installed one
11019 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11020 test "$hardcode_minus_L" != no
; then
11021 # Linking always hardcodes the temporary library directory.
11022 hardcode_action
=relink
11024 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11025 hardcode_action
=immediate
11028 # We cannot hardcode anything, or else we can only hardcode existing
11030 hardcode_action
=unsupported
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11033 $as_echo "$hardcode_action" >&6; }
11035 if test "$hardcode_action" = relink ||
11036 test "$inherit_rpath" = yes; then
11037 # Fast installation is not supported
11038 enable_fast_install
=no
11039 elif test "$shlibpath_overrides_runpath" = yes ||
11040 test "$enable_shared" = no
; then
11041 # Fast installation is not necessary
11042 enable_fast_install
=needless
11050 if test "x$enable_dlopen" != xyes
; then
11051 enable_dlopen
=unknown
11052 enable_dlopen_self
=unknown
11053 enable_dlopen_self_static
=unknown
11060 lt_cv_dlopen
="load_add_on"
11062 lt_cv_dlopen_self
=yes
11065 mingw
* | pw32
* | cegcc
*)
11066 lt_cv_dlopen
="LoadLibrary"
11071 lt_cv_dlopen
="dlopen"
11076 # if libdl is installed we need to link against it
11077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11078 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11079 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11080 $as_echo_n "(cached) " >&6
11082 ac_check_lib_save_LIBS
=$LIBS
11084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11085 /* end confdefs.h. */
11087 /* Override any GCC internal prototype to avoid an error.
11088 Use char because int might match the return type of a GCC
11089 builtin and then its argument prototype would still apply. */
11102 if ac_fn_c_try_link
"$LINENO"; then :
11103 ac_cv_lib_dl_dlopen
=yes
11105 ac_cv_lib_dl_dlopen
=no
11107 rm -f core conftest.err conftest.
$ac_objext \
11108 conftest
$ac_exeext conftest.
$ac_ext
11109 LIBS
=$ac_check_lib_save_LIBS
11111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11112 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11113 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11114 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11117 lt_cv_dlopen
="dyld"
11119 lt_cv_dlopen_self
=yes
11126 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11127 if test "x$ac_cv_func_shl_load" = xyes
; then :
11128 lt_cv_dlopen
="shl_load"
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11131 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11132 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11133 $as_echo_n "(cached) " >&6
11135 ac_check_lib_save_LIBS
=$LIBS
11137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11138 /* end confdefs.h. */
11140 /* Override any GCC internal prototype to avoid an error.
11141 Use char because int might match the return type of a GCC
11142 builtin and then its argument prototype would still apply. */
11150 return shl_load ();
11155 if ac_fn_c_try_link
"$LINENO"; then :
11156 ac_cv_lib_dld_shl_load
=yes
11158 ac_cv_lib_dld_shl_load
=no
11160 rm -f core conftest.err conftest.
$ac_objext \
11161 conftest
$ac_exeext conftest.
$ac_ext
11162 LIBS
=$ac_check_lib_save_LIBS
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11165 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11166 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11167 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11169 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11170 if test "x$ac_cv_func_dlopen" = xyes
; then :
11171 lt_cv_dlopen
="dlopen"
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11174 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11175 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11176 $as_echo_n "(cached) " >&6
11178 ac_check_lib_save_LIBS
=$LIBS
11180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11181 /* end confdefs.h. */
11183 /* Override any GCC internal prototype to avoid an error.
11184 Use char because int might match the return type of a GCC
11185 builtin and then its argument prototype would still apply. */
11198 if ac_fn_c_try_link
"$LINENO"; then :
11199 ac_cv_lib_dl_dlopen
=yes
11201 ac_cv_lib_dl_dlopen
=no
11203 rm -f core conftest.err conftest.
$ac_objext \
11204 conftest
$ac_exeext conftest.
$ac_ext
11205 LIBS
=$ac_check_lib_save_LIBS
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11208 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11209 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11210 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11213 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11214 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11215 $as_echo_n "(cached) " >&6
11217 ac_check_lib_save_LIBS
=$LIBS
11218 LIBS
="-lsvld $LIBS"
11219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11220 /* end confdefs.h. */
11222 /* Override any GCC internal prototype to avoid an error.
11223 Use char because int might match the return type of a GCC
11224 builtin and then its argument prototype would still apply. */
11237 if ac_fn_c_try_link
"$LINENO"; then :
11238 ac_cv_lib_svld_dlopen
=yes
11240 ac_cv_lib_svld_dlopen
=no
11242 rm -f core conftest.err conftest.
$ac_objext \
11243 conftest
$ac_exeext conftest.
$ac_ext
11244 LIBS
=$ac_check_lib_save_LIBS
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11247 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11248 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11249 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11252 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11253 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11254 $as_echo_n "(cached) " >&6
11256 ac_check_lib_save_LIBS
=$LIBS
11258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h. */
11261 /* Override any GCC internal prototype to avoid an error.
11262 Use char because int might match the return type of a GCC
11263 builtin and then its argument prototype would still apply. */
11271 return dld_link ();
11276 if ac_fn_c_try_link
"$LINENO"; then :
11277 ac_cv_lib_dld_dld_link
=yes
11279 ac_cv_lib_dld_dld_link
=no
11281 rm -f core conftest.err conftest.
$ac_objext \
11282 conftest
$ac_exeext conftest.
$ac_ext
11283 LIBS
=$ac_check_lib_save_LIBS
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11286 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11287 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11288 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11309 if test "x$lt_cv_dlopen" != xno
; then
11315 case $lt_cv_dlopen in
11317 save_CPPFLAGS
="$CPPFLAGS"
11318 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11320 save_LDFLAGS
="$LDFLAGS"
11321 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11324 LIBS
="$lt_cv_dlopen_libs $LIBS"
11326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11327 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11328 if ${lt_cv_dlopen_self+:} false
; then :
11329 $as_echo_n "(cached) " >&6
11331 if test "$cross_compiling" = yes; then :
11332 lt_cv_dlopen_self
=cross
11334 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11335 lt_status
=$lt_dlunknown
11336 cat > conftest.
$ac_ext <<_LT_EOF
11337 #line 11347 "configure"
11338 #include "confdefs.h"
11347 # define LT_DLGLOBAL RTLD_GLOBAL
11350 # define LT_DLGLOBAL DL_GLOBAL
11352 # define LT_DLGLOBAL 0
11356 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11357 find out it does not work in some platform. */
11358 #ifndef LT_DLLAZY_OR_NOW
11360 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11363 # define LT_DLLAZY_OR_NOW DL_LAZY
11366 # define LT_DLLAZY_OR_NOW RTLD_NOW
11369 # define LT_DLLAZY_OR_NOW DL_NOW
11371 # define LT_DLLAZY_OR_NOW 0
11378 /* When -fvisbility=hidden is used, assume the code has been annotated
11379 correspondingly for the symbols needed. */
11380 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11381 void fnord () __attribute__((visibility("default")));
11384 void fnord () { int i=42; }
11387 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11388 int status = $lt_dlunknown;
11392 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11395 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11396 else puts (dlerror ());
11398 /* dlclose (self); */
11406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11407 (eval $ac_link) 2>&5
11409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11410 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11411 (.
/conftest
; exit; ) >&5 2>/dev
/null
11413 case x
$lt_status in
11414 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11415 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11416 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11419 # compilation failed
11420 lt_cv_dlopen_self
=no
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11428 $as_echo "$lt_cv_dlopen_self" >&6; }
11430 if test "x$lt_cv_dlopen_self" = xyes
; then
11431 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11433 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11434 if ${lt_cv_dlopen_self_static+:} false
; then :
11435 $as_echo_n "(cached) " >&6
11437 if test "$cross_compiling" = yes; then :
11438 lt_cv_dlopen_self_static
=cross
11440 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11441 lt_status
=$lt_dlunknown
11442 cat > conftest.
$ac_ext <<_LT_EOF
11443 #line 11453 "configure"
11444 #include "confdefs.h"
11453 # define LT_DLGLOBAL RTLD_GLOBAL
11456 # define LT_DLGLOBAL DL_GLOBAL
11458 # define LT_DLGLOBAL 0
11462 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11463 find out it does not work in some platform. */
11464 #ifndef LT_DLLAZY_OR_NOW
11466 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11469 # define LT_DLLAZY_OR_NOW DL_LAZY
11472 # define LT_DLLAZY_OR_NOW RTLD_NOW
11475 # define LT_DLLAZY_OR_NOW DL_NOW
11477 # define LT_DLLAZY_OR_NOW 0
11484 /* When -fvisbility=hidden is used, assume the code has been annotated
11485 correspondingly for the symbols needed. */
11486 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11487 void fnord () __attribute__((visibility("default")));
11490 void fnord () { int i=42; }
11493 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11494 int status = $lt_dlunknown;
11498 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11501 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11502 else puts (dlerror ());
11504 /* dlclose (self); */
11512 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11513 (eval $ac_link) 2>&5
11515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11516 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11517 (.
/conftest
; exit; ) >&5 2>/dev
/null
11519 case x
$lt_status in
11520 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11521 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11522 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11525 # compilation failed
11526 lt_cv_dlopen_self_static
=no
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11534 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11537 CPPFLAGS
="$save_CPPFLAGS"
11538 LDFLAGS
="$save_LDFLAGS"
11543 case $lt_cv_dlopen_self in
11544 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11545 *) enable_dlopen_self
=unknown
;;
11548 case $lt_cv_dlopen_self_static in
11549 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11550 *) enable_dlopen_self_static
=unknown
;;
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11573 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11574 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11575 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11576 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11578 $as_echo "yes" >&6; }
11580 # FIXME - insert some real tests, host_os isn't really good enough
11583 if test -n "$STRIP" ; then
11584 striplib
="$STRIP -x"
11585 old_striplib
="$STRIP -S"
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11587 $as_echo "yes" >&6; }
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11590 $as_echo "no" >&6; }
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11595 $as_echo "no" >&6; }
11611 # Report which library types will actually be built
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11613 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11615 $as_echo "$can_build_shared" >&6; }
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11618 $as_echo_n "checking whether to build shared libraries... " >&6; }
11619 test "$can_build_shared" = "no" && enable_shared
=no
11621 # On AIX, shared libraries and static libraries use the same namespace, and
11622 # are all built from PIC.
11625 test "$enable_shared" = yes && enable_static
=no
11626 if test -n "$RANLIB"; then
11627 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11628 postinstall_cmds
='$RANLIB $lib'
11633 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11634 test "$enable_shared" = yes && enable_static
=no
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11639 $as_echo "$enable_shared" >&6; }
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11642 $as_echo_n "checking whether to build static libraries... " >&6; }
11643 # Make sure either enable_shared or enable_static is yes.
11644 test "$enable_shared" = yes || enable_static
=yes
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11646 $as_echo "$enable_static" >&6; }
11653 ac_cpp
='$CPP $CPPFLAGS'
11654 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11655 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11656 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11672 ac_config_commands
="$ac_config_commands libtool"
11677 # Only expand once:
11681 # The tests for host and target for $enable_largefile require
11686 # As the $enable_largefile decision depends on --enable-plugins we must set it
11687 # even in directories otherwise not depending on the $plugins option.
11691 for ac_header
in dlfcn.h
11693 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11695 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11696 cat >>confdefs.h
<<_ACEOF
11697 #define HAVE_DLFCN_H 1
11704 for ac_header
in windows.h
11706 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11708 if test "x$ac_cv_header_windows_h" = xyes
; then :
11709 cat >>confdefs.h
<<_ACEOF
11710 #define HAVE_WINDOWS_H 1
11718 # Check whether --enable-plugins was given.
11719 if test "${enable_plugins+set}" = set; then :
11720 enableval
=$enable_plugins; case "${enableval}" in
11723 if test "$maybe_plugins" != "yes" ; then
11724 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11728 plugins
=$maybe_plugins
11732 if test "$plugins" = "yes"; then
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11734 $as_echo_n "checking for library containing dlsym... " >&6; }
11735 if ${ac_cv_search_dlsym+:} false
; then :
11736 $as_echo_n "(cached) " >&6
11738 ac_func_search_save_LIBS
=$LIBS
11739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11740 /* end confdefs.h. */
11742 /* Override any GCC internal prototype to avoid an error.
11743 Use char because int might match the return type of a GCC
11744 builtin and then its argument prototype would still apply. */
11757 for ac_lib
in '' dl
; do
11758 if test -z "$ac_lib"; then
11759 ac_res
="none required"
11762 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11764 if ac_fn_c_try_link
"$LINENO"; then :
11765 ac_cv_search_dlsym
=$ac_res
11767 rm -f core conftest.err conftest.
$ac_objext \
11769 if ${ac_cv_search_dlsym+:} false
; then :
11773 if ${ac_cv_search_dlsym+:} false
; then :
11776 ac_cv_search_dlsym
=no
11778 rm conftest.
$ac_ext
11779 LIBS
=$ac_func_search_save_LIBS
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11782 $as_echo "$ac_cv_search_dlsym" >&6; }
11783 ac_res
=$ac_cv_search_dlsym
11784 if test "$ac_res" != no
; then :
11785 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11793 sparc-
*-solaris*|i?
86-*-solaris*)
11794 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11795 # were mutually exclusive until Solaris 11.3. Without procfs support,
11796 # the bfd/ elf module cannot provide certain routines such as
11797 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11798 # explicitly requested large-file support through the
11799 # --enable-largefile switch, disable large-file support in favor of
11802 # Check if <sys/procfs.h> is incompatible with large-file support.
11803 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11804 /* end confdefs.h. */
11805 #define _FILE_OFFSET_BITS 64
11806 #define _STRUCTURED_PROC 1
11807 #include <sys/procfs.h>
11816 if ac_fn_c_try_compile
"$LINENO"; then :
11817 acx_cv_procfs_lfs
=yes
11819 acx_cv_procfs_lfs
=no
11821 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11823 # Forcefully disable large-file support only if necessary, gdb is in
11824 # tree and enabled.
11825 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11826 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
11827 : ${enable_largefile="no"}
11828 if test "$plugins" = yes; then
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11830 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11831 $as_echo "$as_me: WARNING:
11832 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11837 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11838 # benefit of g++ 9+ which predefines it on Solaris.
11839 if test "$enable_largefile" = no
; then
11840 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
11846 # Check whether --enable-largefile was given.
11847 if test "${enable_largefile+set}" = set; then :
11848 enableval
=$enable_largefile;
11851 if test "$enable_largefile" != no
; then
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11854 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11855 if ${ac_cv_sys_largefile_CC+:} false
; then :
11856 $as_echo_n "(cached) " >&6
11858 ac_cv_sys_largefile_CC
=no
11859 if test "$GCC" != yes; then
11862 # IRIX 6.2 and later do not support large files by default,
11863 # so use the C compiler's -n32 option if that helps.
11864 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11865 /* end confdefs.h. */
11866 #include <sys/types.h>
11867 /* Check that off_t can represent 2**63 - 1 correctly.
11868 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11869 since some C++ compilers masquerading as C compilers
11870 incorrectly reject 9223372036854775807. */
11871 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11872 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11873 && LARGE_OFF_T % 2147483647 == 1)
11883 if ac_fn_c_try_compile
"$LINENO"; then :
11886 rm -f core conftest.err conftest.
$ac_objext
11888 if ac_fn_c_try_compile
"$LINENO"; then :
11889 ac_cv_sys_largefile_CC
=' -n32'; break
11891 rm -f core conftest.err conftest.
$ac_objext
11895 rm -f conftest.
$ac_ext
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11899 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11900 if test "$ac_cv_sys_largefile_CC" != no
; then
11901 CC
=$CC$ac_cv_sys_largefile_CC
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11905 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11906 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11907 $as_echo_n "(cached) " >&6
11910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11911 /* end confdefs.h. */
11912 #include <sys/types.h>
11913 /* Check that off_t can represent 2**63 - 1 correctly.
11914 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11915 since some C++ compilers masquerading as C compilers
11916 incorrectly reject 9223372036854775807. */
11917 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11918 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11919 && LARGE_OFF_T % 2147483647 == 1)
11929 if ac_fn_c_try_compile
"$LINENO"; then :
11930 ac_cv_sys_file_offset_bits
=no
; break
11932 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11934 /* end confdefs.h. */
11935 #define _FILE_OFFSET_BITS 64
11936 #include <sys/types.h>
11937 /* Check that off_t can represent 2**63 - 1 correctly.
11938 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11939 since some C++ compilers masquerading as C compilers
11940 incorrectly reject 9223372036854775807. */
11941 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11942 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11943 && LARGE_OFF_T % 2147483647 == 1)
11953 if ac_fn_c_try_compile
"$LINENO"; then :
11954 ac_cv_sys_file_offset_bits
=64; break
11956 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11957 ac_cv_sys_file_offset_bits
=unknown
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11962 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11963 case $ac_cv_sys_file_offset_bits in #(
11966 cat >>confdefs.h
<<_ACEOF
11967 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11972 if test $ac_cv_sys_file_offset_bits = unknown
; then
11973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11974 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11975 if ${ac_cv_sys_large_files+:} false
; then :
11976 $as_echo_n "(cached) " >&6
11979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11980 /* end confdefs.h. */
11981 #include <sys/types.h>
11982 /* Check that off_t can represent 2**63 - 1 correctly.
11983 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11984 since some C++ compilers masquerading as C compilers
11985 incorrectly reject 9223372036854775807. */
11986 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11987 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11988 && LARGE_OFF_T % 2147483647 == 1)
11998 if ac_fn_c_try_compile
"$LINENO"; then :
11999 ac_cv_sys_large_files
=no
; break
12001 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12003 /* end confdefs.h. */
12004 #define _LARGE_FILES 1
12005 #include <sys/types.h>
12006 /* Check that off_t can represent 2**63 - 1 correctly.
12007 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12008 since some C++ compilers masquerading as C compilers
12009 incorrectly reject 9223372036854775807. */
12010 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12011 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12012 && LARGE_OFF_T % 2147483647 == 1)
12022 if ac_fn_c_try_compile
"$LINENO"; then :
12023 ac_cv_sys_large_files
=1; break
12025 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12026 ac_cv_sys_large_files
=unknown
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12031 $as_echo "$ac_cv_sys_large_files" >&6; }
12032 case $ac_cv_sys_large_files in #(
12035 cat >>confdefs.h
<<_ACEOF
12036 #define _LARGE_FILES $ac_cv_sys_large_files
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
12048 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
12049 if ${gcc_cv_prog_cmp_skip+:} false
; then :
12050 $as_echo_n "(cached) " >&6
12054 gcc_cv_prog_cmp_skip
='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
12055 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
12056 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
12059 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
12062 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
12063 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
12066 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
12073 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
12074 do_compare
="$gcc_cv_prog_cmp_skip"
12078 # Check whether --enable-targets was given.
12079 if test "${enable_targets+set}" = set; then :
12080 enableval
=$enable_targets; case "${enableval}" in
12081 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
12083 no
) enable_targets
= ;;
12084 *) enable_targets
=$enableval ;;
12089 .
${srcdir}/..
/bfd
/development.sh
12090 test "$development" = true
&& ac_checking
=yes
12091 # Check whether --enable-checking was given.
12092 if test "${enable_checking+set}" = set; then :
12093 enableval
=$enable_checking; case "${enableval}" in
12094 no|none
) ac_checking
= ;;
12095 *) ac_checking
=yes ;;
12098 if test x
$ac_checking != x
; then
12100 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
12105 # Decide the default method for compressing debug sections.
12106 ac_default_compressed_debug_sections
=unset
12107 # Provide a configure time option to override our default.
12108 # Check whether --enable-compressed_debug_sections was given.
12109 if test "${enable_compressed_debug_sections+set}" = set; then :
12110 enableval
=$enable_compressed_debug_sections; case ,"${enableval}", in
12111 ,yes, |
,all
, |
*,gas
,*) ac_default_compressed_debug_sections
=yes ;;
12112 ,no
, |
,none
,) ac_default_compressed_debug_sections
=no
;;
12113 *) ac_default_compressed_debug_sections
=unset ;;
12118 # Decide if x86 assembler should generate relax relocations.
12119 ac_default_x86_relax_relocations
=unset
12120 # Provide a configure time option to override our default.
12121 # Check whether --enable-x86_relax_relocations was given.
12122 if test "${enable_x86_relax_relocations+set}" = set; then :
12123 enableval
=$enable_x86_relax_relocations; case "${enableval}" in
12124 no
) ac_default_x86_relax_relocations
=0 ;;
12128 # Decide if ELF assembler should generate common symbols with the
12130 ac_default_elf_stt_common
=unset
12131 # Provide a configure time option to override our default.
12132 # Check whether --enable-elf_stt_common was given.
12133 if test "${enable_elf_stt_common+set}" = set; then :
12134 enableval
=$enable_elf_stt_common; case "${enableval}" in
12135 yes) ac_default_elf_stt_common
=1 ;;
12140 # Decide if the ELF assembler should default to generating
12141 # GNU Build notes if none are provided by the input.
12142 ac_default_generate_build_notes
=0
12143 # Provide a configuration option to override the default.
12144 # Check whether --enable-generate_build_notes was given.
12145 if test "${enable_generate_build_notes+set}" = set; then :
12146 enableval
=$enable_generate_build_notes; case "${enableval}" in
12147 yes) ac_default_generate_build_notes
=1 ;;
12148 no
) ac_default_generate_build_notes
=0 ;;
12152 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
12154 ac_default_mips_fix_loongson3_llsc
=unset
12155 # Provide a configuration option to override the default.
12156 # Check whether --enable-mips-fix-loongson3-llsc was given.
12157 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
12158 enableval
=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
12159 yes) ac_default_mips_fix_loongson3_llsc
=1 ;;
12160 no
) ac_default_mips_fix_loongson3_llsc
=0 ;;
12164 # Decide if the x86 ELF assembler should default to generating GNU x86
12165 # used ISA and feature properties.
12166 ac_default_generate_x86_used_note
=unset
12167 # Provide a configuration option to override the default.
12168 # Check whether --enable-x86-used-note was given.
12169 if test "${enable_x86_used_note+set}" = set; then :
12170 enableval
=$enable_x86_used_note; case "${enableval}" in
12171 yes) ac_default_generate_x86_used_note
=1 ;;
12172 no
) ac_default_generate_x86_used_note
=0 ;;
12176 # Decide if the RISC-V ELF assembler should default to generating attribute.
12177 ac_default_generate_riscv_attr
=unset
12178 # Provide a configuration option to override the default.
12179 # Check whether --enable-default-riscv-attribute was given.
12180 if test "${enable_default_riscv_attribute+set}" = set; then :
12181 enableval
=$enable_default_riscv_attribute; case "${enableval}" in
12182 yes) ac_default_generate_riscv_attr
=1 ;;
12183 no
) ac_default_generate_riscv_attr
=0 ;;
12190 # Set the 'development' global.
12191 .
$srcdir/..
/bfd
/development.sh
12193 # Set acp_cpp_for_build variable
12194 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12196 # Default set of GCC warnings to enable.
12197 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12198 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12200 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12202 /* end confdefs.h. */
12205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12206 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12209 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
12214 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12215 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12216 /* end confdefs.h. */
12219 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12220 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12223 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12228 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12229 WARN_WRITE_STRINGS
=""
12230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12231 /* end confdefs.h. */
12234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12235 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12238 WARN_WRITE_STRINGS
="-Wwrite-strings"
12243 # Verify CC_FOR_BUILD to be compatible with warning flags
12245 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12247 /* end confdefs.h. */
12250 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12251 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12254 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12259 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12261 /* end confdefs.h. */
12264 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12265 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12268 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12273 # Check whether --enable-werror was given.
12274 if test "${enable_werror+set}" = set; then :
12275 enableval
=$enable_werror; case "${enableval}" in
12276 yes | y
) ERROR_ON_WARNING
="yes" ;;
12277 no | n
) ERROR_ON_WARNING
="no" ;;
12278 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12283 # Disable -Wformat by default when using gcc on mingw
12286 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12287 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
12288 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12294 # Enable -Werror by default when using gcc. Turn it off for releases.
12295 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
12296 ERROR_ON_WARNING
=yes
12300 if test "${ERROR_ON_WARNING}" = yes ; then
12301 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
12302 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12303 NO_WERROR
="-Wno-error"
12306 if test "${GCC}" = yes ; then
12307 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12308 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
12311 # Check whether --enable-build-warnings was given.
12312 if test "${enable_build_warnings+set}" = set; then :
12313 enableval
=$enable_build_warnings; case "${enableval}" in
12314 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12315 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12316 no
) if test "${GCC}" = yes ; then
12318 WARN_CFLAGS_FOR_BUILD
="-w"
12320 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12321 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
12322 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12323 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12324 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
12325 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12326 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
12327 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12332 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
12333 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12342 # Generate a header file
12343 ac_config_headers
="$ac_config_headers config.h:config.in"
12347 # Check whether --with-cpu was given.
12348 if test "${with_cpu+set}" = set; then :
12350 cat >>confdefs.h
<<_ACEOF
12351 #define TARGET_WITH_CPU "${with_cpu}"
12360 # If we are on a DOS filesystem, we must use gdb.ini rather than
12363 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-windows*)
12365 ac_config_files
="$ac_config_files gdb.ini:gdbinit.in"
12370 ac_config_files
="$ac_config_files .gdbinit:gdbinit.in"
12376 #We need this for the host.
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12378 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12379 if ${ac_cv_c_bigendian+:} false
; then :
12380 $as_echo_n "(cached) " >&6
12382 ac_cv_c_bigendian
=unknown
12383 # See if we're dealing with a universal compiler.
12384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12385 /* end confdefs.h. */
12386 #ifndef __APPLE_CC__
12387 not a universal capable compiler
12392 if ac_fn_c_try_compile
"$LINENO"; then :
12394 # Check for potential -arch flags. It is not universal unless
12395 # there are at least two -arch flags with different values.
12398 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12399 if test -n "$ac_prev"; then
12401 i?
86 | x86_64 | ppc | ppc64
)
12402 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
12405 ac_cv_c_bigendian
=universal
12411 elif test "x$ac_word" = "x-arch"; then
12416 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12417 if test $ac_cv_c_bigendian = unknown
; then
12418 # See if sys/param.h defines the BYTE_ORDER macro.
12419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12420 /* end confdefs.h. */
12421 #include <sys/types.h>
12422 #include <sys/param.h>
12427 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12428 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12430 bogus endian macros
12437 if ac_fn_c_try_compile
"$LINENO"; then :
12438 # It does; now see whether it defined to BIG_ENDIAN or not.
12439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12440 /* end confdefs.h. */
12441 #include <sys/types.h>
12442 #include <sys/param.h>
12447 #if BYTE_ORDER != BIG_ENDIAN
12455 if ac_fn_c_try_compile
"$LINENO"; then :
12456 ac_cv_c_bigendian
=yes
12458 ac_cv_c_bigendian
=no
12460 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12462 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12464 if test $ac_cv_c_bigendian = unknown
; then
12465 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12467 /* end confdefs.h. */
12468 #include <limits.h>
12473 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12474 bogus endian macros
12481 if ac_fn_c_try_compile
"$LINENO"; then :
12482 # It does; now see whether it defined to _BIG_ENDIAN or not.
12483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12484 /* end confdefs.h. */
12485 #include <limits.h>
12490 #ifndef _BIG_ENDIAN
12498 if ac_fn_c_try_compile
"$LINENO"; then :
12499 ac_cv_c_bigendian
=yes
12501 ac_cv_c_bigendian
=no
12503 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12505 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12507 if test $ac_cv_c_bigendian = unknown
; then
12508 # Compile a test program.
12509 if test "$cross_compiling" = yes; then :
12510 # Try to guess by grepping values from an object file.
12511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h. */
12513 short int ascii_mm[] =
12514 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12515 short int ascii_ii[] =
12516 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12517 int use_ascii (int i) {
12518 return ascii_mm[i] + ascii_ii[i];
12520 short int ebcdic_ii[] =
12521 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12522 short int ebcdic_mm[] =
12523 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12524 int use_ebcdic (int i) {
12525 return ebcdic_mm[i] + ebcdic_ii[i];
12532 return use_ascii (foo) == use_ebcdic (foo);
12537 if ac_fn_c_try_compile
"$LINENO"; then :
12538 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
12539 ac_cv_c_bigendian
=yes
12541 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
12542 if test "$ac_cv_c_bigendian" = unknown
; then
12543 ac_cv_c_bigendian
=no
12545 # finding both strings is unlikely to happen, but who knows?
12546 ac_cv_c_bigendian
=unknown
12550 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12553 /* end confdefs.h. */
12554 $ac_includes_default
12559 /* Are we little or big endian? From Harbison&Steele. */
12563 char c[sizeof (long int)];
12566 return u.c[sizeof (long int) - 1] == 1;
12572 if ac_fn_c_try_run
"$LINENO"; then :
12573 ac_cv_c_bigendian
=no
12575 ac_cv_c_bigendian
=yes
12577 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
12578 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12584 $as_echo "$ac_cv_c_bigendian" >&6; }
12585 case $ac_cv_c_bigendian in #(
12587 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12593 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12597 as_fn_error $?
"unknown endianness
12598 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12604 # Makefile target for installing gas in $(tooldir)/bin.
12605 install_tooldir
=install-exec-tooldir
12609 if test -n "$enable_targets" ; then
12610 for t
in `echo $enable_targets | sed 's/,/ /g'`; do
12611 if test $t = "all"; then
12615 result
=`$ac_config_sub $t 2>/dev/null`
12616 if test -n "$result" ; then
12617 canon_targets
="$canon_targets $result"
12619 # # Permit "all", etc. We don't support it yet though.
12620 # canon_targets="$canon_targets $t"
12623 _gas_uniq_list
="$canon_targets"
12624 _gas_uniq_newlist
=""
12625 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12626 case $_gas_uniq_i in
12627 _gas_uniq_dummy
) ;;
12628 *) case " $_gas_uniq_newlist " in
12629 *" $_gas_uniq_i "*) ;;
12630 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12634 canon_targets
=$_gas_uniq_newlist
12640 for this_target
in $target $canon_targets ; do
12642 targ
=${this_target}
12643 .
${srcdir}/configure.tgt
12645 case ${target_cpu} in
12648 cat >>confdefs.h
<<_ACEOF
12649 #define DEFAULT_CRIS_ARCH $arch
12655 if test ${this_target} = $target ; then
12656 target_cpu_type
=${cpu_type}
12657 elif test ${target_cpu_type} != ${cpu_type} ; then
12661 generic_target
=${cpu_type}-${target_vendor}-${target_os}
12662 case ${generic_target} in
12663 i386-
*-msdosdjgpp* \
12665 | i386-go32-rtems
*)
12667 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12671 i386-
*-linux-* | x86_64-
*-linux-*)
12672 if test ${this_target} = $target \
12673 && test ${ac_default_generate_x86_used_note} = unset; then
12674 ac_default_generate_x86_used_note
=1
12679 | x86_64-
*-solaris2 \
12680 | i386-
*-solaris2.
[0-9] \
12681 | i386-
*-solaris2.1
[01] \
12682 | x86_64-
*-solaris2.1
[01])
12683 if test ${this_target} = $target \
12684 && test ${ac_default_x86_relax_relocations} = unset; then
12685 ac_default_x86_relax_relocations
=0
12694 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12698 if test ${this_target} = $target; then
12700 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12703 if test x
${endian} = xbig
; then
12704 as_fn_error $?
"Solaris must be configured little endian" "$LINENO" 5
12709 if test ${this_target} = $target ; then
12711 if test x
${endian} = xbig
; then
12713 elif test x
${endian} = xlittle
; then
12716 if test x
${endian_def} != x
; then
12718 cat >>confdefs.h
<<_ACEOF
12719 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12725 # Other random stuff.
12727 case ${cpu_type} in
12729 # Set mips_cpu to the name of the default CPU.
12730 case ${target_cpu} in
12731 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el
)
12734 mipsisa32 | mipsisa32el
)
12737 mipsisa32r2 | mipsisa32r2el
)
12740 mipsisa32r3 | mipsisa32r3el
)
12743 mipsisa32r5 | mipsisa32r5el
)
12746 mipsisa32r6 | mipsisa32r6el
)
12749 mipsisa64 | mipsisa64el
)
12752 mipsisa64r2 | mipsisa64r2el
)
12755 mipsisa64r3 | mipsisa64r3el
)
12758 mipsisa64r5 | mipsisa64r5el
)
12761 mipsisa64r6 | mipsisa64r6el
)
12764 mipstx39 | mipstx39el
)
12767 mips64vr | mips64vrel
)
12770 mipsisa32r2
* | mipsisa64r2
*)
12771 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12773 mipsisa32r6
* | mipsisa64r6
*)
12774 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12776 mips64
* | mipsisa64
* | mipsisa32
*)
12777 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12780 mips_cpu
=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12783 as_fn_error $?
"$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12786 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12787 # binaries. It's a GNU extension that some OSes don't understand.
12790 use_e_mips_abi_o32
=0
12793 use_e_mips_abi_o32
=1
12796 # Decide whether to generate 32-bit or 64-bit code by default.
12797 # Used to resolve -march=from-abi when an embedded ABI is selected.
12799 mips64
*-*-* | mipsisa64
*-*-*)
12800 mips_default_64bit
=1
12803 mips_default_64bit
=0
12806 # Decide which ABI to target by default.
12808 mips64
*-linux* | mips-sgi-irix6
* | mips64
*-freebsd* \
12809 | mips64
*-kfreebsd*-gnu | mips64
*-ps2-elf*)
12810 mips_default_abi
=N32_ABI
12812 mips
*-linux* | mips
*-freebsd* | mips
*-kfreebsd*-gnu)
12813 mips_default_abi
=O32_ABI
12816 mips_default_abi
=N64_ABI
12819 mips_default_abi
=NO_ABI
12823 cat >>confdefs.h
<<_ACEOF
12824 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12828 cat >>confdefs.h
<<_ACEOF
12829 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12833 cat >>confdefs.h
<<_ACEOF
12834 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12838 cat >>confdefs.h
<<_ACEOF
12839 #define MIPS_DEFAULT_ABI $mips_default_abi
12845 # Do we need the opcodes library?
12846 case ${cpu_type} in
12853 case "${enable_shared}" in
12854 yes) shared_opcodes
=true
;;
12855 *opcodes
*) shared_opcodes
=true
;;
12856 *) shared_opcodes
=false
;;
12861 # Any other special object files needed ?
12862 case ${cpu_type} in
12865 for f
in bfin-parse.o bfin-lex-wrapper.o
; do
12866 case " $extra_objects " in
12868 *) extra_objects
="$extra_objects $f" ;;
12874 if test $this_target = $target ; then
12876 cat >>confdefs.h
<<_ACEOF
12877 #define DEFAULT_ARCH "${arch}"
12883 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k
)
12895 case " $extra_objects " in
12897 *) extra_objects
="$extra_objects $f" ;;
12906 for f
in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o
; do
12907 case " $extra_objects " in
12909 *) extra_objects
="$extra_objects $f" ;;
12919 # setup NDS32_LINUX_TOOLCHAIN definition
12920 if test "linux" = $em; then
12922 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12926 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12930 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12931 # based on arch_name.
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12933 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12934 if test "x${with_arch}" != x
; then
12935 case ${with_arch} in
12936 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3
)
12938 cat >>confdefs.h
<<_ACEOF
12939 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12944 as_fn_error $?
"This kind of arch name does *NOT* exist!" "$LINENO" 5
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12949 $as_echo "$with_arch" >&6; }
12951 # Decide features one by one.
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12953 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12954 if test "x${enable_dx_regs}" = xyes
; then
12956 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12960 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12964 $as_echo "$enable_dx_regs" >&6; }
12966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12967 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12968 if test "x${enable_perf_ext}" = xno
; then
12970 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12974 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12978 $as_echo "$enable_perf_ext" >&6; }
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12981 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12982 if test "x${enable_perf_ext2}" = xno
; then
12984 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12988 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12992 $as_echo "$enable_perf_ext2" >&6; }
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12995 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12996 if test "x${enable_string_ext}" = xno
; then
12998 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
13002 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
13006 $as_echo "$enable_string_ext" >&6; }
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
13009 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
13010 if test "x${enable_audio_ext}" = xno
; then
13012 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
13016 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
13020 $as_echo "$enable_audio_ext" >&6; }
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
13023 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
13024 if test "x${enable_dsp_ext}" = xno
; then
13026 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
13030 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
13034 $as_echo "$enable_dsp_ext" >&6; }
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
13037 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
13038 if test "x${enable_zol_ext}" = xno
; then
13040 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
13044 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
13048 $as_echo "$enable_zol_ext" >&6; }
13051 aarch64 | i386 | s390 | sparc
)
13052 if test $this_target = $target ; then
13054 cat >>confdefs.h
<<_ACEOF
13055 #define DEFAULT_ARCH "${arch}"
13062 # --target=riscv[32|64]-*-*. */
13063 if test $this_target = $target ; then
13065 cat >>confdefs.h
<<_ACEOF
13066 #define DEFAULT_ARCH "${arch}"
13071 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
13073 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
13074 if test "x${with_arch}" != x
; then
13076 cat >>confdefs.h
<<_ACEOF
13077 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
13082 $as_echo "$with_arch" >&6; }
13084 # --with-isa-spec=[2.2|20190608|20191213].
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
13086 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
13087 if test "x${with_isa_spec}" != x
; then
13089 cat >>confdefs.h
<<_ACEOF
13090 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
13095 $as_echo "$with_isa_spec" >&6; }
13097 # --with-priv-spec=[1.9|1.9.1|1.10|1.11].
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
13099 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
13100 if test "x${with_priv_spec}" != x
; then
13102 cat >>confdefs.h
<<_ACEOF
13103 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
13108 $as_echo "$with_priv_spec" >&6; }
13113 case " $extra_objects " in
13115 *) extra_objects
="$extra_objects $f" ;;
13121 case " $extra_objects " in
13123 *) extra_objects
="$extra_objects $f" ;;
13136 f
=config
/xtensa-relax.o
13137 case " $extra_objects " in
13139 *) extra_objects
="$extra_objects $f" ;;
13147 if test $using_cgen = yes ; then
13149 case " $extra_objects " in
13151 *) extra_objects
="$extra_objects $f" ;;
13155 # See if we really can support this configuration with the emulation code.
13157 if test $this_target = $target ; then
13165 case " $extra_objects " in
13167 *) extra_objects
="$extra_objects $f" ;;
13171 # From target name and format, produce a list of supported emulations.
13173 case ${generic_target}-${fmt} in
13174 mips-
*-*-*) case "$endian" in
13175 big
) emulation
="mipsbelf mipslelf mipself" ;;
13176 *) emulation
="mipslelf mipsbelf mipself" ;;
13178 # i386-pc-pe-coff != i386-pc-coff.
13180 # Uncommenting the next line will turn on support for i386 AOUT
13181 # for the default linux configuration
13182 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
13184 i386-
*-aout) emulation
="i386aout" ;;
13185 i386-
*-coff) emulation
="i386coff" ;;
13186 i386-
*-elf) emulation
="i386elf" ;;
13188 # Always all formats. The first stated emulation becomes the default.
13189 cris-
*-*aout
*) emulation
="crisaout criself" ;;
13190 cris-
*-*) emulation
="criself crisaout" ;;
13193 emulations
="$emulations $emulation"
13197 if test ${ac_default_x86_relax_relocations} = unset; then
13198 ac_default_x86_relax_relocations
=1
13201 cat >>confdefs.h
<<_ACEOF
13202 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
13206 if test ${ac_default_elf_stt_common} = unset; then
13207 ac_default_elf_stt_common
=0
13210 cat >>confdefs.h
<<_ACEOF
13211 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
13216 cat >>confdefs.h
<<_ACEOF
13217 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
13221 if test ${ac_default_generate_x86_used_note} = unset; then
13222 ac_default_generate_x86_used_note
=0
13225 cat >>confdefs.h
<<_ACEOF
13226 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
13230 if test ${ac_default_generate_riscv_attr} = unset; then
13231 case ${target_os} in
13233 ac_default_generate_riscv_attr
=1
13236 ac_default_generate_riscv_attr
=0
13242 cat >>confdefs.h
<<_ACEOF
13243 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
13247 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
13248 ac_default_mips_fix_loongson3_llsc
=0
13251 cat >>confdefs.h
<<_ACEOF
13252 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
13256 if test x
$ac_default_compressed_debug_sections = xyes
; then
13258 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
13262 # Turn on all targets if possible
13263 if test ${all_targets} = "yes"; then
13264 case ${target_cpu_type} in
13266 case ${obj_format} in
13268 emulations
="$emulations i386coff i386elf"
13271 emulations
="$emulations i386aout i386elf"
13274 emulations
="$emulations i386aout i386coff"
13279 case ${obj_format} in
13281 emulations
="$emulations i386coff i386elf"
13284 emulations
="$emulations i386aout i386elf"
13287 emulations
="$emulations i386aout i386coff"
13294 # PE code has way too many macros tweaking behaviour
13296 pe
*) emulations
="" ;;
13299 # Assign floating point type. Most processors with FP support
13300 # IEEE FP. On those that don't support FP at all, usually IEEE
13302 case ${target_cpu} in
13303 vax | pdp11
) atof
=vax
;;
13307 case "${obj_format}" in
13308 "") as_fn_error $?
"GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
13311 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
13313 if test $using_cgen = yes ; then
13314 case ${target_cpu} in
13316 cgen_cpu_prefix
=or1k
;;
13317 *) cgen_cpu_prefix
=${target_cpu} ;;
13321 $as_echo "#define USING_CGEN 1" >>confdefs.h
13326 if test ! -r ${srcdir}/config
/tc-
${target_cpu_type}.c
; then
13327 as_fn_error $?
"GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13330 if test ! -r ${srcdir}/config
/obj-
${obj_format}.c
; then
13331 as_fn_error $?
"GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13334 # Some COFF configurations want these random other flags set.
13335 case ${obj_format} in
13337 case ${target_cpu_type} in
13339 $as_echo "#define I386COFF 1" >>confdefs.h
13342 $as_echo "#define I386COFF 1" >>confdefs.h
13348 # Getting this done right is going to be a bitch. Each configuration specified
13349 # with --enable-targets=... should be checked for environment, format, cpu
13352 # For each configuration, the necessary object file support code must be linked
13353 # in. This might be only one, it might be up to four. The necessary emulation
13354 # code needs to be provided, too.
13356 # And then there's "--enable-targets=all"....
13358 # For now, just always do it for MIPS ELF configurations. Sigh.
13360 formats
="${obj_format}"
13363 _gas_uniq_list
="$emulations"
13364 _gas_uniq_newlist
=""
13365 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
13366 case $_gas_uniq_i in
13367 _gas_uniq_dummy
) ;;
13368 *) case " $_gas_uniq_newlist " in
13369 *" $_gas_uniq_i "*) ;;
13370 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
13374 emulations
=$_gas_uniq_newlist
13376 for em
in .
$emulations ; do
13379 mipsbelf | mipslelf | mipself
)
13380 fmt=elf
file=mipself
;;
13382 fmt=coff
file=$em ;;
13384 fmt=aout
file=$em ;;
13386 fmt=elf
file=$em ;;
13388 formats
="$formats $fmt"
13389 emfiles
="$emfiles config/e-$file.o"
13390 EMULATIONS
="$EMULATIONS &$em,"
13392 _gas_uniq_list
="$formats"
13393 _gas_uniq_newlist
=""
13394 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
13395 case $_gas_uniq_i in
13396 _gas_uniq_dummy
) ;;
13397 *) case " $_gas_uniq_newlist " in
13398 *" $_gas_uniq_i "*) ;;
13399 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
13403 formats
=$_gas_uniq_newlist
13405 _gas_uniq_list
="$emfiles"
13406 _gas_uniq_newlist
=""
13407 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
13408 case $_gas_uniq_i in
13409 _gas_uniq_dummy
) ;;
13410 *) case " $_gas_uniq_newlist " in
13411 *" $_gas_uniq_i "*) ;;
13412 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
13416 emfiles
=$_gas_uniq_newlist
13418 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
13419 for fmt in $formats ; do
13422 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
13425 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
13428 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
13431 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
13434 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
13437 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
13440 extra_objects
="$extra_objects config/obj-$fmt.o"
13444 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
13445 DEFAULT_EMULATION
=`set . $emulations ; echo $2`
13446 # e-mipself has more than one emulation per file, e-i386* has just one at the
13447 # moment. If only one emulation is specified, then don't define
13448 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
13449 case "${obj_format}${emfiles}" in
13450 multi
* |
*mipself
*)
13451 extra_objects
="$extra_objects $emfiles"
13453 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
13459 cat >>confdefs.h
<<_ACEOF
13460 #define EMULATIONS $EMULATIONS
13464 cat >>confdefs.h
<<_ACEOF
13465 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13469 reject_dev_configs
=yes
13471 case ${reject_dev_configs}-${dev} in
13473 as_fn_error $?
"GAS does not support the ${generic_target} configuration." "$LINENO" 5
13483 # do we need the opcodes library?
13484 case "${need_opcodes}" in
13486 OPCODES_LIB
=..
/opcodes
/libopcodes.la
13493 cat >>confdefs.h
<<_ACEOF
13494 #define TARGET_ALIAS "${target_alias}"
13498 cat >>confdefs.h
<<_ACEOF
13499 #define TARGET_CANONICAL "${target}"
13503 cat >>confdefs.h
<<_ACEOF
13504 #define TARGET_CPU "${target_cpu}"
13508 cat >>confdefs.h
<<_ACEOF
13509 #define TARGET_VENDOR "${target_vendor}"
13513 cat >>confdefs.h
<<_ACEOF
13514 #define TARGET_OS "${target_os}"
13518 for ac_prog
in 'bison -y' byacc
13520 # Extract the first word of "$ac_prog", so it can be a program name with args.
13521 set dummy
$ac_prog; ac_word
=$2
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13523 $as_echo_n "checking for $ac_word... " >&6; }
13524 if ${ac_cv_prog_YACC+:} false
; then :
13525 $as_echo_n "(cached) " >&6
13527 if test -n "$YACC"; then
13528 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
13530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13531 for as_dir
in $PATH
13534 test -z "$as_dir" && as_dir
=.
13535 for ac_exec_ext
in '' $ac_executable_extensions; do
13536 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13537 ac_cv_prog_YACC
="$ac_prog"
13538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13547 YACC
=$ac_cv_prog_YACC
13548 if test -n "$YACC"; then
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
13550 $as_echo "$YACC" >&6; }
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13553 $as_echo "no" >&6; }
13557 test -n "$YACC" && break
13559 test -n "$YACC" || YACC
="yacc"
13561 for ac_prog
in flex
lex
13563 # Extract the first word of "$ac_prog", so it can be a program name with args.
13564 set dummy
$ac_prog; ac_word
=$2
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13566 $as_echo_n "checking for $ac_word... " >&6; }
13567 if ${ac_cv_prog_LEX+:} false
; then :
13568 $as_echo_n "(cached) " >&6
13570 if test -n "$LEX"; then
13571 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
13573 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13574 for as_dir
in $PATH
13577 test -z "$as_dir" && as_dir
=.
13578 for ac_exec_ext
in '' $ac_executable_extensions; do
13579 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13580 ac_cv_prog_LEX
="$ac_prog"
13581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13590 LEX
=$ac_cv_prog_LEX
13591 if test -n "$LEX"; then
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13593 $as_echo "$LEX" >&6; }
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13596 $as_echo "no" >&6; }
13600 test -n "$LEX" && break
13602 test -n "$LEX" || LEX
=":"
13606 *) cat >conftest.l
<<_ACEOF
13612 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13613 yyless ((input () != 0)); }
13614 f { unput (yytext[0]); }
13615 . { BEGIN INITIAL; }
13617 #ifdef YYTEXT_POINTER
13618 extern char *yytext;
13623 return ! yylex () + ! yywrap ();
13626 { { ac_try
="$LEX conftest.l"
13627 case "(($ac_try" in
13628 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13629 *) ac_try_echo=$ac_try;;
13631 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13632 $as_echo "$ac_try_echo"; } >&5
13633 (eval "$LEX conftest.l") 2>&5
13635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13636 test $ac_status = 0; }
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13638 $as_echo_n "checking lex output file root... " >&6; }
13639 if ${ac_cv_prog_lex_root+:} false; then :
13640 $as_echo_n "(cached) " >&6
13643 if test -f lex.yy.c; then
13644 ac_cv_prog_lex_root=lex.yy
13645 elif test -f lexyy.c; then
13646 ac_cv_prog_lex_root=lexyy
13648 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13652 $as_echo "$ac_cv_prog_lex_root" >&6; }
13653 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13655 if test -z "${LEXLIB+set}"; then
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13657 $as_echo_n "checking lex library... " >&6; }
13658 if ${ac_cv_lib_lex+:} false; then :
13659 $as_echo_n "(cached) " >&6
13663 ac_cv_lib_lex='none needed'
13664 for ac_lib in '' -lfl -ll; do
13665 LIBS="$ac_lib $ac_save_LIBS"
13666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13667 /* end confdefs.h. */
13668 `cat $LEX_OUTPUT_ROOT.c
`
13670 if ac_fn_c_try_link "$LINENO"; then :
13671 ac_cv_lib_lex=$ac_lib
13673 rm -f core conftest.err conftest.$ac_objext \
13674 conftest$ac_exeext conftest.$ac_ext
13675 test "$ac_cv_lib_lex" != 'none needed' && break
13680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13681 $as_echo "$ac_cv_lib_lex" >&6; }
13682 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13687 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13688 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13689 $as_echo_n "(cached) " >&6
13691 # POSIX says lex can declare yytext either as a pointer or an array; the
13692 # default is implementation-dependent. Figure out which it is, since
13693 # not all implementations provide the %pointer and %array declarations.
13694 ac_cv_prog_lex_yytext_pointer=no
13696 LIBS="$LEXLIB $ac_save_LIBS"
13697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13698 /* end confdefs.h. */
13700 #define YYTEXT_POINTER 1
13701 `cat $LEX_OUTPUT_ROOT.c
`
13703 if ac_fn_c_try_link "$LINENO"; then :
13704 ac_cv_prog_lex_yytext_pointer=yes
13706 rm -f core conftest.err conftest.$ac_objext \
13707 conftest$ac_exeext conftest.$ac_ext
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13712 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13713 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13715 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13718 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13721 if test "$LEX" = :; then
13722 LEX=${am_missing_run}flex
13725 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13726 # If we haven't got the data from the intl directory,
13727 # assume NLS is disabled.
13736 if test -f ../intl/config.intl; then
13737 . ../intl/config.intl
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13740 $as_echo_n "checking whether NLS is requested... " >&6; }
13741 if test x"$USE_NLS" != xyes; then
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13743 $as_echo "no" >&6; }
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13746 $as_echo "yes" >&6; }
13748 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13752 $as_echo_n "checking for catalogs to be installed... " >&6; }
13753 # Look for .po and .gmo files in the source directory.
13756 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13757 # If there aren't any .gmo files the shell will give us the
13758 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13760 case "$cat" in *\**)
13763 # The quadruple backslash is collapsed to a double backslash
13764 # by the backticks, then collapsed again by the double quotes,
13765 # leaving us with one backslash in the sed expression (right
13766 # before the dot that mustn't act as a wildcard).
13767 cat=`echo $cat |
sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13768 lang=`echo $cat |
sed -e "s!\\\\.gmo!!"`
13769 # The user is allowed to set LINGUAS to a list of languages to
13770 # install catalogs for. If it's empty that means "all of them."
13771 if test "x$LINGUAS" = x; then
13772 CATALOGS="$CATALOGS $cat"
13773 XLINGUAS="$XLINGUAS $lang"
13775 case "$LINGUAS" in *$lang*)
13776 CATALOGS="$CATALOGS $cat"
13777 XLINGUAS="$XLINGUAS $lang"
13782 LINGUAS="$XLINGUAS"
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13784 $as_echo "$LINGUAS" >&6; }
13798 if test -n "$ac_aux_dir"; then
13799 case "$ac_aux_dir" in
13800 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13801 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13804 if test -z "$MKINSTALLDIRS"; then
13805 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13811 $as_echo_n "checking whether NLS is requested... " >&6; }
13812 # Check whether --enable-nls was given.
13813 if test "${enable_nls+set}" = set; then :
13814 enableval=$enable_nls; USE_NLS=$enableval
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13820 $as_echo "$USE_NLS" >&6; }
13827 # Prepare PATH_SEPARATOR.
13828 # The user is always right.
13829 if test "${PATH_SEPARATOR+set}" != set; then
13830 echo "#! /bin/sh" >conf$$.sh
13831 echo "exit 0" >>conf$$.sh
13833 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13841 # Find out how to test for executable files. Don't use a zero-byte file,
13842 # as systems may use methods other than mode bits to determine executability.
13843 cat >conf$$.file <<_ASEOF
13847 chmod +x conf$$.file
13848 if test -x conf$$.file >/dev/null 2>&1; then
13849 ac_executable_p="test -x"
13851 ac_executable_p="test -f"
13855 # Extract the first word of "msgfmt", so it can be a program name with args.
13856 set dummy msgfmt; ac_word=$2
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13858 $as_echo_n "checking for $ac_word... " >&6; }
13859 if ${ac_cv_path_MSGFMT+:} false; then :
13860 $as_echo_n "(cached) " >&6
13864 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13867 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13868 for ac_dir in $PATH; do
13870 test -z "$ac_dir" && ac_dir=.
13871 for ac_exec_ext in '' $ac_executable_extensions; do
13872 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13873 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13874 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13875 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13882 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13886 MSGFMT="$ac_cv_path_MSGFMT"
13887 if test "$MSGFMT" != ":"; then
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13889 $as_echo "$MSGFMT" >&6; }
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13892 $as_echo "no" >&6; }
13895 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13896 set dummy gmsgfmt; ac_word=$2
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13898 $as_echo_n "checking for $ac_word... " >&6; }
13899 if ${ac_cv_path_GMSGFMT+:} false; then :
13900 $as_echo_n "(cached) " >&6
13904 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13908 for as_dir in $PATH
13911 test -z "$as_dir" && as_dir=.
13912 for ac_exec_ext in '' $ac_executable_extensions; do
13913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13914 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13922 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13926 GMSGFMT=$ac_cv_path_GMSGFMT
13927 if test -n "$GMSGFMT"; then
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13929 $as_echo "$GMSGFMT" >&6; }
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13932 $as_echo "no" >&6; }
13938 # Prepare PATH_SEPARATOR.
13939 # The user is always right.
13940 if test "${PATH_SEPARATOR+set}" != set; then
13941 echo "#! /bin/sh" >conf$$.sh
13942 echo "exit 0" >>conf$$.sh
13944 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13952 # Find out how to test for executable files. Don't use a zero-byte file,
13953 # as systems may use methods other than mode bits to determine executability.
13954 cat >conf$$.file <<_ASEOF
13958 chmod +x conf$$.file
13959 if test -x conf$$.file >/dev/null 2>&1; then
13960 ac_executable_p="test -x"
13962 ac_executable_p="test -f"
13966 # Extract the first word of "xgettext", so it can be a program name with args.
13967 set dummy xgettext; ac_word=$2
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13969 $as_echo_n "checking for $ac_word... " >&6; }
13970 if ${ac_cv_path_XGETTEXT+:} false; then :
13971 $as_echo_n "(cached) " >&6
13973 case "$XGETTEXT" in
13975 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13978 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13979 for ac_dir in $PATH; do
13981 test -z "$ac_dir" && ac_dir=.
13982 for ac_exec_ext in '' $ac_executable_extensions; do
13983 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13984 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13985 (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
13986 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13993 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13997 XGETTEXT="$ac_cv_path_XGETTEXT"
13998 if test "$XGETTEXT" != ":"; then
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
14000 $as_echo "$XGETTEXT" >&6; }
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14003 $as_echo "no" >&6; }
14009 # Prepare PATH_SEPARATOR.
14010 # The user is always right.
14011 if test "${PATH_SEPARATOR+set}" != set; then
14012 echo "#! /bin/sh" >conf$$.sh
14013 echo "exit 0" >>conf$$.sh
14015 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14023 # Find out how to test for executable files. Don't use a zero-byte file,
14024 # as systems may use methods other than mode bits to determine executability.
14025 cat >conf$$.file <<_ASEOF
14029 chmod +x conf$$.file
14030 if test -x conf$$.file >/dev/null 2>&1; then
14031 ac_executable_p="test -x"
14033 ac_executable_p="test -f"
14037 # Extract the first word of "msgmerge", so it can be a program name with args.
14038 set dummy msgmerge; ac_word=$2
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14040 $as_echo_n "checking for $ac_word... " >&6; }
14041 if ${ac_cv_path_MSGMERGE+:} false; then :
14042 $as_echo_n "(cached) " >&6
14044 case "$MSGMERGE" in
14046 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
14049 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
14050 for ac_dir in $PATH; do
14052 test -z "$ac_dir" && ac_dir=.
14053 for ac_exec_ext in '' $ac_executable_extensions; do
14054 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
14055 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
14056 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
14063 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
14067 MSGMERGE="$ac_cv_path_MSGMERGE"
14068 if test "$MSGMERGE" != ":"; then
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
14070 $as_echo "$MSGMERGE" >&6; }
14072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14073 $as_echo "no" >&6; }
14077 if test "$GMSGFMT" != ":"; then
14078 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
14079 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
14082 GMSGFMT=`echo "$GMSGFMT" |
sed -e 's,^.*/,,'`
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
14084 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
14089 if test "$XGETTEXT" != ":"; then
14090 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
14091 (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
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
14095 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
14101 ac_config_commands="$ac_config_commands default-1"
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14107 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14108 # Check whether --enable-maintainer-mode was given.
14109 if test "${enable_maintainer_mode+set}" = set; then :
14110 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14112 USE_MAINTAINER_MODE=no
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14116 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14117 if test $USE_MAINTAINER_MODE = yes; then
14118 MAINTAINER_MODE_TRUE=
14119 MAINTAINER_MODE_FALSE='#'
14121 MAINTAINER_MODE_TRUE='#'
14122 MAINTAINER_MODE_FALSE=
14125 MAINT=$MAINTAINER_MODE_TRUE
14129 GENINSRC_NEVER_TRUE=
14130 GENINSRC_NEVER_FALSE='#'
14132 GENINSRC_NEVER_TRUE='#'
14133 GENINSRC_NEVER_FALSE=
14138 for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
14140 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" |
$as_tr_sh`
14141 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14142 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14143 cat >>confdefs.h <<_ACEOF
14144 #define `$as_echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14152 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14153 if ${gcc_cv_header_string+:} false; then :
14154 $as_echo_n "(cached) " >&6
14156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14157 /* end confdefs.h. */
14158 #include <string.h>
14159 #include <strings.h>
14168 if ac_fn_c_try_compile "$LINENO"; then :
14169 gcc_cv_header_string=yes
14171 gcc_cv_header_string=no
14173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14176 $as_echo "$gcc_cv_header_string" >&6; }
14177 if test $gcc_cv_header_string = yes; then
14179 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14184 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
14185 # people who are not cross-compiling but are compiling cross-assemblers.
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
14187 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
14188 if test "${host}" = "${target}"; then
14193 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
14197 $as_echo "$cross_gas" >&6; }
14199 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14200 if test "x$ac_cv_type_size_t" = xyes; then :
14204 cat >>confdefs.h <<_ACEOF
14205 #define size_t unsigned int
14210 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14211 # for constant arguments. Useless!
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
14213 $as_echo_n "checking for working alloca.h... " >&6; }
14214 if ${ac_cv_working_alloca_h+:} false; then :
14215 $as_echo_n "(cached) " >&6
14217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14218 /* end confdefs.h. */
14219 #include <alloca.h>
14223 char *p = (char *) alloca (2 * sizeof (int));
14229 if ac_fn_c_try_link "$LINENO"; then :
14230 ac_cv_working_alloca_h=yes
14232 ac_cv_working_alloca_h=no
14234 rm -f core conftest.err conftest.$ac_objext \
14235 conftest$ac_exeext conftest.$ac_ext
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
14238 $as_echo "$ac_cv_working_alloca_h" >&6; }
14239 if test $ac_cv_working_alloca_h = yes; then
14241 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
14246 $as_echo_n "checking for alloca... " >&6; }
14247 if ${ac_cv_func_alloca_works+:} false; then :
14248 $as_echo_n "(cached) " >&6
14250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14251 /* end confdefs.h. */
14253 # define alloca __builtin_alloca
14256 # include <malloc.h>
14257 # define alloca _alloca
14259 # ifdef HAVE_ALLOCA_H
14260 # include <alloca.h>
14265 # ifndef alloca /* predefined by HP cc +Olibcalls */
14266 void *alloca (size_t);
14276 char *p = (char *) alloca (1);
14282 if ac_fn_c_try_link "$LINENO"; then :
14283 ac_cv_func_alloca_works=yes
14285 ac_cv_func_alloca_works=no
14287 rm -f core conftest.err conftest.$ac_objext \
14288 conftest$ac_exeext conftest.$ac_ext
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
14291 $as_echo "$ac_cv_func_alloca_works" >&6; }
14293 if test $ac_cv_func_alloca_works = yes; then
14295 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
14298 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
14299 # that cause trouble. Some versions do not even contain alloca or
14300 # contain a buggy version. If you still want to use their alloca,
14301 # use ar to extract alloca.o from them instead of compiling alloca.c.
14303 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
14305 $as_echo "#define C_ALLOCA 1" >>confdefs.h
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c
' needs Cray hooks" >&5
14309 $as_echo_n "checking whether \`alloca.c' needs Cray hooks...
" >&6; }
14310 if ${ac_cv_os_cray+:} false; then :
14311 $as_echo_n "(cached
) " >&6
14313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14314 /* end confdefs.h. */
14315 #if defined CRAY && ! defined CRAY2
14322 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
14323 $EGREP "webecray
" >/dev/null 2>&1; then :
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_os_cray" >&5
14332 $as_echo "$ac_cv_os_cray" >&6; }
14333 if test $ac_cv_os_cray = yes; then
14334 for ac_func in _getb67 GETB67 getb67; do
14335 as_ac_var=`$as_echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14336 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14337 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14339 cat >>confdefs.h <<_ACEOF
14340 #define CRAY_STACKSEG_END $ac_func
14349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction
for C alloca
" >&5
14350 $as_echo_n "checking stack direction
for C alloca...
" >&6; }
14351 if ${ac_cv_c_stack_direction+:} false; then :
14352 $as_echo_n "(cached
) " >&6
14354 if test "$cross_compiling" = yes; then :
14355 ac_cv_c_stack_direction=0
14357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14358 /* end confdefs.h. */
14359 $ac_includes_default
14361 find_stack_direction (int *addr, int depth)
14363 int dir, dummy = 0;
14366 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
14367 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
14368 return dir + dummy;
14372 main (int argc, char **argv)
14374 return find_stack_direction (0, argc + !argv + 20) < 0;
14377 if ac_fn_c_try_run "$LINENO"; then :
14378 ac_cv_c_stack_direction=1
14380 ac_cv_c_stack_direction=-1
14382 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14383 conftest.$ac_objext conftest.beam conftest.$ac_ext
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_c_stack_direction" >&5
14388 $as_echo "$ac_cv_c_stack_direction" >&6; }
14389 cat >>confdefs.h <<_ACEOF
14390 #define STACK_DIRECTION $ac_cv_c_stack_direction
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for inline
" >&5
14397 $as_echo_n "checking
for inline...
" >&6; }
14398 if ${ac_cv_c_inline+:} false; then :
14399 $as_echo_n "(cached
) " >&6
14402 for ac_kw in inline __inline__ __inline; do
14403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14404 /* end confdefs.h. */
14405 #ifndef __cplusplus
14407 static $ac_kw foo_t static_foo () {return 0; }
14408 $ac_kw foo_t foo () {return 0; }
14412 if ac_fn_c_try_compile "$LINENO"; then :
14413 ac_cv_c_inline=$ac_kw
14415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14416 test "$ac_cv_c_inline" != no && break
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_c_inline" >&5
14421 $as_echo "$ac_cv_c_inline" >&6; }
14423 case $ac_cv_c_inline in
14426 case $ac_cv_c_inline in
14428 *) ac_val=$ac_cv_c_inline;;
14430 cat >>confdefs.h <<_ACEOF
14431 #ifndef __cplusplus
14432 #define inline $ac_val
14439 # VMS doesn't have unlink.
14440 for ac_func in unlink remove
14442 as_ac_var=`$as_echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14443 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14444 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14445 cat >>confdefs.h <<_ACEOF
14446 #define `$as_echo "HAVE_
$ac_func" | $as_tr_cpp` 1
14452 for ac_func in sbrk setlocale
14454 as_ac_var=`$as_echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14455 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14456 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14457 cat >>confdefs.h <<_ACEOF
14458 #define `$as_echo "HAVE_
$ac_func" | $as_tr_cpp` 1
14464 for ac_func in strsignal
14466 ac_fn_c_check_func "$LINENO" "strsignal
" "ac_cv_func_strsignal
"
14467 if test "x
$ac_cv_func_strsignal" = xyes; then :
14468 cat >>confdefs.h <<_ACEOF
14469 #define HAVE_STRSIGNAL 1
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for LC_MESSAGES
" >&5
14478 $as_echo_n "checking
for LC_MESSAGES...
" >&6; }
14479 if ${am_cv_val_LC_MESSAGES+:} false; then :
14480 $as_echo_n "(cached
) " >&6
14482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14483 /* end confdefs.h. */
14484 #include <locale.h>
14493 if ac_fn_c_try_link "$LINENO"; then :
14494 am_cv_val_LC_MESSAGES=yes
14496 am_cv_val_LC_MESSAGES=no
14498 rm -f core conftest.err conftest.$ac_objext \
14499 conftest$ac_exeext conftest.$ac_ext
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $am_cv_val_LC_MESSAGES" >&5
14502 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14503 if test $am_cv_val_LC_MESSAGES = yes; then
14505 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14510 # do we need the math library?
14511 case "${need_libm}" in
14515 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
14516 # These system don't have libm, or don't need it
14519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14520 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14521 if ${ac_cv_lib_mw__mwvalidcheckl+:} false
; then :
14522 $as_echo_n "(cached) " >&6
14524 ac_check_lib_save_LIBS
=$LIBS
14526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14527 /* end confdefs.h. */
14529 /* Override any GCC internal prototype to avoid an error.
14530 Use char because int might match the return type of a GCC
14531 builtin and then its argument prototype would still apply. */
14535 char _mwvalidcheckl ();
14539 return _mwvalidcheckl ();
14544 if ac_fn_c_try_link
"$LINENO"; then :
14545 ac_cv_lib_mw__mwvalidcheckl
=yes
14547 ac_cv_lib_mw__mwvalidcheckl
=no
14549 rm -f core conftest.err conftest.
$ac_objext \
14550 conftest
$ac_exeext conftest.
$ac_ext
14551 LIBS
=$ac_check_lib_save_LIBS
14553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14554 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14555 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes
; then :
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14560 $as_echo_n "checking for cos in -lm... " >&6; }
14561 if ${ac_cv_lib_m_cos+:} false
; then :
14562 $as_echo_n "(cached) " >&6
14564 ac_check_lib_save_LIBS
=$LIBS
14566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14567 /* end confdefs.h. */
14569 /* Override any GCC internal prototype to avoid an error.
14570 Use char because int might match the return type of a GCC
14571 builtin and then its argument prototype would still apply. */
14584 if ac_fn_c_try_link
"$LINENO"; then :
14585 ac_cv_lib_m_cos
=yes
14589 rm -f core conftest.err conftest.
$ac_objext \
14590 conftest
$ac_exeext conftest.
$ac_ext
14591 LIBS
=$ac_check_lib_save_LIBS
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14594 $as_echo "$ac_cv_lib_m_cos" >&6; }
14595 if test "x$ac_cv_lib_m_cos" = xyes
; then :
14601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14602 $as_echo_n "checking for cos in -lm... " >&6; }
14603 if ${ac_cv_lib_m_cos+:} false
; then :
14604 $as_echo_n "(cached) " >&6
14606 ac_check_lib_save_LIBS
=$LIBS
14608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14609 /* end confdefs.h. */
14611 /* Override any GCC internal prototype to avoid an error.
14612 Use char because int might match the return type of a GCC
14613 builtin and then its argument prototype would still apply. */
14626 if ac_fn_c_try_link
"$LINENO"; then :
14627 ac_cv_lib_m_cos
=yes
14631 rm -f core conftest.err conftest.
$ac_objext \
14632 conftest
$ac_exeext conftest.
$ac_ext
14633 LIBS
=$ac_check_lib_save_LIBS
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14636 $as_echo "$ac_cv_lib_m_cos" >&6; }
14637 if test "x$ac_cv_lib_m_cos" = xyes
; then :
14649 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
14650 # enough, but on some of those systems, the assert macro relies on requoting
14651 # working properly!
14652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
14653 $as_echo_n "checking for working assert macro... " >&6; }
14654 if ${gas_cv_assert_ok+:} false
; then :
14655 $as_echo_n "(cached) " >&6
14657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14658 /* end confdefs.h. */
14659 #include <assert.h>
14665 /* check for requoting problems */
14666 static int a, b, c, d;
14668 assert (!strcmp(s, "foo bar baz quux"));
14669 /* check for newline handling */
14677 if ac_fn_c_try_link
"$LINENO"; then :
14678 gas_cv_assert_ok
=yes
14680 gas_cv_assert_ok
=no
14682 rm -f core conftest.err conftest.
$ac_objext \
14683 conftest
$ac_exeext conftest.
$ac_ext
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14686 $as_echo "$gas_cv_assert_ok" >&6; }
14687 test $gas_cv_assert_ok = yes ||
14688 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
14692 # On some systems, the system header files may not declare malloc, realloc,
14693 # and free. There are places where gas needs these functions to have been
14694 # declared -- such as when taking their addresses.
14696 #ifdef HAVE_MEMORY_H
14697 #include <memory.h>
14699 #ifdef HAVE_STRING_H
14700 #include <string.h>
14702 #ifdef HAVE_STRINGS_H
14703 #include <strings.h>
14706 #ifdef HAVE_STDLIB_H
14707 #include <stdlib.h>
14709 #ifdef HAVE_UNISTD_H
14710 #include <unistd.h>
14714 # Does errno.h declare errno, or do we have to add a separate declaration
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14718 $as_echo_n "checking whether declaration is required for errno... " >&6; }
14719 if ${gas_cv_decl_needed_errno+:} false
; then :
14720 $as_echo_n "(cached) " >&6
14722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14723 /* end confdefs.h. */
14725 #ifdef HAVE_ERRNO_H
14741 if ac_fn_c_try_link
"$LINENO"; then :
14742 gas_cv_decl_needed_errno
=no
14744 gas_cv_decl_needed_errno
=yes
14746 rm -f core conftest.err conftest.
$ac_objext \
14747 conftest
$ac_exeext conftest.
$ac_ext
14749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14750 $as_echo "$gas_cv_decl_needed_errno" >&6; }
14751 if test $gas_cv_decl_needed_errno = yes; then
14753 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
14758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14759 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14760 if ${gas_cv_decl_getopt_unistd_h+:} false
; then :
14761 $as_echo_n "(cached) " >&6
14763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14764 /* end confdefs.h. */
14765 #include <unistd.h>
14769 extern int getopt (int, char *const*, const char *);
14774 if ac_fn_c_try_compile
"$LINENO"; then :
14775 gas_cv_decl_getopt_unistd_h
=yes
14777 gas_cv_decl_getopt_unistd_h
=no
14779 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14783 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
14784 if test $gas_cv_decl_getopt_unistd_h = yes; then
14786 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14792 $as_echo_n "checking whether declaration is required for environ... " >&6; }
14793 if ${gas_cv_decl_needed_environ+:} false
; then :
14794 $as_echo_n "(cached) " >&6
14796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14797 /* end confdefs.h. */
14811 if ac_fn_c_try_link
"$LINENO"; then :
14812 gas_cv_decl_needed_environ
=no
14814 gas_cv_decl_needed_environ
=yes
14816 rm -f core conftest.err conftest.
$ac_objext \
14817 conftest
$ac_exeext conftest.
$ac_ext
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14820 $as_echo "$gas_cv_decl_needed_environ" >&6; }
14821 if test $gas_cv_decl_needed_environ = yes; then
14823 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14829 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
14830 if ${gas_cv_decl_needed_ffs+:} false
; then :
14831 $as_echo_n "(cached) " >&6
14833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14834 /* end confdefs.h. */
14840 typedef int (*f)(int);
14848 if ac_fn_c_try_link
"$LINENO"; then :
14849 gas_cv_decl_needed_ffs
=no
14851 gas_cv_decl_needed_ffs
=yes
14853 rm -f core conftest.err conftest.
$ac_objext \
14854 conftest
$ac_exeext conftest.
$ac_ext
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14857 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
14858 if test $gas_cv_decl_needed_ffs = yes; then
14860 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14866 $as_echo_n "checking whether declaration is required for free... " >&6; }
14867 if ${gas_cv_decl_needed_free+:} false
; then :
14868 $as_echo_n "(cached) " >&6
14870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14871 /* end confdefs.h. */
14877 typedef void (*f)();
14885 if ac_fn_c_try_link
"$LINENO"; then :
14886 gas_cv_decl_needed_free
=no
14888 gas_cv_decl_needed_free
=yes
14890 rm -f core conftest.err conftest.
$ac_objext \
14891 conftest
$ac_exeext conftest.
$ac_ext
14893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14894 $as_echo "$gas_cv_decl_needed_free" >&6; }
14895 if test $gas_cv_decl_needed_free = yes; then
14897 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14903 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
14904 if ${gas_cv_decl_needed_malloc+:} false
; then :
14905 $as_echo_n "(cached) " >&6
14907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14908 /* end confdefs.h. */
14914 typedef char *(*f)();
14922 if ac_fn_c_try_link
"$LINENO"; then :
14923 gas_cv_decl_needed_malloc
=no
14925 gas_cv_decl_needed_malloc
=yes
14927 rm -f core conftest.err conftest.
$ac_objext \
14928 conftest
$ac_exeext conftest.
$ac_ext
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14931 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
14932 if test $gas_cv_decl_needed_malloc = yes; then
14934 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
14939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14940 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14941 if ${gas_cv_decl_needed_sbrk+:} false
; then :
14942 $as_echo_n "(cached) " >&6
14944 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14945 /* end confdefs.h. */
14951 typedef char *(*f)();
14959 if ac_fn_c_try_link
"$LINENO"; then :
14960 gas_cv_decl_needed_sbrk
=no
14962 gas_cv_decl_needed_sbrk
=yes
14964 rm -f core conftest.err conftest.
$ac_objext \
14965 conftest
$ac_exeext conftest.
$ac_ext
14967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14968 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
14969 if test $gas_cv_decl_needed_sbrk = yes; then
14971 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
14976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14977 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
14978 if ${gas_cv_decl_needed_strstr+:} false
; then :
14979 $as_echo_n "(cached) " >&6
14981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14982 /* end confdefs.h. */
14988 typedef char *(*f)();
14996 if ac_fn_c_try_link
"$LINENO"; then :
14997 gas_cv_decl_needed_strstr
=no
14999 gas_cv_decl_needed_strstr
=yes
15001 rm -f core conftest.err conftest.
$ac_objext \
15002 conftest
$ac_exeext conftest.
$ac_ext
15004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
15005 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
15006 if test $gas_cv_decl_needed_strstr = yes; then
15008 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
15013 ac_fn_c_check_decl
"$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
15014 if test "x$ac_cv_have_decl_free" = xyes
; then :
15020 cat >>confdefs.h
<<_ACEOF
15021 #define HAVE_DECL_FREE $ac_have_decl
15023 ac_fn_c_check_decl
"$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
15024 if test "x$ac_cv_have_decl_getenv" = xyes
; then :
15030 cat >>confdefs.h
<<_ACEOF
15031 #define HAVE_DECL_GETENV $ac_have_decl
15033 ac_fn_c_check_decl
"$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
15034 if test "x$ac_cv_have_decl_malloc" = xyes
; then :
15040 cat >>confdefs.h
<<_ACEOF
15041 #define HAVE_DECL_MALLOC $ac_have_decl
15043 ac_fn_c_check_decl
"$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
15044 if test "x$ac_cv_have_decl_mempcpy" = xyes
; then :
15050 cat >>confdefs.h
<<_ACEOF
15051 #define HAVE_DECL_MEMPCPY $ac_have_decl
15053 ac_fn_c_check_decl
"$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
15054 if test "x$ac_cv_have_decl_realloc" = xyes
; then :
15060 cat >>confdefs.h
<<_ACEOF
15061 #define HAVE_DECL_REALLOC $ac_have_decl
15063 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
15064 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
15070 cat >>confdefs.h
<<_ACEOF
15071 #define HAVE_DECL_STPCPY $ac_have_decl
15073 ac_fn_c_check_decl
"$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
15074 if test "x$ac_cv_have_decl_strstr" = xyes
; then :
15080 cat >>confdefs.h
<<_ACEOF
15081 #define HAVE_DECL_STRSTR $ac_have_decl
15083 ac_fn_c_check_decl
"$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
15084 if test "x$ac_cv_have_decl_vsnprintf" = xyes
; then :
15090 cat >>confdefs.h
<<_ACEOF
15091 #define HAVE_DECL_VSNPRINTF $ac_have_decl
15093 ac_fn_c_check_decl
"$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
15094 if test "x$ac_cv_have_decl_asprintf" = xyes
; then :
15100 cat >>confdefs.h
<<_ACEOF
15101 #define HAVE_DECL_ASPRINTF $ac_have_decl
15107 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
15109 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
15113 # Link in zlib if we can. This allows us to write compressed debug sections.
15115 # Use the system's zlib library.
15116 zlibdir
="-L\$(top_builddir)/../zlib"
15117 zlibinc
="-I\$(top_srcdir)/../zlib"
15119 # Check whether --with-system-zlib was given.
15120 if test "${with_system_zlib+set}" = set; then :
15121 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
15132 # Support for VMS timestamps via cross compile
15134 if test "$ac_cv_header_time_h" = yes; then
15135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
15136 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
15137 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false
; then :
15138 $as_echo_n "(cached) " >&6
15140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15141 /* end confdefs.h. */
15143 #define _BSD_SOURCE 1
15148 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
15153 if ac_fn_c_try_compile
"$LINENO"; then :
15154 gas_cv_have_time_type_member_tm_gmtoff
=yes
15156 gas_cv_have_time_type_member_tm_gmtoff
=no
15159 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15162 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
15164 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
15167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
15168 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
15172 if test "$ac_cv_header_sys_stat_h" = yes; then
15173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
15174 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
15175 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false
; then :
15176 $as_echo_n "(cached) " >&6
15178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15179 /* end confdefs.h. */
15181 #define _BSD_SOURCE 1
15182 #include <sys/stat.h>
15186 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
15191 if ac_fn_c_try_compile
"$LINENO"; then :
15192 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec
=yes
15194 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec
=no
15197 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15200 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
15202 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
15205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
15206 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
15208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
15209 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
15210 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false
; then :
15211 $as_echo_n "(cached) " >&6
15213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15214 /* end confdefs.h. */
15216 #define _BSD_SOURCE 1
15217 #include <sys/stat.h>
15221 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
15226 if ac_fn_c_try_compile
"$LINENO"; then :
15227 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec
=yes
15229 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec
=no
15232 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15235 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
15237 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
15240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
15241 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
15253 ac_config_files
="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15255 ac_config_commands
="$ac_config_commands default"
15258 cat >confcache
<<\_ACEOF
15259 # This file is a shell script that caches the results of configure
15260 # tests run on this system so they can be shared between configure
15261 # scripts and configure runs, see configure's option --config-cache.
15262 # It is not useful on other systems. If it contains results you don't
15263 # want to keep, you may remove or edit it.
15265 # config.status only pays attention to the cache file if you give it
15266 # the --recheck option to rerun configure.
15268 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15269 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15270 # following values.
15274 # The following way of writing the cache mishandles newlines in values,
15275 # but we know of no workaround that is simple, portable, and efficient.
15276 # So, we kill variables containing newlines.
15277 # Ultrix sh set writes to stderr and can't be redirected directly,
15278 # and sets the high bit in the cache file unless we assign to the vars.
15280 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15281 eval ac_val
=\$
$ac_var
15285 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15286 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15289 _ | IFS | as_nl
) ;; #(
15290 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15291 *) { eval $ac_var=; unset $ac_var;} ;;
15297 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15298 *${as_nl}ac_space
=\
*)
15299 # `set' does not quote correctly, so add quotes: double-quote
15300 # substitution turns \\\\ into \\, and sed turns \\ into \.
15303 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15306 # `set' quotes correctly as required by POSIX, so do not add quotes.
15307 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15316 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15318 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15320 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15321 if test -w "$cache_file"; then
15322 if test "x$cache_file" != "x/dev/null"; then
15323 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15324 $as_echo "$as_me: updating cache $cache_file" >&6;}
15325 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15326 cat confcache
>"$cache_file"
15328 case $cache_file in #(
15330 mv -f confcache
"$cache_file"$$
&&
15331 mv -f "$cache_file"$$
"$cache_file" ;; #(
15333 mv -f confcache
"$cache_file" ;;
15338 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15339 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15344 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15345 # Let make expand exec_prefix.
15346 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15348 DEFS
=-DHAVE_CONFIG_H
15353 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15354 # 1. Remove the extension, and $U if already installed.
15355 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15356 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15357 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15358 # will be set to the directory where LIBOBJS objects are built.
15359 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15360 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15362 LIBOBJS
=$ac_libobjs
15364 LTLIBOBJS
=$ac_ltlibobjs
15367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15368 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15369 if test -n "$am_sleep_pid"; then
15370 # Hide warnings about reused PIDs.
15371 wait $am_sleep_pid 2>/dev
/null
15373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15374 $as_echo "done" >&6; }
15375 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15376 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15377 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15379 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15380 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15381 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15383 if test -n "$EXEEXT"; then
15385 am__EXEEXT_FALSE
='#'
15387 am__EXEEXT_TRUE
='#'
15392 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15393 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15394 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15396 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15397 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
15398 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15401 : "${CONFIG_STATUS=./config.status}"
15403 ac_clean_files_save
=$ac_clean_files
15404 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15405 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15406 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15408 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15410 # Generated by $as_me.
15411 # Run this file to recreate the current configuration.
15412 # Compiler output produced by configure, useful for debugging
15413 # configure, is in config.log if it exists.
15416 ac_cs_recheck=false
15419 SHELL=\${CONFIG_SHELL-$SHELL}
15422 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15423 ## -------------------- ##
15424 ## M4sh Initialization. ##
15425 ## -------------------- ##
15427 # Be more Bourne compatible
15428 DUALCASE
=1; export DUALCASE
# for MKS sh
15429 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15432 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15433 # is contrary to our usage. Disable this feature.
15434 alias -g '${1+"$@"}'='"$@"'
15435 setopt NO_GLOB_SUBST
15437 case `(set -o) 2>/dev/null` in #(
15449 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15450 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15451 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15452 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15453 # Prefer a ksh shell builtin over an external printf program on Solaris,
15454 # but without wasting forks for bash or zsh.
15455 if test -z "$BASH_VERSION$ZSH_VERSION" \
15456 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15457 as_echo='print
-r --'
15458 as_echo_n='print
-rn --'
15459 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15460 as_echo='printf %s
\n'
15461 as_echo_n='printf %s
'
15463 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15464 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15465 as_echo_n='/usr
/ucb
/echo -n'
15467 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15468 as_echo_n_body='eval
15472 expr "X$arg" : "X\\(.*\\)$as_nl";
15473 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15475 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15477 export as_echo_n_body
15478 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15480 export as_echo_body
15481 as_echo='sh
-c $as_echo_body as_echo
'
15484 # The user is always right.
15485 if test "${PATH_SEPARATOR+set}" != set; then
15487 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15488 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15495 # We need space, tab and new line, in precisely that order. Quoting is
15496 # there to prevent editors from complaining about space-tab.
15497 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15498 # splitting by setting IFS to empty value.)
15501 # Find who we are. Look in the path if we contain no directory separator.
15504 *[\\/]* ) as_myself=$0 ;;
15505 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15506 for as_dir in $PATH
15509 test -z "$as_dir" && as_dir=.
15510 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15516 # We did not find ourselves, most probably we were run as `sh COMMAND'
15517 # in which case we are not to be found in the path.
15518 if test "x$as_myself" = x
; then
15521 if test ! -f "$as_myself"; then
15522 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15526 # Unset variables that we do not need and which cause bugs (e.g. in
15527 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15528 # suppresses any "Segmentation fault" message there. '((' could
15529 # trigger a bug in pdksh 5.2.14.
15530 for as_var
in BASH_ENV ENV MAIL MAILPATH
15531 do eval test x\
${$as_var+set} = xset \
15532 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15545 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15548 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15549 # ----------------------------------------
15550 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15551 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15552 # script with STATUS, using 1 if that was 0.
15555 as_status
=$1; test $as_status -eq 0 && as_status
=1
15557 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15558 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15560 $as_echo "$as_me: error: $2" >&2
15561 as_fn_exit
$as_status
15565 # as_fn_set_status STATUS
15566 # -----------------------
15567 # Set $? to STATUS, without forking.
15568 as_fn_set_status
()
15571 } # as_fn_set_status
15573 # as_fn_exit STATUS
15574 # -----------------
15575 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15579 as_fn_set_status
$1
15585 # Portably unset VAR.
15588 { eval $1=; unset $1;}
15590 as_unset
=as_fn_unset
15591 # as_fn_append VAR VALUE
15592 # ----------------------
15593 # Append the text in VALUE to the end of the definition contained in VAR. Take
15594 # advantage of any shell optimizations that allow amortized linear growth over
15595 # repeated appends, instead of the typical quadratic growth present in naive
15597 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15598 eval 'as_fn_append ()
15609 # as_fn_arith ARG...
15610 # ------------------
15611 # Perform arithmetic evaluation on the ARGs, and store the result in the
15612 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15613 # must be portable across $(()) and expr.
15614 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15615 eval 'as_fn_arith ()
15622 as_val
=`expr "$@" || test $? -eq 1`
15627 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15628 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15634 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15635 as_basename
=basename
15640 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15646 as_me
=`$as_basename -- "$0" ||
15647 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15648 X"$0" : 'X\(//\)$' \| \
15649 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15651 sed '/^.*\/\([^/][^/]*\)\/*$/{
15665 # Avoid depending upon Character Ranges.
15666 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15667 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15668 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15669 as_cr_digits
='0123456789'
15670 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15672 ECHO_C
= ECHO_N
= ECHO_T
=
15673 case `echo -n x` in #(((((
15675 case `echo 'xy\c'` in
15676 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15678 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15685 rm -f conf$$ conf$$.exe conf$$.
file
15686 if test -d conf$$.dir
; then
15687 rm -f conf$$.dir
/conf$$.
file
15690 mkdir conf$$.dir
2>/dev
/null
15692 if (echo >conf$$.
file) 2>/dev
/null
; then
15693 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15695 # ... but there are two gotchas:
15696 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15697 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15698 # In both cases, we have to default to `cp -pR'.
15699 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15701 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15709 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15710 rmdir conf$$.dir
2>/dev
/null
15715 # Create "$as_dir" as a directory, including parents if necessary.
15720 -*) as_dir
=.
/$as_dir;;
15722 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15726 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15727 *) as_qdir
=$as_dir;;
15729 as_dirs
="'$as_qdir' $as_dirs"
15730 as_dir
=`$as_dirname -- "$as_dir" ||
15731 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15732 X"$as_dir" : 'X\(//\)[^/]' \| \
15733 X"$as_dir" : 'X\(//\)$' \| \
15734 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15735 $as_echo X"$as_dir" |
15736 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15740 /^X\(\/\/\)[^/].*/{
15753 test -d "$as_dir" && break
15755 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15756 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
15760 if mkdir
-p .
2>/dev
/null
; then
15761 as_mkdir_p
='mkdir -p "$as_dir"'
15763 test -d .
/-p && rmdir .
/-p
15768 # as_fn_executable_p FILE
15769 # -----------------------
15770 # Test if FILE is an executable regular file.
15771 as_fn_executable_p
()
15773 test -f "$1" && test -x "$1"
15774 } # as_fn_executable_p
15775 as_test_x
='test -x'
15776 as_executable_p
=as_fn_executable_p
15778 # Sed expression to map a string onto a valid CPP name.
15779 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15781 # Sed expression to map a string onto a valid variable name.
15782 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15786 ## ----------------------------------- ##
15787 ## Main body of $CONFIG_STATUS script. ##
15788 ## ----------------------------------- ##
15790 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15792 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15793 # Save the log message, to keep $0 and so on meaningful, and to
15794 # report actual input values of CONFIG_FILES etc. instead of their
15795 # values after options handling.
15797 This file was extended by gas $as_me 2.35.50, which was
15798 generated by GNU Autoconf 2.69. Invocation command line was
15800 CONFIG_FILES = $CONFIG_FILES
15801 CONFIG_HEADERS = $CONFIG_HEADERS
15802 CONFIG_LINKS = $CONFIG_LINKS
15803 CONFIG_COMMANDS = $CONFIG_COMMANDS
15806 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15811 case $ac_config_files in *"
15812 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15815 case $ac_config_headers in *"
15816 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
15820 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15821 # Files that config.status was made for.
15822 config_files="$ac_config_files"
15823 config_headers="$ac_config_headers"
15824 config_commands="$ac_config_commands"
15828 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15830 \`$as_me' instantiates files and other configuration actions
15831 from templates according to the current configuration. Unless the files
15832 and actions are specified as TAGs, all are instantiated by default.
15834 Usage: $0 [OPTION]... [TAG]...
15836 -h, --help print this help, then exit
15837 -V, --version print version number and configuration settings, then exit
15838 --config print configuration, then exit
15839 -q, --quiet, --silent
15840 do not print progress messages
15841 -d, --debug don't remove temporary files
15842 --recheck update $as_me by reconfiguring in the same conditions
15843 --file=FILE[:TEMPLATE]
15844 instantiate the configuration file FILE
15845 --header=FILE[:TEMPLATE]
15846 instantiate the configuration header FILE
15848 Configuration files:
15851 Configuration headers:
15854 Configuration commands:
15857 Report bugs to the package provider."
15860 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15861 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15863 gas config.status 2.35.50
15864 configured by $0, generated by GNU Autoconf 2.69,
15865 with options \\"\$ac_cs_config\\"
15867 Copyright (C) 2012 Free Software Foundation, Inc.
15868 This config.status script is free software; the Free Software Foundation
15869 gives unlimited permission to copy, distribute and modify it."
15876 test -n "\$AWK" || AWK=awk
15879 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15880 # The default lists apply if the user does not specify any file.
15886 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15887 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15891 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15903 # Handling of the options.
15904 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15906 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15907 $as_echo "$ac_cs_version"; exit ;;
15908 --config |
--confi |
--conf |
--con |
--co |
--c )
15909 $as_echo "$ac_cs_config"; exit ;;
15910 --debug |
--debu |
--deb |
--de |
--d |
-d )
15912 --file |
--fil |
--fi |
--f )
15915 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15916 '') as_fn_error $?
"missing file argument" ;;
15918 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15919 ac_need_defaults
=false
;;
15920 --header |
--heade |
--head |
--hea )
15923 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15925 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
15926 ac_need_defaults
=false
;;
15928 # Conflict between --help and --header
15929 as_fn_error $?
"ambiguous option: \`$1'
15930 Try \`$0 --help' for more information.";;
15931 --help |
--hel |
-h )
15932 $as_echo "$ac_cs_usage"; exit ;;
15933 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15934 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15937 # This is an error.
15938 -*) as_fn_error $?
"unrecognized option: \`$1'
15939 Try \`$0 --help' for more information." ;;
15941 *) as_fn_append ac_config_targets
" $1"
15942 ac_need_defaults
=false
;;
15948 ac_configure_extra_args
=
15950 if $ac_cs_silent; then
15952 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15956 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15957 if \$ac_cs_recheck; then
15958 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15960 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15961 CONFIG_SHELL='$SHELL'
15962 export CONFIG_SHELL
15967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15971 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15972 ## Running $as_me. ##
15978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15982 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15985 # The HP-UX ksh and POSIX shell print the target directory to stdout
15986 # if CDPATH is set.
15987 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15989 sed_quote_subst='$sed_quote_subst'
15990 double_quote_subst='$double_quote_subst'
15991 delay_variable_subst='$delay_variable_subst'
15992 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15993 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15994 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15995 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15996 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15997 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15998 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15999 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16000 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16001 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16002 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16003 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16004 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16005 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16006 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16007 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16008 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16009 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16010 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16011 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16012 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16013 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16014 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16015 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16016 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16017 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16018 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16019 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16020 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16021 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16022 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16023 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16024 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16025 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16026 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16027 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16028 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16029 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16030 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16031 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16032 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16033 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16034 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16035 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16036 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16037 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16038 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16039 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16040 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"`'
16041 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16042 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16043 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16044 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16045 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16046 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16047 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16048 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16049 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16050 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16051 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16052 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16053 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16054 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16055 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16056 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16057 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16058 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16059 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16060 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16061 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16062 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16063 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16064 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16065 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16066 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16067 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16068 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16069 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16070 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16071 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16072 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16073 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16074 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16075 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16076 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16077 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16078 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16079 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16080 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16081 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16082 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16083 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16084 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16085 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16086 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16087 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16088 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16089 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16090 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16091 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16092 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16093 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16094 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16095 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16096 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16097 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16098 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16099 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16100 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16101 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16102 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16103 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16104 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16105 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16106 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16107 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16108 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16109 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16110 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16111 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16114 LTCFLAGS='$LTCFLAGS'
16115 compiler='$compiler_DEFAULT'
16117 # A function that is used when there is no print builtin or printf.
16118 func_fallback_echo ()
16120 eval 'cat <<_LTECHO_EOF
16125 # Quote evaled strings.
16139 deplibs_check_method \
16148 lt_cv_sys_global_symbol_pipe \
16149 lt_cv_sys_global_symbol_to_cdecl \
16150 lt_cv_sys_global_symbol_to_c_name_address \
16151 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16152 lt_prog_compiler_no_builtin_flag \
16153 lt_prog_compiler_wl \
16154 lt_prog_compiler_pic \
16155 lt_prog_compiler_static \
16156 lt_cv_prog_compiler_c_o \
16164 export_dynamic_flag_spec \
16165 whole_archive_flag_spec \
16166 compiler_needs_object \
16168 allow_undefined_flag \
16169 no_undefined_flag \
16170 hardcode_libdir_flag_spec \
16171 hardcode_libdir_flag_spec_ld \
16172 hardcode_libdir_separator \
16177 variables_saved_for_relink \
16179 library_names_spec \
16181 install_override_mode \
16185 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16186 *[\\\\\\\`\\"\\\$]*)
16187 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16190 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16195 # Double-quote double-evaled strings.
16196 for var in reload_cmds \
16197 old_postinstall_cmds \
16198 old_postuninstall_cmds \
16200 extract_expsyms_cmds \
16201 old_archive_from_new_cmds \
16202 old_archive_from_expsyms_cmds \
16204 archive_expsym_cmds \
16206 module_expsym_cmds \
16207 export_symbols_cmds \
16210 postuninstall_cmds \
16212 sys_lib_search_path_spec \
16213 sys_lib_dlsearch_path_spec; do
16214 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16215 *[\\\\\\\`\\"\\\$]*)
16216 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16219 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16224 ac_aux_dir='$ac_aux_dir'
16225 xsi_shell='$xsi_shell'
16226 lt_shell_append='$lt_shell_append'
16228 # See if we are running on zsh, and set the options which allow our
16229 # commands through without removal of \ escapes INIT.
16230 if test -n "\${ZSH_VERSION+set}" ; then
16231 setopt NO_GLOB_SUBST
16237 TIMESTAMP='$TIMESTAMP'
16243 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16244 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16246 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16247 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16248 LINGUAS="${LINGUAS-%UNSET%}"
16250 target_cpu_type=${target_cpu_type}
16251 cgen_cpu_prefix=${cgen_cpu_prefix}
16252 obj_format=${obj_format}
16257 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16259 # Handling of arguments.
16260 for ac_config_target
in $ac_config_targets
16262 case $ac_config_target in
16263 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16264 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16265 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
16266 "gdb.ini") CONFIG_FILES
="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
16267 ".gdbinit") CONFIG_FILES
="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
16268 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16269 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16270 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
16271 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16272 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
16274 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16279 # If the user did not use the arguments to specify the items to instantiate,
16280 # then the envvar interface is used. Set only those that are not.
16281 # We use the long form for the default assignment because of an extremely
16282 # bizarre bug on SunOS 4.1.3.
16283 if $ac_need_defaults; then
16284 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16285 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16286 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16289 # Have a temporary directory for convenience. Make it in the build tree
16290 # simply because there is no reason against having it here, and in addition,
16291 # creating and moving files from /tmp can sometimes cause problems.
16292 # Hook for its removal unless debugging.
16293 # Note that there is a small window in which the directory will not be cleaned:
16294 # after its creation but before its name has been assigned to `$tmp'.
16298 trap 'exit_status=$?
16299 : "${ac_tmp:=$tmp}"
16300 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16302 trap 'as_fn_exit 1' 1 2 13 15
16304 # Create a (secure) tmp directory for tmp files.
16307 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16311 tmp
=.
/conf$$
-$RANDOM
16312 (umask 077 && mkdir
"$tmp")
16313 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16316 # Set up the scripts for CONFIG_FILES section.
16317 # No need to generate them if there are no CONFIG_FILES.
16318 # This happens for instance with `./config.status config.h'.
16319 if test -n "$CONFIG_FILES"; then
16322 ac_cr
=`echo X | tr X '\015'`
16323 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16324 # But we know of no other shell where ac_cr would be empty at this
16325 # point, so we can use a bashism as a fallback.
16326 if test "x$ac_cr" = x
; then
16327 eval ac_cr
=\$
\'\\r
\'
16329 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16330 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16333 ac_cs_awk_cr
=$ac_cr
16336 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16341 echo "cat >conf$$subs.awk <<_ACEOF" &&
16342 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16344 } >conf$$subs.sh ||
16345 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16346 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16348 for ac_last_try in false false false false false :; do
16349 . ./conf$$subs.sh ||
16350 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16352 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16353 if test $ac_delim_n = $ac_delim_num; then
16355 elif $ac_last_try; then
16356 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16358 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16361 rm -f conf$$subs.sh
16363 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16364 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16368 s/^/S["/; s
/!.
*/"]=/
16378 s/\(.\{148\}\)..*/\1/
16380 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16385 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16392 s/\(.\{148\}\)..*/\1/
16394 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16398 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16403 ' <conf$$subs.awk | sed '
16408 ' >>$CONFIG_STATUS || ac_write_fail=1
16409 rm -f conf$$subs.awk
16410 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16412 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16413 for (key in S) S_is_set[key] = 1
16419 nfields = split(line, field, "@
")
16421 len = length(field[1])
16422 for (i = 2; i < nfields; i++) {
16424 keylen = length(key)
16425 if (S_is_set[key]) {
16427 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16428 len += length(value) + length(field[++i])
16439 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16440 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16441 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16444 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16445 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16448 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16449 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16450 # trailing colons and then remove the whole line if VPATH becomes empty
16451 # (actually we leave an empty line to preserve line numbers).
16452 if test "x
$srcdir" = x.; then
16453 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16471 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16472 fi # test -n "$CONFIG_FILES"
16474 # Set up the scripts for CONFIG_HEADERS section.
16475 # No need to generate them if there are no CONFIG_HEADERS.
16476 # This happens for instance with `./config.status Makefile'.
16477 if test -n "$CONFIG_HEADERS"; then
16478 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
16482 # Transform confdefs.h into an awk script `defines.awk', embedded as
16483 # here-document in config.status, that substitutes the proper values into
16484 # config.h.in to produce config.h.
16486 # Create a delimiter string that does not exist in confdefs.h, to ease
16487 # handling of long lines.
16489 for ac_last_try in false false :; do
16490 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
16491 if test -z "$ac_tt"; then
16493 elif $ac_last_try; then
16494 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
16496 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16500 # For the awk script, D is an array of macro values keyed by name,
16501 # likewise P contains macro parameters if any. Preserve backslash
16502 # newline sequences.
16504 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16506 s/.\{148\}/&'"$ac_delim"'/g
16509 s/^[ ]*#[ ]*define[ ][ ]*/ /
16516 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
16518 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
16522 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
16523 D["\
1"]=" \
3\\\\\\n
"\\/p
16525 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
16530 s/.\{148\}/&'"$ac_delim"'/g
16535 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
16538 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
16540 ' <confdefs.h | sed '
16541 s/'"$ac_delim"'/"\\\
16542 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16544 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16545 for (key in D) D_is_set[key] = 1
16548 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16550 split(line, arg, " ")
16551 if (arg[1] == "#") {
16555 defundef
= substr
(arg
[1], 2)
16558 split(mac1
, mac2
, "(") #)
16560 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
16561 if (D_is_set
[macro
]) {
16562 # Preserve the white space surrounding the "#".
16563 print prefix
"define", macro P
[macro
] D
[macro
]
16566 # Replace #undef with comments. This is necessary, for example,
16567 # in the case of _POSIX_SOURCE, which is predefined and required
16568 # on some systems where configure will not decide to define it.
16569 if (defundef
== "undef") {
16570 print
"/*", prefix defundef
, macro
, "*/"
16578 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16579 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
16580 fi # test -n "$CONFIG_HEADERS"
16583 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16588 :[FHLC
]) ac_mode
=$ac_tag; continue;;
16590 case $ac_mode$ac_tag in
16592 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
16593 :[FH
]-) ac_tag
=-:-;;
16594 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
16611 -) ac_f
="$ac_tmp/stdin";;
16612 *) # Look for the file first in the build tree, then in the source tree
16613 # (if the path is not absolute). The absolute path cannot be DOS-style,
16614 # because $ac_f cannot contain `:'.
16618 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
16620 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16622 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16623 as_fn_append ac_file_inputs
" '$ac_f'"
16626 # Let's still pretend it is `configure' which instantiates (i.e., don't
16627 # use $as_me), people would be surprised to read:
16628 # /* config.h. Generated by config.status. */
16629 configure_input
='Generated from '`
16630 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16632 if test x
"$ac_file" != x-
; then
16633 configure_input
="$ac_file. $configure_input"
16634 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16635 $as_echo "$as_me: creating $ac_file" >&6;}
16637 # Neutralize special characters interpreted by sed in replacement strings.
16638 case $configure_input in #(
16639 *\
&* |
*\|
* |
*\\* )
16640 ac_sed_conf_input
=`$as_echo "$configure_input" |
16641 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16642 *) ac_sed_conf_input
=$configure_input;;
16646 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
16647 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
16652 ac_dir
=`$as_dirname -- "$ac_file" ||
16653 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16654 X"$ac_file" : 'X\(//\)[^/]' \| \
16655 X"$ac_file" : 'X\(//\)$' \| \
16656 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16657 $as_echo X"$ac_file" |
16658 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16662 /^X\(\/\/\)[^/].*/{
16675 as_dir
="$ac_dir"; as_fn_mkdir_p
16679 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16681 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16682 # A ".." for each directory in $ac_dir_suffix.
16683 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16684 case $ac_top_builddir_sub in
16685 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16686 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
16689 ac_abs_top_builddir
=$ac_pwd
16690 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
16691 # for backward compatibility:
16692 ac_top_builddir
=$ac_top_build_prefix
16695 .
) # We are building in place.
16697 ac_top_srcdir
=$ac_top_builddir_sub
16698 ac_abs_top_srcdir
=$ac_pwd ;;
16699 [\\/]* | ?
:[\\/]* ) # Absolute name.
16700 ac_srcdir
=$srcdir$ac_dir_suffix;
16701 ac_top_srcdir
=$srcdir
16702 ac_abs_top_srcdir
=$srcdir ;;
16703 *) # Relative name.
16704 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
16705 ac_top_srcdir
=$ac_top_build_prefix$srcdir
16706 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
16708 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
16718 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
16719 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
16721 ac_MKDIR_P
=$MKDIR_P
16723 [\\/$
]* | ?
:[\\/]* ) ;;
16724 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
16728 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16729 # If the template does not know about datarootdir, expand it.
16730 # FIXME: This hack should be removed a few years after 2.60.
16731 ac_datarootdir_hack
=; ac_datarootdir_seen
=
16742 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16743 *datarootdir
*) ac_datarootdir_seen
=yes;;
16744 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
16745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16746 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16748 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16749 ac_datarootdir_hack='
16750 s&@datadir@&$datadir&g
16751 s&@docdir@&$docdir&g
16752 s&@infodir@&$infodir&g
16753 s&@localedir@&$localedir&g
16754 s&@mandir@&$mandir&g
16755 s&\\\${datarootdir}&$datarootdir&g' ;;
16759 # Neutralize VPATH when `$srcdir' = `.'.
16760 # Shell code in configure.ac might set extrasub.
16761 # FIXME: do we really want to maintain this feature?
16762 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16763 ac_sed_extra="$ac_vpsub
16766 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16768 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16769 s|@configure_input@|
$ac_sed_conf_input|
;t t
16770 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
16771 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
16772 s
&@srcdir@
&$ac_srcdir&;t t
16773 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
16774 s
&@top_srcdir@
&$ac_top_srcdir&;t t
16775 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
16776 s
&@builddir@
&$ac_builddir&;t t
16777 s
&@abs_builddir@
&$ac_abs_builddir&;t t
16778 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
16779 s
&@INSTALL@
&$ac_INSTALL&;t t
16780 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
16781 $ac_datarootdir_hack
16783 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
16784 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
16786 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16787 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
16788 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16789 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
16790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
16791 which seems to be undefined. Please make sure it is defined" >&5
16792 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
16793 which seems to be undefined. Please make sure it is defined" >&2;}
16795 rm -f "$ac_tmp/stdin"
16797 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16798 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16800 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16806 if test x"$ac_file" != x-; then
16808 $as_echo "/* $configure_input */" \
16809 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16810 } >"$ac_tmp/config.h" \
16811 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16812 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16813 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16814 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16817 mv "$ac_tmp/config.h" "$ac_file" \
16818 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16821 $as_echo "/* $configure_input */" \
16822 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16823 || as_fn_error $? "could not create -" "$LINENO" 5
16825 # Compute "$ac_file"'s index
in $config_headers.
16828 for _am_header
in $config_headers :; do
16829 case $_am_header in
16830 $_am_arg |
$_am_arg:* )
16833 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
16836 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16837 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16838 X"$_am_arg" : 'X\(//\)[^/]' \| \
16839 X"$_am_arg" : 'X\(//\)$' \| \
16840 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16841 $as_echo X"$_am_arg" |
16842 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16846 /^X\(\/\/\)[^/].*/{
16858 s/.*/./; q'`/stamp-h
$_am_stamp_count
16861 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16862 $as_echo "$as_me: executing $ac_file commands" >&6;}
16867 case $ac_file$ac_mode in
16868 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
16869 # Older Autoconf quotes --file arguments for eval, but not when files
16870 # are listed without --file. Let's play safe and only enable the eval
16871 # if we detect the quoting.
16872 case $CONFIG_FILES in
16873 *\'*) eval set x
"$CONFIG_FILES" ;;
16874 *) set x
$CONFIG_FILES ;;
16879 # Strip MF so we end up with the name of the file.
16880 mf
=`echo "$mf" | sed -e 's/:.*$//'`
16881 # Check whether this is an Automake generated Makefile or not.
16882 # We used to match only the files named 'Makefile.in', but
16883 # some people rename them; so instead we look at the file content.
16884 # Grep'ing the first line is not enough: some people post-process
16885 # each Makefile.in and add a new line on top of each file to say so.
16886 # Grep'ing the whole file is not good either: AIX grep has a line
16887 # limit of 2048, but all sed's we know have understand at least 4000.
16888 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
16889 dirpart
=`$as_dirname -- "$mf" ||
16890 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16891 X"$mf" : 'X\(//\)[^/]' \| \
16892 X"$mf" : 'X\(//\)$' \| \
16893 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16895 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16899 /^X\(\/\/\)[^/].*/{
16915 # Extract the definition of DEPDIR, am__include, and am__quote
16916 # from the Makefile without running 'make'.
16917 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
16918 test -z "$DEPDIR" && continue
16919 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
16920 test -z "$am__include" && continue
16921 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
16922 # Find all dependency output files, they are included files with
16923 # $(DEPDIR) in their names. We invoke sed twice because it is the
16924 # simplest approach to changing $(DEPDIR) to its actual value in the
16926 for file in `sed -n "
16927 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16928 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16929 # Make sure the directory exists.
16930 test -f "$dirpart/$file" && continue
16931 fdir
=`$as_dirname -- "$file" ||
16932 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16933 X"$file" : 'X\(//\)[^/]' \| \
16934 X"$file" : 'X\(//\)$' \| \
16935 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16936 $as_echo X"$file" |
16937 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16941 /^X\(\/\/\)[^/].*/{
16954 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
16955 # echo "creating $dirpart/$file"
16956 echo '# dummy' > "$dirpart/$file"
16963 # See if we are running on zsh, and set the options which allow our
16964 # commands through without removal of \ escapes.
16965 if test -n "${ZSH_VERSION+set}" ; then
16966 setopt NO_GLOB_SUBST
16969 cfgfile
="${ofile}T"
16970 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16973 cat <<_LT_EOF >> "$cfgfile"
16976 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16977 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16978 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16979 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16981 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16982 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16983 # Written by Gordon Matzigkeit, 1996
16985 # This file is part of GNU Libtool.
16987 # GNU Libtool is free software; you can redistribute it and/or
16988 # modify it under the terms of the GNU General Public License as
16989 # published by the Free Software Foundation; either version 2 of
16990 # the License, or (at your option) any later version.
16992 # As a special exception to the GNU General Public License,
16993 # if you distribute this file as part of a program or library that
16994 # is built using GNU Libtool, you may include this file under the
16995 # same distribution terms that you use for the rest of that program.
16997 # GNU Libtool is distributed in the hope that it will be useful,
16998 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16999 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17000 # GNU General Public License for more details.
17002 # You should have received a copy of the GNU General Public License
17003 # along with GNU Libtool; see the file COPYING. If not, a copy
17004 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17005 # obtained by writing to the Free Software Foundation, Inc.,
17006 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17009 # The names of the tagged configurations supported by this script.
17012 # ### BEGIN LIBTOOL CONFIG
17014 # Which release of libtool.m4 was used?
17015 macro_version=$macro_version
17016 macro_revision=$macro_revision
17018 # Whether or not to build shared libraries.
17019 build_libtool_libs=$enable_shared
17021 # Whether or not to build static libraries.
17022 build_old_libs=$enable_static
17024 # What type of objects to build.
17027 # Whether or not to optimize for fast installation.
17028 fast_install=$enable_fast_install
17030 # Shell to use when invoking shell scripts.
17033 # An echo program that protects backslashes.
17037 host_alias=$host_alias
17041 # The build system.
17042 build_alias=$build_alias
17046 # A sed program that does not truncate output.
17049 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17050 Xsed="\$SED -e 1s/^X//"
17052 # A grep program that handles long lines.
17058 # A literal string matcher.
17061 # A BSD- or MS-compatible name lister.
17064 # Whether we need soft or hard links.
17067 # What is the maximum length of a command?
17068 max_cmd_len=$max_cmd_len
17070 # Object file suffix (normally "o").
17073 # Executable file suffix (normally "").
17076 # whether the shell understands "unset".
17079 # turn spaces into newlines.
17082 # turn newlines into spaces.
17085 # An object symbol dumper.
17086 OBJDUMP=$lt_OBJDUMP
17088 # Method to check whether dependent libraries are shared objects.
17089 deplibs_check_method=$lt_deplibs_check_method
17091 # Command to use when deplibs_check_method == "file_magic".
17092 file_magic_cmd=$lt_file_magic_cmd
17096 AR_FLAGS=$lt_AR_FLAGS
17098 # A symbol stripping program.
17101 # Commands used to install an old-style archive.
17103 old_postinstall_cmds=$lt_old_postinstall_cmds
17104 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17106 # Whether to use a lock for old archive extraction.
17107 lock_old_archive_extraction=$lock_old_archive_extraction
17112 # LTCC compiler flags.
17113 LTCFLAGS=$lt_CFLAGS
17115 # Take the output of nm and produce a listing of raw symbols and C names.
17116 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17118 # Transform the output of nm in a proper C declaration.
17119 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17121 # Transform the output of nm in a C name address pair.
17122 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17124 # Transform the output of nm in a C name address pair when lib prefix is needed.
17125 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17127 # The name of the directory that contains temporary libtool files.
17130 # Used to examine libraries when file_magic_cmd begins with "file".
17131 MAGIC_CMD=$MAGIC_CMD
17133 # Must we lock files when doing compilation?
17134 need_locks=$lt_need_locks
17136 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17137 DSYMUTIL=$lt_DSYMUTIL
17139 # Tool to change global to local symbols on Mac OS X.
17142 # Tool to manipulate fat objects and archives on Mac OS X.
17145 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17148 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17149 OTOOL64=$lt_OTOOL64
17151 # Old archive suffix (normally "a").
17154 # Shared library suffix (normally ".so").
17155 shrext_cmds=$lt_shrext_cmds
17157 # The commands to extract the exported symbol list from a shared archive.
17158 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17160 # Variables whose values should be saved in libtool wrapper scripts and
17161 # restored at link time.
17162 variables_saved_for_relink=$lt_variables_saved_for_relink
17164 # Do we need the "lib" prefix for modules?
17165 need_lib_prefix=$need_lib_prefix
17167 # Do we need a version for libraries?
17168 need_version=$need_version
17170 # Library versioning type.
17171 version_type=$version_type
17173 # Shared library runtime path variable.
17174 runpath_var=$runpath_var
17176 # Shared library path variable.
17177 shlibpath_var=$shlibpath_var
17179 # Is shlibpath searched before the hard-coded library search path?
17180 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17182 # Format of library name prefix.
17183 libname_spec=$lt_libname_spec
17185 # List of archive names. First name is the real one, the rest are links.
17186 # The last name is the one that the linker finds with -lNAME
17187 library_names_spec=$lt_library_names_spec
17189 # The coded name of the library, if different from the real name.
17190 soname_spec=$lt_soname_spec
17192 # Permission mode override for installation of shared libraries.
17193 install_override_mode=$lt_install_override_mode
17195 # Command to use after installation of a shared archive.
17196 postinstall_cmds=$lt_postinstall_cmds
17198 # Command to use after uninstallation of a shared archive.
17199 postuninstall_cmds=$lt_postuninstall_cmds
17201 # Commands used to finish a libtool library installation in a directory.
17202 finish_cmds=$lt_finish_cmds
17204 # As "finish_cmds", except a single script fragment to be evaled but
17206 finish_eval=$lt_finish_eval
17208 # Whether we should hardcode library paths into libraries.
17209 hardcode_into_libs=$hardcode_into_libs
17211 # Compile-time system search path for libraries.
17212 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17214 # Run-time system search path for libraries.
17215 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17217 # Whether dlopen is supported.
17218 dlopen_support=$enable_dlopen
17220 # Whether dlopen of programs is supported.
17221 dlopen_self=$enable_dlopen_self
17223 # Whether dlopen of statically linked programs is supported.
17224 dlopen_self_static=$enable_dlopen_self_static
17226 # Commands to strip libraries.
17227 old_striplib=$lt_old_striplib
17228 striplib=$lt_striplib
17231 # The linker used to build libraries.
17234 # How to create reloadable object files.
17235 reload_flag=$lt_reload_flag
17236 reload_cmds=$lt_reload_cmds
17238 # Commands used to build an old-style archive.
17239 old_archive_cmds=$lt_old_archive_cmds
17241 # A language specific compiler.
17244 # Is the compiler the GNU compiler?
17247 # Compiler flag to turn off builtin functions.
17248 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17250 # How to pass a linker flag through the compiler.
17251 wl=$lt_lt_prog_compiler_wl
17253 # Additional compiler flags for building library objects.
17254 pic_flag=$lt_lt_prog_compiler_pic
17256 # Compiler flag to prevent dynamic linking.
17257 link_static_flag=$lt_lt_prog_compiler_static
17259 # Does compiler simultaneously support -c and -o options?
17260 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17262 # Whether or not to add -lc for building shared libraries.
17263 build_libtool_need_lc=$archive_cmds_need_lc
17265 # Whether or not to disallow shared libs when runtime libs are static.
17266 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17268 # Compiler flag to allow reflexive dlopens.
17269 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17271 # Compiler flag to generate shared objects directly from archives.
17272 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17274 # Whether the compiler copes with passing no objects directly.
17275 compiler_needs_object=$lt_compiler_needs_object
17277 # Create an old-style archive from a shared archive.
17278 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17280 # Create a temporary old-style archive to link instead of a shared archive.
17281 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17283 # Commands used to build a shared archive.
17284 archive_cmds=$lt_archive_cmds
17285 archive_expsym_cmds=$lt_archive_expsym_cmds
17287 # Commands used to build a loadable module if different from building
17288 # a shared archive.
17289 module_cmds=$lt_module_cmds
17290 module_expsym_cmds=$lt_module_expsym_cmds
17292 # Whether we are building with GNU ld or not.
17293 with_gnu_ld=$lt_with_gnu_ld
17295 # Flag that allows shared libraries with undefined symbols to be built.
17296 allow_undefined_flag=$lt_allow_undefined_flag
17298 # Flag that enforces no undefined symbols.
17299 no_undefined_flag=$lt_no_undefined_flag
17301 # Flag to hardcode \$libdir into a binary during linking.
17302 # This must work even if \$libdir does not exist
17303 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17305 # If ld is used when linking, flag to hardcode \$libdir into a binary
17306 # during linking. This must work even if \$libdir does not exist.
17307 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17309 # Whether we need a single "-rpath" flag with a separated argument.
17310 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17312 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17313 # DIR into the resulting binary.
17314 hardcode_direct=$hardcode_direct
17316 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17317 # DIR into the resulting binary and the resulting library dependency is
17318 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17319 # library is relocated.
17320 hardcode_direct_absolute=$hardcode_direct_absolute
17322 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17323 # into the resulting binary.
17324 hardcode_minus_L=$hardcode_minus_L
17326 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17327 # into the resulting binary.
17328 hardcode_shlibpath_var=$hardcode_shlibpath_var
17330 # Set to "yes" if building a shared library automatically hardcodes DIR
17331 # into the library and all subsequent libraries and executables linked
17333 hardcode_automatic=$hardcode_automatic
17335 # Set to yes if linker adds runtime paths of dependent libraries
17336 # to runtime path list.
17337 inherit_rpath=$inherit_rpath
17339 # Whether libtool must link a program against all its dependency libraries.
17340 link_all_deplibs=$link_all_deplibs
17342 # Fix the shell variable \$srcfile for the compiler.
17343 fix_srcfile_path=$lt_fix_srcfile_path
17345 # Set to "yes" if exported symbols are required.
17346 always_export_symbols=$always_export_symbols
17348 # The commands to list exported symbols.
17349 export_symbols_cmds=$lt_export_symbols_cmds
17351 # Symbols that should not be listed in the preloaded symbols.
17352 exclude_expsyms=$lt_exclude_expsyms
17354 # Symbols that must always be exported.
17355 include_expsyms=$lt_include_expsyms
17357 # Commands necessary for linking programs (against libraries) with templates.
17358 prelink_cmds=$lt_prelink_cmds
17360 # Specify filename containing input files.
17361 file_list_spec=$lt_file_list_spec
17363 # How to hardcode a shared library path into an executable.
17364 hardcode_action=$hardcode_action
17366 # ### END LIBTOOL CONFIG
17372 cat <<\_LT_EOF
>> "$cfgfile"
17373 # AIX sometimes has problems with the GCC collect2 program. For some
17374 # reason, if we set the COLLECT_NAMES environment variable, the problems
17375 # vanish in a puff of smoke.
17376 if test "X${COLLECT_NAMES+set}" != Xset
; then
17378 export COLLECT_NAMES
17385 ltmain
="$ac_aux_dir/ltmain.sh"
17388 # We use sed instead of cat because bash on DJGPP gets confused if
17389 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17390 # text mode, it properly converts lines to CR/LF. This bash problem
17391 # is reportedly fixed, but why not run on old versions too?
17392 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17393 ||
(rm -f "$cfgfile"; exit 1)
17397 cat << \_LT_EOF
>> "$cfgfile"
17399 # func_dirname file append nondir_replacement
17400 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17401 # otherwise set result to NONDIR_REPLACEMENT.
17405 */*) func_dirname_result
="${1%/*}${2}" ;;
17406 * ) func_dirname_result
="${3}" ;;
17410 # func_basename file
17413 func_basename_result
="${1##*/}"
17416 # func_dirname_and_basename file append nondir_replacement
17417 # perform func_basename and func_dirname in a single function
17419 # dirname: Compute the dirname of FILE. If nonempty,
17420 # add APPEND to the result, otherwise set result
17421 # to NONDIR_REPLACEMENT.
17422 # value returned in "$func_dirname_result"
17423 # basename: Compute filename of FILE.
17424 # value retuned in "$func_basename_result"
17425 # Implementation must be kept synchronized with func_dirname
17426 # and func_basename. For efficiency, we do not delegate to
17427 # those functions but instead duplicate the functionality here.
17428 func_dirname_and_basename
()
17431 */*) func_dirname_result
="${1%/*}${2}" ;;
17432 * ) func_dirname_result
="${3}" ;;
17434 func_basename_result
="${1##*/}"
17437 # func_stripname prefix suffix name
17438 # strip PREFIX and SUFFIX off of NAME.
17439 # PREFIX and SUFFIX must not contain globbing or regex special
17440 # characters, hashes, percent signs, but SUFFIX may contain a leading
17441 # dot (in which case that matches only a dot).
17444 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17445 # positional parameters, so assign one to ordinary parameter first.
17446 func_stripname_result
=${3}
17447 func_stripname_result
=${func_stripname_result#"${1}"}
17448 func_stripname_result
=${func_stripname_result%"${2}"}
17454 func_opt_split_opt
=${1%%=*}
17455 func_opt_split_arg
=${1#*=}
17462 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17463 *) func_lo2o_result
=${1} ;;
17467 # func_xform libobj-or-source
17470 func_xform_result
=${1%.*}.lo
17473 # func_arith arithmetic-term...
17476 func_arith_result
=$
(( $
* ))
17480 # STRING may not start with a hyphen.
17483 func_len_result
=${#1}
17488 *) # Bourne compatible functions.
17489 cat << \_LT_EOF
>> "$cfgfile"
17491 # func_dirname file append nondir_replacement
17492 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17493 # otherwise set result to NONDIR_REPLACEMENT.
17496 # Extract subdirectory from the argument.
17497 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
17498 if test "X$func_dirname_result" = "X${1}"; then
17499 func_dirname_result
="${3}"
17501 func_dirname_result
="$func_dirname_result${2}"
17505 # func_basename file
17508 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
17512 # func_stripname prefix suffix name
17513 # strip PREFIX and SUFFIX off of NAME.
17514 # PREFIX and SUFFIX must not contain globbing or regex special
17515 # characters, hashes, percent signs, but SUFFIX may contain a leading
17516 # dot (in which case that matches only a dot).
17517 # func_strip_suffix prefix name
17521 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17522 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17527 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17528 my_sed_long_arg
='1s/^-[^=]*=//'
17533 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17534 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17540 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
17543 # func_xform libobj-or-source
17546 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17549 # func_arith arithmetic-term...
17552 func_arith_result
=`expr "$@"`
17556 # STRING may not start with a hyphen.
17559 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17565 case $lt_shell_append in
17567 cat << \_LT_EOF
>> "$cfgfile"
17569 # func_append var value
17570 # Append VALUE to the end of shell variable VAR.
17578 cat << \_LT_EOF
>> "$cfgfile"
17580 # func_append var value
17581 # Append VALUE to the end of shell variable VAR.
17592 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17593 ||
(rm -f "$cfgfile"; exit 1)
17595 mv -f "$cfgfile" "$ofile" ||
17596 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17601 for ac_file
in $CONFIG_FILES; do
17602 # Support "outfile[:infile[:infile...]]"
17604 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17606 # PO directories have a Makefile.in generated from Makefile.in.in.
17607 case "$ac_file" in */Makefile.
in)
17608 # Adjust a relative srcdir.
17609 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17610 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
17611 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17612 # In autoconf-2.13 it is called $ac_given_srcdir.
17613 # In autoconf-2.50 it is called $srcdir.
17614 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
17615 case "$ac_given_srcdir" in
17616 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
17617 /*) top_srcdir
="$ac_given_srcdir" ;;
17618 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17620 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17621 rm -f "$ac_dir/POTFILES"
17622 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
17623 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17624 POMAKEFILEDEPS
="POTFILES.in"
17625 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17626 # on $ac_dir but don't depend on user-specified configuration
17628 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17629 # The LINGUAS file contains the set of available languages.
17630 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17631 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
17633 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17634 # Hide the ALL_LINGUAS assigment from automake.
17635 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17636 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
17638 # The set of available languages was given in configure.ac.
17639 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17641 case "$ac_given_srcdir" in
17643 *) srcdirpre
='$(srcdir)/' ;;
17649 for lang
in $ALL_LINGUAS; do
17650 POFILES
="$POFILES $srcdirpre$lang.po"
17651 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17652 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
17653 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
17655 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17656 # environment variable.
17658 if test -n "$ALL_LINGUAS"; then
17659 for presentlang
in $ALL_LINGUAS; do
17661 if test "%UNSET%" != "$LINGUAS"; then
17662 desiredlanguages
="$LINGUAS"
17664 desiredlanguages
="$ALL_LINGUAS"
17666 for desiredlang
in $desiredlanguages; do
17667 # Use the presentlang catalog if desiredlang is
17668 # a. equal to presentlang, or
17669 # b. a variant of presentlang (because in this case,
17670 # presentlang can be used as a fallback for messages
17671 # which are not translated in the desiredlang catalog).
17672 case "$desiredlang" in
17673 "$presentlang"*) useit
=yes;;
17676 if test $useit = yes; then
17677 INST_LINGUAS
="$INST_LINGUAS $presentlang"
17682 if test -n "$INST_LINGUAS"; then
17683 for lang
in $INST_LINGUAS; do
17684 CATALOGS
="$CATALOGS $lang.gmo"
17687 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
17688 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"
17689 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
17690 if test -f "$f"; then
17692 *.orig |
*.bak |
*~
) ;;
17693 *) cat "$f" >> "$ac_dir/Makefile" ;;
17701 "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
17702 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17703 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17704 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17705 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17706 if test "x$cgen_cpu_prefix" != x
; then
17707 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
17716 ac_clean_files
=$ac_clean_files_save
17718 test $ac_write_fail = 0 ||
17719 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
17722 # configure is writing to config.log, and then calls config.status.
17723 # config.status does its own redirection, appending to config.log.
17724 # Unfortunately, on DOS this fails, as config.log is still kept open
17725 # by configure, so config.status won't be able to write to it; its
17726 # output is simply discarded. So we exec the FD to /dev/null,
17727 # effectively closing config.log, so it can be properly (re)opened and
17728 # appended to by config.status. When coming back to configure, we
17729 # need to make the FD available again.
17730 if test "$no_create" != yes; then
17732 ac_config_status_args
=
17733 test "$silent" = yes &&
17734 ac_config_status_args
="$ac_config_status_args --quiet"
17736 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
17738 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17739 # would make configure fail if this is the last instruction.
17740 $ac_cs_success || as_fn_exit
1
17742 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
17743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17744 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}