2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.38.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.38.50'
591 PACKAGE_STRING
='gas 2.38.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
642 MAINTAINER_MODE_FALSE
675 WARN_CFLAGS_FOR_BUILD
727 INSTALL_STRIP_PROGRAM
781 program_transform_name
794 enable_option_checking
796 enable_dependency_tracking
807 enable_compressed_debug_sections
808 enable_x86_relax_relocations
809 enable_elf_stt_common
810 enable_generate_build_notes
811 enable_mips_fix_loongson3_llsc
813 enable_default_riscv_attribute
815 enable_build_warnings
818 enable_maintainer_mode
821 ac_precious_vars
='build_alias
834 # Initialize some variables set by options.
836 ac_init_version
=false
837 ac_unrecognized_opts
=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
848 program_transform_name
=s
,x
,x
,
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir
='${exec_prefix}/bin'
863 sbindir
='${exec_prefix}/sbin'
864 libexecdir
='${exec_prefix}/libexec'
865 datarootdir
='${prefix}/share'
866 datadir
='${datarootdir}'
867 sysconfdir
='${prefix}/etc'
868 sharedstatedir
='${prefix}/com'
869 localstatedir
='${prefix}/var'
870 includedir
='${prefix}/include'
871 oldincludedir
='/usr/include'
872 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir
='${datarootdir}/info'
878 libdir
='${exec_prefix}/lib'
879 localedir
='${datarootdir}/locale'
880 mandir
='${datarootdir}/man'
886 # If the previous option needs an argument, assign it.
887 if test -n "$ac_prev"; then
888 eval $ac_prev=\
$ac_option
894 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 # Accept the important Cygnus configure options, so we can diagnose typos.
901 case $ac_dashdash$ac_option in
905 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
907 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
910 -build |
--build |
--buil |
--bui |
--bu)
911 ac_prev
=build_alias
;;
912 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
913 build_alias
=$ac_optarg ;;
915 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
916 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
917 ac_prev
=cache_file
;;
918 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
919 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
920 cache_file
=$ac_optarg ;;
923 cache_file
=config.cache
;;
925 -datadir |
--datadir |
--datadi |
--datad)
927 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
928 datadir
=$ac_optarg ;;
930 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
931 |
--dataroo |
--dataro |
--datar)
932 ac_prev
=datarootdir
;;
933 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
934 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
935 datarootdir
=$ac_optarg ;;
937 -disable-* |
--disable-*)
938 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
939 # Reject names that are not valid shell variable names.
940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
941 as_fn_error $?
"invalid feature name: $ac_useropt"
942 ac_useropt_orig
=$ac_useropt
943 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
948 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
949 ac_unrecognized_sep
=', ';;
951 eval enable_
$ac_useropt=no
;;
953 -docdir |
--docdir |
--docdi |
--doc |
--do)
955 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
958 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
960 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
963 -enable-* |
--enable-*)
964 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
967 as_fn_error $?
"invalid feature name: $ac_useropt"
968 ac_useropt_orig
=$ac_useropt
969 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
974 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
975 ac_unrecognized_sep
=', ';;
977 eval enable_
$ac_useropt=\
$ac_optarg ;;
979 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
980 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
981 |
--exec |
--exe |
--ex)
982 ac_prev
=exec_prefix
;;
983 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
984 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
985 |
--exec=* |
--exe=* |
--ex=*)
986 exec_prefix
=$ac_optarg ;;
988 -gas |
--gas |
--ga |
--g)
989 # Obsolete; use --with-gas.
992 -help |
--help |
--hel |
--he |
-h)
994 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
995 ac_init_help
=recursive
;;
996 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
997 ac_init_help
=short
;;
999 -host |
--host |
--hos |
--ho)
1000 ac_prev
=host_alias
;;
1001 -host=* |
--host=* |
--hos=* |
--ho=*)
1002 host_alias
=$ac_optarg ;;
1004 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1006 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1008 htmldir
=$ac_optarg ;;
1010 -includedir |
--includedir |
--includedi |
--included |
--include \
1011 |
--includ |
--inclu |
--incl |
--inc)
1012 ac_prev
=includedir
;;
1013 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1014 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1015 includedir
=$ac_optarg ;;
1017 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1019 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1020 infodir
=$ac_optarg ;;
1022 -libdir |
--libdir |
--libdi |
--libd)
1024 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1025 libdir
=$ac_optarg ;;
1027 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1028 |
--libexe |
--libex |
--libe)
1029 ac_prev
=libexecdir
;;
1030 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1031 |
--libexe=* |
--libex=* |
--libe=*)
1032 libexecdir
=$ac_optarg ;;
1034 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1035 ac_prev
=localedir
;;
1036 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1037 localedir
=$ac_optarg ;;
1039 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1040 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1041 ac_prev
=localstatedir
;;
1042 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1043 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1044 localstatedir
=$ac_optarg ;;
1046 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1048 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1049 mandir
=$ac_optarg ;;
1051 -nfp |
--nfp |
--nf)
1052 # Obsolete; use --without-fp.
1055 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1056 |
--no-cr |
--no-c |
-n)
1059 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1060 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1063 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1064 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1065 |
--oldin |
--oldi |
--old |
--ol |
--o)
1066 ac_prev
=oldincludedir
;;
1067 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1068 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1069 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1070 oldincludedir
=$ac_optarg ;;
1072 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1074 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1075 prefix
=$ac_optarg ;;
1077 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1078 |
--program-pre |
--program-pr |
--program-p)
1079 ac_prev
=program_prefix
;;
1080 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1081 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1082 program_prefix
=$ac_optarg ;;
1084 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1085 |
--program-suf |
--program-su |
--program-s)
1086 ac_prev
=program_suffix
;;
1087 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1088 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1089 program_suffix
=$ac_optarg ;;
1091 -program-transform-name |
--program-transform-name \
1092 |
--program-transform-nam |
--program-transform-na \
1093 |
--program-transform-n |
--program-transform- \
1094 |
--program-transform |
--program-transfor \
1095 |
--program-transfo |
--program-transf \
1096 |
--program-trans |
--program-tran \
1097 |
--progr-tra |
--program-tr |
--program-t)
1098 ac_prev
=program_transform_name
;;
1099 -program-transform-name=* |
--program-transform-name=* \
1100 |
--program-transform-nam=* |
--program-transform-na=* \
1101 |
--program-transform-n=* |
--program-transform-=* \
1102 |
--program-transform=* |
--program-transfor=* \
1103 |
--program-transfo=* |
--program-transf=* \
1104 |
--program-trans=* |
--program-tran=* \
1105 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1106 program_transform_name
=$ac_optarg ;;
1108 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1110 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1111 pdfdir
=$ac_optarg ;;
1113 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1115 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1118 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1119 |
-silent |
--silent |
--silen |
--sile |
--sil)
1122 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1124 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1126 sbindir
=$ac_optarg ;;
1128 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1129 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1130 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1132 ac_prev
=sharedstatedir
;;
1133 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1134 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1135 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1137 sharedstatedir
=$ac_optarg ;;
1139 -site |
--site |
--sit)
1141 -site=* |
--site=* |
--sit=*)
1144 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1146 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1147 srcdir
=$ac_optarg ;;
1149 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1150 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1151 ac_prev
=sysconfdir
;;
1152 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1153 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1154 sysconfdir
=$ac_optarg ;;
1156 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1157 ac_prev
=target_alias
;;
1158 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1159 target_alias
=$ac_optarg ;;
1161 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1164 -version |
--version |
--versio |
--versi |
--vers |
-V)
1165 ac_init_version
=: ;;
1168 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1171 as_fn_error $?
"invalid package name: $ac_useropt"
1172 ac_useropt_orig
=$ac_useropt
1173 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1174 case $ac_user_opts in
1178 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1179 ac_unrecognized_sep
=', ';;
1181 eval with_
$ac_useropt=\
$ac_optarg ;;
1183 -without-* |
--without-*)
1184 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1185 # Reject names that are not valid shell variable names.
1186 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1187 as_fn_error $?
"invalid package name: $ac_useropt"
1188 ac_useropt_orig
=$ac_useropt
1189 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1190 case $ac_user_opts in
1194 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1195 ac_unrecognized_sep
=', ';;
1197 eval with_
$ac_useropt=no
;;
1200 # Obsolete; use --with-x.
1203 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1204 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1205 ac_prev
=x_includes
;;
1206 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1207 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1208 x_includes
=$ac_optarg ;;
1210 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1211 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1212 ac_prev
=x_libraries
;;
1213 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1214 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1215 x_libraries
=$ac_optarg ;;
1217 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1218 Try \`$0 --help' for more information"
1222 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1223 # Reject names that are not valid shell variable names.
1224 case $ac_envvar in #(
1225 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1226 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1228 eval $ac_envvar=\
$ac_optarg
1229 export $ac_envvar ;;
1232 # FIXME: should be removed in autoconf 3.0.
1233 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1234 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1235 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1236 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1242 if test -n "$ac_prev"; then
1243 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1244 as_fn_error $?
"missing argument to $ac_option"
1247 if test -n "$ac_unrecognized_opts"; then
1248 case $enable_option_checking in
1250 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1251 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255 # Check all directory arguments for consistency.
1256 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1257 datadir sysconfdir sharedstatedir localstatedir includedir \
1258 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1259 libdir localedir mandir
1261 eval ac_val
=\$
$ac_var
1262 # Remove trailing slashes.
1265 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1266 eval $ac_var=\
$ac_val;;
1268 # Be sure to have absolute directory names.
1270 [\\/$
]* | ?
:[\\/]* ) continue;;
1271 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1273 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1276 # There might be people who depend on the old broken behavior: `$host'
1277 # used to hold the argument of --host etc.
1278 # FIXME: To remove some day.
1281 target
=$target_alias
1283 # FIXME: To remove some day.
1284 if test "x$host_alias" != x
; then
1285 if test "x$build_alias" = x
; then
1286 cross_compiling
=maybe
1287 elif test "x$build_alias" != "x$host_alias"; then
1293 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1295 test "$silent" = yes && exec 6>/dev
/null
1298 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1299 ac_ls_di
=`ls -di .` &&
1300 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error $?
"working directory cannot be determined"
1302 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error $?
"pwd does not report name of working directory"
1306 # Find the source files, if location was not specified.
1307 if test -z "$srcdir"; then
1308 ac_srcdir_defaulted
=yes
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir
=`$as_dirname -- "$as_myself" ||
1311 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315 $as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1338 ac_srcdir_defaulted
=no
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1342 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1344 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1348 # When building in place, set srcdir=.
1349 if test "$ac_abs_confdir" = "$ac_pwd"; then
1352 # Remove unnecessary trailing slashes from srcdir.
1353 # Double slashes in file names in object file debugging info
1354 # mess up M-x gdb in Emacs.
1356 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358 for ac_var
in $ac_precious_vars; do
1359 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1360 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1361 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1362 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1366 # Report the --help message.
1368 if test "$ac_init_help" = "long"; then
1369 # Omit some internal or obsolete options to make the list less imposing.
1370 # This message is too long to be a string in the A/UX 3.1 sh.
1372 \`configure' configures gas 2.38.50 to adapt to many kinds of systems.
1374 Usage: $0 [OPTION]... [VAR=VALUE]...
1376 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1377 VAR=VALUE. See below for descriptions of some of the useful variables.
1379 Defaults for the options are specified in brackets.
1382 -h, --help display this help and exit
1383 --help=short display options specific to this package
1384 --help=recursive display the short help of all the included packages
1385 -V, --version display version information and exit
1386 -q, --quiet, --silent do not print \`checking ...' messages
1387 --cache-file=FILE cache test results in FILE [disabled]
1388 -C, --config-cache alias for \`--cache-file=config.cache'
1389 -n, --no-create do not create output files
1390 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1392 Installation directories:
1393 --prefix=PREFIX install architecture-independent files in PREFIX
1394 [$ac_default_prefix]
1395 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1398 By default, \`make install' will install all the files in
1399 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1400 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1401 for instance \`--prefix=\$HOME'.
1403 For better control, use the options below.
1405 Fine tuning of the installation directories:
1406 --bindir=DIR user executables [EPREFIX/bin]
1407 --sbindir=DIR system admin executables [EPREFIX/sbin]
1408 --libexecdir=DIR program executables [EPREFIX/libexec]
1409 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1410 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1411 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1412 --libdir=DIR object code libraries [EPREFIX/lib]
1413 --includedir=DIR C header files [PREFIX/include]
1414 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1415 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1416 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1417 --infodir=DIR info documentation [DATAROOTDIR/info]
1418 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1419 --mandir=DIR man documentation [DATAROOTDIR/man]
1420 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1421 --htmldir=DIR html documentation [DOCDIR]
1422 --dvidir=DIR dvi documentation [DOCDIR]
1423 --pdfdir=DIR pdf documentation [DOCDIR]
1424 --psdir=DIR ps documentation [DOCDIR]
1430 --program-prefix=PREFIX prepend PREFIX to installed program names
1431 --program-suffix=SUFFIX append SUFFIX to installed program names
1432 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1435 --build=BUILD configure
for building on BUILD
[guessed
]
1436 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1437 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1441 if test -n "$ac_init_help"; then
1442 case $ac_init_help in
1443 short | recursive
) echo "Configuration of gas 2.38.50:";;
1448 --disable-option-checking ignore unrecognized
--enable/--with options
1449 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1450 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1451 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1452 --disable-silent-rules verbose build output
(undo
: "make V=0")
1453 --enable-dependency-tracking
1454 do not reject slow dependency extractors
1455 --disable-dependency-tracking
1456 speeds up one-time build
1457 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1458 --enable-static[=PKGS
] build static libraries
[default
=yes]
1459 --enable-fast-install[=PKGS
]
1460 optimize
for fast installation
[default
=yes]
1461 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1462 --enable-plugins Enable support
for plugins
1463 --disable-largefile omit support
for large files
1464 --enable-targets alternative target configurations besides the primary
1465 --enable-checking enable run-time checks
1466 --enable-compressed-debug-sections={all
,gas
,none
}
1467 compress debug sections by default
1468 --enable-x86-relax-relocations
1469 generate x86 relax relocations by default
1470 --enable-elf-stt-common generate ELF common symbols with STT_COMMON
type by
1472 --enable-generate-build-notes
1473 generate GNU Build notes
if none are provided by the
1475 --enable-mips-fix-loongson3-llsc
1476 enable MIPS fix Loongson3 LLSC errata
1477 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1478 --enable-default-riscv-attribute
1479 generate RISC-V arch attribute by default
1480 --enable-werror treat compile warnings as errors
1481 --enable-build-warnings enable build-time compiler warnings
1482 --disable-nls do not use Native Language Support
1483 --enable-maintainer-mode
1484 enable make rules and dependencies not useful
(and
1485 sometimes confusing
) to the casual installer
1488 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1489 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1490 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1492 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1493 --with-cpu=CPU default cpu variant is CPU
(currently only supported
1495 --with-system-zlib use installed libz
1497 Some influential environment variables
:
1498 CC C compiler
command
1499 CFLAGS C compiler flags
1500 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1501 nonstandard directory
<lib dir
>
1502 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1503 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1504 you have headers
in a nonstandard directory
<include dir
>
1506 YACC The
`Yet Another Compiler Compiler' implementation to use.
1507 Defaults to the first program found out of: `bison
-y', `byacc',
1509 YFLAGS The list of arguments that will be passed by default to $YACC.
1510 This script will default YFLAGS to the empty string to avoid a
1511 default value of `-d' given by some make applications.
1513 Use these variables to override the choices made by `configure' or to
help
1514 it to
find libraries and programs with nonstandard names
/locations.
1516 Report bugs to the package provider.
1521 if test "$ac_init_help" = "recursive"; then
1522 # If there are subdirs, report their specific --help.
1523 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1524 test -d "$ac_dir" ||
1525 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1530 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1532 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1533 # A ".." for each directory in $ac_dir_suffix.
1534 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1537 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1540 ac_abs_top_builddir
=$ac_pwd
1541 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1542 # for backward compatibility:
1543 ac_top_builddir
=$ac_top_build_prefix
1546 .
) # We are building in place.
1548 ac_top_srcdir
=$ac_top_builddir_sub
1549 ac_abs_top_srcdir
=$ac_pwd ;;
1550 [\\/]* | ?
:[\\/]* ) # Absolute name.
1551 ac_srcdir
=$srcdir$ac_dir_suffix;
1552 ac_top_srcdir
=$srcdir
1553 ac_abs_top_srcdir
=$srcdir ;;
1555 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1559 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1561 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1562 # Check for guested configure.
1563 if test -f "$ac_srcdir/configure.gnu"; then
1565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
1568 $SHELL "$ac_srcdir/configure" --help=recursive
1570 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1572 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1576 test -n "$ac_init_help" && exit $ac_status
1577 if $ac_init_version; then
1579 gas configure
2.38.50
1580 generated by GNU Autoconf
2.69
1582 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1583 This configure
script is free software
; the Free Software Foundation
1584 gives unlimited permission to copy
, distribute and modify it.
1589 ## ------------------------ ##
1590 ## Autoconf initialization. ##
1591 ## ------------------------ ##
1593 # ac_fn_c_try_compile LINENO
1594 # --------------------------
1595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_c_try_compile
()
1598 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1599 rm -f conftest.
$ac_objext
1600 if { { ac_try
="$ac_compile"
1602 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.$ac_objext; then :
1621 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status $ac_retval
1629 } # ac_fn_c_try_compile
1631 # ac_fn_c_try_cpp LINENO
1632 # ----------------------
1633 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 if { { ac_try="$ac_cpp conftest.$ac_ext"
1639 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1640 *) ac_try_echo
=$ac_try;;
1642 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1643 $as_echo "$ac_try_echo"; } >&5
1644 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1646 if test -s conftest.err
; then
1647 grep -v '^ *+' conftest.err
>conftest.er1
1648 cat conftest.er1
>&5
1649 mv -f conftest.er1 conftest.err
1651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1652 test $ac_status = 0; } > conftest.i
&& {
1653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1654 test ! -s conftest.err
1658 $as_echo "$as_me: failed program was:" >&5
1659 sed 's/^/| /' conftest.
$ac_ext >&5
1663 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1664 as_fn_set_status
$ac_retval
1668 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1669 # -------------------------------------------------------
1670 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1671 # the include files in INCLUDES and setting the cache variable VAR
1673 ac_fn_c_check_header_mongrel
()
1675 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1676 if eval \
${$3+:} false
; then :
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1678 $as_echo_n "checking for $2... " >&6; }
1679 if eval \
${$3+:} false
; then :
1680 $as_echo_n "(cached) " >&6
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1684 $as_echo "$ac_res" >&6; }
1686 # Is the header compilable?
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1688 $as_echo_n "checking $2 usability... " >&6; }
1689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1690 /* end confdefs.h. */
1694 if ac_fn_c_try_compile
"$LINENO"; then :
1695 ac_header_compiler
=yes
1697 ac_header_compiler
=no
1699 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1701 $as_echo "$ac_header_compiler" >&6; }
1703 # Is the header present?
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1705 $as_echo_n "checking $2 presence... " >&6; }
1706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1707 /* end confdefs.h. */
1710 if ac_fn_c_try_cpp
"$LINENO"; then :
1711 ac_header_preproc
=yes
1713 ac_header_preproc
=no
1715 rm -f conftest.err conftest.i conftest.
$ac_ext
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1717 $as_echo "$ac_header_preproc" >&6; }
1719 # So? What about this header?
1720 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1723 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1725 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1729 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1731 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1733 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1735 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1737 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1741 $as_echo_n "checking for $2... " >&6; }
1742 if eval \
${$3+:} false
; then :
1743 $as_echo_n "(cached) " >&6
1745 eval "$3=\$ac_header_compiler"
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1749 $as_echo "$ac_res" >&6; }
1751 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1753 } # ac_fn_c_check_header_mongrel
1755 # ac_fn_c_try_run LINENO
1756 # ----------------------
1757 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1758 # that executables *can* be run.
1761 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1762 if { { ac_try
="$ac_link"
1764 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1765 *) ac_try_echo=$ac_try;;
1767 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1768 $as_echo "$ac_try_echo"; } >&5
1769 (eval "$ac_link") 2>&5
1771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1772 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1773 { { case "(($ac_try" in
1774 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1775 *) ac_try_echo
=$ac_try;;
1777 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778 $as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_try") 2>&5
1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1782 test $ac_status = 0; }; }; then :
1785 $as_echo "$as_me: program exited with status $ac_status" >&5
1786 $as_echo "$as_me: failed program was:" >&5
1787 sed 's/^/| /' conftest.
$ac_ext >&5
1789 ac_retval
=$ac_status
1791 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1792 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1793 as_fn_set_status
$ac_retval
1797 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1798 # -------------------------------------------------------
1799 # Tests whether HEADER exists and can be compiled using the include files in
1800 # INCLUDES, setting the cache variable VAR accordingly.
1801 ac_fn_c_check_header_compile
()
1803 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1805 $as_echo_n "checking for $2... " >&6; }
1806 if eval \
${$3+:} false
; then :
1807 $as_echo_n "(cached) " >&6
1809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1810 /* end confdefs.h. */
1814 if ac_fn_c_try_compile
"$LINENO"; then :
1819 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1823 $as_echo "$ac_res" >&6; }
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1826 } # ac_fn_c_check_header_compile
1828 # ac_fn_c_try_link LINENO
1829 # -----------------------
1830 # Try to link conftest.$ac_ext, and return whether this succeeded.
1833 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1834 rm -f conftest.
$ac_objext conftest
$ac_exeext
1835 if { { ac_try
="$ac_link"
1837 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1838 *) ac_try_echo=$ac_try;;
1840 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1841 $as_echo "$ac_try_echo"; } >&5
1842 (eval "$ac_link") 2>conftest.err
1844 if test -s conftest.err; then
1845 grep -v '^ *+' conftest.err >conftest.er1
1846 cat conftest.er1 >&5
1847 mv -f conftest.er1 conftest.err
1849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1850 test $ac_status = 0; } && {
1851 test -z "$ac_c_werror_flag" ||
1852 test ! -s conftest.err
1853 } && test -s conftest$ac_exeext && {
1854 test "$cross_compiling" = yes ||
1855 test -x conftest$ac_exeext
1859 $as_echo "$as_me: failed program was:" >&5
1860 sed 's/^/| /' conftest.$ac_ext >&5
1864 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1865 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1866 # interfere with the next link command; also delete a directory that is
1867 # left behind by Apple's compiler. We do this before executing the actions.
1868 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1869 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1870 as_fn_set_status $ac_retval
1872 } # ac_fn_c_try_link
1874 # ac_fn_c_check_func LINENO FUNC VAR
1875 # ----------------------------------
1876 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1877 ac_fn_c_check_func ()
1879 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881 $as_echo_n "checking for $2... " >&6; }
1882 if eval \${$3+:} false; then :
1883 $as_echo_n "(cached) " >&6
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886 /* end confdefs.h. */
1887 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1889 #define $2 innocuous_$2
1891 /* System header to define __stub macros and hopefully few prototypes,
1892 which can conflict with char $2 (); below.
1893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1894 <limits.h> exists even on freestanding compilers. */
1897 # include <limits.h>
1899 # include <assert.h>
1904 /* Override any GCC internal prototype to avoid an error.
1905 Use char because int might match the return type of a GCC
1906 builtin and then its argument prototype would still apply. */
1911 /* The GNU C library defines this for functions which it implements
1912 to always fail with ENOSYS. Some functions are actually named
1913 something starting with __ and the normal name is an alias. */
1914 #if defined __stub_$2 || defined __stub___$2
1926 if ac_fn_c_try_link "$LINENO"; then :
1931 rm -f core conftest.err conftest.$ac_objext \
1932 conftest$ac_exeext conftest.$ac_ext
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1936 $as_echo "$ac_res" >&6; }
1937 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1939 } # ac_fn_c_check_func
1941 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1942 # ---------------------------------------------
1943 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1945 ac_fn_c_check_decl ()
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 as_decl_name=`echo $2|
sed 's/ *(.*//'`
1949 as_decl_use=`echo $2|
sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1951 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1952 if eval \${$3+:} false; then :
1953 $as_echo_n "(cached) " >&6
1955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1956 /* end confdefs.h. */
1961 #ifndef $as_decl_name
1963 (void) $as_decl_use;
1965 (void) $as_decl_name;
1973 if ac_fn_c_try_compile "$LINENO"; then :
1978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1982 $as_echo "$ac_res" >&6; }
1983 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1985 } # ac_fn_c_check_decl
1986 cat >config.log <<_ACEOF
1987 This file contains any messages produced by compilers while
1988 running configure, to aid debugging if configure makes a mistake.
1990 It was created by gas $as_me 2.38.50, which was
1991 generated by GNU Autoconf 2.69. Invocation command line was
2003 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2004 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2005 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2006 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2007 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2009 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2010 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2012 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2013 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2014 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2015 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2016 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2017 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2018 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2026 test -z "$as_dir" && as_dir=.
2027 $as_echo "PATH: $as_dir"
2043 # Keep a trace of the command line.
2044 # Strip out --no-create and --no-recursion so they do not pile up.
2045 # Strip out --silent because we don't want to record it for future runs.
2046 # Also quote any args containing shell meta-characters.
2047 # Make two passes to allow for proper duplicate-argument suppression.
2051 ac_must_keep_next=false
2057 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2058 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2059 | -silent | --silent | --silen | --sile | --sil)
2062 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2065 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2067 as_fn_append ac_configure_args1 " '$ac_arg'"
2068 if test $ac_must_keep_next = true; then
2069 ac_must_keep_next=false # Got value, back to normal.
2072 *=* | --config-cache | -C | -disable-* | --disable-* \
2073 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2074 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2075 | -with-* | --with-* | -without-* | --without-* | --x)
2076 case "$ac_configure_args0 " in
2077 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2080 -* ) ac_must_keep_next=true ;;
2083 as_fn_append ac_configure_args " '$ac_arg'"
2088 { ac_configure_args0=; unset ac_configure_args0;}
2089 { ac_configure_args1=; unset ac_configure_args1;}
2091 # When interrupted or exit'd, cleanup temporary files, and complete
2092 # config.log. We remove comments because anyway the quotes in there
2093 # would cause problems or look ugly.
2094 # WARNING: Use '\'' to represent an apostrophe within the trap.
2095 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2096 trap 'exit_status=$?
2097 # Save into config.log some information that might help in debugging.
2101 $as_echo "## ---------------- ##
2102 ## Cache variables. ##
2103 ## ---------------- ##"
2105 # The following way of writing the cache mishandles newlines in values,
2107 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2108 eval ac_val=\$$ac_var
2112 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2113 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2116 _ | IFS | as_nl) ;; #(
2117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2118 *) { eval $ac_var=; unset $ac_var;} ;;
2123 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2124 *${as_nl}ac_space=\ *)
2126 "s/'\''/'\''\\\\'\'''\''/g;
2127 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2130 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2137 $as_echo "## ----------------- ##
2138 ## Output variables. ##
2139 ## ----------------- ##"
2141 for ac_var in $ac_subst_vars
2143 eval ac_val=\$$ac_var
2145 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2147 $as_echo "$ac_var='\''$ac_val'\''"
2151 if test -n "$ac_subst_files"; then
2152 $as_echo "## ------------------- ##
2153 ## File substitutions. ##
2154 ## ------------------- ##"
2156 for ac_var in $ac_subst_files
2158 eval ac_val=\$$ac_var
2160 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2162 $as_echo "$ac_var='\''$ac_val'\''"
2167 if test -s confdefs.h; then
2168 $as_echo "## ----------- ##
2175 test "$ac_signal" != 0 &&
2176 $as_echo "$as_me: caught signal $ac_signal"
2177 $as_echo "$as_me: exit $exit_status"
2179 rm -f core *.core core.conftest.* &&
2180 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2183 for ac_signal in 1 2 13 15; do
2184 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2188 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2189 rm -f -r conftest* confdefs.h
2191 $as_echo "/* confdefs.h */" > confdefs.h
2193 # Predefined preprocessor variables.
2195 cat >>confdefs.h <<_ACEOF
2196 #define PACKAGE_NAME "$PACKAGE_NAME"
2199 cat >>confdefs.h <<_ACEOF
2200 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2203 cat >>confdefs.h <<_ACEOF
2204 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2207 cat >>confdefs.h <<_ACEOF
2208 #define PACKAGE_STRING "$PACKAGE_STRING"
2211 cat >>confdefs.h <<_ACEOF
2212 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2215 cat >>confdefs.h <<_ACEOF
2216 #define PACKAGE_URL "$PACKAGE_URL"
2220 # Let the site file select an alternate cache file if it wants to.
2221 # Prefer an explicitly selected file to automatically selected ones.
2224 if test -n "$CONFIG_SITE"; then
2225 # We do not want a PATH search for config.site.
2226 case $CONFIG_SITE in #((
2227 -*) ac_site_file1=./$CONFIG_SITE;;
2228 */*) ac_site_file1=$CONFIG_SITE;;
2229 *) ac_site_file1=./$CONFIG_SITE;;
2231 elif test "x$prefix" != xNONE; then
2232 ac_site_file1=$prefix/share/config.site
2233 ac_site_file2=$prefix/etc/config.site
2235 ac_site_file1=$ac_default_prefix/share/config.site
2236 ac_site_file2=$ac_default_prefix/etc/config.site
2238 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2240 test "x$ac_site_file" = xNONE && continue
2241 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2243 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2244 sed 's/^/| /' "$ac_site_file" >&5
2246 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248 as_fn_error $? "failed to load site
script $ac_site_file
2249 See \
`config.log' for more details" "$LINENO" 5; }
2253 if test -r "$cache_file"; then
2254 # Some versions of bash will fail to source /dev/null (special files
2255 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2256 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2258 $as_echo "$as_me: loading cache $cache_file" >&6;}
2260 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2261 *) . "./$cache_file";;
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2266 $as_echo "$as_me: creating cache $cache_file" >&6;}
2270 # Check that the precious variables saved in the cache have kept the same
2272 ac_cache_corrupted=false
2273 for ac_var in $ac_precious_vars; do
2274 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2275 eval ac_new_set=\$ac_env_${ac_var}_set
2276 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2277 eval ac_new_val=\$ac_env_${ac_var}_value
2278 case $ac_old_set,$ac_new_set in
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2281 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2282 ac_cache_corrupted=: ;;
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2285 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2286 ac_cache_corrupted=: ;;
2289 if test "x$ac_old_val" != "x$ac_new_val"; then
2290 # differences in whitespace do not lead to failure.
2291 ac_old_val_w=`echo x
$ac_old_val`
2292 ac_new_val_w=`echo x
$ac_new_val`
2293 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2295 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2296 ac_cache_corrupted=:
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2299 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2300 eval $ac_var=\$ac_old_val
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2303 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2305 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2308 # Pass precious variables to config.status.
2309 if test "$ac_new_set" = set; then
2311 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2312 *) ac_arg=$ac_var=$ac_new_val ;;
2314 case " $ac_configure_args " in
2315 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2316 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2320 if $ac_cache_corrupted; then
2321 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2322 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2324 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2325 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2327 ## -------------------- ##
2328 ## Main body of script. ##
2329 ## -------------------- ##
2332 ac_cpp='$CPP $CPPFLAGS'
2333 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2334 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2335 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2344 for ac_dir in .. "$srcdir"/..; do
2345 if test -f "$ac_dir/install-sh"; then
2347 ac_install_sh="$ac_aux_dir/install-sh -c"
2349 elif test -f "$ac_dir/install.sh"; then
2351 ac_install_sh="$ac_aux_dir/install.sh -c"
2353 elif test -f "$ac_dir/shtool"; then
2355 ac_install_sh="$ac_aux_dir/shtool install -c"
2359 if test -z "$ac_aux_dir"; then
2360 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2363 # These three variables are undocumented and unsupported,
2364 # and are intended to be withdrawn in a future Autoconf release.
2365 # They can cause serious problems if a builder's source tree is in a directory
2366 # whose full name contains unusual characters.
2367 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2368 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2369 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2372 # Make sure we can run config.sub.
2373 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2374 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2377 $as_echo_n "checking build system type... " >&6; }
2378 if ${ac_cv_build+:} false; then :
2379 $as_echo_n "(cached) " >&6
2381 ac_build_alias=$build_alias
2382 test "x$ac_build_alias" = x &&
2383 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2384 test "x$ac_build_alias" = x &&
2385 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2386 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2387 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2391 $as_echo "$ac_cv_build" >&6; }
2392 case $ac_cv_build in
2394 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2397 ac_save_IFS=$IFS; IFS='-'
2403 # Remember, the first character of IFS is used to create $*,
2404 # except with old shells:
2407 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2411 $as_echo_n "checking host system type... " >&6; }
2412 if ${ac_cv_host+:} false; then :
2413 $as_echo_n "(cached) " >&6
2415 if test "x$host_alias" = x; then
2416 ac_cv_host=$ac_cv_build
2418 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2419 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2424 $as_echo "$ac_cv_host" >&6; }
2427 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2430 ac_save_IFS=$IFS; IFS='-'
2436 # Remember, the first character of IFS is used to create $*,
2437 # except with old shells:
2440 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2444 $as_echo_n "checking target system type... " >&6; }
2445 if ${ac_cv_target+:} false; then :
2446 $as_echo_n "(cached) " >&6
2448 if test "x$target_alias" = x; then
2449 ac_cv_target=$ac_cv_host
2451 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2452 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2457 $as_echo "$ac_cv_target" >&6; }
2458 case $ac_cv_target in
2460 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2462 target=$ac_cv_target
2463 ac_save_IFS=$IFS; IFS='-'
2469 # Remember, the first character of IFS is used to create $*,
2470 # except with old shells:
2473 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2476 # The aliases save the names the user supplied, while $host etc.
2477 # will get canonicalized.
2478 test -n "$target_alias" &&
2479 test "$program_prefix$program_suffix$program_transform_name" = \
2481 program_prefix=${target_alias}-
2483 am__api_version='1.15'
2485 # Find a good install program. We prefer a C program (faster),
2486 # so one script is as good as another. But avoid the broken or
2487 # incompatible versions:
2488 # SysV /etc/install, /usr/sbin/install
2489 # SunOS /usr/etc/install
2490 # IRIX /sbin/install
2492 # AmigaOS /C/install, which installs bootblocks on floppy discs
2493 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2494 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2495 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2496 # OS/2's system install, which has a completely different semantic
2497 # ./install, which can be erroneously created by make from ./install.sh.
2498 # Reject install programs that cannot install multiple files.
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2500 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2501 if test -z "$INSTALL"; then
2502 if ${ac_cv_path_install+:} false; then :
2503 $as_echo_n "(cached) " >&6
2505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509 test -z "$as_dir" && as_dir=.
2510 # Account for people who put trailing slashes in PATH elements.
2511 case $as_dir/ in #((
2512 ./ | .// | /[cC]/* | \
2513 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2514 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2517 # OSF1 and SCO ODT 3.0 have their own names for install.
2518 # Don't use installbsd from OSF since it installs stuff as root
2520 for ac_prog in ginstall scoinst install; do
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2523 if test $ac_prog = install &&
2524 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2525 # AIX install. It has an incompatible calling convention.
2527 elif test $ac_prog = install &&
2528 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2529 # program-specific install script used by HP pwplus--don't use.
2532 rm -rf conftest.one conftest.two conftest.dir
2533 echo one > conftest.one
2534 echo two > conftest.two
2536 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2537 test -s conftest.one && test -s conftest.two &&
2538 test -s conftest.dir/conftest.one &&
2539 test -s conftest.dir/conftest.two
2541 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2554 rm -rf conftest.one conftest.two conftest.dir
2557 if test "${ac_cv_path_install+set}" = set; then
2558 INSTALL=$ac_cv_path_install
2560 # As a last resort, use the slow shell script. Don't cache a
2561 # value for INSTALL within a source directory, because that will
2562 # break other packages using the cache if that directory is
2563 # removed, or if the value is a relative name.
2564 INSTALL=$ac_install_sh
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2568 $as_echo "$INSTALL" >&6; }
2570 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2571 # It thinks the first close brace ends the variable substitution.
2572 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2574 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2576 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2579 $as_echo_n "checking whether build environment is sane... " >&6; }
2580 # Reject unsafe characters in $srcdir or the absolute working directory
2581 # name. Accept space and tab only in the latter.
2585 *[\\\"\#\$\&\'\`$am_lf]*)
2586 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2589 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2590 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2593 # Do 'set' in a subshell so we don't clobber the current shell's
2594 # arguments. Must try -L first in case configure is actually a
2595 # symlink; some systems play weird games with the mod time of symlinks
2596 # (eg FreeBSD returns the mod time of the symlink's containing
2600 for am_try
in 1 2; do
2601 echo "timestamp, slept: $am_has_slept" > conftest.
file
2602 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2603 if test "$*" = "X"; then
2605 set X
`ls -t "$srcdir/configure" conftest.file`
2607 if test "$*" != "X $srcdir/configure conftest.file" \
2608 && test "$*" != "X conftest.file $srcdir/configure"; then
2610 # If neither matched, then we have a broken ls. This can happen
2611 # if, for instance, CONFIG_SHELL is bash and it inherits a
2612 # broken ls alias from the environment. This has actually
2613 # happened. Such a system could not be considered "sane".
2614 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2615 alias in your environment" "$LINENO" 5
2617 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2624 test "$2" = conftest.
file
2630 as_fn_error $?
"newly created file is older than distributed files!
2631 Check your system clock" "$LINENO" 5
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2634 $as_echo "yes" >&6; }
2635 # If we didn't sleep, we still need to ensure time stamps of config.status and
2636 # generated files are strictly newer.
2638 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2645 test "$program_prefix" != NONE
&&
2646 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2647 # Use a double $ so make ignores it.
2648 test "$program_suffix" != NONE
&&
2649 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2650 # Double any \ or $.
2651 # By default was `s,x,x', remove it if useless.
2652 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2653 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2655 # Expand $ac_aux_dir to an absolute path.
2656 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2658 if test x
"${MISSING+set}" != xset
; then
2661 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2663 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2666 # Use eval to expand $SHELL
2667 if eval "$MISSING --is-lightweight"; then
2668 am_missing_run
="$MISSING "
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2672 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2675 if test x
"${install_sh+set}" != xset
; then
2678 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2680 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2684 # Installed binaries are usually stripped using 'strip' when the user
2685 # run "make install-strip". However 'strip' might not be the right
2686 # tool to use in cross-compilation environments, therefore Automake
2687 # will honor the 'STRIP' environment variable to overrule this program.
2688 if test "$cross_compiling" != no
; then
2689 if test -n "$ac_tool_prefix"; then
2690 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2691 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2693 $as_echo_n "checking for $ac_word... " >&6; }
2694 if ${ac_cv_prog_STRIP+:} false
; then :
2695 $as_echo_n "(cached) " >&6
2697 if test -n "$STRIP"; then
2698 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2700 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2704 test -z "$as_dir" && as_dir
=.
2705 for ac_exec_ext
in '' $ac_executable_extensions; do
2706 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2707 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2717 STRIP
=$ac_cv_prog_STRIP
2718 if test -n "$STRIP"; then
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2720 $as_echo "$STRIP" >&6; }
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2723 $as_echo "no" >&6; }
2728 if test -z "$ac_cv_prog_STRIP"; then
2730 # Extract the first word of "strip", so it can be a program name with args.
2731 set dummy strip
; ac_word
=$2
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2733 $as_echo_n "checking for $ac_word... " >&6; }
2734 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2735 $as_echo_n "(cached) " >&6
2737 if test -n "$ac_ct_STRIP"; then
2738 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2744 test -z "$as_dir" && as_dir
=.
2745 for ac_exec_ext
in '' $ac_executable_extensions; do
2746 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2747 ac_cv_prog_ac_ct_STRIP
="strip"
2748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2757 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2758 if test -n "$ac_ct_STRIP"; then
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2760 $as_echo "$ac_ct_STRIP" >&6; }
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2763 $as_echo "no" >&6; }
2766 if test "x$ac_ct_STRIP" = x
; then
2769 case $cross_compiling:$ac_tool_warned in
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2772 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2773 ac_tool_warned
=yes ;;
2778 STRIP
="$ac_cv_prog_STRIP"
2782 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2785 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2786 if test -z "$MKDIR_P"; then
2787 if ${ac_cv_path_mkdir+:} false
; then :
2788 $as_echo_n "(cached) " >&6
2790 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2791 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2794 test -z "$as_dir" && as_dir
=.
2795 for ac_prog
in mkdir gmkdir
; do
2796 for ac_exec_ext
in '' $ac_executable_extensions; do
2797 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2798 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2799 'mkdir (GNU coreutils) '* | \
2800 'mkdir (coreutils) '* | \
2801 'mkdir (fileutils) '4.1*)
2802 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2812 test -d .
/--version && rmdir .
/--version
2813 if test "${ac_cv_path_mkdir+set}" = set; then
2814 MKDIR_P
="$ac_cv_path_mkdir -p"
2816 # As a last resort, use the slow shell script. Don't cache a
2817 # value for MKDIR_P within a source directory, because that will
2818 # break other packages using the cache if that directory is
2819 # removed, or if the value is a relative name.
2820 MKDIR_P
="$ac_install_sh -d"
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2824 $as_echo "$MKDIR_P" >&6; }
2826 for ac_prog
in gawk mawk nawk
awk
2828 # Extract the first word of "$ac_prog", so it can be a program name with args.
2829 set dummy
$ac_prog; ac_word
=$2
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2831 $as_echo_n "checking for $ac_word... " >&6; }
2832 if ${ac_cv_prog_AWK+:} false
; then :
2833 $as_echo_n "(cached) " >&6
2835 if test -n "$AWK"; then
2836 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2842 test -z "$as_dir" && as_dir
=.
2843 for ac_exec_ext
in '' $ac_executable_extensions; do
2844 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2845 ac_cv_prog_AWK
="$ac_prog"
2846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2856 if test -n "$AWK"; then
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2858 $as_echo "$AWK" >&6; }
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2861 $as_echo "no" >&6; }
2865 test -n "$AWK" && break
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2869 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2871 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2872 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2873 $as_echo_n "(cached) " >&6
2875 cat >conftest.
make <<\_ACEOF
2878 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2880 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2881 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2883 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2885 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2889 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2891 $as_echo "yes" >&6; }
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2895 $as_echo "no" >&6; }
2896 SET_MAKE
="MAKE=${MAKE-make}"
2899 rm -rf .tst
2>/dev
/null
2900 mkdir .tst
2>/dev
/null
2901 if test -d .tst
; then
2906 rmdir .tst
2>/dev
/null
2908 # Check whether --enable-silent-rules was given.
2909 if test "${enable_silent_rules+set}" = set; then :
2910 enableval
=$enable_silent_rules;
2913 case $enable_silent_rules in # (((
2914 yes) AM_DEFAULT_VERBOSITY
=0;;
2915 no
) AM_DEFAULT_VERBOSITY
=1;;
2916 *) AM_DEFAULT_VERBOSITY
=1;;
2918 am_make
=${MAKE-make}
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2920 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2921 if ${am_cv_make_support_nested_variables+:} false
; then :
2922 $as_echo_n "(cached) " >&6
2924 if $as_echo 'TRUE=$(BAR$(V))
2930 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
2931 am_cv_make_support_nested_variables
=yes
2933 am_cv_make_support_nested_variables
=no
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2937 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2938 if test $am_cv_make_support_nested_variables = yes; then
2940 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
2942 AM_V
=$AM_DEFAULT_VERBOSITY
2943 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
2947 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2948 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2949 # is not polluted with repeated "-I."
2950 am__isrc
=' -I$(srcdir)'
2951 # test to see if srcdir already configured
2952 if test -f $srcdir/config.status
; then
2953 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2957 # test whether we have cygpath
2958 if test -z "$CYGPATH_W"; then
2959 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2960 CYGPATH_W
='cygpath -w'
2967 # Define the identity of the package.
2972 cat >>confdefs.h
<<_ACEOF
2973 #define PACKAGE "$PACKAGE"
2977 cat >>confdefs.h
<<_ACEOF
2978 #define VERSION "$VERSION"
2981 # Some tools Automake needs.
2983 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2986 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2989 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2992 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2995 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2997 # For better backward compatibility. To be removed once Automake 1.9.x
2998 # dies out for good. For more background, see:
2999 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3000 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3001 mkdir_p
='$(MKDIR_P)'
3003 # We need awk for the "check" target (and possibly the TAP driver). The
3004 # system "awk" is bad on some platforms.
3005 # Always define AMTAR for backward compatibility. Yes, it's still used
3006 # in the wild :-( We should find a proper way to deprecate it ...
3010 # We'll loop over all known methods to create a tar archive until one works.
3011 _am_tools
='gnutar pax cpio none'
3013 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3020 # POSIX will say in a future version that running "rm -f" with no argument
3021 # is OK; and we want to be able to make that assumption in our Makefile
3022 # recipes. So use an aggressive probe to check that the usage we want is
3023 # actually supported "in the wild" to an acceptable degree.
3024 # See automake bug#10828.
3025 # To make any issue more visible, cause the running configure to be aborted
3026 # by default if the 'rm' program in use doesn't match our expectations; the
3027 # user can still override this though.
3028 if rm -f && rm -fr && rm -rf; then : OK
; else
3032 Your 'rm' program seems unable to run without file operands specified
3033 on the command line, even when the '-f' option is present. This is contrary
3034 to the behaviour of most rm programs out there, and not conforming with
3035 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3037 Please tell bug-automake@gnu.org about your system, including the value
3038 of your $PATH and any error possibly output before this message. This
3039 can help us improve future automake versions.
3042 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3043 echo 'Configuration will proceed anyway, since you have set the' >&2
3044 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3048 Aborting the configuration process, to ensure you take notice of the issue.
3050 You can download and install GNU coreutils to get an 'rm' implementation
3051 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3053 If you want to complete the configuration process using your problematic
3054 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3055 to "yes", and re-run configure.
3058 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3062 # Check whether --enable-silent-rules was given.
3063 if test "${enable_silent_rules+set}" = set; then :
3064 enableval
=$enable_silent_rules;
3067 case $enable_silent_rules in # (((
3068 yes) AM_DEFAULT_VERBOSITY
=0;;
3069 no
) AM_DEFAULT_VERBOSITY
=1;;
3070 *) AM_DEFAULT_VERBOSITY
=0;;
3072 am_make
=${MAKE-make}
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3074 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3075 if ${am_cv_make_support_nested_variables+:} false
; then :
3076 $as_echo_n "(cached) " >&6
3078 if $as_echo 'TRUE=$(BAR$(V))
3084 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3085 am_cv_make_support_nested_variables
=yes
3087 am_cv_make_support_nested_variables
=no
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3091 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3092 if test $am_cv_make_support_nested_variables = yes; then
3094 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3096 AM_V
=$AM_DEFAULT_VERBOSITY
3097 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3103 ac_cpp='$CPP $CPPFLAGS'
3104 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3105 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3106 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3107 if test -n "$ac_tool_prefix"; then
3108 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3109 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3111 $as_echo_n "checking for $ac_word... " >&6; }
3112 if ${ac_cv_prog_CC+:} false; then :
3113 $as_echo_n "(cached) " >&6
3115 if test -n "$CC"; then
3116 ac_cv_prog_CC="$CC" # Let the user override the test.
3118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3122 test -z "$as_dir" && as_dir=.
3123 for ac_exec_ext in '' $ac_executable_extensions; do
3124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3125 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3136 if test -n "$CC"; then
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3138 $as_echo "$CC" >&6; }
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3141 $as_echo "no" >&6; }
3146 if test -z "$ac_cv_prog_CC"; then
3148 # Extract the first word of "gcc", so it can be a program name with args.
3149 set dummy gcc; ac_word=$2
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3151 $as_echo_n "checking for $ac_word... " >&6; }
3152 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3153 $as_echo_n "(cached) " >&6
3155 if test -n "$ac_ct_CC"; then
3156 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3162 test -z "$as_dir" && as_dir=.
3163 for ac_exec_ext in '' $ac_executable_extensions; do
3164 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3165 ac_cv_prog_ac_ct_CC="gcc"
3166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3175 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3176 if test -n "$ac_ct_CC"; then
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3178 $as_echo "$ac_ct_CC" >&6; }
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3181 $as_echo "no" >&6; }
3184 if test "x$ac_ct_CC" = x; then
3187 case $cross_compiling:$ac_tool_warned in
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3190 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3191 ac_tool_warned=yes ;;
3199 if test -z "$CC"; then
3200 if test -n "$ac_tool_prefix"; then
3201 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3202 set dummy ${ac_tool_prefix}cc; ac_word=$2
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3204 $as_echo_n "checking for $ac_word... " >&6; }
3205 if ${ac_cv_prog_CC+:} false; then :
3206 $as_echo_n "(cached) " >&6
3208 if test -n "$CC"; then
3209 ac_cv_prog_CC="$CC" # Let the user override the test.
3211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3215 test -z "$as_dir" && as_dir=.
3216 for ac_exec_ext in '' $ac_executable_extensions; do
3217 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3218 ac_cv_prog_CC="${ac_tool_prefix}cc"
3219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3229 if test -n "$CC"; then
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3231 $as_echo "$CC" >&6; }
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3234 $as_echo "no" >&6; }
3240 if test -z "$CC"; then
3241 # Extract the first word of "cc", so it can be a program name with args.
3242 set dummy cc; ac_word=$2
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3244 $as_echo_n "checking for $ac_word... " >&6; }
3245 if ${ac_cv_prog_CC+:} false; then :
3246 $as_echo_n "(cached) " >&6
3248 if test -n "$CC"; then
3249 ac_cv_prog_CC="$CC" # Let the user override the test.
3252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3256 test -z "$as_dir" && as_dir=.
3257 for ac_exec_ext in '' $ac_executable_extensions; do
3258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3259 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3260 ac_prog_rejected=yes
3264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3271 if test $ac_prog_rejected = yes; then
3272 # We found a bogon in the path, so make sure we never use it.
3273 set dummy $ac_cv_prog_CC
3275 if test $# != 0; then
3276 # We chose a different compiler from the bogus one.
3277 # However, it has the same basename, so the bogon will be chosen
3278 # first if we set CC to just the basename; use the full file name.
3280 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3286 if test -n "$CC"; then
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3288 $as_echo "$CC" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3291 $as_echo "no" >&6; }
3296 if test -z "$CC"; then
3297 if test -n "$ac_tool_prefix"; then
3298 for ac_prog in cl.exe
3300 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3301 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3303 $as_echo_n "checking for $ac_word... " >&6; }
3304 if ${ac_cv_prog_CC+:} false; then :
3305 $as_echo_n "(cached) " >&6
3307 if test -n "$CC"; then
3308 ac_cv_prog_CC="$CC" # Let the user override the test.
3310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3314 test -z "$as_dir" && as_dir=.
3315 for ac_exec_ext in '' $ac_executable_extensions; do
3316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3317 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3328 if test -n "$CC"; then
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3330 $as_echo "$CC" >&6; }
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3333 $as_echo "no" >&6; }
3337 test -n "$CC" && break
3340 if test -z "$CC"; then
3342 for ac_prog in cl.exe
3344 # Extract the first word of "$ac_prog", so it can be a program name with args.
3345 set dummy $ac_prog; ac_word=$2
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3347 $as_echo_n "checking for $ac_word... " >&6; }
3348 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3349 $as_echo_n "(cached) " >&6
3351 if test -n "$ac_ct_CC"; then
3352 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3358 test -z "$as_dir" && as_dir=.
3359 for ac_exec_ext in '' $ac_executable_extensions; do
3360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3361 ac_cv_prog_ac_ct_CC="$ac_prog"
3362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3371 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3372 if test -n "$ac_ct_CC"; then
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3374 $as_echo "$ac_ct_CC" >&6; }
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3377 $as_echo "no" >&6; }
3381 test -n "$ac_ct_CC" && break
3384 if test "x$ac_ct_CC" = x; then
3387 case $cross_compiling:$ac_tool_warned in
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3390 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3391 ac_tool_warned=yes ;;
3400 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3401 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3402 as_fn_error $? "no acceptable C compiler found in \$PATH
3403 See \`config.log
' for more details" "$LINENO" 5; }
3405 # Provide some information about the compiler.
3406 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3409 for ac_option in --version -v -V -qversion; do
3410 { { ac_try="$ac_compiler $ac_option >&5"
3412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3413 *) ac_try_echo=$ac_try;;
3415 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3416 $as_echo "$ac_try_echo"; } >&5
3417 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3419 if test -s conftest.err; then
3421 ... rest of stderr output deleted ...
3422 10q
' conftest.err >conftest.er1
3423 cat conftest.er1 >&5
3425 rm -f conftest.er1 conftest.err
3426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3427 test $ac_status = 0; }
3430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3431 /* end confdefs.h. */
3441 ac_clean_files_save=$ac_clean_files
3442 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3443 # Try to create an executable without -o first, disregard a.out.
3444 # It will help us diagnose broken compilers, and finding out an intuition
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3447 $as_echo_n "checking whether the C compiler works... " >&6; }
3448 ac_link_default=`$as_echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
3450 # The possible output files:
3451 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3454 for ac_file in $ac_files
3457 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3458 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3463 if { { ac_try="$ac_link_default"
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3468 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3469 $as_echo "$ac_try_echo"; } >&5
3470 (eval "$ac_link_default") 2>&5
3472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3473 test $ac_status = 0; }; then :
3474 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3475 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3476 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3477 # so that the user can short-circuit this test for compilers unknown to
3479 for ac_file
in $ac_files ''
3481 test -f "$ac_file" ||
continue
3483 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3486 # We found the default executable, but exeext='' is most
3490 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3492 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3494 # We set ac_cv_exeext here because the later test for it is not
3495 # safe: cross compilers may not add the suffix if given an `-o'
3496 # argument, so we may need to know it at that point already.
3497 # Even if this section looks crufty: it has the advantage of
3504 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3509 if test -z "$ac_file"; then :
3510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3511 $as_echo "no" >&6; }
3512 $as_echo "$as_me: failed program was:" >&5
3513 sed 's/^/| /' conftest.
$ac_ext >&5
3515 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3516 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3517 as_fn_error
77 "C compiler cannot create executables
3518 See \`config.log' for more details" "$LINENO" 5; }
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3521 $as_echo "yes" >&6; }
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3524 $as_echo_n "checking for C compiler default output file name... " >&6; }
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3526 $as_echo "$ac_file" >&6; }
3527 ac_exeext
=$ac_cv_exeext
3529 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3530 ac_clean_files
=$ac_clean_files_save
3531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3532 $as_echo_n "checking for suffix of executables... " >&6; }
3533 if { { ac_try
="$ac_link"
3535 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3536 *) ac_try_echo=$ac_try;;
3538 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3539 $as_echo "$ac_try_echo"; } >&5
3540 (eval "$ac_link") 2>&5
3542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3543 test $ac_status = 0; }; then :
3544 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3545 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3546 # work properly (i.e., refer to `conftest.exe'), while it won't with
3548 for ac_file
in conftest.exe conftest conftest.
*; do
3549 test -f "$ac_file" ||
continue
3551 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3552 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3560 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3561 See \`config.log' for more details" "$LINENO" 5; }
3563 rm -f conftest conftest
$ac_cv_exeext
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3565 $as_echo "$ac_cv_exeext" >&6; }
3567 rm -f conftest.
$ac_ext
3568 EXEEXT
=$ac_cv_exeext
3570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3571 /* end confdefs.h. */
3576 FILE *f = fopen ("conftest.out", "w");
3577 return ferror (f) || fclose (f) != 0;
3583 ac_clean_files
="$ac_clean_files conftest.out"
3584 # Check that the compiler produces executables we can run. If not, either
3585 # the compiler is broken, or we cross compile.
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3587 $as_echo_n "checking whether we are cross compiling... " >&6; }
3588 if test "$cross_compiling" != yes; then
3589 { { ac_try
="$ac_link"
3591 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3592 *) ac_try_echo=$ac_try;;
3594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3595 $as_echo "$ac_try_echo"; } >&5
3596 (eval "$ac_link") 2>&5
3598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3599 test $ac_status = 0; }
3600 if { ac_try='./conftest$ac_cv_exeext'
3601 { { case "(($ac_try" in
3602 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3603 *) ac_try_echo
=$ac_try;;
3605 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3606 $as_echo "$ac_try_echo"; } >&5
3607 (eval "$ac_try") 2>&5
3609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3610 test $ac_status = 0; }; }; then
3613 if test "$cross_compiling" = maybe
; then
3616 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3617 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3618 as_fn_error $?
"cannot run C compiled programs.
3619 If you meant to cross compile, use \`--host'.
3620 See \`config.log' for more details" "$LINENO" 5; }
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3625 $as_echo "$cross_compiling" >&6; }
3627 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3628 ac_clean_files
=$ac_clean_files_save
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3630 $as_echo_n "checking for suffix of object files... " >&6; }
3631 if ${ac_cv_objext+:} false
; then :
3632 $as_echo_n "(cached) " >&6
3634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3635 /* end confdefs.h. */
3645 rm -f conftest.o conftest.obj
3646 if { { ac_try
="$ac_compile"
3648 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3649 *) ac_try_echo=$ac_try;;
3651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3652 $as_echo "$ac_try_echo"; } >&5
3653 (eval "$ac_compile") 2>&5
3655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3656 test $ac_status = 0; }; then :
3657 for ac_file in conftest.o conftest.obj conftest.*; do
3658 test -f "$ac_file" || continue;
3660 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3661 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3666 $as_echo "$as_me: failed program was:" >&5
3667 sed 's/^/| /' conftest.$ac_ext >&5
3669 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3670 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3671 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3672 See \
`config.log' for more details" "$LINENO" 5; }
3674 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3677 $as_echo "$ac_cv_objext" >&6; }
3678 OBJEXT=$ac_cv_objext
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3681 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3682 if ${ac_cv_c_compiler_gnu+:} false; then :
3683 $as_echo_n "(cached) " >&6
3685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3686 /* end confdefs.h. */
3699 if ac_fn_c_try_compile "$LINENO"; then :
3704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3705 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3709 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3710 if test $ac_compiler_gnu = yes; then
3715 ac_test_CFLAGS=${CFLAGS+set}
3716 ac_save_CFLAGS=$CFLAGS
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3718 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3719 if ${ac_cv_prog_cc_g+:} false; then :
3720 $as_echo_n "(cached) " >&6
3722 ac_save_c_werror_flag=$ac_c_werror_flag
3723 ac_c_werror_flag=yes
3726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3727 /* end confdefs.h. */
3737 if ac_fn_c_try_compile "$LINENO"; then :
3741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3742 /* end confdefs.h. */
3752 if ac_fn_c_try_compile "$LINENO"; then :
3755 ac_c_werror_flag=$ac_save_c_werror_flag
3757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3758 /* end confdefs.h. */
3768 if ac_fn_c_try_compile "$LINENO"; then :
3771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3776 ac_c_werror_flag=$ac_save_c_werror_flag
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3779 $as_echo "$ac_cv_prog_cc_g" >&6; }
3780 if test "$ac_test_CFLAGS" = set; then
3781 CFLAGS=$ac_save_CFLAGS
3782 elif test $ac_cv_prog_cc_g = yes; then
3783 if test "$GCC" = yes; then
3789 if test "$GCC" = yes; then
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3796 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3797 if ${ac_cv_prog_cc_c89+:} false; then :
3798 $as_echo_n "(cached) " >&6
3800 ac_cv_prog_cc_c89=no
3802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3803 /* end confdefs.h. */
3807 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3808 struct buf { int x; };
3809 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3810 static char *e (p, i)
3816 static char *f (char * (*g) (char **, int), char **p, ...)
3821 s = g (p, va_arg (v,int));
3826 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3827 function prototypes and stuff, but not '\xHH' hex character constants.
3828 These don't provoke an error unfortunately, instead are silently treated
3829 as 'x'. The following induces an error, until -std is added to get
3830 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3831 array size at least. It's necessary to write '\x00'==0 to get something
3832 that's true only with -std. */
3833 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3835 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3836 inside strings and character constants. */
3838 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3840 int test (int i, double x);
3841 struct s1 {int (*f) (int a);};
3842 struct s2 {int (*f) (double a);};
3843 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3849 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3854 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3855 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3857 CC="$ac_save_CC $ac_arg"
3858 if ac_fn_c_try_compile "$LINENO"; then :
3859 ac_cv_prog_cc_c89=$ac_arg
3861 rm -f core conftest.err conftest.$ac_objext
3862 test "x$ac_cv_prog_cc_c89" != "xno" && break
3864 rm -f conftest.$ac_ext
3869 case "x$ac_cv_prog_cc_c89" in
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3872 $as_echo "none needed" >&6; } ;;
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3875 $as_echo "unsupported" >&6; } ;;
3877 CC="$CC $ac_cv_prog_cc_c89"
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3879 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3881 if test "x$ac_cv_prog_cc_c89" != xno; then :
3886 ac_cpp='$CPP $CPPFLAGS'
3887 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3888 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3889 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3892 ac_cpp='$CPP $CPPFLAGS'
3893 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3894 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3895 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3897 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3898 if ${am_cv_prog_cc_c_o+:} false; then :
3899 $as_echo_n "(cached) " >&6
3901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3902 /* end confdefs.h. */
3912 # Make sure it works both with $CC and with simple cc.
3913 # Following AC_PROG_CC_C_O, we do the test twice because some
3914 # compilers refuse to overwrite an existing .o file with -o,
3915 # though they will create one.
3916 am_cv_prog_cc_c_o=yes
3918 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3919 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); } \
3923 && test -f conftest2.$ac_objext; then
3926 am_cv_prog_cc_c_o=no
3930 rm -f core conftest*
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3934 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3935 if test "$am_cv_prog_cc_c_o" != yes; then
3936 # Losing compiler, so override with the script.
3937 # FIXME: It is wrong to rewrite CC.
3938 # But if we don't then we get into trouble of one sort or another.
3939 # A longer-term fix would be to have automake use am__CC in this case,
3940 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3941 CC="$am_aux_dir/compile $CC"
3944 ac_cpp='$CPP $CPPFLAGS'
3945 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3946 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3947 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 DEPDIR="${am__leading_dot}deps"
3951 ac_config_commands="$ac_config_commands depfiles"
3954 am_make=${MAKE-make}
3955 cat > confinc << 'END'
3957 @echo this is the am__doit target
3960 # If we don't find an include directive, just comment out the code.
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3962 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3966 # First try GNU make style include.
3967 echo "include confinc" > confmf
3968 # Ignore all kinds of additional output from 'make'.
3969 case `$am_make -s -f confmf
2> /dev
/null
` in #(
3970 *the\ am__doit\ target*)
3976 # Now try BSD make style include.
3977 if test "$am__include" = "#"; then
3978 echo '.include "confinc"' > confmf
3979 case `$am_make -s -f confmf
2> /dev
/null
` in #(
3980 *the\ am__doit\ target*)
3981 am__include=.include
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3990 $as_echo "$_am_result" >&6; }
3991 rm -f confinc confmf
3993 # Check whether --enable-dependency-tracking was given.
3994 if test "${enable_dependency_tracking+set}" = set; then :
3995 enableval=$enable_dependency_tracking;
3998 if test "x$enable_dependency_tracking" != xno; then
3999 am_depcomp="$ac_aux_dir/depcomp"
4003 if test "x$enable_dependency_tracking" != xno; then
4013 depcc="$CC" am_compiler_list=
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4016 $as_echo_n "checking dependency style of $depcc... " >&6; }
4017 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4018 $as_echo_n "(cached) " >&6
4020 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4021 # We make a subdir and do the tests there. Otherwise we can end up
4022 # making bogus files that we don't know about and never remove. For
4023 # instance it was reported that on HP-UX the gcc test will end up
4024 # making a dummy file named 'D' -- because '-MD' means "put the output
4028 # Copy depcomp to subdir because otherwise we won't find it if we're
4029 # using a relative directory.
4030 cp "$am_depcomp" conftest.dir
4032 # We will build objects and dependencies in a subdirectory because
4033 # it helps to detect inapplicable dependency modes. For instance
4034 # both Tru64's cc and ICC support -MD to output dependencies as a
4035 # side effect of compilation, but ICC will put the dependencies in
4036 # the current directory while Tru64 will put them in the object
4040 am_cv_CC_dependencies_compiler_type=none
4041 if test "$am_compiler_list" = ""; then
4042 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4045 case " $depcc " in #(
4046 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4049 for depmode in $am_compiler_list; do
4050 # Setup a source with many dependencies, because some compilers
4051 # like to wrap large dependency lists on column 80 (with \), and
4052 # we should not choose a depcomp mode which is confused by this.
4054 # We need to recreate these files for each test, as the compiler may
4055 # overwrite some of them when testing with obscure command lines.
4056 # This happens at least with the AIX C compiler.
4058 for i in 1 2 3 4 5 6; do
4059 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4060 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4061 # Solaris 10 /bin/sh.
4062 echo '/* dummy */' > sub/conftst$i.h
4064 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4066 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4067 # mode. It turns out that the SunPro C++ compiler does not properly
4068 # handle '-M -o', and we need to detect this. Also, some Intel
4069 # versions had trouble with output in subdirs.
4070 am__obj=sub/conftest.${OBJEXT-o}
4071 am__minus_obj="-o $am__obj"
4074 # This depmode causes a compiler race in universal mode.
4075 test "$am__universal" = false || continue
4078 # After this tag, mechanisms are not by side-effect, so they'll
4079 # only be used when explicitly requested.
4080 if test "x$enable_dependency_tracking" = xyes; then
4086 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4087 # This compiler won't grok '-c -o', but also, the minuso test has
4088 # not run yet. These depmodes are late enough in the game, and
4089 # so weak that their functioning should not be impacted.
4090 am__obj=conftest.${OBJEXT-o}
4095 if depmode=$depmode \
4096 source=sub/conftest.c object=$am__obj \
4097 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4098 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4099 >/dev/null 2>conftest.err &&
4100 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4101 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4102 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4103 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4104 # icc doesn't choke on unknown options, it will just issue warnings
4105 # or remarks (even with -Werror). So we grep stderr for any message
4106 # that says an option was ignored or not supported.
4107 # When given -MP, icc 7.0 and 7.1 complain thusly:
4108 # icc: Command line warning: ignoring option '-M'; no argument required
4109 # The diagnosis changed in icc 8.0:
4110 # icc: Command line remark: option '-MP' not supported
4111 if (grep 'ignoring option' conftest.err ||
4112 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4113 am_cv_CC_dependencies_compiler_type=$depmode
4122 am_cv_CC_dependencies_compiler_type=none
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4127 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4128 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4131 test "x$enable_dependency_tracking" != xno \
4132 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4134 am__fastdepCC_FALSE='#'
4136 am__fastdepCC_TRUE='#'
4137 am__fastdepCC_FALSE=
4143 ac_cpp='$CPP $CPPFLAGS'
4144 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4145 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4146 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4148 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4149 # On Suns, sometimes $CPP names a directory.
4150 if test -n "$CPP" && test -d "$CPP"; then
4153 if test -z "$CPP"; then
4154 if ${ac_cv_prog_CPP+:} false; then :
4155 $as_echo_n "(cached) " >&6
4157 # Double quotes because CPP needs to be expanded
4158 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4161 for ac_c_preproc_warn_flag in '' yes
4163 # Use a header file that comes with gcc, so configuring glibc
4164 # with a fresh cross-compiler works.
4165 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4166 # <limits.h> exists even on freestanding compilers.
4167 # On the NeXT, cc -E runs the code through the compiler's parser,
4168 # not just through cpp. "Syntax error" is here to catch this case.
4169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4170 /* end confdefs.h. */
4172 # include <limits.h>
4174 # include <assert.h>
4178 if ac_fn_c_try_cpp "$LINENO"; then :
4181 # Broken: fails on valid input.
4184 rm -f conftest.err conftest.i conftest.$ac_ext
4186 # OK, works on sane cases. Now check whether nonexistent headers
4187 # can be detected and how.
4188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4189 /* end confdefs.h. */
4190 #include <ac_nonexistent.h>
4192 if ac_fn_c_try_cpp "$LINENO"; then :
4193 # Broken: success on invalid input.
4196 # Passes both tests.
4200 rm -f conftest.err conftest.i conftest.$ac_ext
4203 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4204 rm -f conftest.i conftest.err conftest.
$ac_ext
4205 if $ac_preproc_ok; then :
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4218 $as_echo "$CPP" >&6; }
4220 for ac_c_preproc_warn_flag
in '' yes
4222 # Use a header file that comes with gcc, so configuring glibc
4223 # with a fresh cross-compiler works.
4224 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4225 # <limits.h> exists even on freestanding compilers.
4226 # On the NeXT, cc -E runs the code through the compiler's parser,
4227 # not just through cpp. "Syntax error" is here to catch this case.
4228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4229 /* end confdefs.h. */
4231 # include <limits.h>
4233 # include <assert.h>
4237 if ac_fn_c_try_cpp
"$LINENO"; then :
4240 # Broken: fails on valid input.
4243 rm -f conftest.err conftest.i conftest.
$ac_ext
4245 # OK, works on sane cases. Now check whether nonexistent headers
4246 # can be detected and how.
4247 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4248 /* end confdefs.h. */
4249 #include <ac_nonexistent.h>
4251 if ac_fn_c_try_cpp
"$LINENO"; then :
4252 # Broken: success on invalid input.
4255 # Passes both tests.
4259 rm -f conftest.err conftest.i conftest.
$ac_ext
4262 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4263 rm -f conftest.i conftest.err conftest.
$ac_ext
4264 if $ac_preproc_ok; then :
4267 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4268 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4269 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4270 See \`config.log' for more details" "$LINENO" 5; }
4274 ac_cpp
='$CPP $CPPFLAGS'
4275 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4276 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4277 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4281 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4282 if ${ac_cv_path_GREP+:} false
; then :
4283 $as_echo_n "(cached) " >&6
4285 if test -z "$GREP"; then
4286 ac_path_GREP_found
=false
4287 # Loop through the user's path and test for each of PROGNAME-LIST
4288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4289 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4292 test -z "$as_dir" && as_dir
=.
4293 for ac_prog
in grep ggrep
; do
4294 for ac_exec_ext
in '' $ac_executable_extensions; do
4295 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4296 as_fn_executable_p
"$ac_path_GREP" ||
continue
4297 # Check for GNU ac_path_GREP and select it if it is found.
4298 # Check for GNU $ac_path_GREP
4299 case `"$ac_path_GREP" --version 2>&1` in
4301 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4304 $as_echo_n 0123456789 >"conftest.in"
4307 cat "conftest.in" "conftest.in" >"conftest.tmp"
4308 mv "conftest.tmp" "conftest.in"
4309 cp "conftest.in" "conftest.nl"
4310 $as_echo 'GREP' >> "conftest.nl"
4311 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4312 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4313 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4314 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4315 # Best one so far, save it but keep looking for a better one
4316 ac_cv_path_GREP
="$ac_path_GREP"
4317 ac_path_GREP_max
=$ac_count
4319 # 10*(2^10) chars as input seems more than enough
4320 test $ac_count -gt 10 && break
4322 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4325 $ac_path_GREP_found && break 3
4330 if test -z "$ac_cv_path_GREP"; then
4331 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4334 ac_cv_path_GREP
=$GREP
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4339 $as_echo "$ac_cv_path_GREP" >&6; }
4340 GREP
="$ac_cv_path_GREP"
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4344 $as_echo_n "checking for egrep... " >&6; }
4345 if ${ac_cv_path_EGREP+:} false
; then :
4346 $as_echo_n "(cached) " >&6
4348 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4349 then ac_cv_path_EGREP
="$GREP -E"
4351 if test -z "$EGREP"; then
4352 ac_path_EGREP_found
=false
4353 # Loop through the user's path and test for each of PROGNAME-LIST
4354 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4355 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4358 test -z "$as_dir" && as_dir
=.
4359 for ac_prog
in egrep; do
4360 for ac_exec_ext
in '' $ac_executable_extensions; do
4361 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4362 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4363 # Check for GNU ac_path_EGREP and select it if it is found.
4364 # Check for GNU $ac_path_EGREP
4365 case `"$ac_path_EGREP" --version 2>&1` in
4367 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4370 $as_echo_n 0123456789 >"conftest.in"
4373 cat "conftest.in" "conftest.in" >"conftest.tmp"
4374 mv "conftest.tmp" "conftest.in"
4375 cp "conftest.in" "conftest.nl"
4376 $as_echo 'EGREP' >> "conftest.nl"
4377 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4378 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4379 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4380 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4381 # Best one so far, save it but keep looking for a better one
4382 ac_cv_path_EGREP
="$ac_path_EGREP"
4383 ac_path_EGREP_max
=$ac_count
4385 # 10*(2^10) chars as input seems more than enough
4386 test $ac_count -gt 10 && break
4388 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4391 $ac_path_EGREP_found && break 3
4396 if test -z "$ac_cv_path_EGREP"; then
4397 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4400 ac_cv_path_EGREP
=$EGREP
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4406 $as_echo "$ac_cv_path_EGREP" >&6; }
4407 EGREP
="$ac_cv_path_EGREP"
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4411 $as_echo_n "checking for ANSI C header files... " >&6; }
4412 if ${ac_cv_header_stdc+:} false
; then :
4413 $as_echo_n "(cached) " >&6
4415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4416 /* end confdefs.h. */
4430 if ac_fn_c_try_compile
"$LINENO"; then :
4431 ac_cv_header_stdc
=yes
4433 ac_cv_header_stdc
=no
4435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4437 if test $ac_cv_header_stdc = yes; then
4438 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4440 /* end confdefs.h. */
4444 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4445 $EGREP "memchr" >/dev
/null
2>&1; then :
4448 ac_cv_header_stdc
=no
4454 if test $ac_cv_header_stdc = yes; then
4455 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4457 /* end confdefs.h. */
4461 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4462 $EGREP "free" >/dev
/null
2>&1; then :
4465 ac_cv_header_stdc
=no
4471 if test $ac_cv_header_stdc = yes; then
4472 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4473 if test "$cross_compiling" = yes; then :
4476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4477 /* end confdefs.h. */
4480 #if ((' ' & 0x0FF) == 0x020)
4481 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4482 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4484 # define ISLOWER(c) \
4485 (('a' <= (c) && (c) <= 'i') \
4486 || ('j' <= (c) && (c) <= 'r') \
4487 || ('s' <= (c) && (c) <= 'z'))
4488 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4491 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4496 for (i = 0; i < 256; i++)
4497 if (XOR (islower (i), ISLOWER (i))
4498 || toupper (i) != TOUPPER (i))
4503 if ac_fn_c_try_run
"$LINENO"; then :
4506 ac_cv_header_stdc
=no
4508 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4509 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4515 $as_echo "$ac_cv_header_stdc" >&6; }
4516 if test $ac_cv_header_stdc = yes; then
4518 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4522 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4523 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4524 inttypes.h stdint.h unistd.h
4526 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4527 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4529 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4530 cat >>confdefs.h
<<_ACEOF
4531 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4540 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4541 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4548 if test "$MINIX" = yes; then
4550 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4553 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4556 $as_echo "#define _MINIX 1" >>confdefs.h
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4562 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4563 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4564 $as_echo_n "(cached) " >&6
4566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4567 /* end confdefs.h. */
4569 # define __EXTENSIONS__ 1
4570 $ac_includes_default
4579 if ac_fn_c_try_compile
"$LINENO"; then :
4580 ac_cv_safe_to_define___extensions__
=yes
4582 ac_cv_safe_to_define___extensions__
=no
4584 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4587 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4588 test $ac_cv_safe_to_define___extensions__ = yes &&
4589 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4591 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4593 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4595 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4597 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4606 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4611 macro_version
='2.2.7a'
4612 macro_revision
='1.3134'
4626 ltmain
="$ac_aux_dir/ltmain.sh"
4628 # Backslashify metacharacters that are still active within
4629 # double-quoted strings.
4630 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
4632 # Same as above, but do not quote variable references.
4633 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
4635 # Sed substitution to delay expansion of an escaped shell variable in a
4636 # double_quote_subst'ed string.
4637 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
4639 # Sed substitution to delay expansion of an escaped single quote.
4640 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
4642 # Sed substitution to avoid accidental globbing in evaled expressions
4643 no_glob_subst
='s/\*/\\\*/g'
4645 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4646 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4647 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4650 $as_echo_n "checking how to print strings... " >&6; }
4651 # Test print first, because it will be a builtin if present.
4652 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4653 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4655 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4658 # Use this function as a fallback that always works.
4659 func_fallback_echo ()
4661 eval 'cat <<_LTECHO_EOF
4665 ECHO='func_fallback_echo
'
4668 # func_echo_all arg...
4669 # Invoke $ECHO with all args, space-separated.
4676 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4677 $as_echo "printf" >&6; } ;;
4678 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4679 $as_echo "print -r" >&6; } ;;
4680 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4681 $as_echo "cat" >&6; } ;;
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4698 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4699 if ${ac_cv_path_SED+:} false; then :
4700 $as_echo_n "(cached) " >&6
4702 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4703 for ac_i in 1 2 3 4 5 6 7; do
4704 ac_script="$ac_script$as_nl$ac_script"
4706 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4707 { ac_script=; unset ac_script;}
4708 if test -z "$SED"; then
4709 ac_path_SED_found=false
4710 # Loop through the user's path and
test for each of PROGNAME-LIST
4711 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4715 test -z "$as_dir" && as_dir
=.
4716 for ac_prog
in sed gsed
; do
4717 for ac_exec_ext
in '' $ac_executable_extensions; do
4718 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
4719 as_fn_executable_p
"$ac_path_SED" ||
continue
4720 # Check for GNU ac_path_SED and select it if it is found.
4721 # Check for GNU $ac_path_SED
4722 case `"$ac_path_SED" --version 2>&1` in
4724 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
4727 $as_echo_n 0123456789 >"conftest.in"
4730 cat "conftest.in" "conftest.in" >"conftest.tmp"
4731 mv "conftest.tmp" "conftest.in"
4732 cp "conftest.in" "conftest.nl"
4733 $as_echo '' >> "conftest.nl"
4734 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4735 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4736 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4737 if test $ac_count -gt ${ac_path_SED_max-0}; then
4738 # Best one so far, save it but keep looking for a better one
4739 ac_cv_path_SED
="$ac_path_SED"
4740 ac_path_SED_max
=$ac_count
4742 # 10*(2^10) chars as input seems more than enough
4743 test $ac_count -gt 10 && break
4745 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4748 $ac_path_SED_found && break 3
4753 if test -z "$ac_cv_path_SED"; then
4754 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4762 $as_echo "$ac_cv_path_SED" >&6; }
4763 SED
="$ac_cv_path_SED"
4766 test -z "$SED" && SED
=sed
4767 Xsed
="$SED -e 1s/^X//"
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4780 $as_echo_n "checking for fgrep... " >&6; }
4781 if ${ac_cv_path_FGREP+:} false
; then :
4782 $as_echo_n "(cached) " >&6
4784 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
4785 then ac_cv_path_FGREP
="$GREP -F"
4787 if test -z "$FGREP"; then
4788 ac_path_FGREP_found
=false
4789 # Loop through the user's path and test for each of PROGNAME-LIST
4790 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4791 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4794 test -z "$as_dir" && as_dir
=.
4795 for ac_prog
in fgrep
; do
4796 for ac_exec_ext
in '' $ac_executable_extensions; do
4797 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
4798 as_fn_executable_p
"$ac_path_FGREP" ||
continue
4799 # Check for GNU ac_path_FGREP and select it if it is found.
4800 # Check for GNU $ac_path_FGREP
4801 case `"$ac_path_FGREP" --version 2>&1` in
4803 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
4806 $as_echo_n 0123456789 >"conftest.in"
4809 cat "conftest.in" "conftest.in" >"conftest.tmp"
4810 mv "conftest.tmp" "conftest.in"
4811 cp "conftest.in" "conftest.nl"
4812 $as_echo 'FGREP' >> "conftest.nl"
4813 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4814 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4815 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4816 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4817 # Best one so far, save it but keep looking for a better one
4818 ac_cv_path_FGREP
="$ac_path_FGREP"
4819 ac_path_FGREP_max
=$ac_count
4821 # 10*(2^10) chars as input seems more than enough
4822 test $ac_count -gt 10 && break
4824 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4827 $ac_path_FGREP_found && break 3
4832 if test -z "$ac_cv_path_FGREP"; then
4833 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4836 ac_cv_path_FGREP
=$FGREP
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4842 $as_echo "$ac_cv_path_FGREP" >&6; }
4843 FGREP
="$ac_cv_path_FGREP"
4846 test -z "$GREP" && GREP
=grep
4866 # Check whether --with-gnu-ld was given.
4867 if test "${with_gnu_ld+set}" = set; then :
4868 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
4874 if test "$GCC" = yes; then
4875 # Check if gcc -print-prog-name=ld gives a path.
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4877 $as_echo_n "checking for ld used by $CC... " >&6; }
4880 # gcc leaves a trailing carriage return which upsets mingw
4881 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4883 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4886 # Accept absolute paths.
4888 re_direlt
='/[^/][^/]*/\.\./'
4889 # Canonicalize the pathname of ld
4890 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4891 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4892 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4894 test -z "$LD" && LD
="$ac_prog"
4897 # If it fails, then pretend we aren't using GCC.
4901 # If it is relative, then search for the first ld in PATH.
4905 elif test "$with_gnu_ld" = yes; then
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4907 $as_echo_n "checking for GNU ld... " >&6; }
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4910 $as_echo_n "checking for non-GNU ld... " >&6; }
4912 if ${lt_cv_path_LD+:} false
; then :
4913 $as_echo_n "(cached) " >&6
4915 if test -z "$LD"; then
4916 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4917 for ac_dir
in $PATH; do
4919 test -z "$ac_dir" && ac_dir
=.
4920 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4921 lt_cv_path_LD
="$ac_dir/$ac_prog"
4922 # Check to see if the program is GNU ld. I'd rather use --version,
4923 # but apparently some variants of GNU ld only accept -v.
4924 # Break only if it was the GNU/non-GNU ld that we prefer.
4925 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4926 *GNU
* |
*'with BFD'*)
4927 test "$with_gnu_ld" != no
&& break
4930 test "$with_gnu_ld" != yes && break
4937 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4942 if test -n "$LD"; then
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4944 $as_echo "$LD" >&6; }
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4947 $as_echo "no" >&6; }
4949 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4951 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4952 if ${lt_cv_prog_gnu_ld+:} false
; then :
4953 $as_echo_n "(cached) " >&6
4955 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4956 case `$LD -v 2>&1 </dev/null` in
4957 *GNU
* |
*'with BFD'*)
4958 lt_cv_prog_gnu_ld
=yes
4961 lt_cv_prog_gnu_ld
=no
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4966 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4967 with_gnu_ld
=$lt_cv_prog_gnu_ld
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4978 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4979 if ${lt_cv_path_NM+:} false
; then :
4980 $as_echo_n "(cached) " >&6
4982 if test -n "$NM"; then
4983 # Let the user override the nm to test.
4984 lt_nm_to_check
="$NM"
4986 lt_nm_to_check
="${ac_tool_prefix}nm"
4987 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4988 lt_nm_to_check
="$lt_nm_to_check nm"
4991 for lt_tmp_nm
in "$lt_nm_to_check"; do
4992 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4993 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4995 test -z "$ac_dir" && ac_dir
=.
4996 # Strip out any user-provided options from the nm to test twice,
4997 # the first time to test to see if nm (rather than its options) has
4998 # an explicit path, the second time to yield a file which can be
5000 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5001 case "$tmp_nm_path" in
5002 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
5003 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
5005 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5006 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
5007 # Check to see if the nm accepts a BSD-compat flag.
5008 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5009 # nm: unknown option "B" ignored
5010 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5011 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
5015 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5017 lt_cv_path_NM
="$tmp_nm -p"
5021 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5022 continue # so that we can try to find one that supports BSD flags
5031 : ${lt_cv_path_NM=no}
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5034 $as_echo "$lt_cv_path_NM" >&6; }
5035 if test "$lt_cv_path_NM" != "no"; then
5038 # Didn't find any BSD compatible name lister, look for dumpbin.
5039 if test -n "$DUMPBIN"; then :
5040 # Let the user override the test.
5042 if test -n "$ac_tool_prefix"; then
5043 for ac_prog
in dumpbin
"link -dump"
5045 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5046 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048 $as_echo_n "checking for $ac_word... " >&6; }
5049 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5050 $as_echo_n "(cached) " >&6
5052 if test -n "$DUMPBIN"; then
5053 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5055 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5059 test -z "$as_dir" && as_dir
=.
5060 for ac_exec_ext
in '' $ac_executable_extensions; do
5061 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5062 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5072 DUMPBIN
=$ac_cv_prog_DUMPBIN
5073 if test -n "$DUMPBIN"; then
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5075 $as_echo "$DUMPBIN" >&6; }
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078 $as_echo "no" >&6; }
5082 test -n "$DUMPBIN" && break
5085 if test -z "$DUMPBIN"; then
5086 ac_ct_DUMPBIN
=$DUMPBIN
5087 for ac_prog
in dumpbin
"link -dump"
5089 # Extract the first word of "$ac_prog", so it can be a program name with args.
5090 set dummy
$ac_prog; ac_word
=$2
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5092 $as_echo_n "checking for $ac_word... " >&6; }
5093 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5094 $as_echo_n "(cached) " >&6
5096 if test -n "$ac_ct_DUMPBIN"; then
5097 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5099 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5103 test -z "$as_dir" && as_dir
=.
5104 for ac_exec_ext
in '' $ac_executable_extensions; do
5105 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5106 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5116 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5117 if test -n "$ac_ct_DUMPBIN"; then
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5119 $as_echo "$ac_ct_DUMPBIN" >&6; }
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5122 $as_echo "no" >&6; }
5126 test -n "$ac_ct_DUMPBIN" && break
5129 if test "x$ac_ct_DUMPBIN" = x
; then
5132 case $cross_compiling:$ac_tool_warned in
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5135 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5136 ac_tool_warned
=yes ;;
5138 DUMPBIN
=$ac_ct_DUMPBIN
5142 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5144 DUMPBIN
="$DUMPBIN -symbols"
5152 if test "$DUMPBIN" != ":"; then
5156 test -z "$NM" && NM
=nm
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5164 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5165 if ${lt_cv_nm_interface+:} false
; then :
5166 $as_echo_n "(cached) " >&6
5168 lt_cv_nm_interface
="BSD nm"
5169 echo "int some_variable = 0;" > conftest.
$ac_ext
5170 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5171 (eval "$ac_compile" 2>conftest.err
)
5172 cat conftest.err
>&5
5173 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5174 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5175 cat conftest.err
>&5
5176 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5177 cat conftest.out
>&5
5178 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5179 lt_cv_nm_interface
="MS dumpbin"
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5184 $as_echo "$lt_cv_nm_interface" >&6; }
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5187 $as_echo_n "checking whether ln -s works... " >&6; }
5189 if test "$LN_S" = "ln -s"; then
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5191 $as_echo "yes" >&6; }
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5194 $as_echo "no, using $LN_S" >&6; }
5197 # find the maximum length of command line arguments
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5199 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5200 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5201 $as_echo_n "(cached) " >&6
5208 # On DJGPP, this test can blow up pretty badly due to problems in libc
5209 # (any single argument exceeding 2000 bytes causes a buffer overrun
5210 # during glob expansion). Even if it were fixed, the result of this
5211 # check would be larger than it should be.
5212 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5216 # Under GNU Hurd, this test is not required because there is
5217 # no limit to the length of command line arguments.
5218 # Libtool will interpret -1 as no limit whatsoever
5219 lt_cv_sys_max_cmd_len
=-1;
5222 cygwin
* | mingw
* | cegcc
*)
5223 # On Win9x/ME, this test blows up -- it succeeds, but takes
5224 # about 5 minutes as the teststring grows exponentially.
5225 # Worse, since 9x/ME are not pre-emptively multitasking,
5226 # you end up with a "frozen" computer, even though with patience
5227 # the test eventually succeeds (with a max line length of 256k).
5228 # Instead, let's just punt: use the minimum linelength reported by
5229 # all of the supported platforms: 8192 (on NT/2K/XP).
5230 lt_cv_sys_max_cmd_len
=8192;
5234 # On MiNT this can take a long time and run out of memory.
5235 lt_cv_sys_max_cmd_len
=8192;
5239 # On AmigaOS with pdksh, this test takes hours, literally.
5240 # So we just punt and use a minimum line length of 8192.
5241 lt_cv_sys_max_cmd_len
=8192;
5244 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5245 # This has been around since 386BSD, at least. Likely further.
5246 if test -x /sbin
/sysctl
; then
5247 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5248 elif test -x /usr
/sbin
/sysctl
; then
5249 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5251 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5253 # And add a safety zone
5254 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5255 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5259 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5260 lt_cv_sys_max_cmd_len
=196608
5264 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5265 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5266 # nice to cause kernel panics so lets avoid the loop below.
5267 # First set a reasonable default.
5268 lt_cv_sys_max_cmd_len
=16384
5270 if test -x /sbin
/sysconfig
; then
5271 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5272 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5277 lt_cv_sys_max_cmd_len
=102400
5279 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5280 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5281 if test -n "$kargmax"; then
5282 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5284 lt_cv_sys_max_cmd_len
=32768
5288 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5289 if test -n "$lt_cv_sys_max_cmd_len"; then
5290 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5291 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5293 # Make teststring a little bigger before we do anything with it.
5294 # a 1K string should be a reasonable start.
5295 for i
in 1 2 3 4 5 6 7 8 ; do
5296 teststring
=$teststring$teststring
5298 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5299 # If test is not a shell built-in, we'll probably end up computing a
5300 # maximum length that is only half of the actual maximum length, but
5302 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5303 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5304 test $i != 17 # 1/2 MB should be enough
5307 teststring
=$teststring$teststring
5309 # Only check the string length outside the loop.
5310 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5312 # Add a significant safety factor because C++ compilers can tack on
5313 # massive amounts of additional arguments before passing them to the
5314 # linker. It appears as though 1/2 is a usable value.
5315 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5322 if test -n $lt_cv_sys_max_cmd_len ; then
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5324 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5327 $as_echo "none" >&6; }
5329 max_cmd_len
=$lt_cv_sys_max_cmd_len
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5341 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5342 # Try some XSI features
5345 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5347 && eval 'test $(( 1 + 1 )) -eq 2 \
5348 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5351 $as_echo "$xsi_shell" >&6; }
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5355 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5357 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5359 && lt_shell_append=yes
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5361 $as_echo "$lt_shell_append" >&6; }
5364 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5374 # test EBCDIC or ASCII
5375 case `echo X|tr X '\101'` in
5376 A) # ASCII based system
5377 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5378 lt_SP2NL='tr \040 \012'
5379 lt_NL2SP='tr \015\012 \040\040'
5381 *) # EBCDIC based system
5382 lt_SP2NL='tr \100 \n'
5383 lt_NL2SP='tr \r\n \100\100'
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5396 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5397 if ${lt_cv_ld_reload_flag+:} false; then :
5398 $as_echo_n "(cached
) " >&6
5400 lt_cv_ld_reload_flag='-r'
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5403 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5404 reload_flag=$lt_cv_ld_reload_flag
5405 case $reload_flag in
5407 *) reload_flag=" $reload_flag" ;;
5409 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5412 if test "$GCC" = yes; then
5413 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5415 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5428 if test -n "$ac_tool_prefix"; then
5429 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5430 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5432 $as_echo_n "checking
for $ac_word...
" >&6; }
5433 if ${ac_cv_prog_OBJDUMP+:} false; then :
5434 $as_echo_n "(cached
) " >&6
5436 if test -n "$OBJDUMP"; then
5437 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5443 test -z "$as_dir" && as_dir=.
5444 for ac_exec_ext in '' $ac_executable_extensions; do
5445 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5446 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5447 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5456 OBJDUMP=$ac_cv_prog_OBJDUMP
5457 if test -n "$OBJDUMP"; then
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5459 $as_echo "$OBJDUMP" >&6; }
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5462 $as_echo "no
" >&6; }
5467 if test -z "$ac_cv_prog_OBJDUMP"; then
5468 ac_ct_OBJDUMP=$OBJDUMP
5469 # Extract the first word of "objdump
", so it can be a program name with args.
5470 set dummy objdump; ac_word=$2
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5472 $as_echo_n "checking
for $ac_word...
" >&6; }
5473 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5474 $as_echo_n "(cached
) " >&6
5476 if test -n "$ac_ct_OBJDUMP"; then
5477 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5483 test -z "$as_dir" && as_dir=.
5484 for ac_exec_ext in '' $ac_executable_extensions; do
5485 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5486 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5487 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5496 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5497 if test -n "$ac_ct_OBJDUMP"; then
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5499 $as_echo "$ac_ct_OBJDUMP" >&6; }
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5502 $as_echo "no
" >&6; }
5505 if test "x
$ac_ct_OBJDUMP" = x; then
5508 case $cross_compiling:$ac_tool_warned in
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5511 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5512 ac_tool_warned=yes ;;
5514 OBJDUMP=$ac_ct_OBJDUMP
5517 OBJDUMP="$ac_cv_prog_OBJDUMP"
5520 test -z "$OBJDUMP" && OBJDUMP=objdump
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5531 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5532 if ${lt_cv_deplibs_check_method+:} false; then :
5533 $as_echo_n "(cached
) " >&6
5535 lt_cv_file_magic_cmd='$MAGIC_CMD'
5536 lt_cv_file_magic_test_file=
5537 lt_cv_deplibs_check_method='unknown'
5538 # Need to set the preceding variable on all platforms that support
5539 # interlibrary dependencies.
5540 # 'none' -- dependencies not supported.
5541 # `unknown' -- same as none, but documents that we really don't know.
5542 # 'pass_all' -- all dependencies passed with no checks.
5543 # 'test_compile' -- check by making test program.
5544 # 'file_magic [[regex]]' -- check by looking for files in library path
5545 # which responds to the $file_magic_cmd with a given extended regex.
5546 # If you have `file' or equivalent on your system and you're not sure
5547 # whether `pass_all' will *always* work, you probably want this one.
5551 lt_cv_deplibs_check_method=pass_all
5555 lt_cv_deplibs_check_method=pass_all
5559 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5560 lt_cv_file_magic_cmd='/usr/bin/file -L'
5561 lt_cv_file_magic_test_file=/shlib/libc.so
5565 # func_win32_libid is a shell function defined in ltmain.sh
5566 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5567 lt_cv_file_magic_cmd='func_win32_libid'
5571 # Base MSYS/MinGW do not provide the 'file' command needed by
5572 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5573 # unless we find 'file', for example because we are cross-compiling.
5574 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5575 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
5576 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5577 lt_cv_file_magic_cmd='func_win32_libid'
5579 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5580 lt_cv_file_magic_cmd='$OBJDUMP -f'
5585 # use the weaker test based on 'objdump'. See mingw*.
5586 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5587 lt_cv_file_magic_cmd='$OBJDUMP -f'
5590 darwin* | rhapsody*)
5591 lt_cv_deplibs_check_method=pass_all
5594 freebsd* | dragonfly*)
5595 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5598 # Not sure whether the presence of OpenBSD here was a mistake.
5599 # Let's accept both of them until this is cleared up.
5600 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5601 lt_cv_file_magic_cmd=/usr/bin/file
5602 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5606 lt_cv_deplibs_check_method=pass_all
5611 lt_cv_deplibs_check_method=pass_all
5615 lt_cv_deplibs_check_method=pass_all
5618 hpux10.20* | hpux11*)
5619 lt_cv_file_magic_cmd=/usr/bin/file
5622 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5623 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5626 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]'
5627 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5630 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5631 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5637 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5638 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5641 irix5* | irix6* | nonstopux*)
5643 *-32|*"-32 ") libmagic=32-bit;;
5644 *-n32|*"-n32 ") libmagic=N32;;
5645 *-64|*"-64 ") libmagic=64-bit;;
5646 *) libmagic=never-match;;
5648 lt_cv_deplibs_check_method=pass_all
5651 # This must be Linux ELF.
5652 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5653 lt_cv_deplibs_check_method=pass_all
5657 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5658 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5660 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5665 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5666 lt_cv_file_magic_cmd=/usr/bin/file
5667 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5671 lt_cv_deplibs_check_method=pass_all
5675 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5676 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5678 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5682 osf3* | osf4* | osf5*)
5683 lt_cv_deplibs_check_method=pass_all
5687 lt_cv_deplibs_check_method=pass_all
5691 lt_cv_deplibs_check_method=pass_all
5694 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5695 lt_cv_deplibs_check_method=pass_all
5699 case $host_vendor in
5701 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]'
5702 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5705 lt_cv_deplibs_check_method=pass_all
5708 lt_cv_file_magic_cmd='/bin/file'
5709 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5712 lt_cv_file_magic_cmd='/bin/file'
5713 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5714 lt_cv_file_magic_test_file=/lib/libc.so
5717 lt_cv_deplibs_check_method=pass_all
5720 lt_cv_deplibs_check_method=pass_all
5726 lt_cv_deplibs_check_method=pass_all
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
5732 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5733 file_magic_cmd=$lt_cv_file_magic_cmd
5734 deplibs_check_method=$lt_cv_deplibs_check_method
5735 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5749 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
5750 for plugin in $plugin_names; do
5751 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5752 if test x$plugin_so = x$plugin; then
5753 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5755 if test x$plugin_so != x$plugin; then
5756 plugin_option="--plugin $plugin_so"
5761 if test -n "$ac_tool_prefix"; then
5762 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5763 set dummy ${ac_tool_prefix}ar; ac_word=$2
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5765 $as_echo_n "checking
for $ac_word...
" >&6; }
5766 if ${ac_cv_prog_AR+:} false; then :
5767 $as_echo_n "(cached
) " >&6
5769 if test -n "$AR"; then
5770 ac_cv_prog_AR="$AR" # Let the user override the test.
5772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5776 test -z "$as_dir" && as_dir=.
5777 for ac_exec_ext in '' $ac_executable_extensions; do
5778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5779 ac_cv_prog_AR="${ac_tool_prefix}ar"
5780 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5790 if test -n "$AR"; then
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
5792 $as_echo "$AR" >&6; }
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5795 $as_echo "no
" >&6; }
5800 if test -z "$ac_cv_prog_AR"; then
5802 # Extract the first word of "ar", so it can be a program name with args.
5803 set dummy ar; ac_word=$2
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5805 $as_echo_n "checking
for $ac_word...
" >&6; }
5806 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5807 $as_echo_n "(cached
) " >&6
5809 if test -n "$ac_ct_AR"; then
5810 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5816 test -z "$as_dir" && as_dir=.
5817 for ac_exec_ext in '' $ac_executable_extensions; do
5818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5819 ac_cv_prog_ac_ct_AR="ar"
5820 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5829 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5830 if test -n "$ac_ct_AR"; then
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
5832 $as_echo "$ac_ct_AR" >&6; }
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5835 $as_echo "no
" >&6; }
5838 if test "x
$ac_ct_AR" = x; then
5841 case $cross_compiling:$ac_tool_warned in
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5844 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5845 ac_tool_warned=yes ;;
5853 test -z "$AR" && AR=ar
5854 if test -n "$plugin_option"; then
5855 if $AR --help 2>&1 | grep -q "\
--plugin"; then
5857 $AR $plugin_option rc conftest.a conftest.c
5858 if test "$?
" != 0; then
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
5860 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
5862 AR="$AR $plugin_option"
5867 test -z "$AR_FLAGS" && AR_FLAGS=cru
5879 if test -n "$ac_tool_prefix"; then
5880 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5881 set dummy ${ac_tool_prefix}strip; ac_word=$2
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5883 $as_echo_n "checking
for $ac_word...
" >&6; }
5884 if ${ac_cv_prog_STRIP+:} false; then :
5885 $as_echo_n "(cached
) " >&6
5887 if test -n "$STRIP"; then
5888 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5894 test -z "$as_dir" && as_dir=.
5895 for ac_exec_ext in '' $ac_executable_extensions; do
5896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5897 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5898 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5907 STRIP=$ac_cv_prog_STRIP
5908 if test -n "$STRIP"; then
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
5910 $as_echo "$STRIP" >&6; }
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5913 $as_echo "no
" >&6; }
5918 if test -z "$ac_cv_prog_STRIP"; then
5920 # Extract the first word of "strip
", so it can be a program name with args.
5921 set dummy strip; ac_word=$2
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5923 $as_echo_n "checking
for $ac_word...
" >&6; }
5924 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5925 $as_echo_n "(cached
) " >&6
5927 if test -n "$ac_ct_STRIP"; then
5928 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5934 test -z "$as_dir" && as_dir=.
5935 for ac_exec_ext in '' $ac_executable_extensions; do
5936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5937 ac_cv_prog_ac_ct_STRIP="strip
"
5938 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5947 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5948 if test -n "$ac_ct_STRIP"; then
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
5950 $as_echo "$ac_ct_STRIP" >&6; }
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5953 $as_echo "no
" >&6; }
5956 if test "x
$ac_ct_STRIP" = x; then
5959 case $cross_compiling:$ac_tool_warned in
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5962 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5963 ac_tool_warned=yes ;;
5968 STRIP="$ac_cv_prog_STRIP"
5971 test -z "$STRIP" && STRIP=:
5978 if test -n "$ac_tool_prefix"; then
5979 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5980 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5982 $as_echo_n "checking
for $ac_word...
" >&6; }
5983 if ${ac_cv_prog_RANLIB+:} false; then :
5984 $as_echo_n "(cached
) " >&6
5986 if test -n "$RANLIB"; then
5987 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5993 test -z "$as_dir" && as_dir=.
5994 for ac_exec_ext in '' $ac_executable_extensions; do
5995 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5996 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5997 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6006 RANLIB=$ac_cv_prog_RANLIB
6007 if test -n "$RANLIB"; then
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6009 $as_echo "$RANLIB" >&6; }
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6012 $as_echo "no
" >&6; }
6017 if test -z "$ac_cv_prog_RANLIB"; then
6018 ac_ct_RANLIB=$RANLIB
6019 # Extract the first word of "ranlib
", so it can be a program name with args.
6020 set dummy ranlib; ac_word=$2
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6022 $as_echo_n "checking
for $ac_word...
" >&6; }
6023 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6024 $as_echo_n "(cached
) " >&6
6026 if test -n "$ac_ct_RANLIB"; then
6027 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6033 test -z "$as_dir" && as_dir=.
6034 for ac_exec_ext in '' $ac_executable_extensions; do
6035 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6036 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6037 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6046 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6047 if test -n "$ac_ct_RANLIB"; then
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6049 $as_echo "$ac_ct_RANLIB" >&6; }
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6052 $as_echo "no
" >&6; }
6055 if test "x
$ac_ct_RANLIB" = x; then
6058 case $cross_compiling:$ac_tool_warned in
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6061 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6062 ac_tool_warned=yes ;;
6064 RANLIB=$ac_ct_RANLIB
6067 RANLIB="$ac_cv_prog_RANLIB"
6070 test -z "$RANLIB" && RANLIB=:
6071 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6072 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6073 RANLIB="$RANLIB $plugin_option"
6082 # Determine commands to create old-style static archives.
6083 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6084 old_postinstall_cmds='chmod 644 $oldlib'
6085 old_postuninstall_cmds=
6087 if test -n "$RANLIB"; then
6090 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6093 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6096 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6101 lock_old_archive_extraction=yes ;;
6103 lock_old_archive_extraction=no ;;
6144 # If no C compiler was specified, use CC.
6147 # If no C compiler flags were specified, use CFLAGS.
6148 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6150 # Allow CC to be a program name with arguments.
6154 # Check for command to grab the raw symbol name followed by C symbol from nm.
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6156 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6157 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6158 $as_echo_n "(cached
) " >&6
6161 # These are sane defaults that work on at least a few old systems.
6162 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6164 # Character class describing NM global symbol codes.
6165 symcode='[BCDEGRST]'
6167 # Regexp to match symbols that can be accessed directly from C.
6168 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6170 # Define system-specific variables.
6175 cygwin* | mingw* | pw32* | cegcc*)
6176 symcode='[ABCDGISTW]'
6179 if test "$host_cpu" = ia64; then
6180 symcode='[ABCDEGRST]'
6184 symcode='[BCDEGRST]'
6187 symcode='[BCDEGQRST]'
6198 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6206 # If we're using GNU nm, then use its standard symbol codes.
6207 case `$NM -V 2>&1` in
6208 *GNU* | *'with BFD'*)
6209 symcode='[ABCDGIRSTW]' ;;
6212 # Transform an extracted symbol line into a proper C declaration.
6213 # Some systems (esp. on ia64) link data and code symbols differently,
6214 # so use this general approach.
6215 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6217 # Transform an extracted symbol line into symbol name and symbol address
6218 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6219 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'"
6221 # Handle CRLF in mingw tool chain
6225 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6229 # Try without a prefix underscore, then with it.
6230 for ac_symprfx in "" "_
"; do
6232 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6233 symxfrm="\\1 $ac_symprfx\\2 \\2"
6235 # Write the raw and C identifiers.
6236 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6237 # Fake it for dumpbin and say T for any non-static function
6238 # and D for any global variable.
6239 # Also find C++ and __fastcall symbols from MSVC++,
6240 # which start with @ or ?.
6241 lt_cv_sys_global_symbol_pipe="$AWK '"\
6242 " {last_section=section; section=\$ 3};"\
6243 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6244 " \$ 0!~/External *\|/{next};"\
6245 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6246 " {if(hide[section]) next};"\
6247 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6248 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6249 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6250 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6251 " ' prfx
=^
$ac_symprfx"
6253 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6256 # Check to see that the pipe works correctly.
6260 cat > conftest.$ac_ext <<_LT_EOF
6265 void nm_test_func(void);
6266 void nm_test_func(void){}
6270 int main(){nm_test_var='a';nm_test_func();return(0);}
6273 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6274 (eval $ac_compile) 2>&5
6276 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6277 test $ac_status = 0; }; then
6278 # Now try to grab the symbols.
6280 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6281 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6283 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6284 test $ac_status = 0; } && test -s "$nlist"; then
6285 # Try sorting and uniquifying the output.
6286 if sort "$nlist" | uniq > "$nlist"T; then
6287 mv -f "$nlist"T "$nlist"
6292 # Make sure that we snagged all the symbols we need.
6293 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6294 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6295 cat <<_LT_EOF > conftest.$ac_ext
6301 # Now generate the symbol file.
6302 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6304 cat <<_LT_EOF >> conftest.$ac_ext
6306 /* The mapping between symbol names and symbols. */
6311 lt__PROGRAM__LTX_preloaded_symbols[] =
6313 { "@PROGRAM@
", (void *) 0 },
6315 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6316 cat <<\_LT_EOF >> conftest.$ac_ext
6320 /* This works around a problem in FreeBSD linker */
6321 #ifdef FREEBSD_WORKAROUND
6322 static const void *lt_preloaded_setup() {
6323 return lt__PROGRAM__LTX_preloaded_symbols;
6331 # Now try linking the two files.
6332 mv conftest.$ac_objext conftstm.$ac_objext
6333 lt_save_LIBS="$LIBS"
6334 lt_save_CFLAGS="$CFLAGS"
6335 LIBS="conftstm.
$ac_objext"
6336 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6337 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6338 (eval $ac_link) 2>&5
6340 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6341 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6344 LIBS="$lt_save_LIBS"
6345 CFLAGS="$lt_save_CFLAGS"
6347 echo "cannot
find nm_test_func
in $nlist" >&5
6350 echo "cannot
find nm_test_var
in $nlist" >&5
6353 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6356 echo "$progname: failed program was
:" >&5
6357 cat conftest.$ac_ext >&5
6359 rm -rf conftest* conftst*
6361 # Do not use the global_symbol_pipe unless it works.
6362 if test "$pipe_works" = yes; then
6365 lt_cv_sys_global_symbol_pipe=
6371 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6372 lt_cv_sys_global_symbol_to_cdecl=
6374 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6376 $as_echo "failed
" >&6; }
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6379 $as_echo "ok
" >&6; }
6403 # Check whether --enable-libtool-lock was given.
6404 if test "${enable_libtool_lock+set}" = set; then :
6405 enableval=$enable_libtool_lock;
6408 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6410 # Some flags need to be propagated to the compiler or linker for good
6414 # Find out which ABI we are using.
6415 echo 'int i;' > conftest.$ac_ext
6416 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6417 (eval $ac_compile) 2>&5
6419 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6420 test $ac_status = 0; }; then
6421 case `/usr/bin/file conftest.$ac_objext` in
6433 # Find out which ABI we are using.
6434 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6435 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6436 (eval $ac_compile) 2>&5
6438 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6439 test $ac_status = 0; }; then
6440 if test "$lt_cv_prog_gnu_ld" = yes; then
6441 case `/usr/bin/file conftest.$ac_objext` in
6443 LD="${LD-ld} -melf32bsmip"
6446 LD="${LD-ld} -melf32bmipn32"
6449 LD="${LD-ld} -melf64bmip"
6453 case `/usr/bin/file conftest.$ac_objext` in
6469 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6470 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6471 # Find out which ABI we are using.
6472 echo 'int i;' > conftest.$ac_ext
6473 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6474 (eval $ac_compile) 2>&5
6476 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6477 test $ac_status = 0; }; then
6478 case `/usr/bin/file conftest.o` in
6481 x86_64-*kfreebsd*-gnu)
6482 LD="${LD-ld} -m elf_i386_fbsd
"
6485 case `/usr/bin/file conftest.o` in
6487 LD="${LD-ld} -m elf32_x86_64
"
6490 LD="${LD-ld} -m elf_i386
"
6494 powerpc64le-*linux*)
6495 LD="${LD-ld} -m elf32lppclinux
"
6498 LD="${LD-ld} -m elf32ppclinux
"
6501 LD="${LD-ld} -m elf_s390
"
6504 LD="${LD-ld} -m elf32_sparc
"
6510 x86_64-*kfreebsd*-gnu)
6511 LD="${LD-ld} -m elf_x86_64_fbsd
"
6514 LD="${LD-ld} -m elf_x86_64
"
6517 LD="${LD-ld} -m elf64lppc
"
6520 LD="${LD-ld} -m elf64ppc
"
6522 s390*-*linux*|s390*-*tpf*)
6523 LD="${LD-ld} -m elf64_s390
"
6526 LD="${LD-ld} -m elf64_sparc
"
6536 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6537 SAVE_CFLAGS="$CFLAGS"
6538 CFLAGS="$CFLAGS -belf"
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6540 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6541 if ${lt_cv_cc_needs_belf+:} false; then :
6542 $as_echo_n "(cached
) " >&6
6545 ac_cpp='$CPP $CPPFLAGS'
6546 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6547 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6548 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6551 /* end confdefs.h. */
6561 if ac_fn_c_try_link "$LINENO"; then :
6562 lt_cv_cc_needs_belf=yes
6564 lt_cv_cc_needs_belf=no
6566 rm -f core conftest.err conftest.$ac_objext \
6567 conftest$ac_exeext conftest.$ac_ext
6569 ac_cpp='$CPP $CPPFLAGS'
6570 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6571 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
6576 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6577 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6578 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6579 CFLAGS="$SAVE_CFLAGS"
6583 # Find out which ABI we are using.
6584 echo 'int i;' > conftest.$ac_ext
6585 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6586 (eval $ac_compile) 2>&5
6588 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6589 test $ac_status = 0; }; then
6590 case `/usr/bin/file conftest.o` in
6592 case $lt_cv_prog_gnu_ld in
6593 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
6595 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6607 need_locks="$enable_libtool_lock"
6611 rhapsody* | darwin*)
6612 if test -n "$ac_tool_prefix"; then
6613 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
6614 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6616 $as_echo_n "checking
for $ac_word...
" >&6; }
6617 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6618 $as_echo_n "(cached
) " >&6
6620 if test -n "$DSYMUTIL"; then
6621 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6627 test -z "$as_dir" && as_dir=.
6628 for ac_exec_ext in '' $ac_executable_extensions; do
6629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6630 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
6631 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6640 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6641 if test -n "$DSYMUTIL"; then
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
6643 $as_echo "$DSYMUTIL" >&6; }
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6646 $as_echo "no
" >&6; }
6651 if test -z "$ac_cv_prog_DSYMUTIL"; then
6652 ac_ct_DSYMUTIL=$DSYMUTIL
6653 # Extract the first word of "dsymutil
", so it can be a program name with args.
6654 set dummy dsymutil; ac_word=$2
6655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6656 $as_echo_n "checking
for $ac_word...
" >&6; }
6657 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6658 $as_echo_n "(cached
) " >&6
6660 if test -n "$ac_ct_DSYMUTIL"; then
6661 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6667 test -z "$as_dir" && as_dir=.
6668 for ac_exec_ext in '' $ac_executable_extensions; do
6669 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6670 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
6671 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6680 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6681 if test -n "$ac_ct_DSYMUTIL"; then
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
6683 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6686 $as_echo "no
" >&6; }
6689 if test "x
$ac_ct_DSYMUTIL" = x; then
6692 case $cross_compiling:$ac_tool_warned in
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6695 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6696 ac_tool_warned=yes ;;
6698 DSYMUTIL=$ac_ct_DSYMUTIL
6701 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6704 if test -n "$ac_tool_prefix"; then
6705 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
6706 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6708 $as_echo_n "checking
for $ac_word...
" >&6; }
6709 if ${ac_cv_prog_NMEDIT+:} false; then :
6710 $as_echo_n "(cached
) " >&6
6712 if test -n "$NMEDIT"; then
6713 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6719 test -z "$as_dir" && as_dir=.
6720 for ac_exec_ext in '' $ac_executable_extensions; do
6721 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6722 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
6723 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6732 NMEDIT=$ac_cv_prog_NMEDIT
6733 if test -n "$NMEDIT"; then
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
6735 $as_echo "$NMEDIT" >&6; }
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6738 $as_echo "no
" >&6; }
6743 if test -z "$ac_cv_prog_NMEDIT"; then
6744 ac_ct_NMEDIT=$NMEDIT
6745 # Extract the first word of "nmedit
", so it can be a program name with args.
6746 set dummy nmedit; ac_word=$2
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6748 $as_echo_n "checking
for $ac_word...
" >&6; }
6749 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6750 $as_echo_n "(cached
) " >&6
6752 if test -n "$ac_ct_NMEDIT"; then
6753 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6759 test -z "$as_dir" && as_dir=.
6760 for ac_exec_ext in '' $ac_executable_extensions; do
6761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6762 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
6763 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6772 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6773 if test -n "$ac_ct_NMEDIT"; then
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
6775 $as_echo "$ac_ct_NMEDIT" >&6; }
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6778 $as_echo "no
" >&6; }
6781 if test "x
$ac_ct_NMEDIT" = x; then
6784 case $cross_compiling:$ac_tool_warned in
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6787 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6788 ac_tool_warned=yes ;;
6790 NMEDIT=$ac_ct_NMEDIT
6793 NMEDIT="$ac_cv_prog_NMEDIT"
6796 if test -n "$ac_tool_prefix"; then
6797 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
6798 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6800 $as_echo_n "checking
for $ac_word...
" >&6; }
6801 if ${ac_cv_prog_LIPO+:} false; then :
6802 $as_echo_n "(cached
) " >&6
6804 if test -n "$LIPO"; then
6805 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811 test -z "$as_dir" && as_dir=.
6812 for ac_exec_ext in '' $ac_executable_extensions; do
6813 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6814 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
6815 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6824 LIPO=$ac_cv_prog_LIPO
6825 if test -n "$LIPO"; then
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
6827 $as_echo "$LIPO" >&6; }
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6830 $as_echo "no
" >&6; }
6835 if test -z "$ac_cv_prog_LIPO"; then
6837 # Extract the first word of "lipo
", so it can be a program name with args.
6838 set dummy lipo; ac_word=$2
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6840 $as_echo_n "checking
for $ac_word...
" >&6; }
6841 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6842 $as_echo_n "(cached
) " >&6
6844 if test -n "$ac_ct_LIPO"; then
6845 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6851 test -z "$as_dir" && as_dir=.
6852 for ac_exec_ext in '' $ac_executable_extensions; do
6853 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6854 ac_cv_prog_ac_ct_LIPO="lipo
"
6855 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6864 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6865 if test -n "$ac_ct_LIPO"; then
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
6867 $as_echo "$ac_ct_LIPO" >&6; }
6869 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6870 $as_echo "no
" >&6; }
6873 if test "x
$ac_ct_LIPO" = x; then
6876 case $cross_compiling:$ac_tool_warned in
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6879 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6880 ac_tool_warned=yes ;;
6885 LIPO="$ac_cv_prog_LIPO"
6888 if test -n "$ac_tool_prefix"; then
6889 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
6890 set dummy ${ac_tool_prefix}otool; ac_word=$2
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6892 $as_echo_n "checking
for $ac_word...
" >&6; }
6893 if ${ac_cv_prog_OTOOL+:} false; then :
6894 $as_echo_n "(cached
) " >&6
6896 if test -n "$OTOOL"; then
6897 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903 test -z "$as_dir" && as_dir=.
6904 for ac_exec_ext in '' $ac_executable_extensions; do
6905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6906 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
6907 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6916 OTOOL=$ac_cv_prog_OTOOL
6917 if test -n "$OTOOL"; then
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
6919 $as_echo "$OTOOL" >&6; }
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6922 $as_echo "no
" >&6; }
6927 if test -z "$ac_cv_prog_OTOOL"; then
6929 # Extract the first word of "otool
", so it can be a program name with args.
6930 set dummy otool; ac_word=$2
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6932 $as_echo_n "checking
for $ac_word...
" >&6; }
6933 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6934 $as_echo_n "(cached
) " >&6
6936 if test -n "$ac_ct_OTOOL"; then
6937 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943 test -z "$as_dir" && as_dir=.
6944 for ac_exec_ext in '' $ac_executable_extensions; do
6945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6946 ac_cv_prog_ac_ct_OTOOL="otool
"
6947 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6956 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6957 if test -n "$ac_ct_OTOOL"; then
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
6959 $as_echo "$ac_ct_OTOOL" >&6; }
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6962 $as_echo "no
" >&6; }
6965 if test "x
$ac_ct_OTOOL" = x; then
6968 case $cross_compiling:$ac_tool_warned in
6970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6971 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6972 ac_tool_warned=yes ;;
6977 OTOOL="$ac_cv_prog_OTOOL"
6980 if test -n "$ac_tool_prefix"; then
6981 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
6982 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6984 $as_echo_n "checking
for $ac_word...
" >&6; }
6985 if ${ac_cv_prog_OTOOL64+:} false; then :
6986 $as_echo_n "(cached
) " >&6
6988 if test -n "$OTOOL64"; then
6989 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995 test -z "$as_dir" && as_dir=.
6996 for ac_exec_ext in '' $ac_executable_extensions; do
6997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6998 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
6999 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7008 OTOOL64=$ac_cv_prog_OTOOL64
7009 if test -n "$OTOOL64"; then
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7011 $as_echo "$OTOOL64" >&6; }
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7014 $as_echo "no
" >&6; }
7019 if test -z "$ac_cv_prog_OTOOL64"; then
7020 ac_ct_OTOOL64=$OTOOL64
7021 # Extract the first word of "otool64
", so it can be a program name with args.
7022 set dummy otool64; ac_word=$2
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7024 $as_echo_n "checking
for $ac_word...
" >&6; }
7025 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7026 $as_echo_n "(cached
) " >&6
7028 if test -n "$ac_ct_OTOOL64"; then
7029 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7035 test -z "$as_dir" && as_dir=.
7036 for ac_exec_ext in '' $ac_executable_extensions; do
7037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7038 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7039 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7048 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7049 if test -n "$ac_ct_OTOOL64"; then
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7051 $as_echo "$ac_ct_OTOOL64" >&6; }
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7054 $as_echo "no
" >&6; }
7057 if test "x
$ac_ct_OTOOL64" = x; then
7060 case $cross_compiling:$ac_tool_warned in
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7063 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7064 ac_tool_warned=yes ;;
7066 OTOOL64=$ac_ct_OTOOL64
7069 OTOOL64="$ac_cv_prog_OTOOL64"
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7099 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7100 if ${lt_cv_apple_cc_single_mod+:} false; then :
7101 $as_echo_n "(cached
) " >&6
7103 lt_cv_apple_cc_single_mod=no
7104 if test -z "${LT_MULTI_MODULE}"; then
7105 # By default we will add the -single_module flag. You can override
7106 # by either setting the environment variable LT_MULTI_MODULE
7107 # non-empty at configure time, or by adding -multi_module to the
7109 rm -rf libconftest.dylib*
7110 echo "int foo
(void
){return 1;}" > conftest.c
7111 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7112 -dynamiclib -Wl,-single_module conftest.c
" >&5
7113 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7114 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7116 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7117 lt_cv_apple_cc_single_mod=yes
7119 cat conftest.err >&5
7121 rm -rf libconftest.dylib*
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7126 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7128 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7129 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7130 $as_echo_n "(cached
) " >&6
7132 lt_cv_ld_exported_symbols_list=no
7133 save_LDFLAGS=$LDFLAGS
7134 echo "_main
" > conftest.sym
7135 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7137 /* end confdefs.h. */
7147 if ac_fn_c_try_link "$LINENO"; then :
7148 lt_cv_ld_exported_symbols_list=yes
7150 lt_cv_ld_exported_symbols_list=no
7152 rm -f core conftest.err conftest.$ac_objext \
7153 conftest$ac_exeext conftest.$ac_ext
7154 LDFLAGS="$save_LDFLAGS"
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7158 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7160 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7161 if ${lt_cv_ld_force_load+:} false; then :
7162 $as_echo_n "(cached
) " >&6
7164 lt_cv_ld_force_load=no
7165 cat > conftest.c << _LT_EOF
7166 int forced_loaded() { return 2;}
7168 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7169 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7170 echo "$AR cru libconftest.a conftest.o
" >&5
7171 $AR cru libconftest.a conftest.o 2>&5
7172 cat > conftest.c << _LT_EOF
7173 int main() { return 0;}
7175 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7176 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7178 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7179 lt_cv_ld_force_load=yes
7181 cat conftest.err >&5
7183 rm -f conftest.err libconftest.a conftest conftest.c
7184 rm -rf conftest.dSYM
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7188 $as_echo "$lt_cv_ld_force_load" >&6; }
7190 rhapsody* | darwin1.[012])
7191 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7193 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7194 darwin*) # darwin 5.x on
7195 # if running on 10.5 or later, the deployment target defaults
7196 # to the OS version, if on x86, and 10.4, the deployment
7197 # target defaults to 10.4. Don't you love it?
7198 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7199 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7200 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7202 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7204 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7208 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7209 _lt_dar_single_mod='$single_module'
7211 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7212 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7214 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7216 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7217 _lt_dsymutil='~$DSYMUTIL $lib || :'
7224 for ac_header in dlfcn.h
7226 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7228 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7229 cat >>confdefs.h <<_ACEOF
7230 #define HAVE_DLFCN_H 1
7251 # Check whether --enable-shared was given.
7252 if test "${enable_shared+set}" = set; then :
7253 enableval=$enable_shared; p=${PACKAGE-default}
7255 yes) enable_shared=yes ;;
7256 no) enable_shared=no ;;
7259 # Look at the argument we got. We use all the common list separators.
7260 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7261 for pkg in $enableval; do
7263 if test "X
$pkg" = "X
$p"; then
7282 # Check whether --enable-static was given.
7283 if test "${enable_static+set}" = set; then :
7284 enableval=$enable_static; p=${PACKAGE-default}
7286 yes) enable_static=yes ;;
7287 no) enable_static=no ;;
7290 # Look at the argument we got. We use all the common list separators.
7291 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7292 for pkg in $enableval; do
7294 if test "X
$pkg" = "X
$p"; then
7314 # Check whether --with-pic was given.
7315 if test "${with_pic+set}" = set; then :
7316 withval=$with_pic; pic_mode="$withval"
7322 test -z "$pic_mode" && pic_mode=default
7330 # Check whether --enable-fast-install was given.
7331 if test "${enable_fast_install+set}" = set; then :
7332 enableval=$enable_fast_install; p=${PACKAGE-default}
7334 yes) enable_fast_install=yes ;;
7335 no) enable_fast_install=no ;;
7337 enable_fast_install=no
7338 # Look at the argument we got. We use all the common list separators.
7339 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7340 for pkg in $enableval; do
7342 if test "X
$pkg" = "X
$p"; then
7343 enable_fast_install=yes
7350 enable_fast_install=yes
7363 # This can be used to rebuild libtool when needed
7364 LIBTOOL_DEPS="$ltmain"
7366 # Always use our own libtool.
7367 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7394 test -z "$LN_S" && LN_S="ln -s"
7409 if test -n "${ZSH_VERSION+set}" ; then
7410 setopt NO_GLOB_SUBST
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7414 $as_echo_n "checking
for objdir...
" >&6; }
7415 if ${lt_cv_objdir+:} false; then :
7416 $as_echo_n "(cached
) " >&6
7418 rm -f .libs 2>/dev/null
7419 mkdir .libs 2>/dev/null
7420 if test -d .libs; then
7423 # MS-DOS does not allow filenames that begin with a dot.
7426 rmdir .libs 2>/dev/null
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7429 $as_echo "$lt_cv_objdir" >&6; }
7430 objdir=$lt_cv_objdir
7436 cat >>confdefs.h <<_ACEOF
7437 #define LT_OBJDIR "$lt_cv_objdir/"
7445 # AIX sometimes has problems with the GCC collect2 program. For some
7446 # reason, if we set the COLLECT_NAMES environment variable, the problems
7447 # vanish in a puff of smoke.
7448 if test "X
${COLLECT_NAMES+set}" != Xset; then
7450 export COLLECT_NAMES
7457 can_build_shared=yes
7459 # All known linkers require a `.a' archive for static linking (except MSVC,
7460 # which needs '.lib').
7463 with_gnu_ld="$lt_cv_prog_gnu_ld"
7466 old_CFLAGS="$CFLAGS"
7468 # Set sane defaults for various variables
7469 test -z "$CC" && CC=cc
7470 test -z "$LTCC" && LTCC=$CC
7471 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7472 test -z "$LD" && LD=ld
7473 test -z "$ac_objext" && ac_objext=o
7475 for cc_temp in $compiler""; do
7477 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7478 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7483 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7486 # Only perform the check for file, if the check method requires it
7487 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7488 case $deplibs_check_method in
7490 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7492 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7493 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7494 $as_echo_n "(cached
) " >&6
7498 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7501 lt_save_MAGIC_CMD="$MAGIC_CMD"
7502 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7503 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7504 for ac_dir in $ac_dummy; do
7506 test -z "$ac_dir" && ac_dir=.
7507 if test -f $ac_dir/${ac_tool_prefix}file; then
7508 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7509 if test -n "$file_magic_test_file"; then
7510 case $deplibs_check_method in
7512 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7513 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7514 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7515 $EGREP "$file_magic_regex" > /dev/null; then
7520 *** Warning: the command libtool uses to detect shared libraries,
7521 *** $file_magic_cmd, produces output that libtool cannot recognize.
7522 *** The result is that libtool may fail to recognize shared libraries
7523 *** as such. This will affect the creation of libtool libraries that
7524 *** depend on shared libraries, but programs linked with such libtool
7525 *** libraries will work regardless of this problem. Nevertheless, you
7526 *** may want to report the problem to your system manager and/or to
7527 *** bug-libtool@gnu.org
7537 MAGIC_CMD="$lt_save_MAGIC_CMD"
7542 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7543 if test -n "$MAGIC_CMD"; then
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7545 $as_echo "$MAGIC_CMD" >&6; }
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7548 $as_echo "no
" >&6; }
7555 if test -z "$lt_cv_path_MAGIC_CMD"; then
7556 if test -n "$ac_tool_prefix"; then
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7558 $as_echo_n "checking
for file...
" >&6; }
7559 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7560 $as_echo_n "(cached
) " >&6
7564 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7567 lt_save_MAGIC_CMD="$MAGIC_CMD"
7568 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7569 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7570 for ac_dir in $ac_dummy; do
7572 test -z "$ac_dir" && ac_dir=.
7573 if test -f $ac_dir/file; then
7574 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7575 if test -n "$file_magic_test_file"; then
7576 case $deplibs_check_method in
7578 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7579 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7580 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7581 $EGREP "$file_magic_regex" > /dev/null; then
7586 *** Warning: the command libtool uses to detect shared libraries,
7587 *** $file_magic_cmd, produces output that libtool cannot recognize.
7588 *** The result is that libtool may fail to recognize shared libraries
7589 *** as such. This will affect the creation of libtool libraries that
7590 *** depend on shared libraries, but programs linked with such libtool
7591 *** libraries will work regardless of this problem. Nevertheless, you
7592 *** may want to report the problem to your system manager and/or to
7593 *** bug-libtool@gnu.org
7603 MAGIC_CMD="$lt_save_MAGIC_CMD"
7608 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7609 if test -n "$MAGIC_CMD"; then
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7611 $as_echo "$MAGIC_CMD" >&6; }
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7614 $as_echo "no
" >&6; }
7627 # Use C for the default configuration in the libtool script
7631 ac_cpp='$CPP $CPPFLAGS'
7632 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7633 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7634 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7637 # Source file extension for C test sources.
7640 # Object file extension for compiled C test sources.
7644 # Code to be used in simple compile tests
7645 lt_simple_compile_test_code="int some_variable
= 0;"
7647 # Code to be used in simple link tests
7648 lt_simple_link_test_code='int main(){return(0);}'
7656 # If no C compiler was specified, use CC.
7659 # If no C compiler flags were specified, use CFLAGS.
7660 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7662 # Allow CC to be a program name with arguments.
7665 # Save the default compiler, since it gets overwritten when the other
7666 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7667 compiler_DEFAULT=$CC
7669 # save warnings/boilerplate of simple test code
7670 ac_outfile=conftest.$ac_objext
7671 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7672 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7673 _lt_compiler_boilerplate=`cat conftest.err`
7676 ac_outfile=conftest.$ac_objext
7677 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7678 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7679 _lt_linker_boilerplate=`cat conftest.err`
7684 ## There is no encapsulation within the following macros, do not change
7685 ## the running order or otherwise move them around unless you know exactly
7686 ## what you are doing...
7687 if test -n "$compiler"; then
7689 lt_prog_compiler_no_builtin_flag=
7691 if test "$GCC" = yes; then
7692 case $cc_basename in
7694 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7696 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
7700 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
7701 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7702 $as_echo_n "(cached
) " >&6
7704 lt_cv_prog_compiler_rtti_exceptions=no
7705 ac_outfile=conftest.$ac_objext
7706 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7707 lt_compiler_flag="-fno-rtti -fno-exceptions"
7708 # Insert the option either (1) after the last *FLAGS variable, or
7709 # (2) before a word containing "conftest.
", or (3) at the end.
7710 # Note that $ac_compile itself does not contain backslashes and begins
7711 # with a dollar sign (not a hyphen), so the echo should work correctly.
7712 # The option is referenced via a variable to avoid confusing sed.
7713 lt_compile=`echo "$ac_compile" | $SED \
7714 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7715 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7716 -e 's:$: $lt_compiler_flag:'`
7717 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
7718 (eval "$lt_compile" 2>conftest.err)
7720 cat conftest.err >&5
7721 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7722 if (exit $ac_status) && test -s "$ac_outfile"; then
7723 # The compiler can only warn and ignore the option if not recognized
7724 # So say no if there are warnings other than the usual output.
7725 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7726 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7727 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7728 lt_cv_prog_compiler_rtti_exceptions=yes
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
7735 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7737 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7738 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7750 lt_prog_compiler_wl=
7751 lt_prog_compiler_pic=
7752 lt_prog_compiler_static=
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
7755 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
7757 if test "$GCC" = yes; then
7758 lt_prog_compiler_wl='-Wl,'
7759 lt_prog_compiler_static='-static'
7763 # All AIX code is PIC.
7764 if test "$host_cpu" = ia64; then
7765 # AIX 5 now supports IA64 processor
7766 lt_prog_compiler_static='-Bstatic'
7768 lt_prog_compiler_pic='-fPIC'
7774 # see comment about AmigaOS4 .so support
7775 lt_prog_compiler_pic='-fPIC'
7778 # FIXME: we need at least 68020 code to build shared libraries, but
7779 # adding the `-m68020' flag to GCC prevents building anything better,
7781 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7786 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7787 # PIC is the default for these OSes.
7790 mingw* | cygwin* | pw32* | os2* | cegcc*)
7791 # This hack is so that the source file can tell whether it is being
7792 # built for inclusion in a dll (and should export symbols for example).
7793 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7794 # (--disable-auto-import) libraries
7795 lt_prog_compiler_pic='-DDLL_EXPORT'
7798 darwin* | rhapsody*)
7799 # PIC is the default on this platform
7800 # Common symbols not allowed in MH_DYLIB files
7801 lt_prog_compiler_pic='-fno-common'
7805 # PIC is the default for Haiku.
7806 # The "-static" flag exists, but is broken.
7807 lt_prog_compiler_static=
7811 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7812 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7813 # sets the default TLS model and affects inlining.
7819 lt_prog_compiler_pic='-fPIC'
7825 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7826 # Instead, we relocate shared libraries at runtime.
7830 # Just because we use GCC doesn't mean we suddenly get shared libraries
7831 # on systems that don't support them.
7832 lt_prog_compiler_can_build_shared=no
7837 # QNX uses GNU C++, but need to define -shared option too, otherwise
7839 lt_prog_compiler_pic='-fPIC -shared'
7843 if test -d /usr/nec; then
7844 lt_prog_compiler_pic=-Kconform_pic
7849 lt_prog_compiler_pic='-fPIC'
7853 case $cc_basename in
7854 nvcc*) # Cuda Compiler Driver 2.2
7855 lt_prog_compiler_wl='-Xlinker '
7856 lt_prog_compiler_pic='-Xcompiler -fPIC'
7860 # PORTME Check for flag to pass linker flags through the system compiler.
7863 lt_prog_compiler_wl='-Wl,'
7864 if test "$host_cpu" = ia64; then
7865 # AIX 5 now supports IA64 processor
7866 lt_prog_compiler_static='-Bstatic'
7868 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7872 mingw* | cygwin* | pw32* | os2* | cegcc*)
7873 # This hack is so that the source file can tell whether it is being
7874 # built for inclusion in a dll (and should export symbols for example).
7875 lt_prog_compiler_pic='-DDLL_EXPORT'
7878 hpux9* | hpux10* | hpux11*)
7879 lt_prog_compiler_wl='-Wl,'
7880 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7887 lt_prog_compiler_pic='+Z'
7890 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7891 lt_prog_compiler_static='${wl}-a ${wl}archive'
7894 irix5* | irix6* | nonstopux*)
7895 lt_prog_compiler_wl='-Wl,'
7896 # PIC (with -KPIC) is the default.
7897 lt_prog_compiler_static='-non_shared'
7900 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7901 case $cc_basename in
7902 # old Intel for x86_64 which still supported -KPIC.
7904 lt_prog_compiler_wl='-Wl,'
7905 lt_prog_compiler_pic='-KPIC'
7906 lt_prog_compiler_static='-static'
7908 # icc used to be incompatible with GCC.
7909 # ICC 10 doesn't accept -KPIC any more.
7911 lt_prog_compiler_wl='-Wl,'
7912 lt_prog_compiler_pic='-fPIC'
7913 lt_prog_compiler_static='-static'
7915 # Lahey Fortran 8.1.
7917 lt_prog_compiler_wl='-Wl,'
7918 lt_prog_compiler_pic='--shared'
7919 lt_prog_compiler_static='--static'
7921 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7922 # Portland Group compilers (*not* the Pentium gcc compiler,
7923 # which looks to be a dead project)
7924 lt_prog_compiler_wl='-Wl,'
7925 lt_prog_compiler_pic='-fpic'
7926 lt_prog_compiler_static='-Bstatic'
7929 lt_prog_compiler_wl='-Wl,'
7930 # All Alpha code is PIC.
7931 lt_prog_compiler_static='-non_shared'
7933 xl* | bgxl* | bgf* | mpixl*)
7934 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7935 lt_prog_compiler_wl='-Wl,'
7936 lt_prog_compiler_pic='-qpic'
7937 lt_prog_compiler_static='-qstaticlink'
7940 case `$CC -V 2>&1 | sed 5q` in
7941 *Sun\ F* | *Sun*Fortran*)
7942 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7943 lt_prog_compiler_pic='-KPIC'
7944 lt_prog_compiler_static='-Bstatic'
7945 lt_prog_compiler_wl=''
7949 lt_prog_compiler_pic='-KPIC'
7950 lt_prog_compiler_static='-Bstatic'
7951 lt_prog_compiler_wl='-Wl,'
7959 lt_prog_compiler_pic='-KPIC'
7960 lt_prog_compiler_static='-Bstatic'
7964 # QNX uses GNU C++, but need to define -shared option too, otherwise
7966 lt_prog_compiler_pic='-fPIC -shared'
7969 osf3* | osf4* | osf5*)
7970 lt_prog_compiler_wl='-Wl,'
7971 # All OSF/1 code is PIC.
7972 lt_prog_compiler_static='-non_shared'
7976 lt_prog_compiler_static='-non_shared'
7980 lt_prog_compiler_pic='-KPIC'
7981 lt_prog_compiler_static='-Bstatic'
7982 case $cc_basename in
7984 lt_prog_compiler_wl='-Qoption ld ';;
7986 lt_prog_compiler_wl='-Wl,';;
7991 lt_prog_compiler_wl='-Qoption ld '
7992 lt_prog_compiler_pic='-PIC'
7993 lt_prog_compiler_static='-Bstatic'
7996 sysv4 | sysv4.2uw2* | sysv4.3*)
7997 lt_prog_compiler_wl='-Wl,'
7998 lt_prog_compiler_pic='-KPIC'
7999 lt_prog_compiler_static='-Bstatic'
8003 if test -d /usr/nec ;then
8004 lt_prog_compiler_pic='-Kconform_pic'
8005 lt_prog_compiler_static='-Bstatic'
8009 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8010 lt_prog_compiler_wl='-Wl,'
8011 lt_prog_compiler_pic='-KPIC'
8012 lt_prog_compiler_static='-Bstatic'
8016 lt_prog_compiler_wl='-Wl,'
8017 lt_prog_compiler_can_build_shared=no
8021 lt_prog_compiler_pic='-pic'
8022 lt_prog_compiler_static='-Bstatic'
8026 lt_prog_compiler_can_build_shared=no
8032 # For platforms which do not support PIC, -DPIC is meaningless:
8034 lt_prog_compiler_pic=
8037 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8041 $as_echo "$lt_prog_compiler_pic" >&6; }
8049 # Check to make sure the PIC flag actually works.
8051 if test -n "$lt_prog_compiler_pic"; then
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8053 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8054 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8055 $as_echo_n "(cached
) " >&6
8057 lt_cv_prog_compiler_pic_works=no
8058 ac_outfile=conftest.$ac_objext
8059 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8060 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8061 # Insert the option either (1) after the last *FLAGS variable, or
8062 # (2) before a word containing "conftest.
", or (3) at the end.
8063 # Note that $ac_compile itself does not contain backslashes and begins
8064 # with a dollar sign (not a hyphen), so the echo should work correctly.
8065 # The option is referenced via a variable to avoid confusing sed.
8066 lt_compile=`echo "$ac_compile" | $SED \
8067 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8068 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8069 -e 's:$: $lt_compiler_flag:'`
8070 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8071 (eval "$lt_compile" 2>conftest.err)
8073 cat conftest.err >&5
8074 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8075 if (exit $ac_status) && test -s "$ac_outfile"; then
8076 # The compiler can only warn and ignore the option if not recognized
8077 # So say no if there are warnings other than the usual output.
8078 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8079 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8080 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8081 lt_cv_prog_compiler_pic_works=yes
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8088 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8090 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8091 case $lt_prog_compiler_pic in
8093 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8096 lt_prog_compiler_pic=
8097 lt_prog_compiler_can_build_shared=no
8108 # Check to make sure the static flag actually works.
8110 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8112 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8113 if ${lt_cv_prog_compiler_static_works+:} false; then :
8114 $as_echo_n "(cached
) " >&6
8116 lt_cv_prog_compiler_static_works=no
8117 save_LDFLAGS="$LDFLAGS"
8118 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8119 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8120 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8121 # The linker can only warn and ignore the option if not recognized
8122 # So say no if there are warnings
8123 if test -s conftest.err; then
8124 # Append any errors to the config.log.
8125 cat conftest.err 1>&5
8126 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8127 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8128 if diff conftest.exp conftest.er2 >/dev/null; then
8129 lt_cv_prog_compiler_static_works=yes
8132 lt_cv_prog_compiler_static_works=yes
8136 LDFLAGS="$save_LDFLAGS"
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8140 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8142 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8145 lt_prog_compiler_static=
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8155 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8156 if ${lt_cv_prog_compiler_c_o+:} false; then :
8157 $as_echo_n "(cached
) " >&6
8159 lt_cv_prog_compiler_c_o=no
8160 $RM -r conftest 2>/dev/null
8164 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8166 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8167 # Insert the option either (1) after the last *FLAGS variable, or
8168 # (2) before a word containing "conftest.
", or (3) at the end.
8169 # Note that $ac_compile itself does not contain backslashes and begins
8170 # with a dollar sign (not a hyphen), so the echo should work correctly.
8171 lt_compile=`echo "$ac_compile" | $SED \
8172 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8173 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8174 -e 's:$: $lt_compiler_flag:'`
8175 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8176 (eval "$lt_compile" 2>out/conftest.err)
8178 cat out/conftest.err >&5
8179 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8180 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8182 # The compiler can only warn and ignore the option if not recognized
8183 # So say no if there are warnings
8184 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8185 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8186 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8187 lt_cv_prog_compiler_c_o=yes
8192 # SGI C++ compiler will create directory out/ii_files/ for
8193 # template instantiation
8194 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8195 $RM out/* && rmdir out
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8202 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8210 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8211 if ${lt_cv_prog_compiler_c_o+:} false; then :
8212 $as_echo_n "(cached
) " >&6
8214 lt_cv_prog_compiler_c_o=no
8215 $RM -r conftest 2>/dev/null
8219 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8221 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8222 # Insert the option either (1) after the last *FLAGS variable, or
8223 # (2) before a word containing "conftest.
", or (3) at the end.
8224 # Note that $ac_compile itself does not contain backslashes and begins
8225 # with a dollar sign (not a hyphen), so the echo should work correctly.
8226 lt_compile=`echo "$ac_compile" | $SED \
8227 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8228 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8229 -e 's:$: $lt_compiler_flag:'`
8230 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8231 (eval "$lt_compile" 2>out/conftest.err)
8233 cat out/conftest.err >&5
8234 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8235 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8237 # The compiler can only warn and ignore the option if not recognized
8238 # So say no if there are warnings
8239 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8240 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8241 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8242 lt_cv_prog_compiler_c_o=yes
8247 # SGI C++ compiler will create directory out/ii_files/ for
8248 # template instantiation
8249 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8250 $RM out/* && rmdir out
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8257 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8262 hard_links="nottested
"
8263 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8264 # do not overwrite the value of need_locks provided by the user
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8266 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8269 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8271 ln conftest.a conftest.b 2>&5 || hard_links=no
8272 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8274 $as_echo "$hard_links" >&6; }
8275 if test "$hard_links" = no; then
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8277 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8290 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8293 allow_undefined_flag=
8294 always_export_symbols=no
8296 archive_expsym_cmds=
8297 compiler_needs_object=no
8298 enable_shared_with_static_runtimes=no
8299 export_dynamic_flag_spec=
8300 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8301 hardcode_automatic=no
8303 hardcode_direct_absolute=no
8304 hardcode_libdir_flag_spec=
8305 hardcode_libdir_flag_spec_ld=
8306 hardcode_libdir_separator=
8308 hardcode_shlibpath_var=unsupported
8310 link_all_deplibs=unknown
8313 old_archive_from_new_cmds=
8314 old_archive_from_expsyms_cmds=
8315 thread_safe_flag_spec=
8316 whole_archive_flag_spec=
8317 # include_expsyms should be a list of space-separated symbols to be *always*
8318 # included in the symbol list
8320 # exclude_expsyms can be an extended regexp of symbols to exclude
8321 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8322 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8323 # as well as any symbol that contains `d'.
8324 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8325 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8326 # platforms (ab)use it in PIC code, but their linkers get confused if
8327 # the symbol is explicitly referenced. Since portable code cannot
8328 # rely on this symbol name, it's probably fine to never include it in
8329 # preloaded symbol tables.
8330 # Exclude shared library initialization/finalization symbols.
8331 extract_expsyms_cmds=
8334 cygwin* | mingw* | pw32* | cegcc*)
8335 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8336 # When not using gcc, we currently assume that we are using
8337 # Microsoft Visual C++.
8338 if test "$GCC" != yes; then
8343 # we just hope/assume this is gcc and not c89 (= MSVC++)
8353 # On some targets, GNU ld is compatible enough with the native linker
8354 # that we're better off using the native interface for both.
8355 lt_use_gnu_ld_interface=no
8356 if test "$with_gnu_ld" = yes; then
8359 # The AIX port of GNU ld has always aspired to compatibility
8360 # with the native linker. However, as the warning in the GNU ld
8361 # block says, versions before 2.19.5* couldn't really create working
8362 # shared libraries, regardless of the interface used.
8363 case `$LD -v 2>&1` in
8364 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8365 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8366 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8368 lt_use_gnu_ld_interface=yes
8373 lt_use_gnu_ld_interface=yes
8378 if test "$lt_use_gnu_ld_interface" = yes; then
8379 # If archive_cmds runs LD, not CC, wlarc should be empty
8382 # Set some defaults for GNU ld with shared library support. These
8383 # are reset later if shared libraries are not supported. Putting them
8384 # here allows them to be overridden if necessary.
8385 runpath_var=LD_RUN_PATH
8386 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8387 export_dynamic_flag_spec='${wl}--export-dynamic'
8388 # ancient GNU ld didn't support --whole-archive et. al.
8389 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8390 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8392 whole_archive_flag_spec=
8394 supports_anon_versioning=no
8395 case `$LD -v 2>&1` in
8396 *GNU\ gold*) supports_anon_versioning=yes ;;
8397 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8398 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8399 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8400 *\ 2.11.*) ;; # other 2.11 versions
8401 *) supports_anon_versioning=yes ;;
8404 # See if GNU ld supports shared libraries.
8407 # On AIX/PPC, the GNU linker is very broken
8408 if test "$host_cpu" != ia64; then
8412 *** Warning: the GNU linker, at least up to release 2.19, is reported
8413 *** to be unable to reliably create shared libraries on AIX.
8414 *** Therefore, libtool is disabling shared libraries support. If you
8415 *** really care for shared libraries, you may want to install binutils
8416 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8417 *** You will then need to restart the configuration process.
8426 # see comment about AmigaOS4 .so support
8427 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8428 archive_expsym_cmds=''
8431 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)'
8432 hardcode_libdir_flag_spec
='-L$libdir'
8433 hardcode_minus_L
=yes
8439 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8440 allow_undefined_flag
=unsupported
8441 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8442 # support --undefined. This deserves some investigation. FIXME
8443 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8449 cygwin
* | mingw
* | pw32
* | cegcc
*)
8450 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8451 # as there is no search path for DLLs.
8452 hardcode_libdir_flag_spec
='-L$libdir'
8453 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8454 allow_undefined_flag
=unsupported
8455 always_export_symbols
=no
8456 enable_shared_with_static_runtimes
=yes
8457 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8459 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8460 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8461 # If the export-symbols file already is a .def file (1st line
8462 # is EXPORTS), use it as is; otherwise, prepend...
8463 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8464 cp $export_symbols $output_objdir/$soname.def;
8466 echo EXPORTS > $output_objdir/$soname.def;
8467 cat $export_symbols >> $output_objdir/$soname.def;
8469 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8476 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8477 link_all_deplibs
=yes
8482 hardcode_shlibpath_var
=no
8483 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8484 export_dynamic_flag_spec
='${wl}-E'
8485 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8486 # Instead, shared libraries are loaded at an image base (0x10000000 by
8487 # default) and relocated if they conflict, which is a slow very memory
8488 # consuming and fragmenting process. To avoid this, we pick a random,
8489 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8490 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8491 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8492 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'
8495 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8497 if test "$host_os" = linux-dietlibc
; then
8498 case $cc_basename in
8499 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8502 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8503 && test "$tmp_diet" = no
8505 tmp_addflag
=' $pic_flag'
8506 tmp_sharedflag
='-shared'
8507 case $cc_basename,$host_cpu in
8508 pgcc
*) # Portland Group C compiler
8509 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'
8510 tmp_addflag
=' $pic_flag'
8512 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8513 # Portland Group f77 and f90 compilers
8514 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'
8515 tmp_addflag
=' $pic_flag -Mnomain' ;;
8516 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8517 tmp_addflag
=' -i_dynamic' ;;
8518 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8519 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8520 ifc
* | ifort
*) # Intel Fortran compiler
8521 tmp_addflag
=' -nofor_main' ;;
8522 lf95
*) # Lahey Fortran 8.1
8523 whole_archive_flag_spec
=
8524 tmp_sharedflag
='--shared' ;;
8525 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8526 tmp_sharedflag
='-qmkshrobj'
8528 nvcc
*) # Cuda Compiler Driver 2.2
8529 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'
8530 compiler_needs_object
=yes
8533 case `$CC -V 2>&1 | sed 5q` in
8534 *Sun\ C
*) # Sun C 5.9
8535 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'
8536 compiler_needs_object
=yes
8537 tmp_sharedflag
='-G' ;;
8538 *Sun\ F
*) # Sun Fortran 8.3
8539 tmp_sharedflag
='-G' ;;
8541 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8543 if test "x$supports_anon_versioning" = xyes
; then
8544 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8545 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8546 echo "local: *; };" >> $output_objdir/$libname.ver~
8547 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8550 case $cc_basename in
8551 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8552 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8553 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8554 hardcode_libdir_flag_spec
=
8555 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8556 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8557 if test "x$supports_anon_versioning" = xyes
; then
8558 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8559 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8560 echo "local: *; };" >> $output_objdir/$libname.ver~
8561 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8571 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8572 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8575 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8576 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8581 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8585 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8586 *** create shared libraries on Solaris systems. Therefore, libtool
8587 *** is disabling shared libraries support. We urge you to upgrade GNU
8588 *** binutils to release 2.9.1 or newer. Another option is to modify
8589 *** your PATH or compiler configuration so that the native linker is
8590 *** used, and then restart.
8593 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8594 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8595 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8601 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8602 case `$LD -v 2>&1` in
8603 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8607 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8608 *** reliably create shared libraries on SCO systems. Therefore, libtool
8609 *** is disabling shared libraries support. We urge you to upgrade GNU
8610 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8611 *** your PATH or compiler configuration so that the native linker is
8612 *** used, and then restart.
8617 # For security reasons, it is highly recommended that you always
8618 # use absolute paths for naming shared libraries, and exclude the
8619 # DT_RUNPATH tag from executables and libraries. But doing so
8620 # requires that you compile everything twice, which is a pain.
8621 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8622 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8623 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8624 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8633 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8636 hardcode_shlibpath_var
=no
8640 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8641 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8642 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8649 if test "$ld_shlibs" = no
; then
8651 hardcode_libdir_flag_spec
=
8652 export_dynamic_flag_spec
=
8653 whole_archive_flag_spec
=
8656 # PORTME fill in a description of your system's linker (not GNU ld)
8659 allow_undefined_flag
=unsupported
8660 always_export_symbols
=yes
8661 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'
8662 # Note: this linker hardcodes the directories in LIBPATH if there
8663 # are no directories specified by -L.
8664 hardcode_minus_L
=yes
8665 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8666 # Neither direct hardcoding nor static linking is supported with a
8668 hardcode_direct
=unsupported
8673 if test "$host_cpu" = ia64
; then
8674 # On IA64, the linker does run time linking by default, so we don't
8675 # have to do anything special.
8676 aix_use_runtimelinking
=no
8677 exp_sym_flag
='-Bexport'
8680 # If we're using GNU nm, then we don't want the "-C" option.
8681 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8682 # Also, AIX nm treats weak defined symbols like other global
8683 # defined symbols, whereas GNU nm marks them as "W".
8684 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
8685 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'
8687 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'
8689 aix_use_runtimelinking
=no
8691 # Test if we are trying to use run time linking or normal
8692 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8693 # need to do runtime linking.
8694 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8695 for ld_flag
in $LDFLAGS; do
8696 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8697 aix_use_runtimelinking
=yes
8704 exp_sym_flag
='-bexport'
8705 no_entry_flag
='-bnoentry'
8708 # When large executables or shared objects are built, AIX ld can
8709 # have problems creating the table of contents. If linking a library
8710 # or program results in "error TOC overflow" add -mminimal-toc to
8711 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8712 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8716 hardcode_direct_absolute
=yes
8717 hardcode_libdir_separator
=':'
8718 link_all_deplibs
=yes
8719 file_list_spec
='${wl}-f,'
8721 if test "$GCC" = yes; then
8722 case $host_os in aix4.
[012]|aix4.
[012].
*)
8723 # We only want to do this on AIX 4.2 and lower, the check
8724 # below for broken collect2 doesn't work under 4.3+
8725 collect2name
=`${CC} -print-prog-name=collect2`
8726 if test -f "$collect2name" &&
8727 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
8729 # We have reworked collect2
8732 # We have old collect2
8733 hardcode_direct
=unsupported
8734 # It fails to find uninstalled libraries when the uninstalled
8735 # path is not listed in the libpath. Setting hardcode_minus_L
8736 # to unsupported forces relinking
8737 hardcode_minus_L
=yes
8738 hardcode_libdir_flag_spec
='-L$libdir'
8739 hardcode_libdir_separator
=
8743 shared_flag
='-shared'
8744 if test "$aix_use_runtimelinking" = yes; then
8745 shared_flag
="$shared_flag "'${wl}-G'
8749 if test "$host_cpu" = ia64
; then
8750 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8751 # chokes on -Wl,-G. The following line is correct:
8754 if test "$aix_use_runtimelinking" = yes; then
8755 shared_flag
='${wl}-G'
8757 shared_flag
='${wl}-bM:SRE'
8762 export_dynamic_flag_spec
='${wl}-bexpall'
8763 # It seems that -bexpall does not export symbols beginning with
8764 # underscore (_), so it is better to generate a list of symbols to export.
8765 always_export_symbols
=yes
8766 if test "$aix_use_runtimelinking" = yes; then
8767 # Warning - without using the other runtime loading flags (-brtl),
8768 # -berok will link without error, but may produce a broken library.
8769 allow_undefined_flag
='-berok'
8770 # Determine the default libpath from the value encoded in an
8772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8773 /* end confdefs.h. */
8783 if ac_fn_c_try_link
"$LINENO"; then :
8785 lt_aix_libpath_sed
='
8786 /Import File Strings/,/^$/ {
8792 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8793 # Check for a 64-bit object if we didn't find anything.
8794 if test -z "$aix_libpath"; then
8795 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8798 rm -f core conftest.err conftest.
$ac_objext \
8799 conftest
$ac_exeext conftest.
$ac_ext
8800 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8802 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8803 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"
8805 if test "$host_cpu" = ia64
; then
8806 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
8807 allow_undefined_flag
="-z nodefs"
8808 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"
8810 # Determine the default libpath from the value encoded in an
8812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8813 /* end confdefs.h. */
8823 if ac_fn_c_try_link
"$LINENO"; then :
8825 lt_aix_libpath_sed
='
8826 /Import File Strings/,/^$/ {
8832 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8833 # Check for a 64-bit object if we didn't find anything.
8834 if test -z "$aix_libpath"; then
8835 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8838 rm -f core conftest.err conftest.
$ac_objext \
8839 conftest
$ac_exeext conftest.
$ac_ext
8840 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8842 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8843 # Warning - without using the other run time loading flags,
8844 # -berok will link without error, but may produce a broken library.
8845 no_undefined_flag
=' ${wl}-bernotok'
8846 allow_undefined_flag
=' ${wl}-berok'
8847 if test "$with_gnu_ld" = yes; then
8848 # We only use this code for GNU lds that support --whole-archive.
8849 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8851 # Exported symbols can be pulled into shared objects from archives
8852 whole_archive_flag_spec
='$convenience'
8854 archive_cmds_need_lc
=yes
8855 # This is similar to how AIX traditionally builds its shared libraries.
8856 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'
8864 # see comment about AmigaOS4 .so support
8865 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8866 archive_expsym_cmds
=''
8869 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)'
8870 hardcode_libdir_flag_spec
='-L$libdir'
8871 hardcode_minus_L
=yes
8877 export_dynamic_flag_spec
=-rdynamic
8880 cygwin
* | mingw
* | pw32
* | cegcc
*)
8881 # When not using gcc, we currently assume that we are using
8882 # Microsoft Visual C++.
8883 # hardcode_libdir_flag_spec is actually meaningless, as there is
8884 # no search path for DLLs.
8885 hardcode_libdir_flag_spec
=' '
8886 allow_undefined_flag
=unsupported
8887 # Tell ltmain to make .lib files, not .a files.
8889 # Tell ltmain to make .dll files, not .so files.
8891 # FIXME: Setting linknames here is a bad hack.
8892 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8893 # The linker will automatically build a .lib file if we build a DLL.
8894 old_archive_from_new_cmds
='true'
8895 # FIXME: Should let the user specify the lib program.
8896 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8897 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8898 enable_shared_with_static_runtimes
=yes
8901 darwin
* | rhapsody
*)
8904 archive_cmds_need_lc
=no
8906 hardcode_automatic
=yes
8907 hardcode_shlibpath_var
=unsupported
8908 if test "$lt_cv_ld_force_load" = "yes"; then
8909 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\"`'
8911 whole_archive_flag_spec
=''
8913 link_all_deplibs
=yes
8914 allow_undefined_flag
="$_lt_dar_allow_undefined"
8915 case $cc_basename in
8916 ifort
*) _lt_dar_can_shared
=yes ;;
8917 *) _lt_dar_can_shared
=$GCC ;;
8919 if test "$_lt_dar_can_shared" = "yes"; then
8920 output_verbose_link_cmd
=func_echo_all
8921 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8922 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8923 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}"
8924 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}"
8933 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8934 hardcode_libdir_flag_spec
='-L$libdir'
8935 hardcode_shlibpath_var
=no
8938 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8939 # support. Future versions do this automatically, but an explicit c++rt0.o
8940 # does not break anything, and helps significantly (at the cost of a little
8943 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8944 hardcode_libdir_flag_spec
='-R$libdir'
8946 hardcode_shlibpath_var
=no
8949 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8951 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8953 hardcode_minus_L
=yes
8954 hardcode_shlibpath_var
=no
8957 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8958 freebsd
* | dragonfly
*)
8959 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8960 hardcode_libdir_flag_spec
='-R$libdir'
8962 hardcode_shlibpath_var
=no
8966 if test "$GCC" = yes; then
8967 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'
8969 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'
8971 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8972 hardcode_libdir_separator
=:
8975 # hardcode_minus_L: Not really in the search PATH,
8976 # but as the default location of the library.
8977 hardcode_minus_L
=yes
8978 export_dynamic_flag_spec
='${wl}-E'
8982 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
8983 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8985 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8987 if test "$with_gnu_ld" = no
; then
8988 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8989 hardcode_libdir_flag_spec_ld
='+b $libdir'
8990 hardcode_libdir_separator
=:
8992 hardcode_direct_absolute
=yes
8993 export_dynamic_flag_spec
='${wl}-E'
8994 # hardcode_minus_L: Not really in the search PATH,
8995 # but as the default location of the library.
8996 hardcode_minus_L
=yes
9001 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9004 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9007 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9010 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9016 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9019 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9023 # Older versions of the 11.00 compiler do not understand -b yet
9024 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9026 $as_echo_n "checking if $CC understands -b... " >&6; }
9027 if ${lt_cv_prog_compiler__b+:} false
; then :
9028 $as_echo_n "(cached) " >&6
9030 lt_cv_prog_compiler__b
=no
9031 save_LDFLAGS
="$LDFLAGS"
9032 LDFLAGS
="$LDFLAGS -b"
9033 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9034 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9035 # The linker can only warn and ignore the option if not recognized
9036 # So say no if there are warnings
9037 if test -s conftest.err
; then
9038 # Append any errors to the config.log.
9039 cat conftest.err
1>&5
9040 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9041 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9042 if diff conftest.exp conftest.er2
>/dev
/null
; then
9043 lt_cv_prog_compiler__b
=yes
9046 lt_cv_prog_compiler__b
=yes
9050 LDFLAGS
="$save_LDFLAGS"
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9054 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9056 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9057 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9059 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9065 if test "$with_gnu_ld" = no
; then
9066 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9067 hardcode_libdir_separator
=:
9072 hardcode_shlibpath_var
=no
9076 hardcode_direct_absolute
=yes
9077 export_dynamic_flag_spec
='${wl}-E'
9079 # hardcode_minus_L: Not really in the search PATH,
9080 # but as the default location of the library.
9081 hardcode_minus_L
=yes
9087 irix5
* | irix6
* | nonstopux
*)
9088 if test "$GCC" = yes; then
9089 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'
9090 # Try to use the -exported_symbol ld option, if it does not
9091 # work, assume that -exports_file does not work either and
9092 # implicitly export all symbols.
9093 save_LDFLAGS
="$LDFLAGS"
9094 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9096 /* end confdefs.h. */
9099 if ac_fn_c_try_link
"$LINENO"; then :
9100 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'
9103 rm -f core conftest.err conftest.
$ac_objext \
9104 conftest
$ac_exeext conftest.
$ac_ext
9105 LDFLAGS
="$save_LDFLAGS"
9107 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'
9108 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'
9110 archive_cmds_need_lc
='no'
9111 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9112 hardcode_libdir_separator
=:
9114 link_all_deplibs
=yes
9118 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9119 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9121 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9123 hardcode_libdir_flag_spec
='-R$libdir'
9125 hardcode_shlibpath_var
=no
9129 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9131 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9132 hardcode_libdir_separator
=:
9133 hardcode_shlibpath_var
=no
9140 if test -f /usr
/libexec
/ld.so
; then
9142 hardcode_shlibpath_var
=no
9143 hardcode_direct_absolute
=yes
9144 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9145 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9146 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9147 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9148 export_dynamic_flag_spec
='${wl}-E'
9151 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9152 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9153 hardcode_libdir_flag_spec
='-R$libdir'
9156 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9157 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9167 hardcode_libdir_flag_spec
='-L$libdir'
9168 hardcode_minus_L
=yes
9169 allow_undefined_flag
=unsupported
9170 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'
9171 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9175 if test "$GCC" = yes; then
9176 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9177 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'
9179 allow_undefined_flag
=' -expect_unresolved \*'
9180 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'
9182 archive_cmds_need_lc
='no'
9183 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9184 hardcode_libdir_separator
=:
9187 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9188 if test "$GCC" = yes; then
9189 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9190 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'
9191 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9193 allow_undefined_flag
=' -expect_unresolved \*'
9194 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'
9195 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~
9196 $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'
9198 # Both c and cxx compiler support -rpath directly
9199 hardcode_libdir_flag_spec
='-rpath $libdir'
9201 archive_cmds_need_lc
='no'
9202 hardcode_libdir_separator
=:
9206 no_undefined_flag
=' -z defs'
9207 if test "$GCC" = yes; then
9209 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9210 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9211 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9213 case `$CC -V 2>&1` in
9216 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9217 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9218 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9222 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9223 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9224 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9228 hardcode_libdir_flag_spec
='-R$libdir'
9229 hardcode_shlibpath_var
=no
9231 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9233 # The compiler driver will combine and reorder linker options,
9234 # but understands `-z linker_flag'. GCC discards it without `$wl',
9235 # but is careful enough not to reorder.
9236 # Supported since Solaris 2.6 (maybe 2.5.1?)
9237 if test "$GCC" = yes; then
9238 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9240 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9244 link_all_deplibs
=yes
9248 if test "x$host_vendor" = xsequent
; then
9249 # Use $CC to link under sequent, because it throws in some extra .o
9250 # files that make .init and .fini sections work.
9251 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9253 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9255 hardcode_libdir_flag_spec
='-L$libdir'
9257 hardcode_minus_L
=yes
9258 hardcode_shlibpath_var
=no
9262 case $host_vendor in
9264 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9265 hardcode_direct
=yes # is this really true???
9268 ## LD is ld it makes a PLAMLIB
9269 ## CC just makes a GrossModule.
9270 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9271 reload_cmds
='$CC -r -o $output$reload_objs'
9275 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9276 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9279 runpath_var
='LD_RUN_PATH'
9280 hardcode_shlibpath_var
=no
9284 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9285 hardcode_shlibpath_var
=no
9286 export_dynamic_flag_spec
='-Bexport'
9290 if test -d /usr
/nec
; then
9291 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9292 hardcode_shlibpath_var
=no
9293 runpath_var
=LD_RUN_PATH
9294 hardcode_runpath_var
=yes
9299 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9300 no_undefined_flag
='${wl}-z,text'
9301 archive_cmds_need_lc
=no
9302 hardcode_shlibpath_var
=no
9303 runpath_var
='LD_RUN_PATH'
9305 if test "$GCC" = yes; then
9306 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9307 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9309 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9310 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9314 sysv5
* | sco3.2v5
* | sco5v6
*)
9315 # Note: We can NOT use -z defs as we might desire, because we do not
9316 # link with -lc, and that would cause any symbols used from libc to
9317 # always be unresolved, which means just about no library would
9318 # ever link correctly. If we're not using GNU ld we use -z text
9319 # though, which does catch some bad symbols but isn't as heavy-handed
9321 no_undefined_flag
='${wl}-z,text'
9322 allow_undefined_flag
='${wl}-z,nodefs'
9323 archive_cmds_need_lc
=no
9324 hardcode_shlibpath_var
=no
9325 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9326 hardcode_libdir_separator
=':'
9327 link_all_deplibs
=yes
9328 export_dynamic_flag_spec
='${wl}-Bexport'
9329 runpath_var
='LD_RUN_PATH'
9331 if test "$GCC" = yes; then
9332 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9333 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9335 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9336 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9341 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9342 hardcode_libdir_flag_spec
='-L$libdir'
9343 hardcode_shlibpath_var
=no
9351 if test x
$host_vendor = xsni
; then
9353 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9354 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9361 $as_echo "$ld_shlibs" >&6; }
9362 test "$ld_shlibs" = no
&& can_build_shared
=no
9364 with_gnu_ld
=$with_gnu_ld
9381 # Do we need to explicitly link libc?
9383 case "x$archive_cmds_need_lc" in
9385 # Assume -lc should be added
9386 archive_cmds_need_lc
=yes
9388 if test "$enable_shared" = yes && test "$GCC" = yes; then
9389 case $archive_cmds in
9391 # FIXME: we may have to deal with multi-command sequences.
9394 # Test whether the compiler implicitly links with -lc since on some
9395 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9396 # to ld, don't add -lc before -lgcc.
9397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9398 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9399 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9400 $as_echo_n "(cached) " >&6
9403 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9405 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9406 (eval $ac_compile) 2>&5
9408 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9409 test $ac_status = 0; } 2>conftest.err
; then
9412 libobjs
=conftest.
$ac_objext
9414 wl
=$lt_prog_compiler_wl
9415 pic_flag
=$lt_prog_compiler_pic
9421 lt_save_allow_undefined_flag
=$allow_undefined_flag
9422 allow_undefined_flag
=
9423 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9424 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9427 test $ac_status = 0; }
9429 lt_cv_archive_cmds_need_lc
=no
9431 lt_cv_archive_cmds_need_lc
=yes
9433 allow_undefined_flag
=$lt_save_allow_undefined_flag
9435 cat conftest.err
1>&5
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9441 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9442 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9606 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9608 if test "$GCC" = yes; then
9610 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9611 *) lt_awk_arg
="/^libraries:/" ;;
9614 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
9615 *) lt_sed_strip_eq
="s,=/,/,g" ;;
9617 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9618 case $lt_search_path_spec in
9620 # if the path contains ";" then we assume it to be the separator
9621 # otherwise default to the standard path separator (i.e. ":") - it is
9622 # assumed that no part of a normal pathname contains ";" but that should
9623 # okay in the real world where ";" in dirpaths is itself problematic.
9624 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9627 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9630 # Ok, now we have the path, separated by spaces, we can step through it
9631 # and add multilib dir if necessary.
9632 lt_tmp_lt_search_path_spec
=
9633 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9634 for lt_sys_path
in $lt_search_path_spec; do
9635 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9636 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9638 test -d "$lt_sys_path" && \
9639 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9642 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9643 BEGIN {RS=" "; FS="/|\n";} {
9646 for (lt_i = NF; lt_i > 0; lt_i--) {
9647 if ($lt_i != "" && $lt_i != ".") {
9648 if ($lt_i == "..") {
9651 if (lt_count == 0) {
9652 lt_foo="/" $lt_i lt_foo;
9659 if (lt_foo != "") { lt_freq[lt_foo]++; }
9660 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9662 # AWK program above erroneously prepends '/' to C:/dos/paths
9665 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
9666 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9668 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9670 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9673 libname_spec
='lib$name'
9681 shlibpath_overrides_runpath
=unknown
9683 dynamic_linker
="$host_os ld.so"
9684 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9685 need_lib_prefix
=unknown
9686 hardcode_into_libs
=no
9688 # when you set need_version to no, make sure it does not cause -set_version
9689 # flags to be left without arguments
9690 need_version
=unknown
9695 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9696 shlibpath_var
=LIBPATH
9698 # AIX 3 has no versioning support, so we append a major version to the name.
9699 soname_spec
='${libname}${release}${shared_ext}$major'
9706 hardcode_into_libs
=yes
9707 if test "$host_cpu" = ia64
; then
9708 # AIX 5 supports IA64
9709 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9710 shlibpath_var
=LD_LIBRARY_PATH
9712 # With GCC up to 2.95.x, collect2 would create an import file
9713 # for dependence libraries. The import file would start with
9714 # the line `#! .'. This would cause the generated library to
9715 # depend on `.', always an invalid library. This was fixed in
9716 # development snapshots of GCC prior to 3.0.
9718 aix4 | aix4.
[01] | aix4.
[01].
*)
9719 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9721 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
9728 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9729 # soname into executable. Probably we can add versioning support to
9730 # collect2, so additional links can be useful in future.
9731 if test "$aix_use_runtimelinking" = yes; then
9732 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9733 # instead of lib<name>.a to let people know that these are not
9734 # typical AIX shared libraries.
9735 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9737 # We preserve .a as extension for shared libraries through AIX4.2
9738 # and later when we are not doing run time linking.
9739 library_names_spec
='${libname}${release}.a $libname.a'
9740 soname_spec
='${libname}${release}${shared_ext}$major'
9742 shlibpath_var
=LIBPATH
9749 # Since July 2007 AmigaOS4 officially supports .so libraries.
9750 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9751 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9754 library_names_spec
='$libname.ixlibrary $libname.a'
9755 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9756 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'
9762 library_names_spec
='${libname}${shared_ext}'
9763 dynamic_linker
="$host_os ld.so"
9764 shlibpath_var
=LIBRARY_PATH
9770 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9771 soname_spec
='${libname}${release}${shared_ext}$major'
9772 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9773 shlibpath_var
=LD_LIBRARY_PATH
9774 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9775 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9776 # the default ld.so.conf also contains /usr/contrib/lib and
9777 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9778 # libtool to hard-code these into programs
9781 cygwin
* | mingw
* | pw32
* | cegcc
*)
9782 version_type
=windows
9787 case $GCC,$host_os in
9788 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
9789 library_names_spec
='$libname.dll.a'
9790 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9791 postinstall_cmds
='base_file=`basename \${file}`~
9792 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9793 dldir=$destdir/`dirname \$dlpath`~
9794 test -d \$dldir || mkdir -p \$dldir~
9795 $install_prog $dir/$dlname \$dldir/$dlname~
9796 chmod a+x \$dldir/$dlname~
9797 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9798 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9800 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9801 dlpath=$dir/\$dldll~
9803 shlibpath_overrides_runpath
=yes
9807 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9808 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9810 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
9813 # MinGW DLLs use traditional 'lib' prefix
9814 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9817 # pw32 DLLs use 'pw' prefix rather than 'lib'
9818 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9824 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9827 dynamic_linker
='Win32 ld.exe'
9828 # FIXME: first we should search . and the directory the executable is in
9832 darwin
* | rhapsody
*)
9833 dynamic_linker
="$host_os dyld"
9837 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9838 soname_spec
='${libname}${release}${major}$shared_ext'
9839 shlibpath_overrides_runpath
=yes
9840 shlibpath_var
=DYLD_LIBRARY_PATH
9841 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9843 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9844 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9851 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9852 soname_spec
='${libname}${release}${shared_ext}$major'
9853 shlibpath_var
=LD_LIBRARY_PATH
9856 freebsd
* | dragonfly
*)
9857 # DragonFly does not have aout. When/if they implement a new
9858 # versioning mechanism, adjust this.
9859 if test -x /usr
/bin
/objformat
; then
9860 objformat
=`/usr/bin/objformat`
9863 freebsd
[23].
*) objformat
=aout
;;
9867 version_type
=freebsd-
$objformat
9868 case $version_type in
9870 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9875 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9879 shlibpath_var
=LD_LIBRARY_PATH
9882 shlibpath_overrides_runpath
=yes
9884 freebsd3.
[01]* | freebsdelf3.
[01]*)
9885 shlibpath_overrides_runpath
=yes
9886 hardcode_into_libs
=yes
9888 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9889 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9890 shlibpath_overrides_runpath
=no
9891 hardcode_into_libs
=yes
9893 *) # from 4.6 on, and DragonFly
9894 shlibpath_overrides_runpath
=yes
9895 hardcode_into_libs
=yes
9904 dynamic_linker
="$host_os runtime_loader"
9905 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9906 soname_spec
='${libname}${release}${shared_ext}$major'
9907 shlibpath_var
=LIBRARY_PATH
9908 shlibpath_overrides_runpath
=yes
9909 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9910 hardcode_into_libs
=yes
9913 hpux9
* | hpux10
* | hpux11
*)
9914 # Give a soname corresponding to the major version so that dld.sl refuses to
9915 # link against other versions.
9922 hardcode_into_libs
=yes
9923 dynamic_linker
="$host_os dld.so"
9924 shlibpath_var
=LD_LIBRARY_PATH
9925 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9926 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9927 soname_spec
='${libname}${release}${shared_ext}$major'
9928 if test "X$HPUX_IA64_MODE" = X32
; then
9929 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9931 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9933 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9937 hardcode_into_libs
=yes
9938 dynamic_linker
="$host_os dld.sl"
9939 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9940 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9941 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9942 soname_spec
='${libname}${release}${shared_ext}$major'
9943 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9944 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9948 dynamic_linker
="$host_os dld.sl"
9949 shlibpath_var
=SHLIB_PATH
9950 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9951 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9952 soname_spec
='${libname}${release}${shared_ext}$major'
9955 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9956 postinstall_cmds
='chmod 555 $lib'
9957 # or fails outright, so override atomically:
9958 install_override_mode
=555
9965 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9966 soname_spec
='${libname}${release}${shared_ext}$major'
9967 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9968 shlibpath_var
=LD_LIBRARY_PATH
9969 shlibpath_overrides_runpath
=no
9970 hardcode_into_libs
=yes
9973 irix5
* | irix6
* | nonstopux
*)
9975 nonstopux
*) version_type
=nonstopux
;;
9977 if test "$lt_cv_prog_gnu_ld" = yes; then
9985 soname_spec
='${libname}${release}${shared_ext}$major'
9986 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9988 irix5
* | nonstopux
*)
9992 case $LD in # libtool.m4 will add one of these switches to LD
9993 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9994 libsuff
= shlibsuff
= libmagic
=32-bit;;
9995 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9996 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9997 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9998 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9999 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10003 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10004 shlibpath_overrides_runpath
=no
10005 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10006 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10007 hardcode_into_libs
=yes
10010 # No shared lib support for Linux oldld, aout, or coff.
10011 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10015 # This must be Linux ELF.
10016 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10020 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10021 soname_spec
='${libname}${release}${shared_ext}$major'
10022 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10023 shlibpath_var
=LD_LIBRARY_PATH
10024 shlibpath_overrides_runpath
=no
10026 # Some binutils ld are patched to set DT_RUNPATH
10027 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10028 $as_echo_n "(cached) " >&6
10030 lt_cv_shlibpath_overrides_runpath
=no
10031 save_LDFLAGS
=$LDFLAGS
10032 save_libdir
=$libdir
10033 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10034 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10036 /* end confdefs.h. */
10046 if ac_fn_c_try_link
"$LINENO"; then :
10047 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10048 lt_cv_shlibpath_overrides_runpath
=yes
10051 rm -f core conftest.err conftest.
$ac_objext \
10052 conftest
$ac_exeext conftest.
$ac_ext
10053 LDFLAGS
=$save_LDFLAGS
10054 libdir
=$save_libdir
10058 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10060 # This implies no fast_install, which is unacceptable.
10061 # Some rework will be needed to allow for fast_install
10062 # before this can be enabled.
10063 hardcode_into_libs
=yes
10065 # Append ld.so.conf contents to the search path
10066 if test -f /etc
/ld.so.conf
; then
10067 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' ' '`
10068 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10071 # We used to test for /lib/ld.so.1 and disable shared libraries on
10072 # powerpc, because MkLinux only supported shared libraries with the
10073 # GNU dynamic linker. Since this was broken with cross compilers,
10074 # most powerpc-linux boxes support dynamic linking these days and
10075 # people can always --disable-shared, the test was removed, and we
10076 # assume the GNU/Linux dynamic linker is in use.
10077 dynamic_linker
='GNU/Linux ld.so'
10084 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10085 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10086 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10087 dynamic_linker
='NetBSD (a.out) ld.so'
10089 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10090 soname_spec
='${libname}${release}${shared_ext}$major'
10091 dynamic_linker
='NetBSD ld.elf_so'
10093 shlibpath_var
=LD_LIBRARY_PATH
10094 shlibpath_overrides_runpath
=yes
10095 hardcode_into_libs
=yes
10100 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10101 shlibpath_var
=LD_LIBRARY_PATH
10102 shlibpath_overrides_runpath
=yes
10109 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10110 soname_spec
='${libname}${release}${shared_ext}$major'
10111 shlibpath_var
=LD_LIBRARY_PATH
10112 shlibpath_overrides_runpath
=no
10113 hardcode_into_libs
=yes
10114 dynamic_linker
='ldqnx.so'
10119 sys_lib_dlsearch_path_spec
="/usr/lib"
10121 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10123 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10124 *) need_version
=no
;;
10126 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10127 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10128 shlibpath_var
=LD_LIBRARY_PATH
10129 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10131 openbsd2.
[89] | openbsd2.
[89].
*)
10132 shlibpath_overrides_runpath
=no
10135 shlibpath_overrides_runpath
=yes
10139 shlibpath_overrides_runpath
=yes
10144 libname_spec
='$name'
10147 library_names_spec
='$libname${shared_ext} $libname.a'
10148 dynamic_linker
='OS/2 ld.exe'
10149 shlibpath_var
=LIBPATH
10152 osf3
* | osf4
* | osf5
*)
10156 soname_spec
='${libname}${release}${shared_ext}$major'
10157 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10158 shlibpath_var
=LD_LIBRARY_PATH
10159 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10160 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10171 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10172 soname_spec
='${libname}${release}${shared_ext}$major'
10173 shlibpath_var
=LD_LIBRARY_PATH
10174 shlibpath_overrides_runpath
=yes
10175 hardcode_into_libs
=yes
10176 # ldd complains unless libraries are executable
10177 postinstall_cmds
='chmod +x $lib'
10182 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10183 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10184 shlibpath_var
=LD_LIBRARY_PATH
10185 shlibpath_overrides_runpath
=yes
10186 if test "$with_gnu_ld" = yes; then
10194 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10195 soname_spec
='${libname}${release}${shared_ext}$major'
10196 shlibpath_var
=LD_LIBRARY_PATH
10197 case $host_vendor in
10199 shlibpath_overrides_runpath
=no
10201 runpath_var
=LD_RUN_PATH
10209 shlibpath_overrides_runpath
=no
10210 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10216 if test -d /usr
/nec
;then
10218 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10219 soname_spec
='$libname${shared_ext}.$major'
10220 shlibpath_var
=LD_LIBRARY_PATH
10224 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10225 version_type
=freebsd-elf
10228 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10229 soname_spec
='${libname}${release}${shared_ext}$major'
10230 shlibpath_var
=LD_LIBRARY_PATH
10231 shlibpath_overrides_runpath
=yes
10232 hardcode_into_libs
=yes
10233 if test "$with_gnu_ld" = yes; then
10234 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10236 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10239 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10243 sys_lib_dlsearch_path_spec
='/usr/lib'
10247 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10251 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10252 shlibpath_var
=LD_LIBRARY_PATH
10253 shlibpath_overrides_runpath
=no
10254 hardcode_into_libs
=yes
10259 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10260 soname_spec
='${libname}${release}${shared_ext}$major'
10261 shlibpath_var
=LD_LIBRARY_PATH
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10269 $as_echo "$dynamic_linker" >&6; }
10270 test "$dynamic_linker" = no
&& can_build_shared
=no
10272 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10273 if test "$GCC" = yes; then
10274 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10277 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10278 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10280 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10281 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10376 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10378 if test -n "$hardcode_libdir_flag_spec" ||
10379 test -n "$runpath_var" ||
10380 test "X$hardcode_automatic" = "Xyes" ; then
10382 # We can hardcode non-existent directories.
10383 if test "$hardcode_direct" != no
&&
10384 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10385 # have to relink, otherwise we might link with an installed library
10386 # when we should be linking with a yet-to-be-installed one
10387 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10388 test "$hardcode_minus_L" != no
; then
10389 # Linking always hardcodes the temporary library directory.
10390 hardcode_action
=relink
10392 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10393 hardcode_action
=immediate
10396 # We cannot hardcode anything, or else we can only hardcode existing
10398 hardcode_action
=unsupported
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10401 $as_echo "$hardcode_action" >&6; }
10403 if test "$hardcode_action" = relink ||
10404 test "$inherit_rpath" = yes; then
10405 # Fast installation is not supported
10406 enable_fast_install
=no
10407 elif test "$shlibpath_overrides_runpath" = yes ||
10408 test "$enable_shared" = no
; then
10409 # Fast installation is not necessary
10410 enable_fast_install
=needless
10418 if test "x$enable_dlopen" != xyes
; then
10419 enable_dlopen
=unknown
10420 enable_dlopen_self
=unknown
10421 enable_dlopen_self_static
=unknown
10428 lt_cv_dlopen
="load_add_on"
10430 lt_cv_dlopen_self
=yes
10433 mingw
* | pw32
* | cegcc
*)
10434 lt_cv_dlopen
="LoadLibrary"
10439 lt_cv_dlopen
="dlopen"
10444 # if libdl is installed we need to link against it
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10446 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10447 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10448 $as_echo_n "(cached) " >&6
10450 ac_check_lib_save_LIBS
=$LIBS
10452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10453 /* end confdefs.h. */
10455 /* Override any GCC internal prototype to avoid an error.
10456 Use char because int might match the return type of a GCC
10457 builtin and then its argument prototype would still apply. */
10470 if ac_fn_c_try_link
"$LINENO"; then :
10471 ac_cv_lib_dl_dlopen
=yes
10473 ac_cv_lib_dl_dlopen
=no
10475 rm -f core conftest.err conftest.
$ac_objext \
10476 conftest
$ac_exeext conftest.
$ac_ext
10477 LIBS
=$ac_check_lib_save_LIBS
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10480 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10481 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10482 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10485 lt_cv_dlopen
="dyld"
10487 lt_cv_dlopen_self
=yes
10494 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10495 if test "x$ac_cv_func_shl_load" = xyes
; then :
10496 lt_cv_dlopen
="shl_load"
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10499 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10500 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10501 $as_echo_n "(cached) " >&6
10503 ac_check_lib_save_LIBS
=$LIBS
10505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10506 /* end confdefs.h. */
10508 /* Override any GCC internal prototype to avoid an error.
10509 Use char because int might match the return type of a GCC
10510 builtin and then its argument prototype would still apply. */
10518 return shl_load ();
10523 if ac_fn_c_try_link
"$LINENO"; then :
10524 ac_cv_lib_dld_shl_load
=yes
10526 ac_cv_lib_dld_shl_load
=no
10528 rm -f core conftest.err conftest.
$ac_objext \
10529 conftest
$ac_exeext conftest.
$ac_ext
10530 LIBS
=$ac_check_lib_save_LIBS
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10533 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10534 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10535 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10537 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10538 if test "x$ac_cv_func_dlopen" = xyes
; then :
10539 lt_cv_dlopen
="dlopen"
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10542 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10543 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10544 $as_echo_n "(cached) " >&6
10546 ac_check_lib_save_LIBS
=$LIBS
10548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10549 /* end confdefs.h. */
10551 /* Override any GCC internal prototype to avoid an error.
10552 Use char because int might match the return type of a GCC
10553 builtin and then its argument prototype would still apply. */
10566 if ac_fn_c_try_link
"$LINENO"; then :
10567 ac_cv_lib_dl_dlopen
=yes
10569 ac_cv_lib_dl_dlopen
=no
10571 rm -f core conftest.err conftest.
$ac_objext \
10572 conftest
$ac_exeext conftest.
$ac_ext
10573 LIBS
=$ac_check_lib_save_LIBS
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10576 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10577 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10578 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10581 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10582 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10583 $as_echo_n "(cached) " >&6
10585 ac_check_lib_save_LIBS
=$LIBS
10586 LIBS
="-lsvld $LIBS"
10587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10588 /* end confdefs.h. */
10590 /* Override any GCC internal prototype to avoid an error.
10591 Use char because int might match the return type of a GCC
10592 builtin and then its argument prototype would still apply. */
10605 if ac_fn_c_try_link
"$LINENO"; then :
10606 ac_cv_lib_svld_dlopen
=yes
10608 ac_cv_lib_svld_dlopen
=no
10610 rm -f core conftest.err conftest.
$ac_objext \
10611 conftest
$ac_exeext conftest.
$ac_ext
10612 LIBS
=$ac_check_lib_save_LIBS
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10615 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10616 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
10617 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10620 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10621 if ${ac_cv_lib_dld_dld_link+:} false
; then :
10622 $as_echo_n "(cached) " >&6
10624 ac_check_lib_save_LIBS
=$LIBS
10626 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10627 /* end confdefs.h. */
10629 /* Override any GCC internal prototype to avoid an error.
10630 Use char because int might match the return type of a GCC
10631 builtin and then its argument prototype would still apply. */
10639 return dld_link ();
10644 if ac_fn_c_try_link
"$LINENO"; then :
10645 ac_cv_lib_dld_dld_link
=yes
10647 ac_cv_lib_dld_dld_link
=no
10649 rm -f core conftest.err conftest.
$ac_objext \
10650 conftest
$ac_exeext conftest.
$ac_ext
10651 LIBS
=$ac_check_lib_save_LIBS
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10654 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10655 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
10656 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
10677 if test "x$lt_cv_dlopen" != xno
; then
10683 case $lt_cv_dlopen in
10685 save_CPPFLAGS
="$CPPFLAGS"
10686 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10688 save_LDFLAGS
="$LDFLAGS"
10689 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10692 LIBS
="$lt_cv_dlopen_libs $LIBS"
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10695 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10696 if ${lt_cv_dlopen_self+:} false
; then :
10697 $as_echo_n "(cached) " >&6
10699 if test "$cross_compiling" = yes; then :
10700 lt_cv_dlopen_self
=cross
10702 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10703 lt_status
=$lt_dlunknown
10704 cat > conftest.
$ac_ext <<_LT_EOF
10705 #line 10705 "configure"
10706 #include "confdefs.h"
10715 # define LT_DLGLOBAL RTLD_GLOBAL
10718 # define LT_DLGLOBAL DL_GLOBAL
10720 # define LT_DLGLOBAL 0
10724 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10725 find out it does not work in some platform. */
10726 #ifndef LT_DLLAZY_OR_NOW
10728 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10731 # define LT_DLLAZY_OR_NOW DL_LAZY
10734 # define LT_DLLAZY_OR_NOW RTLD_NOW
10737 # define LT_DLLAZY_OR_NOW DL_NOW
10739 # define LT_DLLAZY_OR_NOW 0
10746 /* When -fvisbility=hidden is used, assume the code has been annotated
10747 correspondingly for the symbols needed. */
10748 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10749 void fnord () __attribute__((visibility("default")));
10752 void fnord () { int i=42; }
10755 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10756 int status = $lt_dlunknown;
10760 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10763 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10764 else puts (dlerror ());
10766 /* dlclose (self); */
10774 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10775 (eval $ac_link) 2>&5
10777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10778 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10779 (.
/conftest
; exit; ) >&5 2>/dev
/null
10781 case x
$lt_status in
10782 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10783 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10784 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10787 # compilation failed
10788 lt_cv_dlopen_self
=no
10795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10796 $as_echo "$lt_cv_dlopen_self" >&6; }
10798 if test "x$lt_cv_dlopen_self" = xyes
; then
10799 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10801 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10802 if ${lt_cv_dlopen_self_static+:} false
; then :
10803 $as_echo_n "(cached) " >&6
10805 if test "$cross_compiling" = yes; then :
10806 lt_cv_dlopen_self_static
=cross
10808 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10809 lt_status
=$lt_dlunknown
10810 cat > conftest.
$ac_ext <<_LT_EOF
10811 #line 10811 "configure"
10812 #include "confdefs.h"
10821 # define LT_DLGLOBAL RTLD_GLOBAL
10824 # define LT_DLGLOBAL DL_GLOBAL
10826 # define LT_DLGLOBAL 0
10830 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10831 find out it does not work in some platform. */
10832 #ifndef LT_DLLAZY_OR_NOW
10834 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10837 # define LT_DLLAZY_OR_NOW DL_LAZY
10840 # define LT_DLLAZY_OR_NOW RTLD_NOW
10843 # define LT_DLLAZY_OR_NOW DL_NOW
10845 # define LT_DLLAZY_OR_NOW 0
10852 /* When -fvisbility=hidden is used, assume the code has been annotated
10853 correspondingly for the symbols needed. */
10854 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10855 void fnord () __attribute__((visibility("default")));
10858 void fnord () { int i=42; }
10861 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10862 int status = $lt_dlunknown;
10866 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10869 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10870 else puts (dlerror ());
10872 /* dlclose (self); */
10880 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10881 (eval $ac_link) 2>&5
10883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10884 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10885 (.
/conftest
; exit; ) >&5 2>/dev
/null
10887 case x
$lt_status in
10888 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10889 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10890 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10893 # compilation failed
10894 lt_cv_dlopen_self_static
=no
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10902 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10905 CPPFLAGS
="$save_CPPFLAGS"
10906 LDFLAGS
="$save_LDFLAGS"
10911 case $lt_cv_dlopen_self in
10912 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10913 *) enable_dlopen_self
=unknown
;;
10916 case $lt_cv_dlopen_self_static in
10917 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10918 *) enable_dlopen_self_static
=unknown
;;
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10941 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10942 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10943 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10944 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10946 $as_echo "yes" >&6; }
10948 # FIXME - insert some real tests, host_os isn't really good enough
10951 if test -n "$STRIP" ; then
10952 striplib
="$STRIP -x"
10953 old_striplib
="$STRIP -S"
10954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10955 $as_echo "yes" >&6; }
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10958 $as_echo "no" >&6; }
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10963 $as_echo "no" >&6; }
10979 # Report which library types will actually be built
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10981 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10983 $as_echo "$can_build_shared" >&6; }
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10986 $as_echo_n "checking whether to build shared libraries... " >&6; }
10987 test "$can_build_shared" = "no" && enable_shared
=no
10989 # On AIX, shared libraries and static libraries use the same namespace, and
10990 # are all built from PIC.
10993 test "$enable_shared" = yes && enable_static
=no
10994 if test -n "$RANLIB"; then
10995 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10996 postinstall_cmds
='$RANLIB $lib'
11001 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11002 test "$enable_shared" = yes && enable_static
=no
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11007 $as_echo "$enable_shared" >&6; }
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11010 $as_echo_n "checking whether to build static libraries... " >&6; }
11011 # Make sure either enable_shared or enable_static is yes.
11012 test "$enable_shared" = yes || enable_static
=yes
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11014 $as_echo "$enable_static" >&6; }
11021 ac_cpp
='$CPP $CPPFLAGS'
11022 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11023 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11024 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11040 ac_config_commands
="$ac_config_commands libtool"
11045 # Only expand once:
11049 # The tests for host and target for $enable_largefile require
11054 # As the $enable_largefile decision depends on --enable-plugins we must set it
11055 # even in directories otherwise not depending on the $plugins option.
11059 for ac_header
in dlfcn.h
11061 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11063 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11064 cat >>confdefs.h
<<_ACEOF
11065 #define HAVE_DLFCN_H 1
11072 for ac_header
in windows.h
11074 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11076 if test "x$ac_cv_header_windows_h" = xyes
; then :
11077 cat >>confdefs.h
<<_ACEOF
11078 #define HAVE_WINDOWS_H 1
11086 # Check whether --enable-plugins was given.
11087 if test "${enable_plugins+set}" = set; then :
11088 enableval
=$enable_plugins; case "${enableval}" in
11091 if test "$maybe_plugins" != "yes" ; then
11092 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11096 plugins
=$maybe_plugins
11100 if test "$plugins" = "yes"; then
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11102 $as_echo_n "checking for library containing dlsym... " >&6; }
11103 if ${ac_cv_search_dlsym+:} false
; then :
11104 $as_echo_n "(cached) " >&6
11106 ac_func_search_save_LIBS
=$LIBS
11107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11108 /* end confdefs.h. */
11110 /* Override any GCC internal prototype to avoid an error.
11111 Use char because int might match the return type of a GCC
11112 builtin and then its argument prototype would still apply. */
11125 for ac_lib
in '' dl
; do
11126 if test -z "$ac_lib"; then
11127 ac_res
="none required"
11130 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11132 if ac_fn_c_try_link
"$LINENO"; then :
11133 ac_cv_search_dlsym
=$ac_res
11135 rm -f core conftest.err conftest.
$ac_objext \
11137 if ${ac_cv_search_dlsym+:} false
; then :
11141 if ${ac_cv_search_dlsym+:} false
; then :
11144 ac_cv_search_dlsym
=no
11146 rm conftest.
$ac_ext
11147 LIBS
=$ac_func_search_save_LIBS
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11150 $as_echo "$ac_cv_search_dlsym" >&6; }
11151 ac_res
=$ac_cv_search_dlsym
11152 if test "$ac_res" != no
; then :
11153 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11161 sparc-
*-solaris*|i?
86-*-solaris*)
11162 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11163 # were mutually exclusive until Solaris 11.3. Without procfs support,
11164 # the bfd/ elf module cannot provide certain routines such as
11165 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11166 # explicitly requested large-file support through the
11167 # --enable-largefile switch, disable large-file support in favor of
11170 # Check if <sys/procfs.h> is incompatible with large-file support.
11171 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11172 /* end confdefs.h. */
11173 #define _FILE_OFFSET_BITS 64
11174 #define _STRUCTURED_PROC 1
11175 #include <sys/procfs.h>
11184 if ac_fn_c_try_compile
"$LINENO"; then :
11185 acx_cv_procfs_lfs
=yes
11187 acx_cv_procfs_lfs
=no
11189 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11191 # Forcefully disable large-file support only if necessary, gdb is in
11192 # tree and enabled.
11193 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11194 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
11195 : ${enable_largefile="no"}
11196 if test "$plugins" = yes; then
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11198 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11199 $as_echo "$as_me: WARNING:
11200 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11205 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11206 # benefit of g++ 9+ which predefines it on Solaris.
11207 if test "$enable_largefile" = no
; then
11208 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
11214 # Check whether --enable-largefile was given.
11215 if test "${enable_largefile+set}" = set; then :
11216 enableval
=$enable_largefile;
11219 if test "$enable_largefile" != no
; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11222 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11223 if ${ac_cv_sys_largefile_CC+:} false
; then :
11224 $as_echo_n "(cached) " >&6
11226 ac_cv_sys_largefile_CC
=no
11227 if test "$GCC" != yes; then
11230 # IRIX 6.2 and later do not support large files by default,
11231 # so use the C compiler's -n32 option if that helps.
11232 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11233 /* end confdefs.h. */
11234 #include <sys/types.h>
11235 /* Check that off_t can represent 2**63 - 1 correctly.
11236 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11237 since some C++ compilers masquerading as C compilers
11238 incorrectly reject 9223372036854775807. */
11239 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11240 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11241 && LARGE_OFF_T % 2147483647 == 1)
11251 if ac_fn_c_try_compile
"$LINENO"; then :
11254 rm -f core conftest.err conftest.
$ac_objext
11256 if ac_fn_c_try_compile
"$LINENO"; then :
11257 ac_cv_sys_largefile_CC
=' -n32'; break
11259 rm -f core conftest.err conftest.
$ac_objext
11263 rm -f conftest.
$ac_ext
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11267 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11268 if test "$ac_cv_sys_largefile_CC" != no
; then
11269 CC
=$CC$ac_cv_sys_largefile_CC
11272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11273 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11274 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11275 $as_echo_n "(cached) " >&6
11278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11279 /* end confdefs.h. */
11280 #include <sys/types.h>
11281 /* Check that off_t can represent 2**63 - 1 correctly.
11282 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11283 since some C++ compilers masquerading as C compilers
11284 incorrectly reject 9223372036854775807. */
11285 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11286 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11287 && LARGE_OFF_T % 2147483647 == 1)
11297 if ac_fn_c_try_compile
"$LINENO"; then :
11298 ac_cv_sys_file_offset_bits
=no
; break
11300 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11301 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11302 /* end confdefs.h. */
11303 #define _FILE_OFFSET_BITS 64
11304 #include <sys/types.h>
11305 /* Check that off_t can represent 2**63 - 1 correctly.
11306 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11307 since some C++ compilers masquerading as C compilers
11308 incorrectly reject 9223372036854775807. */
11309 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11310 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11311 && LARGE_OFF_T % 2147483647 == 1)
11321 if ac_fn_c_try_compile
"$LINENO"; then :
11322 ac_cv_sys_file_offset_bits
=64; break
11324 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11325 ac_cv_sys_file_offset_bits
=unknown
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11330 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11331 case $ac_cv_sys_file_offset_bits in #(
11334 cat >>confdefs.h
<<_ACEOF
11335 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11340 if test $ac_cv_sys_file_offset_bits = unknown
; then
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11342 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11343 if ${ac_cv_sys_large_files+:} false
; then :
11344 $as_echo_n "(cached) " >&6
11347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11348 /* end confdefs.h. */
11349 #include <sys/types.h>
11350 /* Check that off_t can represent 2**63 - 1 correctly.
11351 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11352 since some C++ compilers masquerading as C compilers
11353 incorrectly reject 9223372036854775807. */
11354 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11355 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11356 && LARGE_OFF_T % 2147483647 == 1)
11366 if ac_fn_c_try_compile
"$LINENO"; then :
11367 ac_cv_sys_large_files
=no
; break
11369 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11371 /* end confdefs.h. */
11372 #define _LARGE_FILES 1
11373 #include <sys/types.h>
11374 /* Check that off_t can represent 2**63 - 1 correctly.
11375 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11376 since some C++ compilers masquerading as C compilers
11377 incorrectly reject 9223372036854775807. */
11378 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11379 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11380 && LARGE_OFF_T % 2147483647 == 1)
11390 if ac_fn_c_try_compile
"$LINENO"; then :
11391 ac_cv_sys_large_files
=1; break
11393 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11394 ac_cv_sys_large_files
=unknown
11398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11399 $as_echo "$ac_cv_sys_large_files" >&6; }
11400 case $ac_cv_sys_large_files in #(
11403 cat >>confdefs.h
<<_ACEOF
11404 #define _LARGE_FILES $ac_cv_sys_large_files
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11416 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11417 if ${gcc_cv_prog_cmp_skip+:} false
; then :
11418 $as_echo_n "(cached) " >&6
11422 gcc_cv_prog_cmp_skip
='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11423 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
11424 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
11427 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
11430 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
11431 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
11434 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11441 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11442 do_compare
="$gcc_cv_prog_cmp_skip"
11446 # Check whether --enable-targets was given.
11447 if test "${enable_targets+set}" = set; then :
11448 enableval
=$enable_targets; case "${enableval}" in
11449 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
11451 no
) enable_targets
= ;;
11452 *) enable_targets
=$enableval ;;
11457 .
${srcdir}/..
/bfd
/development.sh
11458 test "$development" = true
&& ac_checking
=yes
11459 # Check whether --enable-checking was given.
11460 if test "${enable_checking+set}" = set; then :
11461 enableval
=$enable_checking; case "${enableval}" in
11462 no|none
) ac_checking
= ;;
11463 *) ac_checking
=yes ;;
11466 if test x
$ac_checking != x
; then
11468 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11473 # Decide the default method for compressing debug sections.
11474 ac_default_compressed_debug_sections
=unset
11475 # Provide a configure time option to override our default.
11476 # Check whether --enable-compressed_debug_sections was given.
11477 if test "${enable_compressed_debug_sections+set}" = set; then :
11478 enableval
=$enable_compressed_debug_sections; case ,"${enableval}", in
11479 ,yes, |
,all
, |
*,gas
,*) ac_default_compressed_debug_sections
=yes ;;
11480 ,no
, |
,none
,) ac_default_compressed_debug_sections
=no
;;
11481 *) ac_default_compressed_debug_sections
=unset ;;
11486 # Decide if x86 assembler should generate relax relocations.
11487 ac_default_x86_relax_relocations
=unset
11488 # Provide a configure time option to override our default.
11489 # Check whether --enable-x86_relax_relocations was given.
11490 if test "${enable_x86_relax_relocations+set}" = set; then :
11491 enableval
=$enable_x86_relax_relocations; case "${enableval}" in
11492 no
) ac_default_x86_relax_relocations
=0 ;;
11496 # Decide if ELF assembler should generate common symbols with the
11498 ac_default_elf_stt_common
=unset
11499 # Provide a configure time option to override our default.
11500 # Check whether --enable-elf_stt_common was given.
11501 if test "${enable_elf_stt_common+set}" = set; then :
11502 enableval
=$enable_elf_stt_common; case "${enableval}" in
11503 yes) ac_default_elf_stt_common
=1 ;;
11508 # Decide if the ELF assembler should default to generating
11509 # GNU Build notes if none are provided by the input.
11510 ac_default_generate_build_notes
=0
11511 # Provide a configuration option to override the default.
11512 # Check whether --enable-generate_build_notes was given.
11513 if test "${enable_generate_build_notes+set}" = set; then :
11514 enableval
=$enable_generate_build_notes; case "${enableval}" in
11515 yes) ac_default_generate_build_notes
=1 ;;
11516 no
) ac_default_generate_build_notes
=0 ;;
11520 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11522 ac_default_mips_fix_loongson3_llsc
=unset
11523 # Provide a configuration option to override the default.
11524 # Check whether --enable-mips-fix-loongson3-llsc was given.
11525 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11526 enableval
=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11527 yes) ac_default_mips_fix_loongson3_llsc
=1 ;;
11528 no
) ac_default_mips_fix_loongson3_llsc
=0 ;;
11532 # Decide if the x86 ELF assembler should default to generating GNU x86
11533 # used ISA and feature properties.
11534 ac_default_generate_x86_used_note
=unset
11535 # Provide a configuration option to override the default.
11536 # Check whether --enable-x86-used-note was given.
11537 if test "${enable_x86_used_note+set}" = set; then :
11538 enableval
=$enable_x86_used_note; case "${enableval}" in
11539 yes) ac_default_generate_x86_used_note
=1 ;;
11540 no
) ac_default_generate_x86_used_note
=0 ;;
11544 # Decide if the RISC-V ELF assembler should default to generating attribute.
11545 ac_default_generate_riscv_attr
=unset
11546 # Provide a configuration option to override the default.
11547 # Check whether --enable-default-riscv-attribute was given.
11548 if test "${enable_default_riscv_attribute+set}" = set; then :
11549 enableval
=$enable_default_riscv_attribute; case "${enableval}" in
11550 yes) ac_default_generate_riscv_attr
=1 ;;
11551 no
) ac_default_generate_riscv_attr
=0 ;;
11558 # Set the 'development' global.
11559 .
$srcdir/..
/bfd
/development.sh
11561 # Set acp_cpp_for_build variable
11562 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11564 # Default set of GCC warnings to enable.
11565 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11566 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11568 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11573 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11574 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11577 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
11582 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11584 /* end confdefs.h. */
11587 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11588 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11591 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11596 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11597 WARN_WRITE_STRINGS
=""
11598 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11599 /* end confdefs.h. */
11602 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11603 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11606 WARN_WRITE_STRINGS
="-Wwrite-strings"
11611 # Verify CC_FOR_BUILD to be compatible with warning flags
11613 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11615 /* end confdefs.h. */
11618 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11619 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11622 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11627 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11629 /* end confdefs.h. */
11632 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11633 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11636 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11641 # Check whether --enable-werror was given.
11642 if test "${enable_werror+set}" = set; then :
11643 enableval
=$enable_werror; case "${enableval}" in
11644 yes | y
) ERROR_ON_WARNING
="yes" ;;
11645 no | n
) ERROR_ON_WARNING
="no" ;;
11646 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11651 # Disable -Wformat by default when using gcc on mingw
11654 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11655 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
11656 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11662 # Enable -Werror by default when using gcc. Turn it off for releases.
11663 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
11664 ERROR_ON_WARNING
=yes
11668 if test "${ERROR_ON_WARNING}" = yes ; then
11669 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
11670 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11671 NO_WERROR
="-Wno-error"
11674 if test "${GCC}" = yes ; then
11675 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11676 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
11679 # Check whether --enable-build-warnings was given.
11680 if test "${enable_build_warnings+set}" = set; then :
11681 enableval
=$enable_build_warnings; case "${enableval}" in
11682 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11683 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11684 no
) if test "${GCC}" = yes ; then
11686 WARN_CFLAGS_FOR_BUILD
="-w"
11688 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11689 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
11690 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11691 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11692 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
11693 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11694 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
11695 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11700 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
11701 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11710 # Generate a header file
11711 ac_config_headers
="$ac_config_headers config.h:config.in"
11715 # Check whether --with-cpu was given.
11716 if test "${with_cpu+set}" = set; then :
11718 cat >>confdefs.h
<<_ACEOF
11719 #define TARGET_WITH_CPU "${with_cpu}"
11728 # If we are on a DOS filesystem, we must use gdb.ini rather than
11731 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-windows*)
11733 ac_config_files
="$ac_config_files gdb.ini:gdbinit.in"
11738 ac_config_files
="$ac_config_files .gdbinit:gdbinit.in"
11744 #We need this for the host.
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11746 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11747 if ${ac_cv_c_bigendian+:} false
; then :
11748 $as_echo_n "(cached) " >&6
11750 ac_cv_c_bigendian
=unknown
11751 # See if we're dealing with a universal compiler.
11752 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11753 /* end confdefs.h. */
11754 #ifndef __APPLE_CC__
11755 not a universal capable compiler
11760 if ac_fn_c_try_compile
"$LINENO"; then :
11762 # Check for potential -arch flags. It is not universal unless
11763 # there are at least two -arch flags with different values.
11766 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11767 if test -n "$ac_prev"; then
11769 i?
86 | x86_64 | ppc | ppc64
)
11770 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
11773 ac_cv_c_bigendian
=universal
11779 elif test "x$ac_word" = "x-arch"; then
11784 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11785 if test $ac_cv_c_bigendian = unknown
; then
11786 # See if sys/param.h defines the BYTE_ORDER macro.
11787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11788 /* end confdefs.h. */
11789 #include <sys/types.h>
11790 #include <sys/param.h>
11795 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11796 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11798 bogus endian macros
11805 if ac_fn_c_try_compile
"$LINENO"; then :
11806 # It does; now see whether it defined to BIG_ENDIAN or not.
11807 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11808 /* end confdefs.h. */
11809 #include <sys/types.h>
11810 #include <sys/param.h>
11815 #if BYTE_ORDER != BIG_ENDIAN
11823 if ac_fn_c_try_compile
"$LINENO"; then :
11824 ac_cv_c_bigendian
=yes
11826 ac_cv_c_bigendian
=no
11828 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11830 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11832 if test $ac_cv_c_bigendian = unknown
; then
11833 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11834 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 #include <limits.h>
11841 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11842 bogus endian macros
11849 if ac_fn_c_try_compile
"$LINENO"; then :
11850 # It does; now see whether it defined to _BIG_ENDIAN or not.
11851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11852 /* end confdefs.h. */
11853 #include <limits.h>
11858 #ifndef _BIG_ENDIAN
11866 if ac_fn_c_try_compile
"$LINENO"; then :
11867 ac_cv_c_bigendian
=yes
11869 ac_cv_c_bigendian
=no
11871 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11873 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11875 if test $ac_cv_c_bigendian = unknown
; then
11876 # Compile a test program.
11877 if test "$cross_compiling" = yes; then :
11878 # Try to guess by grepping values from an object file.
11879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11881 short int ascii_mm[] =
11882 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11883 short int ascii_ii[] =
11884 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11885 int use_ascii (int i) {
11886 return ascii_mm[i] + ascii_ii[i];
11888 short int ebcdic_ii[] =
11889 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11890 short int ebcdic_mm[] =
11891 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11892 int use_ebcdic (int i) {
11893 return ebcdic_mm[i] + ebcdic_ii[i];
11900 return use_ascii (foo) == use_ebcdic (foo);
11905 if ac_fn_c_try_compile
"$LINENO"; then :
11906 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
11907 ac_cv_c_bigendian
=yes
11909 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
11910 if test "$ac_cv_c_bigendian" = unknown
; then
11911 ac_cv_c_bigendian
=no
11913 # finding both strings is unlikely to happen, but who knows?
11914 ac_cv_c_bigendian
=unknown
11918 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11921 /* end confdefs.h. */
11922 $ac_includes_default
11927 /* Are we little or big endian? From Harbison&Steele. */
11931 char c[sizeof (long int)];
11934 return u.c[sizeof (long int) - 1] == 1;
11940 if ac_fn_c_try_run
"$LINENO"; then :
11941 ac_cv_c_bigendian
=no
11943 ac_cv_c_bigendian
=yes
11945 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
11946 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
11951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11952 $as_echo "$ac_cv_c_bigendian" >&6; }
11953 case $ac_cv_c_bigendian in #(
11955 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11961 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11965 as_fn_error $?
"unknown endianness
11966 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11972 # Makefile target for installing gas in $(tooldir)/bin.
11973 install_tooldir
=install-exec-tooldir
11977 if test -n "$enable_targets" ; then
11978 for t
in `echo $enable_targets | sed 's/,/ /g'`; do
11979 if test $t = "all"; then
11983 result
=`$ac_config_sub $t 2>/dev/null`
11984 if test -n "$result" ; then
11985 canon_targets
="$canon_targets $result"
11987 # # Permit "all", etc. We don't support it yet though.
11988 # canon_targets="$canon_targets $t"
11991 _gas_uniq_list
="$canon_targets"
11992 _gas_uniq_newlist
=""
11993 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
11994 case $_gas_uniq_i in
11995 _gas_uniq_dummy
) ;;
11996 *) case " $_gas_uniq_newlist " in
11997 *" $_gas_uniq_i "*) ;;
11998 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12002 canon_targets
=$_gas_uniq_newlist
12008 for this_target
in $target $canon_targets ; do
12010 targ
=${this_target}
12011 .
${srcdir}/configure.tgt
12013 case ${target_cpu} in
12016 cat >>confdefs.h
<<_ACEOF
12017 #define DEFAULT_CRIS_ARCH $arch
12023 if test ${this_target} = $target ; then
12024 target_cpu_type
=${cpu_type}
12025 elif test ${target_cpu_type} != ${cpu_type} ; then
12029 generic_target
=${cpu_type}-${target_vendor}-${target_os}
12030 case ${generic_target} in
12031 i386-
*-msdosdjgpp* \
12033 | i386-go32-rtems
*)
12035 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12039 i386-
*-linux-* | x86_64-
*-linux-*)
12040 if test ${this_target} = $target \
12041 && test ${ac_default_generate_x86_used_note} = unset; then
12042 ac_default_generate_x86_used_note
=1
12047 | x86_64-
*-solaris2 \
12048 | i386-
*-solaris2.
[0-9] \
12049 | i386-
*-solaris2.1
[01] \
12050 | x86_64-
*-solaris2.1
[01])
12051 if test ${this_target} = $target \
12052 && test ${ac_default_x86_relax_relocations} = unset; then
12053 ac_default_x86_relax_relocations
=0
12062 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12066 if test ${this_target} = $target; then
12068 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12071 if test x
${endian} = xbig
; then
12072 as_fn_error $?
"Solaris must be configured little endian" "$LINENO" 5
12077 if test ${this_target} = $target ; then
12079 if test x
${endian} = xbig
; then
12081 elif test x
${endian} = xlittle
; then
12084 if test x
${endian_def} != x
; then
12086 cat >>confdefs.h
<<_ACEOF
12087 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12093 # Other random stuff.
12095 case ${cpu_type} in
12097 # Set mips_cpu to the name of the default CPU.
12098 case ${target_cpu} in
12099 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el
)
12102 mipsisa32 | mipsisa32el
)
12105 mipsisa32r2 | mipsisa32r2el
)
12108 mipsisa32r3 | mipsisa32r3el
)
12111 mipsisa32r5 | mipsisa32r5el
)
12114 mipsisa32r6 | mipsisa32r6el
)
12117 mipsisa64 | mipsisa64el
)
12120 mipsisa64r2 | mipsisa64r2el
)
12123 mipsisa64r3 | mipsisa64r3el
)
12126 mipsisa64r5 | mipsisa64r5el
)
12129 mipsisa64r6 | mipsisa64r6el
)
12132 mipstx39 | mipstx39el
)
12135 mips64vr | mips64vrel
)
12138 mipsisa32r2
* | mipsisa64r2
*)
12139 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12141 mipsisa32r6
* | mipsisa64r6
*)
12142 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12144 mips64
* | mipsisa64
* | mipsisa32
*)
12145 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12148 mips_cpu
=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12151 as_fn_error $?
"$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12154 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12155 # binaries. It's a GNU extension that some OSes don't understand.
12158 use_e_mips_abi_o32
=0
12161 use_e_mips_abi_o32
=1
12164 # Decide whether to generate 32-bit or 64-bit code by default.
12165 # Used to resolve -march=from-abi when an embedded ABI is selected.
12167 mips64
*-*-* | mipsisa64
*-*-*)
12168 mips_default_64bit
=1
12171 mips_default_64bit
=0
12174 # Decide which ABI to target by default.
12176 mips64
*-linux* | mips-sgi-irix6
* | mips64
*-freebsd* \
12177 | mips64
*-kfreebsd*-gnu | mips64
*-ps2-elf*)
12178 mips_default_abi
=N32_ABI
12180 mips
*-linux* | mips
*-freebsd* | mips
*-kfreebsd*-gnu)
12181 mips_default_abi
=O32_ABI
12184 mips_default_abi
=N64_ABI
12187 mips_default_abi
=NO_ABI
12191 cat >>confdefs.h
<<_ACEOF
12192 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12196 cat >>confdefs.h
<<_ACEOF
12197 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12201 cat >>confdefs.h
<<_ACEOF
12202 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12206 cat >>confdefs.h
<<_ACEOF
12207 #define MIPS_DEFAULT_ABI $mips_default_abi
12213 # Do we need the opcodes library?
12214 case ${cpu_type} in
12221 case "${enable_shared}" in
12222 yes) shared_opcodes
=true
;;
12223 *opcodes
*) shared_opcodes
=true
;;
12224 *) shared_opcodes
=false
;;
12229 # Any other special object files needed ?
12230 case ${cpu_type} in
12233 for f
in config
/bfin-parse.o config
/bfin-lex-wrapper.o
; do
12234 case " $extra_objects " in
12236 *) extra_objects
="$extra_objects $f" ;;
12242 if test $this_target = $target ; then
12244 cat >>confdefs.h
<<_ACEOF
12245 #define DEFAULT_ARCH "${arch}"
12251 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k
)
12256 for f
in config
/loongarch-parse.o config
/loongarch-lex-wrapper.o
; do
12257 case " $extra_objects " in
12259 *) extra_objects
="$extra_objects $f" ;;
12262 # --target=loongarch[32|64]-*-*. */
12263 if test $this_target = $target ; then
12265 cat >>confdefs.h
<<_ACEOF
12266 #define DEFAULT_ARCH "${arch}"
12279 f
=config
/m68k-parse.o
12280 case " $extra_objects " in
12282 *) extra_objects
="$extra_objects $f" ;;
12291 for f
in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o
; do
12292 case " $extra_objects " in
12294 *) extra_objects
="$extra_objects $f" ;;
12304 # setup NDS32_LINUX_TOOLCHAIN definition
12305 if test "linux" = $em; then
12307 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12311 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12315 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12316 # based on arch_name.
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12318 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12319 if test "x${with_arch}" != x
; then
12320 case ${with_arch} in
12321 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3
)
12323 cat >>confdefs.h
<<_ACEOF
12324 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12329 as_fn_error $?
"This kind of arch name does *NOT* exist!" "$LINENO" 5
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12334 $as_echo "$with_arch" >&6; }
12336 # Decide features one by one.
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12338 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12339 if test "x${enable_dx_regs}" = xyes
; then
12341 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12345 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12349 $as_echo "$enable_dx_regs" >&6; }
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12352 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12353 if test "x${enable_perf_ext}" = xno
; then
12355 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12359 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12363 $as_echo "$enable_perf_ext" >&6; }
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12366 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12367 if test "x${enable_perf_ext2}" = xno
; then
12369 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12373 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12377 $as_echo "$enable_perf_ext2" >&6; }
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12380 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12381 if test "x${enable_string_ext}" = xno
; then
12383 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12387 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12391 $as_echo "$enable_string_ext" >&6; }
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12394 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12395 if test "x${enable_audio_ext}" = xno
; then
12397 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12401 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12405 $as_echo "$enable_audio_ext" >&6; }
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12408 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12409 if test "x${enable_dsp_ext}" = xno
; then
12411 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12415 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12419 $as_echo "$enable_dsp_ext" >&6; }
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12422 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12423 if test "x${enable_zol_ext}" = xno
; then
12425 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12429 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12433 $as_echo "$enable_zol_ext" >&6; }
12436 aarch64 | i386 | s390 | sparc
)
12437 if test $this_target = $target ; then
12439 cat >>confdefs.h
<<_ACEOF
12440 #define DEFAULT_ARCH "${arch}"
12447 # --target=riscv[32|64]-*-*. */
12448 if test $this_target = $target ; then
12450 cat >>confdefs.h
<<_ACEOF
12451 #define DEFAULT_ARCH "${arch}"
12456 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12458 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12459 if test "x${with_arch}" != x
; then
12461 cat >>confdefs.h
<<_ACEOF
12462 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12467 $as_echo "$with_arch" >&6; }
12469 # --with-isa-spec=[2.2|20190608|20191213].
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12471 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12472 if test "x${with_isa_spec}" != x
; then
12474 cat >>confdefs.h
<<_ACEOF
12475 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12480 $as_echo "$with_isa_spec" >&6; }
12482 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12484 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12485 if test "x${with_priv_spec}" != x
; then
12487 cat >>confdefs.h
<<_ACEOF
12488 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12493 $as_echo "$with_priv_spec" >&6; }
12497 f
=config
/rl78-parse.o
12498 case " $extra_objects " in
12500 *) extra_objects
="$extra_objects $f" ;;
12505 f
=config
/rx-parse.o
12506 case " $extra_objects " in
12508 *) extra_objects
="$extra_objects $f" ;;
12521 f
=config
/xtensa-relax.o
12522 case " $extra_objects " in
12524 *) extra_objects
="$extra_objects $f" ;;
12532 if test $using_cgen = yes ; then
12534 case " $extra_objects " in
12536 *) extra_objects
="$extra_objects $f" ;;
12540 # See if we really can support this configuration with the emulation code.
12542 if test $this_target = $target ; then
12550 case " $extra_objects " in
12552 *) extra_objects
="$extra_objects $f" ;;
12556 # From target name and format, produce a list of supported emulations.
12558 case ${generic_target}-${fmt} in
12559 mips-
*-*-*) case "$endian" in
12560 big
) emulation
="mipsbelf mipslelf mipself" ;;
12561 *) emulation
="mipslelf mipsbelf mipself" ;;
12563 # i386-pc-pe-coff != i386-pc-coff.
12565 # Uncommenting the next line will turn on support for i386 AOUT
12566 # for the default linux configuration
12567 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12569 i386-
*-aout) emulation
="i386aout" ;;
12570 i386-
*-coff) emulation
="i386coff" ;;
12571 i386-
*-elf) emulation
="i386elf" ;;
12573 # Always all formats. The first stated emulation becomes the default.
12574 cris-
*-*aout
*) emulation
="crisaout criself" ;;
12575 cris-
*-*) emulation
="criself crisaout" ;;
12578 emulations
="$emulations $emulation"
12582 if test ${ac_default_x86_relax_relocations} = unset; then
12583 ac_default_x86_relax_relocations
=1
12586 cat >>confdefs.h
<<_ACEOF
12587 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12591 if test ${ac_default_elf_stt_common} = unset; then
12592 ac_default_elf_stt_common
=0
12595 cat >>confdefs.h
<<_ACEOF
12596 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12601 cat >>confdefs.h
<<_ACEOF
12602 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12606 if test ${ac_default_generate_x86_used_note} = unset; then
12607 ac_default_generate_x86_used_note
=0
12610 cat >>confdefs.h
<<_ACEOF
12611 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12615 if test ${ac_default_generate_riscv_attr} = unset; then
12616 ac_default_generate_riscv_attr
=1
12620 cat >>confdefs.h
<<_ACEOF
12621 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12625 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12626 ac_default_mips_fix_loongson3_llsc
=0
12629 cat >>confdefs.h
<<_ACEOF
12630 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12634 if test x
$ac_default_compressed_debug_sections = xyes
; then
12636 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12640 # Turn on all targets if possible
12641 if test ${all_targets} = "yes"; then
12642 case ${target_cpu_type} in
12644 case ${obj_format} in
12646 emulations
="$emulations i386coff i386elf"
12649 emulations
="$emulations i386aout i386elf"
12652 emulations
="$emulations i386aout i386coff"
12657 case ${obj_format} in
12659 emulations
="$emulations i386coff i386elf"
12662 emulations
="$emulations i386aout i386elf"
12665 emulations
="$emulations i386aout i386coff"
12672 # PE code has way too many macros tweaking behaviour
12674 pe
*) emulations
="" ;;
12677 # Assign floating point type. Most processors with FP support
12678 # IEEE FP. On those that don't support FP at all, usually IEEE
12680 case ${target_cpu} in
12681 vax | pdp11
) atof
=vax
;;
12685 case "${obj_format}" in
12686 "") as_fn_error $?
"GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12689 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12691 if test $using_cgen = yes ; then
12692 case ${target_cpu} in
12694 cgen_cpu_prefix
=or1k
;;
12695 *) cgen_cpu_prefix
=${target_cpu} ;;
12699 $as_echo "#define USING_CGEN 1" >>confdefs.h
12704 if test ! -r ${srcdir}/config
/tc-
${target_cpu_type}.c
; then
12705 as_fn_error $?
"GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12708 if test ! -r ${srcdir}/config
/obj-
${obj_format}.c
; then
12709 as_fn_error $?
"GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12712 # Some COFF configurations want these random other flags set.
12713 case ${obj_format} in
12715 case ${target_cpu_type} in
12717 $as_echo "#define I386COFF 1" >>confdefs.h
12720 $as_echo "#define I386COFF 1" >>confdefs.h
12726 # Getting this done right is going to be a bitch. Each configuration specified
12727 # with --enable-targets=... should be checked for environment, format, cpu
12730 # For each configuration, the necessary object file support code must be linked
12731 # in. This might be only one, it might be up to four. The necessary emulation
12732 # code needs to be provided, too.
12734 # And then there's "--enable-targets=all"....
12736 # For now, just always do it for MIPS ELF configurations. Sigh.
12738 formats
="${obj_format}"
12741 _gas_uniq_list
="$emulations"
12742 _gas_uniq_newlist
=""
12743 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12744 case $_gas_uniq_i in
12745 _gas_uniq_dummy
) ;;
12746 *) case " $_gas_uniq_newlist " in
12747 *" $_gas_uniq_i "*) ;;
12748 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12752 emulations
=$_gas_uniq_newlist
12754 for em
in .
$emulations ; do
12757 mipsbelf | mipslelf | mipself
)
12758 fmt=elf
file=mipself
;;
12760 fmt=coff
file=$em ;;
12762 fmt=aout
file=$em ;;
12764 fmt=elf
file=$em ;;
12766 formats
="$formats $fmt"
12767 emfiles
="$emfiles config/e-$file.o"
12768 EMULATIONS
="$EMULATIONS &$em,"
12770 _gas_uniq_list
="$formats"
12771 _gas_uniq_newlist
=""
12772 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12773 case $_gas_uniq_i in
12774 _gas_uniq_dummy
) ;;
12775 *) case " $_gas_uniq_newlist " in
12776 *" $_gas_uniq_i "*) ;;
12777 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12781 formats
=$_gas_uniq_newlist
12783 _gas_uniq_list
="$emfiles"
12784 _gas_uniq_newlist
=""
12785 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12786 case $_gas_uniq_i in
12787 _gas_uniq_dummy
) ;;
12788 *) case " $_gas_uniq_newlist " in
12789 *" $_gas_uniq_i "*) ;;
12790 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12794 emfiles
=$_gas_uniq_newlist
12796 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12797 for fmt in $formats ; do
12800 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12803 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12806 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12809 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12812 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12815 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12818 extra_objects
="$extra_objects config/obj-$fmt.o"
12822 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12823 DEFAULT_EMULATION
=`set . $emulations ; echo $2`
12824 # e-mipself has more than one emulation per file, e-i386* has just one at the
12825 # moment. If only one emulation is specified, then don't define
12826 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12827 case "${obj_format}${emfiles}" in
12828 multi
* |
*mipself
*)
12829 extra_objects
="$extra_objects $emfiles"
12831 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12837 cat >>confdefs.h
<<_ACEOF
12838 #define EMULATIONS $EMULATIONS
12842 cat >>confdefs.h
<<_ACEOF
12843 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12847 reject_dev_configs
=yes
12849 case ${reject_dev_configs}-${dev} in
12851 as_fn_error $?
"GAS does not support the ${generic_target} configuration." "$LINENO" 5
12861 # do we need the opcodes library?
12862 case "${need_opcodes}" in
12864 OPCODES_LIB
=..
/opcodes
/libopcodes.la
12871 cat >>confdefs.h
<<_ACEOF
12872 #define TARGET_ALIAS "${target_alias}"
12876 cat >>confdefs.h
<<_ACEOF
12877 #define TARGET_CANONICAL "${target}"
12881 cat >>confdefs.h
<<_ACEOF
12882 #define TARGET_CPU "${target_cpu}"
12886 cat >>confdefs.h
<<_ACEOF
12887 #define TARGET_VENDOR "${target_vendor}"
12891 cat >>confdefs.h
<<_ACEOF
12892 #define TARGET_OS "${target_os}"
12896 for ac_prog
in 'bison -y' byacc
12898 # Extract the first word of "$ac_prog", so it can be a program name with args.
12899 set dummy
$ac_prog; ac_word
=$2
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12901 $as_echo_n "checking for $ac_word... " >&6; }
12902 if ${ac_cv_prog_YACC+:} false
; then :
12903 $as_echo_n "(cached) " >&6
12905 if test -n "$YACC"; then
12906 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
12908 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12909 for as_dir
in $PATH
12912 test -z "$as_dir" && as_dir
=.
12913 for ac_exec_ext
in '' $ac_executable_extensions; do
12914 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12915 ac_cv_prog_YACC
="$ac_prog"
12916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12925 YACC
=$ac_cv_prog_YACC
12926 if test -n "$YACC"; then
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12928 $as_echo "$YACC" >&6; }
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12931 $as_echo "no" >&6; }
12935 test -n "$YACC" && break
12937 test -n "$YACC" || YACC
="yacc"
12939 for ac_prog
in flex
lex
12941 # Extract the first word of "$ac_prog", so it can be a program name with args.
12942 set dummy
$ac_prog; ac_word
=$2
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12944 $as_echo_n "checking for $ac_word... " >&6; }
12945 if ${ac_cv_prog_LEX+:} false
; then :
12946 $as_echo_n "(cached) " >&6
12948 if test -n "$LEX"; then
12949 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
12951 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12952 for as_dir
in $PATH
12955 test -z "$as_dir" && as_dir
=.
12956 for ac_exec_ext
in '' $ac_executable_extensions; do
12957 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12958 ac_cv_prog_LEX
="$ac_prog"
12959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12968 LEX
=$ac_cv_prog_LEX
12969 if test -n "$LEX"; then
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12971 $as_echo "$LEX" >&6; }
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12974 $as_echo "no" >&6; }
12978 test -n "$LEX" && break
12980 test -n "$LEX" || LEX
=":"
12984 *) cat >conftest.l
<<_ACEOF
12990 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12991 yyless ((input () != 0)); }
12992 f { unput (yytext[0]); }
12993 . { BEGIN INITIAL; }
12995 #ifdef YYTEXT_POINTER
12996 extern char *yytext;
13001 return ! yylex () + ! yywrap ();
13004 { { ac_try
="$LEX conftest.l"
13005 case "(($ac_try" in
13006 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13007 *) ac_try_echo=$ac_try;;
13009 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13010 $as_echo "$ac_try_echo"; } >&5
13011 (eval "$LEX conftest.l") 2>&5
13013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13014 test $ac_status = 0; }
13015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13016 $as_echo_n "checking lex output file root... " >&6; }
13017 if ${ac_cv_prog_lex_root+:} false; then :
13018 $as_echo_n "(cached) " >&6
13021 if test -f lex.yy.c; then
13022 ac_cv_prog_lex_root=lex.yy
13023 elif test -f lexyy.c; then
13024 ac_cv_prog_lex_root=lexyy
13026 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13030 $as_echo "$ac_cv_prog_lex_root" >&6; }
13031 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13033 if test -z "${LEXLIB+set}"; then
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13035 $as_echo_n "checking lex library... " >&6; }
13036 if ${ac_cv_lib_lex+:} false; then :
13037 $as_echo_n "(cached) " >&6
13041 ac_cv_lib_lex='none needed'
13042 for ac_lib in '' -lfl -ll; do
13043 LIBS="$ac_lib $ac_save_LIBS"
13044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13045 /* end confdefs.h. */
13046 `cat $LEX_OUTPUT_ROOT.c
`
13048 if ac_fn_c_try_link "$LINENO"; then :
13049 ac_cv_lib_lex=$ac_lib
13051 rm -f core conftest.err conftest.$ac_objext \
13052 conftest$ac_exeext conftest.$ac_ext
13053 test "$ac_cv_lib_lex" != 'none needed' && break
13058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13059 $as_echo "$ac_cv_lib_lex" >&6; }
13060 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13065 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13066 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13067 $as_echo_n "(cached) " >&6
13069 # POSIX says lex can declare yytext either as a pointer or an array; the
13070 # default is implementation-dependent. Figure out which it is, since
13071 # not all implementations provide the %pointer and %array declarations.
13072 ac_cv_prog_lex_yytext_pointer=no
13074 LIBS="$LEXLIB $ac_save_LIBS"
13075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13076 /* end confdefs.h. */
13078 #define YYTEXT_POINTER 1
13079 `cat $LEX_OUTPUT_ROOT.c
`
13081 if ac_fn_c_try_link "$LINENO"; then :
13082 ac_cv_prog_lex_yytext_pointer=yes
13084 rm -f core conftest.err conftest.$ac_objext \
13085 conftest$ac_exeext conftest.$ac_ext
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13090 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13091 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13093 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13096 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13099 if test "$LEX" = :; then
13100 LEX=${am_missing_run}flex
13103 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13104 # If we haven't got the data from the intl directory,
13105 # assume NLS is disabled.
13114 if test -f ../intl/config.intl; then
13115 . ../intl/config.intl
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13118 $as_echo_n "checking whether NLS is requested... " >&6; }
13119 if test x"$USE_NLS" != xyes; then
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13121 $as_echo "no" >&6; }
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13124 $as_echo "yes" >&6; }
13126 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13130 $as_echo_n "checking for catalogs to be installed... " >&6; }
13131 # Look for .po and .gmo files in the source directory.
13134 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13135 # If there aren't any .gmo files the shell will give us the
13136 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13138 case "$cat" in *\**)
13141 # The quadruple backslash is collapsed to a double backslash
13142 # by the backticks, then collapsed again by the double quotes,
13143 # leaving us with one backslash in the sed expression (right
13144 # before the dot that mustn't act as a wildcard).
13145 cat=`echo $cat |
sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13146 lang=`echo $cat |
sed -e "s!\\\\.gmo!!"`
13147 # The user is allowed to set LINGUAS to a list of languages to
13148 # install catalogs for. If it's empty that means "all of them."
13149 if test "x$LINGUAS" = x; then
13150 CATALOGS="$CATALOGS $cat"
13151 XLINGUAS="$XLINGUAS $lang"
13153 case "$LINGUAS" in *$lang*)
13154 CATALOGS="$CATALOGS $cat"
13155 XLINGUAS="$XLINGUAS $lang"
13160 LINGUAS="$XLINGUAS"
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13162 $as_echo "$LINGUAS" >&6; }
13176 if test -n "$ac_aux_dir"; then
13177 case "$ac_aux_dir" in
13178 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13179 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13182 if test -z "$MKINSTALLDIRS"; then
13183 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13189 $as_echo_n "checking whether NLS is requested... " >&6; }
13190 # Check whether --enable-nls was given.
13191 if test "${enable_nls+set}" = set; then :
13192 enableval=$enable_nls; USE_NLS=$enableval
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13198 $as_echo "$USE_NLS" >&6; }
13205 # Prepare PATH_SEPARATOR.
13206 # The user is always right.
13207 if test "${PATH_SEPARATOR+set}" != set; then
13208 echo "#! /bin/sh" >conf$$.sh
13209 echo "exit 0" >>conf$$.sh
13211 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13219 # Find out how to test for executable files. Don't use a zero-byte file,
13220 # as systems may use methods other than mode bits to determine executability.
13221 cat >conf$$.file <<_ASEOF
13225 chmod +x conf$$.file
13226 if test -x conf$$.file >/dev/null 2>&1; then
13227 ac_executable_p="test -x"
13229 ac_executable_p="test -f"
13233 # Extract the first word of "msgfmt", so it can be a program name with args.
13234 set dummy msgfmt; ac_word=$2
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13236 $as_echo_n "checking for $ac_word... " >&6; }
13237 if ${ac_cv_path_MSGFMT+:} false; then :
13238 $as_echo_n "(cached) " >&6
13242 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13245 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13246 for ac_dir in $PATH; do
13248 test -z "$ac_dir" && ac_dir=.
13249 for ac_exec_ext in '' $ac_executable_extensions; do
13250 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13251 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13252 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13253 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13260 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13264 MSGFMT="$ac_cv_path_MSGFMT"
13265 if test "$MSGFMT" != ":"; then
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13267 $as_echo "$MSGFMT" >&6; }
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13270 $as_echo "no" >&6; }
13273 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13274 set dummy gmsgfmt; ac_word=$2
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13276 $as_echo_n "checking for $ac_word... " >&6; }
13277 if ${ac_cv_path_GMSGFMT+:} false; then :
13278 $as_echo_n "(cached) " >&6
13282 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13286 for as_dir in $PATH
13289 test -z "$as_dir" && as_dir=.
13290 for ac_exec_ext in '' $ac_executable_extensions; do
13291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13292 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13300 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13304 GMSGFMT=$ac_cv_path_GMSGFMT
13305 if test -n "$GMSGFMT"; then
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13307 $as_echo "$GMSGFMT" >&6; }
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13310 $as_echo "no" >&6; }
13316 # Prepare PATH_SEPARATOR.
13317 # The user is always right.
13318 if test "${PATH_SEPARATOR+set}" != set; then
13319 echo "#! /bin/sh" >conf$$.sh
13320 echo "exit 0" >>conf$$.sh
13322 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13330 # Find out how to test for executable files. Don't use a zero-byte file,
13331 # as systems may use methods other than mode bits to determine executability.
13332 cat >conf$$.file <<_ASEOF
13336 chmod +x conf$$.file
13337 if test -x conf$$.file >/dev/null 2>&1; then
13338 ac_executable_p="test -x"
13340 ac_executable_p="test -f"
13344 # Extract the first word of "xgettext", so it can be a program name with args.
13345 set dummy xgettext; ac_word=$2
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13347 $as_echo_n "checking for $ac_word... " >&6; }
13348 if ${ac_cv_path_XGETTEXT+:} false; then :
13349 $as_echo_n "(cached) " >&6
13351 case "$XGETTEXT" in
13353 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13356 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13357 for ac_dir in $PATH; do
13359 test -z "$ac_dir" && ac_dir=.
13360 for ac_exec_ext in '' $ac_executable_extensions; do
13361 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13362 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13363 (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
13364 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13371 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13375 XGETTEXT="$ac_cv_path_XGETTEXT"
13376 if test "$XGETTEXT" != ":"; then
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13378 $as_echo "$XGETTEXT" >&6; }
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13381 $as_echo "no" >&6; }
13387 # Prepare PATH_SEPARATOR.
13388 # The user is always right.
13389 if test "${PATH_SEPARATOR+set}" != set; then
13390 echo "#! /bin/sh" >conf$$.sh
13391 echo "exit 0" >>conf$$.sh
13393 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13401 # Find out how to test for executable files. Don't use a zero-byte file,
13402 # as systems may use methods other than mode bits to determine executability.
13403 cat >conf$$.file <<_ASEOF
13407 chmod +x conf$$.file
13408 if test -x conf$$.file >/dev/null 2>&1; then
13409 ac_executable_p="test -x"
13411 ac_executable_p="test -f"
13415 # Extract the first word of "msgmerge", so it can be a program name with args.
13416 set dummy msgmerge; ac_word=$2
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13418 $as_echo_n "checking for $ac_word... " >&6; }
13419 if ${ac_cv_path_MSGMERGE+:} false; then :
13420 $as_echo_n "(cached) " >&6
13422 case "$MSGMERGE" in
13424 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13427 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13428 for ac_dir in $PATH; do
13430 test -z "$ac_dir" && ac_dir=.
13431 for ac_exec_ext in '' $ac_executable_extensions; do
13432 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13433 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13434 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13441 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13445 MSGMERGE="$ac_cv_path_MSGMERGE"
13446 if test "$MSGMERGE" != ":"; then
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13448 $as_echo "$MSGMERGE" >&6; }
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13451 $as_echo "no" >&6; }
13455 if test "$GMSGFMT" != ":"; then
13456 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13457 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13460 GMSGFMT=`echo "$GMSGFMT" |
sed -e 's,^.*/,,'`
13461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13462 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13467 if test "$XGETTEXT" != ":"; then
13468 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13469 (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
13472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13473 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13479 ac_config_commands="$ac_config_commands default-1"
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13485 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13486 # Check whether --enable-maintainer-mode was given.
13487 if test "${enable_maintainer_mode+set}" = set; then :
13488 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13490 USE_MAINTAINER_MODE=no
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13494 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13495 if test $USE_MAINTAINER_MODE = yes; then
13496 MAINTAINER_MODE_TRUE=
13497 MAINTAINER_MODE_FALSE='#'
13499 MAINTAINER_MODE_TRUE='#'
13500 MAINTAINER_MODE_FALSE=
13503 MAINT=$MAINTAINER_MODE_TRUE
13507 GENINSRC_NEVER_TRUE=
13508 GENINSRC_NEVER_FALSE='#'
13510 GENINSRC_NEVER_TRUE='#'
13511 GENINSRC_NEVER_FALSE=
13516 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13518 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13519 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13520 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13521 cat >>confdefs.h <<_ACEOF
13522 #define `$as_echo "HAVE_$ac_header" |
$as_tr_cpp` 1
13530 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13531 # people who are not cross-compiling but are compiling cross-assemblers.
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13533 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13534 if test "${host}" = "${target}"; then
13539 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13543 $as_echo "$cross_gas" >&6; }
13545 for ac_func in strsignal
13547 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13548 if test "x$ac_cv_func_strsignal" = xyes; then :
13549 cat >>confdefs.h <<_ACEOF
13550 #define HAVE_STRSIGNAL 1
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13559 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13560 if ${am_cv_val_LC_MESSAGES+:} false; then :
13561 $as_echo_n "(cached) " >&6
13563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13564 /* end confdefs.h. */
13565 #include <locale.h>
13574 if ac_fn_c_try_link "$LINENO"; then :
13575 am_cv_val_LC_MESSAGES=yes
13577 am_cv_val_LC_MESSAGES=no
13579 rm -f core conftest.err conftest.$ac_objext \
13580 conftest$ac_exeext conftest.$ac_ext
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13583 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13584 if test $am_cv_val_LC_MESSAGES = yes; then
13586 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13591 # do we need the math library?
13592 case "${need_libm}" in
13596 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13597 # These system don't have libm, or don't need it
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13601 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13602 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13603 $as_echo_n "(cached) " >&6
13605 ac_check_lib_save_LIBS=$LIBS
13607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13608 /* end confdefs.h. */
13610 /* Override any GCC internal prototype to avoid an error.
13611 Use char because int might match the return type of a GCC
13612 builtin and then its argument prototype would still apply. */
13616 char _mwvalidcheckl ();
13620 return _mwvalidcheckl ();
13625 if ac_fn_c_try_link "$LINENO"; then :
13626 ac_cv_lib_mw__mwvalidcheckl=yes
13628 ac_cv_lib_mw__mwvalidcheckl=no
13630 rm -f core conftest.err conftest.$ac_objext \
13631 conftest$ac_exeext conftest.$ac_ext
13632 LIBS=$ac_check_lib_save_LIBS
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13635 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13636 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13641 $as_echo_n "checking for cos in -lm... " >&6; }
13642 if ${ac_cv_lib_m_cos+:} false; then :
13643 $as_echo_n "(cached) " >&6
13645 ac_check_lib_save_LIBS=$LIBS
13647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13648 /* end confdefs.h. */
13650 /* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13665 if ac_fn_c_try_link "$LINENO"; then :
13666 ac_cv_lib_m_cos=yes
13670 rm -f core conftest.err conftest.$ac_objext \
13671 conftest$ac_exeext conftest.$ac_ext
13672 LIBS=$ac_check_lib_save_LIBS
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13675 $as_echo "$ac_cv_lib_m_cos" >&6; }
13676 if test "x$ac_cv_lib_m_cos" = xyes; then :
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13683 $as_echo_n "checking for cos in -lm... " >&6; }
13684 if ${ac_cv_lib_m_cos+:} false; then :
13685 $as_echo_n "(cached) " >&6
13687 ac_check_lib_save_LIBS=$LIBS
13689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13690 /* end confdefs.h. */
13692 /* Override any GCC internal prototype to avoid an error.
13693 Use char because int might match the return type of a GCC
13694 builtin and then its argument prototype would still apply. */
13707 if ac_fn_c_try_link "$LINENO"; then :
13708 ac_cv_lib_m_cos=yes
13712 rm -f core conftest.err conftest.$ac_objext \
13713 conftest$ac_exeext conftest.$ac_ext
13714 LIBS=$ac_check_lib_save_LIBS
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13717 $as_echo "$ac_cv_lib_m_cos" >&6; }
13718 if test "x$ac_cv_lib_m_cos" = xyes; then :
13730 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13731 # enough, but on some of those systems, the assert macro relies on requoting
13732 # working properly!
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13734 $as_echo_n "checking for working assert macro... " >&6; }
13735 if ${gas_cv_assert_ok+:} false; then :
13736 $as_echo_n "(cached) " >&6
13738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13739 /* end confdefs.h. */
13740 #include <assert.h>
13746 /* check for requoting problems */
13747 static int a, b, c, d;
13749 assert (!strcmp(s, "foo bar baz quux"));
13750 /* check for newline handling */
13758 if ac_fn_c_try_link "$LINENO"; then :
13759 gas_cv_assert_ok=yes
13761 gas_cv_assert_ok=no
13763 rm -f core conftest.err conftest.$ac_objext \
13764 conftest$ac_exeext conftest.$ac_ext
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13767 $as_echo "$gas_cv_assert_ok" >&6; }
13768 test $gas_cv_assert_ok = yes ||
13769 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13773 # On some systems, the system header files may not declare malloc, realloc,
13774 # and free. There are places where gas needs these functions to have been
13775 # declared -- such as when taking their addresses.
13777 #ifdef HAVE_MEMORY_H
13778 #include <memory.h>
13780 #include <string.h>
13781 #include <stdlib.h>
13782 #ifdef HAVE_UNISTD_H
13783 #include <unistd.h>
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13788 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13789 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13790 $as_echo_n "(cached) " >&6
13792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13793 /* end confdefs.h. */
13794 #include <unistd.h>
13798 extern int getopt (int, char *const*, const char *);
13803 if ac_fn_c_try_compile "$LINENO"; then :
13804 gas_cv_decl_getopt_unistd_h=yes
13806 gas_cv_decl_getopt_unistd_h=no
13808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13812 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13813 if test $gas_cv_decl_getopt_unistd_h = yes; then
13815 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13821 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13822 if ${gas_cv_decl_needed_environ+:} false; then :
13823 $as_echo_n "(cached) " >&6
13825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13826 /* end confdefs.h. */
13840 if ac_fn_c_try_link "$LINENO"; then :
13841 gas_cv_decl_needed_environ=no
13843 gas_cv_decl_needed_environ=yes
13845 rm -f core conftest.err conftest.$ac_objext \
13846 conftest$ac_exeext conftest.$ac_ext
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13849 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13850 if test $gas_cv_decl_needed_environ = yes; then
13852 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13858 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13859 if ${gas_cv_decl_needed_ffs+:} false; then :
13860 $as_echo_n "(cached) " >&6
13862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13863 /* end confdefs.h. */
13869 typedef int (*f)(int);
13877 if ac_fn_c_try_link "$LINENO"; then :
13878 gas_cv_decl_needed_ffs=no
13880 gas_cv_decl_needed_ffs=yes
13882 rm -f core conftest.err conftest.$ac_objext \
13883 conftest$ac_exeext conftest.$ac_ext
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13886 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13887 if test $gas_cv_decl_needed_ffs = yes; then
13889 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13894 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13895 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13901 cat >>confdefs.h <<_ACEOF
13902 #define HAVE_DECL_ASPRINTF $ac_have_decl
13904 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13905 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13911 cat >>confdefs.h <<_ACEOF
13912 #define HAVE_DECL_MEMPCPY $ac_have_decl
13914 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13915 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13921 cat >>confdefs.h <<_ACEOF
13922 #define HAVE_DECL_STPCPY $ac_have_decl
13928 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13930 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13934 # Link in zlib if we can. This allows us to write compressed debug sections.
13936 # Use the system's zlib library.
13937 zlibdir="-L\$(top_builddir)/../zlib"
13938 zlibinc="-I\$(top_srcdir)/../zlib"
13940 # Check whether --with-system-zlib was given.
13941 if test "${with_system_zlib+set}" = set; then :
13942 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13953 # Support for VMS timestamps via cross compile
13955 if test "$ac_cv_header_time_h" = yes; then
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
13957 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
13958 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
13959 $as_echo_n "(cached) " >&6
13961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13962 /* end confdefs.h. */
13964 #define _BSD_SOURCE 1
13969 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
13974 if ac_fn_c_try_compile "$LINENO"; then :
13975 gas_cv_have_time_type_member_tm_gmtoff=yes
13977 gas_cv_have_time_type_member_tm_gmtoff=no
13980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13983 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
13985 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
13989 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
13993 if test "$ac_cv_header_sys_stat_h" = yes; then
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
13995 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
13996 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
13997 $as_echo_n "(cached) " >&6
13999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14000 /* end confdefs.h. */
14002 #define _BSD_SOURCE 1
14003 #include <sys/stat.h>
14007 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14012 if ac_fn_c_try_compile "$LINENO"; then :
14013 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14015 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14021 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14023 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14027 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14030 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14031 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
14032 $as_echo_n "(cached) " >&6
14034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14035 /* end confdefs.h. */
14037 #define _BSD_SOURCE 1
14038 #include <sys/stat.h>
14042 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14047 if ac_fn_c_try_compile "$LINENO"; then :
14048 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14050 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14056 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14058 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14062 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14074 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14076 ac_config_commands="$ac_config_commands default"
14079 cat >confcache <<\_ACEOF
14080 # This file is a shell script that caches the results of configure
14081 # tests run on this system so they can be shared between configure
14082 # scripts and configure runs, see configure's option --config-cache.
14083 # It is not useful on other systems. If it contains results you don't
14084 # want to keep, you may remove or edit it.
14086 # config.status only pays attention to the cache file if you give it
14087 # the --recheck option to rerun configure.
14089 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
14090 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14091 # following values.
14095 # The following way of writing the cache mishandles newlines in values,
14096 # but we know of no workaround that is simple, portable, and efficient.
14097 # So, we kill variables containing newlines.
14098 # Ultrix sh set writes to stderr and can't be redirected directly,
14099 # and sets the high bit in the cache file unless we assign to the vars.
14101 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14102 eval ac_val
=\$
$ac_var
14106 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14107 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14110 _ | IFS | as_nl
) ;; #(
14111 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
14112 *) { eval $ac_var=; unset $ac_var;} ;;
14118 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14119 *${as_nl}ac_space
=\
*)
14120 # `set' does not quote correctly, so add quotes: double-quote
14121 # substitution turns \\\\ into \\, and sed turns \\ into \.
14124 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14127 # `set' quotes correctly as required by POSIX, so do not add quotes.
14128 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14137 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14139 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14141 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
14142 if test -w "$cache_file"; then
14143 if test "x$cache_file" != "x/dev/null"; then
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14145 $as_echo "$as_me: updating cache $cache_file" >&6;}
14146 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
14147 cat confcache
>"$cache_file"
14149 case $cache_file in #(
14151 mv -f confcache
"$cache_file"$$
&&
14152 mv -f "$cache_file"$$
"$cache_file" ;; #(
14154 mv -f confcache
"$cache_file" ;;
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14160 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14165 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
14166 # Let make expand exec_prefix.
14167 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
14169 DEFS
=-DHAVE_CONFIG_H
14174 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
14175 # 1. Remove the extension, and $U if already installed.
14176 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
14177 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
14178 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14179 # will be set to the directory where LIBOBJS objects are built.
14180 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14181 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
14183 LIBOBJS
=$ac_libobjs
14185 LTLIBOBJS
=$ac_ltlibobjs
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14189 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14190 if test -n "$am_sleep_pid"; then
14191 # Hide warnings about reused PIDs.
14192 wait $am_sleep_pid 2>/dev
/null
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14195 $as_echo "done" >&6; }
14196 if test -n "$EXEEXT"; then
14198 am__EXEEXT_FALSE
='#'
14200 am__EXEEXT_TRUE
='#'
14204 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14205 as_fn_error $?
"conditional \"AMDEP\" was never defined.
14206 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14208 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14209 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
14210 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14213 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14214 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
14215 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14217 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14218 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
14219 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14222 : "${CONFIG_STATUS=./config.status}"
14224 ac_clean_files_save
=$ac_clean_files
14225 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14227 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14229 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14231 # Generated by $as_me.
14232 # Run this file to recreate the current configuration.
14233 # Compiler output produced by configure, useful for debugging
14234 # configure, is in config.log if it exists.
14237 ac_cs_recheck=false
14240 SHELL=\${CONFIG_SHELL-$SHELL}
14243 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
14244 ## -------------------- ##
14245 ## M4sh Initialization. ##
14246 ## -------------------- ##
14248 # Be more Bourne compatible
14249 DUALCASE
=1; export DUALCASE
# for MKS sh
14250 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
14253 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14254 # is contrary to our usage. Disable this feature.
14255 alias -g '${1+"$@"}'='"$@"'
14256 setopt NO_GLOB_SUBST
14258 case `(set -o) 2>/dev/null` in #(
14270 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14271 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14272 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14273 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14274 # Prefer a ksh shell builtin over an external printf program on Solaris,
14275 # but without wasting forks for bash or zsh.
14276 if test -z "$BASH_VERSION$ZSH_VERSION" \
14277 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14278 as_echo='print
-r --'
14279 as_echo_n='print
-rn --'
14280 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14281 as_echo='printf %s
\n'
14282 as_echo_n='printf %s
'
14284 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14285 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
14286 as_echo_n='/usr
/ucb
/echo -n'
14288 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14289 as_echo_n_body='eval
14293 expr "X$arg" : "X\\(.*\\)$as_nl";
14294 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14296 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
14298 export as_echo_n_body
14299 as_echo_n='sh
-c $as_echo_n_body as_echo
'
14301 export as_echo_body
14302 as_echo='sh
-c $as_echo_body as_echo
'
14305 # The user is always right.
14306 if test "${PATH_SEPARATOR+set}" != set; then
14308 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14309 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14316 # We need space, tab and new line, in precisely that order. Quoting is
14317 # there to prevent editors from complaining about space-tab.
14318 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14319 # splitting by setting IFS to empty value.)
14322 # Find who we are. Look in the path if we contain no directory separator.
14325 *[\\/]* ) as_myself=$0 ;;
14326 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14327 for as_dir in $PATH
14330 test -z "$as_dir" && as_dir=.
14331 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14337 # We did not find ourselves, most probably we were run as `sh COMMAND'
14338 # in which case we are not to be found in the path.
14339 if test "x$as_myself" = x
; then
14342 if test ! -f "$as_myself"; then
14343 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14347 # Unset variables that we do not need and which cause bugs (e.g. in
14348 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14349 # suppresses any "Segmentation fault" message there. '((' could
14350 # trigger a bug in pdksh 5.2.14.
14351 for as_var
in BASH_ENV ENV MAIL MAILPATH
14352 do eval test x\
${$as_var+set} = xset \
14353 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14366 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14369 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14370 # ----------------------------------------
14371 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14372 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14373 # script with STATUS, using 1 if that was 0.
14376 as_status
=$1; test $as_status -eq 0 && as_status
=1
14378 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14379 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14381 $as_echo "$as_me: error: $2" >&2
14382 as_fn_exit
$as_status
14386 # as_fn_set_status STATUS
14387 # -----------------------
14388 # Set $? to STATUS, without forking.
14389 as_fn_set_status
()
14392 } # as_fn_set_status
14394 # as_fn_exit STATUS
14395 # -----------------
14396 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14400 as_fn_set_status
$1
14406 # Portably unset VAR.
14409 { eval $1=; unset $1;}
14411 as_unset
=as_fn_unset
14412 # as_fn_append VAR VALUE
14413 # ----------------------
14414 # Append the text in VALUE to the end of the definition contained in VAR. Take
14415 # advantage of any shell optimizations that allow amortized linear growth over
14416 # repeated appends, instead of the typical quadratic growth present in naive
14418 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
14419 eval 'as_fn_append ()
14430 # as_fn_arith ARG...
14431 # ------------------
14432 # Perform arithmetic evaluation on the ARGs, and store the result in the
14433 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14434 # must be portable across $(()) and expr.
14435 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
14436 eval 'as_fn_arith ()
14443 as_val
=`expr "$@" || test $? -eq 1`
14448 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
14449 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
14455 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14456 as_basename
=basename
14461 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
14467 as_me
=`$as_basename -- "$0" ||
14468 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14469 X"$0" : 'X\(//\)$' \| \
14470 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14472 sed '/^.*\/\([^/][^/]*\)\/*$/{
14486 # Avoid depending upon Character Ranges.
14487 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14488 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14489 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14490 as_cr_digits
='0123456789'
14491 as_cr_alnum
=$as_cr_Letters$as_cr_digits
14493 ECHO_C
= ECHO_N
= ECHO_T
=
14494 case `echo -n x` in #(((((
14496 case `echo 'xy\c'` in
14497 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
14499 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
14506 rm -f conf$$ conf$$.exe conf$$.
file
14507 if test -d conf$$.dir
; then
14508 rm -f conf$$.dir
/conf$$.
file
14511 mkdir conf$$.dir
2>/dev
/null
14513 if (echo >conf$$.
file) 2>/dev
/null
; then
14514 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
14516 # ... but there are two gotchas:
14517 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14518 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14519 # In both cases, we have to default to `cp -pR'.
14520 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
14522 elif ln conf$$.
file conf$$
2>/dev
/null
; then
14530 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
14531 rmdir conf$$.dir
2>/dev
/null
14536 # Create "$as_dir" as a directory, including parents if necessary.
14541 -*) as_dir
=.
/$as_dir;;
14543 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
14547 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14548 *) as_qdir
=$as_dir;;
14550 as_dirs
="'$as_qdir' $as_dirs"
14551 as_dir
=`$as_dirname -- "$as_dir" ||
14552 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14553 X"$as_dir" : 'X\(//\)[^/]' \| \
14554 X"$as_dir" : 'X\(//\)$' \| \
14555 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14556 $as_echo X"$as_dir" |
14557 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14561 /^X\(\/\/\)[^/].*/{
14574 test -d "$as_dir" && break
14576 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
14577 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
14581 if mkdir
-p .
2>/dev
/null
; then
14582 as_mkdir_p
='mkdir -p "$as_dir"'
14584 test -d .
/-p && rmdir .
/-p
14589 # as_fn_executable_p FILE
14590 # -----------------------
14591 # Test if FILE is an executable regular file.
14592 as_fn_executable_p
()
14594 test -f "$1" && test -x "$1"
14595 } # as_fn_executable_p
14596 as_test_x
='test -x'
14597 as_executable_p
=as_fn_executable_p
14599 # Sed expression to map a string onto a valid CPP name.
14600 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14602 # Sed expression to map a string onto a valid variable name.
14603 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14607 ## ----------------------------------- ##
14608 ## Main body of $CONFIG_STATUS script. ##
14609 ## ----------------------------------- ##
14611 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
14613 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14614 # Save the log message, to keep $0 and so on meaningful, and to
14615 # report actual input values of CONFIG_FILES etc. instead of their
14616 # values after options handling.
14618 This file was extended by gas $as_me 2.38.50, which was
14619 generated by GNU Autoconf 2.69. Invocation command line was
14621 CONFIG_FILES = $CONFIG_FILES
14622 CONFIG_HEADERS = $CONFIG_HEADERS
14623 CONFIG_LINKS = $CONFIG_LINKS
14624 CONFIG_COMMANDS = $CONFIG_COMMANDS
14627 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14632 case $ac_config_files in *"
14633 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
14636 case $ac_config_headers in *"
14637 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
14641 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14642 # Files that config.status was made for.
14643 config_files="$ac_config_files"
14644 config_headers="$ac_config_headers"
14645 config_commands="$ac_config_commands"
14649 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14651 \`$as_me' instantiates files and other configuration actions
14652 from templates according to the current configuration. Unless the files
14653 and actions are specified as TAGs, all are instantiated by default.
14655 Usage: $0 [OPTION]... [TAG]...
14657 -h, --help print this help, then exit
14658 -V, --version print version number and configuration settings, then exit
14659 --config print configuration, then exit
14660 -q, --quiet, --silent
14661 do not print progress messages
14662 -d, --debug don't remove temporary files
14663 --recheck update $as_me by reconfiguring in the same conditions
14664 --file=FILE[:TEMPLATE]
14665 instantiate the configuration file FILE
14666 --header=FILE[:TEMPLATE]
14667 instantiate the configuration header FILE
14669 Configuration files:
14672 Configuration headers:
14675 Configuration commands:
14678 Report bugs to the package provider."
14681 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14682 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14684 gas config.status 2.38.50
14685 configured by $0, generated by GNU Autoconf 2.69,
14686 with options \\"\$ac_cs_config\\"
14688 Copyright (C) 2012 Free Software Foundation, Inc.
14689 This config.status script is free software; the Free Software Foundation
14690 gives unlimited permission to copy, distribute and modify it."
14697 test -n "\$AWK" || AWK=awk
14700 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14701 # The default lists apply if the user does not specify any file.
14707 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
14708 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
14712 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
14724 # Handling of the options.
14725 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
14727 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
14728 $as_echo "$ac_cs_version"; exit ;;
14729 --config |
--confi |
--conf |
--con |
--co |
--c )
14730 $as_echo "$ac_cs_config"; exit ;;
14731 --debug |
--debu |
--deb |
--de |
--d |
-d )
14733 --file |
--fil |
--fi |
--f )
14736 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14737 '') as_fn_error $?
"missing file argument" ;;
14739 as_fn_append CONFIG_FILES
" '$ac_optarg'"
14740 ac_need_defaults
=false
;;
14741 --header |
--heade |
--head |
--hea )
14744 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14746 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
14747 ac_need_defaults
=false
;;
14749 # Conflict between --help and --header
14750 as_fn_error $?
"ambiguous option: \`$1'
14751 Try \`$0 --help' for more information.";;
14752 --help |
--hel |
-h )
14753 $as_echo "$ac_cs_usage"; exit ;;
14754 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
14755 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
14758 # This is an error.
14759 -*) as_fn_error $?
"unrecognized option: \`$1'
14760 Try \`$0 --help' for more information." ;;
14762 *) as_fn_append ac_config_targets
" $1"
14763 ac_need_defaults
=false
;;
14769 ac_configure_extra_args
=
14771 if $ac_cs_silent; then
14773 ac_configure_extra_args
="$ac_configure_extra_args --silent"
14777 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14778 if \$ac_cs_recheck; then
14779 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14781 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14782 CONFIG_SHELL='$SHELL'
14783 export CONFIG_SHELL
14788 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14792 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14793 ## Running $as_me. ##
14799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14803 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14806 # The HP-UX ksh and POSIX shell print the target directory to stdout
14807 # if CDPATH is set.
14808 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14810 sed_quote_subst='$sed_quote_subst'
14811 double_quote_subst='$double_quote_subst'
14812 delay_variable_subst='$delay_variable_subst'
14813 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14814 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14815 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14816 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14817 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14818 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14819 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14820 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14821 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14822 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14823 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14824 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14825 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14826 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14827 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14828 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14829 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14830 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14831 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14832 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14833 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14834 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14835 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14836 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14837 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14838 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14839 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14840 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14841 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14842 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14843 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14844 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14845 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14846 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14847 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14848 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14849 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14850 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14851 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14852 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14853 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14854 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14855 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14856 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14857 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14858 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14859 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14860 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14861 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"`'
14862 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14863 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14864 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14865 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14866 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14867 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14868 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14869 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14870 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14871 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14872 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14873 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14874 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14875 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14876 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14877 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14878 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14879 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14880 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14881 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14882 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14883 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14884 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14885 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14886 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14887 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14888 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14889 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14890 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14891 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14892 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14893 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14894 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14895 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14896 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14897 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14898 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14899 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14900 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14901 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14902 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14903 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14904 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14905 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14906 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14907 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14908 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14909 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14910 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14911 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14912 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14913 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14914 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14915 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14916 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14917 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14918 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14919 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14920 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14921 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14922 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14923 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14924 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14925 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14926 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14927 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14928 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14929 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14930 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14931 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14932 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14935 LTCFLAGS='$LTCFLAGS'
14936 compiler='$compiler_DEFAULT'
14938 # A function that is used when there is no print builtin or printf.
14939 func_fallback_echo ()
14941 eval 'cat <<_LTECHO_EOF
14946 # Quote evaled strings.
14960 deplibs_check_method \
14969 lt_cv_sys_global_symbol_pipe \
14970 lt_cv_sys_global_symbol_to_cdecl \
14971 lt_cv_sys_global_symbol_to_c_name_address \
14972 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14973 lt_prog_compiler_no_builtin_flag \
14974 lt_prog_compiler_wl \
14975 lt_prog_compiler_pic \
14976 lt_prog_compiler_static \
14977 lt_cv_prog_compiler_c_o \
14985 export_dynamic_flag_spec \
14986 whole_archive_flag_spec \
14987 compiler_needs_object \
14989 allow_undefined_flag \
14990 no_undefined_flag \
14991 hardcode_libdir_flag_spec \
14992 hardcode_libdir_flag_spec_ld \
14993 hardcode_libdir_separator \
14998 variables_saved_for_relink \
15000 library_names_spec \
15002 install_override_mode \
15006 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15007 *[\\\\\\\`\\"\\\$]*)
15008 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15011 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15016 # Double-quote double-evaled strings.
15017 for var in reload_cmds \
15018 old_postinstall_cmds \
15019 old_postuninstall_cmds \
15021 extract_expsyms_cmds \
15022 old_archive_from_new_cmds \
15023 old_archive_from_expsyms_cmds \
15025 archive_expsym_cmds \
15027 module_expsym_cmds \
15028 export_symbols_cmds \
15031 postuninstall_cmds \
15033 sys_lib_search_path_spec \
15034 sys_lib_dlsearch_path_spec; do
15035 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15036 *[\\\\\\\`\\"\\\$]*)
15037 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15040 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15045 ac_aux_dir='$ac_aux_dir'
15046 xsi_shell='$xsi_shell'
15047 lt_shell_append='$lt_shell_append'
15049 # See if we are running on zsh, and set the options which allow our
15050 # commands through without removal of \ escapes INIT.
15051 if test -n "\${ZSH_VERSION+set}" ; then
15052 setopt NO_GLOB_SUBST
15058 TIMESTAMP='$TIMESTAMP'
15064 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15065 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15067 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15068 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15069 LINGUAS="${LINGUAS-%UNSET%}"
15071 target_cpu_type=${target_cpu_type}
15072 cgen_cpu_prefix=${cgen_cpu_prefix}
15073 obj_format=${obj_format}
15078 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15080 # Handling of arguments.
15081 for ac_config_target
in $ac_config_targets
15083 case $ac_config_target in
15084 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
15085 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
15086 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
15087 "gdb.ini") CONFIG_FILES
="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15088 ".gdbinit") CONFIG_FILES
="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15089 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
15090 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15091 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15092 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
15094 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15099 # If the user did not use the arguments to specify the items to instantiate,
15100 # then the envvar interface is used. Set only those that are not.
15101 # We use the long form for the default assignment because of an extremely
15102 # bizarre bug on SunOS 4.1.3.
15103 if $ac_need_defaults; then
15104 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15105 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
15106 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
15109 # Have a temporary directory for convenience. Make it in the build tree
15110 # simply because there is no reason against having it here, and in addition,
15111 # creating and moving files from /tmp can sometimes cause problems.
15112 # Hook for its removal unless debugging.
15113 # Note that there is a small window in which the directory will not be cleaned:
15114 # after its creation but before its name has been assigned to `$tmp'.
15118 trap 'exit_status=$?
15119 : "${ac_tmp:=$tmp}"
15120 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15122 trap 'as_fn_exit 1' 1 2 13 15
15124 # Create a (secure) tmp directory for tmp files.
15127 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15131 tmp
=.
/conf$$
-$RANDOM
15132 (umask 077 && mkdir
"$tmp")
15133 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
15136 # Set up the scripts for CONFIG_FILES section.
15137 # No need to generate them if there are no CONFIG_FILES.
15138 # This happens for instance with `./config.status config.h'.
15139 if test -n "$CONFIG_FILES"; then
15142 ac_cr
=`echo X | tr X '\015'`
15143 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15144 # But we know of no other shell where ac_cr would be empty at this
15145 # point, so we can use a bashism as a fallback.
15146 if test "x$ac_cr" = x
; then
15147 eval ac_cr
=\$
\'\\r
\'
15149 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15150 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15153 ac_cs_awk_cr
=$ac_cr
15156 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15161 echo "cat >conf$$subs.awk <<_ACEOF" &&
15162 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15164 } >conf$$subs.sh ||
15165 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15166 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15168 for ac_last_try in false false false false false :; do
15169 . ./conf$$subs.sh ||
15170 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15172 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15173 if test $ac_delim_n = $ac_delim_num; then
15175 elif $ac_last_try; then
15176 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15178 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15181 rm -f conf$$subs.sh
15183 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15184 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
15188 s/^/S["/; s
/!.
*/"]=/
15198 s/\(.\{148\}\)..*/\1/
15200 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15205 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15212 s/\(.\{148\}\)..*/\1/
15214 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15218 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15223 ' <conf$$subs.awk | sed '
15228 ' >>$CONFIG_STATUS || ac_write_fail=1
15229 rm -f conf$$subs.awk
15230 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15232 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
15233 for (key in S) S_is_set[key] = 1
15239 nfields = split(line, field, "@
")
15241 len = length(field[1])
15242 for (i = 2; i < nfields; i++) {
15244 keylen = length(key)
15245 if (S_is_set[key]) {
15247 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15248 len += length(value) + length(field[++i])
15259 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15260 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15261 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15264 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
15265 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
15268 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15269 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
15270 # trailing colons and then remove the whole line if VPATH becomes empty
15271 # (actually we leave an empty line to preserve line numbers).
15272 if test "x
$srcdir" = x.; then
15273 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15291 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15292 fi # test -n "$CONFIG_FILES"
15294 # Set up the scripts for CONFIG_HEADERS section.
15295 # No need to generate them if there are no CONFIG_HEADERS.
15296 # This happens for instance with `./config.status Makefile'.
15297 if test -n "$CONFIG_HEADERS"; then
15298 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
15302 # Transform confdefs.h into an awk script `defines.awk', embedded as
15303 # here-document in config.status, that substitutes the proper values into
15304 # config.h.in to produce config.h.
15306 # Create a delimiter string that does not exist in confdefs.h, to ease
15307 # handling of long lines.
15309 for ac_last_try in false false :; do
15310 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
15311 if test -z "$ac_tt"; then
15313 elif $ac_last_try; then
15314 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
15316 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15320 # For the awk script, D is an array of macro values keyed by name,
15321 # likewise P contains macro parameters if any. Preserve backslash
15322 # newline sequences.
15324 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15326 s/.\{148\}/&'"$ac_delim"'/g
15329 s/^[ ]*#[ ]*define[ ][ ]*/ /
15336 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
15338 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
15342 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
15343 D["\
1"]=" \
3\\\\\\n
"\\/p
15345 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
15350 s/.\{148\}/&'"$ac_delim"'/g
15355 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
15358 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
15360 ' <confdefs.h | sed '
15361 s/'"$ac_delim"'/"\\\
15362 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15364 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15365 for (key in D) D_is_set[key] = 1
15368 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15370 split(line, arg, " ")
15371 if (arg[1] == "#") {
15375 defundef
= substr
(arg
[1], 2)
15378 split(mac1
, mac2
, "(") #)
15380 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
15381 if (D_is_set
[macro
]) {
15382 # Preserve the white space surrounding the "#".
15383 print prefix
"define", macro P
[macro
] D
[macro
]
15386 # Replace #undef with comments. This is necessary, for example,
15387 # in the case of _POSIX_SOURCE, which is predefined and required
15388 # on some systems where configure will not decide to define it.
15389 if (defundef
== "undef") {
15390 print
"/*", prefix defundef
, macro
, "*/"
15398 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15399 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
15400 fi # test -n "$CONFIG_HEADERS"
15403 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15408 :[FHLC
]) ac_mode
=$ac_tag; continue;;
15410 case $ac_mode$ac_tag in
15412 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
15413 :[FH
]-) ac_tag
=-:-;;
15414 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
15431 -) ac_f
="$ac_tmp/stdin";;
15432 *) # Look for the file first in the build tree, then in the source tree
15433 # (if the path is not absolute). The absolute path cannot be DOS-style,
15434 # because $ac_f cannot contain `:'.
15438 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
15440 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15442 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15443 as_fn_append ac_file_inputs
" '$ac_f'"
15446 # Let's still pretend it is `configure' which instantiates (i.e., don't
15447 # use $as_me), people would be surprised to read:
15448 # /* config.h. Generated by config.status. */
15449 configure_input
='Generated from '`
15450 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15452 if test x
"$ac_file" != x-
; then
15453 configure_input
="$ac_file. $configure_input"
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15455 $as_echo "$as_me: creating $ac_file" >&6;}
15457 # Neutralize special characters interpreted by sed in replacement strings.
15458 case $configure_input in #(
15459 *\
&* |
*\|
* |
*\\* )
15460 ac_sed_conf_input
=`$as_echo "$configure_input" |
15461 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15462 *) ac_sed_conf_input
=$configure_input;;
15466 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
15467 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
15472 ac_dir
=`$as_dirname -- "$ac_file" ||
15473 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15474 X"$ac_file" : 'X\(//\)[^/]' \| \
15475 X"$ac_file" : 'X\(//\)$' \| \
15476 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15477 $as_echo X"$ac_file" |
15478 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15482 /^X\(\/\/\)[^/].*/{
15495 as_dir
="$ac_dir"; as_fn_mkdir_p
15499 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
15501 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15502 # A ".." for each directory in $ac_dir_suffix.
15503 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15504 case $ac_top_builddir_sub in
15505 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
15506 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
15509 ac_abs_top_builddir
=$ac_pwd
15510 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
15511 # for backward compatibility:
15512 ac_top_builddir
=$ac_top_build_prefix
15515 .
) # We are building in place.
15517 ac_top_srcdir
=$ac_top_builddir_sub
15518 ac_abs_top_srcdir
=$ac_pwd ;;
15519 [\\/]* | ?
:[\\/]* ) # Absolute name.
15520 ac_srcdir
=$srcdir$ac_dir_suffix;
15521 ac_top_srcdir
=$srcdir
15522 ac_abs_top_srcdir
=$srcdir ;;
15523 *) # Relative name.
15524 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
15525 ac_top_srcdir
=$ac_top_build_prefix$srcdir
15526 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
15528 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
15538 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
15539 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
15541 ac_MKDIR_P
=$MKDIR_P
15543 [\\/$
]* | ?
:[\\/]* ) ;;
15544 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
15548 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15549 # If the template does not know about datarootdir, expand it.
15550 # FIXME: This hack should be removed a few years after 2.60.
15551 ac_datarootdir_hack
=; ac_datarootdir_seen
=
15562 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15563 *datarootdir
*) ac_datarootdir_seen
=yes;;
15564 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
15565 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15566 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15568 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15569 ac_datarootdir_hack='
15570 s&@datadir@&$datadir&g
15571 s&@docdir@&$docdir&g
15572 s&@infodir@&$infodir&g
15573 s&@localedir@&$localedir&g
15574 s&@mandir@&$mandir&g
15575 s&\\\${datarootdir}&$datarootdir&g' ;;
15579 # Neutralize VPATH when `$srcdir' = `.'.
15580 # Shell code in configure.ac might set extrasub.
15581 # FIXME: do we really want to maintain this feature?
15582 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15583 ac_sed_extra="$ac_vpsub
15586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15588 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
15589 s|@configure_input@|
$ac_sed_conf_input|
;t t
15590 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
15591 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
15592 s
&@srcdir@
&$ac_srcdir&;t t
15593 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
15594 s
&@top_srcdir@
&$ac_top_srcdir&;t t
15595 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
15596 s
&@builddir@
&$ac_builddir&;t t
15597 s
&@abs_builddir@
&$ac_abs_builddir&;t t
15598 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
15599 s
&@INSTALL@
&$ac_INSTALL&;t t
15600 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
15601 $ac_datarootdir_hack
15603 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
15604 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
15606 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15607 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
15608 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15609 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
15610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
15611 which seems to be undefined. Please make sure it is defined" >&5
15612 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
15613 which seems to be undefined. Please make sure it is defined" >&2;}
15615 rm -f "$ac_tmp/stdin"
15617 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15618 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15620 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15626 if test x"$ac_file" != x-; then
15628 $as_echo "/* $configure_input */" \
15629 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15630 } >"$ac_tmp/config.h" \
15631 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15632 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15633 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15634 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15637 mv "$ac_tmp/config.h" "$ac_file" \
15638 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15641 $as_echo "/* $configure_input */" \
15642 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15643 || as_fn_error $? "could not create -" "$LINENO" 5
15645 # Compute "$ac_file"'s index
in $config_headers.
15648 for _am_header
in $config_headers :; do
15649 case $_am_header in
15650 $_am_arg |
$_am_arg:* )
15653 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
15656 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15657 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15658 X"$_am_arg" : 'X\(//\)[^/]' \| \
15659 X"$_am_arg" : 'X\(//\)$' \| \
15660 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15661 $as_echo X"$_am_arg" |
15662 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15666 /^X\(\/\/\)[^/].*/{
15678 s/.*/./; q'`/stamp-h
$_am_stamp_count
15681 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15682 $as_echo "$as_me: executing $ac_file commands" >&6;}
15687 case $ac_file$ac_mode in
15688 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
15689 # Older Autoconf quotes --file arguments for eval, but not when files
15690 # are listed without --file. Let's play safe and only enable the eval
15691 # if we detect the quoting.
15692 case $CONFIG_FILES in
15693 *\'*) eval set x
"$CONFIG_FILES" ;;
15694 *) set x
$CONFIG_FILES ;;
15699 # Strip MF so we end up with the name of the file.
15700 mf
=`echo "$mf" | sed -e 's/:.*$//'`
15701 # Check whether this is an Automake generated Makefile or not.
15702 # We used to match only the files named 'Makefile.in', but
15703 # some people rename them; so instead we look at the file content.
15704 # Grep'ing the first line is not enough: some people post-process
15705 # each Makefile.in and add a new line on top of each file to say so.
15706 # Grep'ing the whole file is not good either: AIX grep has a line
15707 # limit of 2048, but all sed's we know have understand at least 4000.
15708 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
15709 dirpart
=`$as_dirname -- "$mf" ||
15710 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15711 X"$mf" : 'X\(//\)[^/]' \| \
15712 X"$mf" : 'X\(//\)$' \| \
15713 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15719 /^X\(\/\/\)[^/].*/{
15735 # Extract the definition of DEPDIR, am__include, and am__quote
15736 # from the Makefile without running 'make'.
15737 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
15738 test -z "$DEPDIR" && continue
15739 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
15740 test -z "$am__include" && continue
15741 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
15742 # Find all dependency output files, they are included files with
15743 # $(DEPDIR) in their names. We invoke sed twice because it is the
15744 # simplest approach to changing $(DEPDIR) to its actual value in the
15746 for file in `sed -n "
15747 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15748 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
15749 # Make sure the directory exists.
15750 test -f "$dirpart/$file" && continue
15751 fdir
=`$as_dirname -- "$file" ||
15752 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15753 X"$file" : 'X\(//\)[^/]' \| \
15754 X"$file" : 'X\(//\)$' \| \
15755 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15756 $as_echo X"$file" |
15757 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15761 /^X\(\/\/\)[^/].*/{
15774 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
15775 # echo "creating $dirpart/$file"
15776 echo '# dummy' > "$dirpart/$file"
15783 # See if we are running on zsh, and set the options which allow our
15784 # commands through without removal of \ escapes.
15785 if test -n "${ZSH_VERSION+set}" ; then
15786 setopt NO_GLOB_SUBST
15789 cfgfile
="${ofile}T"
15790 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15793 cat <<_LT_EOF >> "$cfgfile"
15796 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15797 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15798 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15799 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15801 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15802 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15803 # Written by Gordon Matzigkeit, 1996
15805 # This file is part of GNU Libtool.
15807 # GNU Libtool is free software; you can redistribute it and/or
15808 # modify it under the terms of the GNU General Public License as
15809 # published by the Free Software Foundation; either version 2 of
15810 # the License, or (at your option) any later version.
15812 # As a special exception to the GNU General Public License,
15813 # if you distribute this file as part of a program or library that
15814 # is built using GNU Libtool, you may include this file under the
15815 # same distribution terms that you use for the rest of that program.
15817 # GNU Libtool is distributed in the hope that it will be useful,
15818 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15819 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15820 # GNU General Public License for more details.
15822 # You should have received a copy of the GNU General Public License
15823 # along with GNU Libtool; see the file COPYING. If not, a copy
15824 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15825 # obtained by writing to the Free Software Foundation, Inc.,
15826 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15829 # The names of the tagged configurations supported by this script.
15832 # ### BEGIN LIBTOOL CONFIG
15834 # Which release of libtool.m4 was used?
15835 macro_version=$macro_version
15836 macro_revision=$macro_revision
15838 # Whether or not to build shared libraries.
15839 build_libtool_libs=$enable_shared
15841 # Whether or not to build static libraries.
15842 build_old_libs=$enable_static
15844 # What type of objects to build.
15847 # Whether or not to optimize for fast installation.
15848 fast_install=$enable_fast_install
15850 # Shell to use when invoking shell scripts.
15853 # An echo program that protects backslashes.
15857 host_alias=$host_alias
15861 # The build system.
15862 build_alias=$build_alias
15866 # A sed program that does not truncate output.
15869 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15870 Xsed="\$SED -e 1s/^X//"
15872 # A grep program that handles long lines.
15878 # A literal string matcher.
15881 # A BSD- or MS-compatible name lister.
15884 # Whether we need soft or hard links.
15887 # What is the maximum length of a command?
15888 max_cmd_len=$max_cmd_len
15890 # Object file suffix (normally "o").
15893 # Executable file suffix (normally "").
15896 # whether the shell understands "unset".
15899 # turn spaces into newlines.
15902 # turn newlines into spaces.
15905 # An object symbol dumper.
15906 OBJDUMP=$lt_OBJDUMP
15908 # Method to check whether dependent libraries are shared objects.
15909 deplibs_check_method=$lt_deplibs_check_method
15911 # Command to use when deplibs_check_method == "file_magic".
15912 file_magic_cmd=$lt_file_magic_cmd
15916 AR_FLAGS=$lt_AR_FLAGS
15918 # A symbol stripping program.
15921 # Commands used to install an old-style archive.
15923 old_postinstall_cmds=$lt_old_postinstall_cmds
15924 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15926 # Whether to use a lock for old archive extraction.
15927 lock_old_archive_extraction=$lock_old_archive_extraction
15932 # LTCC compiler flags.
15933 LTCFLAGS=$lt_CFLAGS
15935 # Take the output of nm and produce a listing of raw symbols and C names.
15936 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15938 # Transform the output of nm in a proper C declaration.
15939 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15941 # Transform the output of nm in a C name address pair.
15942 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15944 # Transform the output of nm in a C name address pair when lib prefix is needed.
15945 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15947 # The name of the directory that contains temporary libtool files.
15950 # Used to examine libraries when file_magic_cmd begins with "file".
15951 MAGIC_CMD=$MAGIC_CMD
15953 # Must we lock files when doing compilation?
15954 need_locks=$lt_need_locks
15956 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15957 DSYMUTIL=$lt_DSYMUTIL
15959 # Tool to change global to local symbols on Mac OS X.
15962 # Tool to manipulate fat objects and archives on Mac OS X.
15965 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15968 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15969 OTOOL64=$lt_OTOOL64
15971 # Old archive suffix (normally "a").
15974 # Shared library suffix (normally ".so").
15975 shrext_cmds=$lt_shrext_cmds
15977 # The commands to extract the exported symbol list from a shared archive.
15978 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15980 # Variables whose values should be saved in libtool wrapper scripts and
15981 # restored at link time.
15982 variables_saved_for_relink=$lt_variables_saved_for_relink
15984 # Do we need the "lib" prefix for modules?
15985 need_lib_prefix=$need_lib_prefix
15987 # Do we need a version for libraries?
15988 need_version=$need_version
15990 # Library versioning type.
15991 version_type=$version_type
15993 # Shared library runtime path variable.
15994 runpath_var=$runpath_var
15996 # Shared library path variable.
15997 shlibpath_var=$shlibpath_var
15999 # Is shlibpath searched before the hard-coded library search path?
16000 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16002 # Format of library name prefix.
16003 libname_spec=$lt_libname_spec
16005 # List of archive names. First name is the real one, the rest are links.
16006 # The last name is the one that the linker finds with -lNAME
16007 library_names_spec=$lt_library_names_spec
16009 # The coded name of the library, if different from the real name.
16010 soname_spec=$lt_soname_spec
16012 # Permission mode override for installation of shared libraries.
16013 install_override_mode=$lt_install_override_mode
16015 # Command to use after installation of a shared archive.
16016 postinstall_cmds=$lt_postinstall_cmds
16018 # Command to use after uninstallation of a shared archive.
16019 postuninstall_cmds=$lt_postuninstall_cmds
16021 # Commands used to finish a libtool library installation in a directory.
16022 finish_cmds=$lt_finish_cmds
16024 # As "finish_cmds", except a single script fragment to be evaled but
16026 finish_eval=$lt_finish_eval
16028 # Whether we should hardcode library paths into libraries.
16029 hardcode_into_libs=$hardcode_into_libs
16031 # Compile-time system search path for libraries.
16032 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16034 # Run-time system search path for libraries.
16035 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16037 # Whether dlopen is supported.
16038 dlopen_support=$enable_dlopen
16040 # Whether dlopen of programs is supported.
16041 dlopen_self=$enable_dlopen_self
16043 # Whether dlopen of statically linked programs is supported.
16044 dlopen_self_static=$enable_dlopen_self_static
16046 # Commands to strip libraries.
16047 old_striplib=$lt_old_striplib
16048 striplib=$lt_striplib
16051 # The linker used to build libraries.
16054 # How to create reloadable object files.
16055 reload_flag=$lt_reload_flag
16056 reload_cmds=$lt_reload_cmds
16058 # Commands used to build an old-style archive.
16059 old_archive_cmds=$lt_old_archive_cmds
16061 # A language specific compiler.
16064 # Is the compiler the GNU compiler?
16067 # Compiler flag to turn off builtin functions.
16068 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16070 # How to pass a linker flag through the compiler.
16071 wl=$lt_lt_prog_compiler_wl
16073 # Additional compiler flags for building library objects.
16074 pic_flag=$lt_lt_prog_compiler_pic
16076 # Compiler flag to prevent dynamic linking.
16077 link_static_flag=$lt_lt_prog_compiler_static
16079 # Does compiler simultaneously support -c and -o options?
16080 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16082 # Whether or not to add -lc for building shared libraries.
16083 build_libtool_need_lc=$archive_cmds_need_lc
16085 # Whether or not to disallow shared libs when runtime libs are static.
16086 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16088 # Compiler flag to allow reflexive dlopens.
16089 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16091 # Compiler flag to generate shared objects directly from archives.
16092 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16094 # Whether the compiler copes with passing no objects directly.
16095 compiler_needs_object=$lt_compiler_needs_object
16097 # Create an old-style archive from a shared archive.
16098 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16100 # Create a temporary old-style archive to link instead of a shared archive.
16101 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16103 # Commands used to build a shared archive.
16104 archive_cmds=$lt_archive_cmds
16105 archive_expsym_cmds=$lt_archive_expsym_cmds
16107 # Commands used to build a loadable module if different from building
16108 # a shared archive.
16109 module_cmds=$lt_module_cmds
16110 module_expsym_cmds=$lt_module_expsym_cmds
16112 # Whether we are building with GNU ld or not.
16113 with_gnu_ld=$lt_with_gnu_ld
16115 # Flag that allows shared libraries with undefined symbols to be built.
16116 allow_undefined_flag=$lt_allow_undefined_flag
16118 # Flag that enforces no undefined symbols.
16119 no_undefined_flag=$lt_no_undefined_flag
16121 # Flag to hardcode \$libdir into a binary during linking.
16122 # This must work even if \$libdir does not exist
16123 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16125 # If ld is used when linking, flag to hardcode \$libdir into a binary
16126 # during linking. This must work even if \$libdir does not exist.
16127 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16129 # Whether we need a single "-rpath" flag with a separated argument.
16130 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16132 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16133 # DIR into the resulting binary.
16134 hardcode_direct=$hardcode_direct
16136 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16137 # DIR into the resulting binary and the resulting library dependency is
16138 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16139 # library is relocated.
16140 hardcode_direct_absolute=$hardcode_direct_absolute
16142 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16143 # into the resulting binary.
16144 hardcode_minus_L=$hardcode_minus_L
16146 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16147 # into the resulting binary.
16148 hardcode_shlibpath_var=$hardcode_shlibpath_var
16150 # Set to "yes" if building a shared library automatically hardcodes DIR
16151 # into the library and all subsequent libraries and executables linked
16153 hardcode_automatic=$hardcode_automatic
16155 # Set to yes if linker adds runtime paths of dependent libraries
16156 # to runtime path list.
16157 inherit_rpath=$inherit_rpath
16159 # Whether libtool must link a program against all its dependency libraries.
16160 link_all_deplibs=$link_all_deplibs
16162 # Fix the shell variable \$srcfile for the compiler.
16163 fix_srcfile_path=$lt_fix_srcfile_path
16165 # Set to "yes" if exported symbols are required.
16166 always_export_symbols=$always_export_symbols
16168 # The commands to list exported symbols.
16169 export_symbols_cmds=$lt_export_symbols_cmds
16171 # Symbols that should not be listed in the preloaded symbols.
16172 exclude_expsyms=$lt_exclude_expsyms
16174 # Symbols that must always be exported.
16175 include_expsyms=$lt_include_expsyms
16177 # Commands necessary for linking programs (against libraries) with templates.
16178 prelink_cmds=$lt_prelink_cmds
16180 # Specify filename containing input files.
16181 file_list_spec=$lt_file_list_spec
16183 # How to hardcode a shared library path into an executable.
16184 hardcode_action=$hardcode_action
16186 # ### END LIBTOOL CONFIG
16192 cat <<\_LT_EOF
>> "$cfgfile"
16193 # AIX sometimes has problems with the GCC collect2 program. For some
16194 # reason, if we set the COLLECT_NAMES environment variable, the problems
16195 # vanish in a puff of smoke.
16196 if test "X${COLLECT_NAMES+set}" != Xset
; then
16198 export COLLECT_NAMES
16205 ltmain
="$ac_aux_dir/ltmain.sh"
16208 # We use sed instead of cat because bash on DJGPP gets confused if
16209 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16210 # text mode, it properly converts lines to CR/LF. This bash problem
16211 # is reportedly fixed, but why not run on old versions too?
16212 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16213 ||
(rm -f "$cfgfile"; exit 1)
16217 cat << \_LT_EOF
>> "$cfgfile"
16219 # func_dirname file append nondir_replacement
16220 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16221 # otherwise set result to NONDIR_REPLACEMENT.
16225 */*) func_dirname_result
="${1%/*}${2}" ;;
16226 * ) func_dirname_result
="${3}" ;;
16230 # func_basename file
16233 func_basename_result
="${1##*/}"
16236 # func_dirname_and_basename file append nondir_replacement
16237 # perform func_basename and func_dirname in a single function
16239 # dirname: Compute the dirname of FILE. If nonempty,
16240 # add APPEND to the result, otherwise set result
16241 # to NONDIR_REPLACEMENT.
16242 # value returned in "$func_dirname_result"
16243 # basename: Compute filename of FILE.
16244 # value retuned in "$func_basename_result"
16245 # Implementation must be kept synchronized with func_dirname
16246 # and func_basename. For efficiency, we do not delegate to
16247 # those functions but instead duplicate the functionality here.
16248 func_dirname_and_basename
()
16251 */*) func_dirname_result
="${1%/*}${2}" ;;
16252 * ) func_dirname_result
="${3}" ;;
16254 func_basename_result
="${1##*/}"
16257 # func_stripname prefix suffix name
16258 # strip PREFIX and SUFFIX off of NAME.
16259 # PREFIX and SUFFIX must not contain globbing or regex special
16260 # characters, hashes, percent signs, but SUFFIX may contain a leading
16261 # dot (in which case that matches only a dot).
16264 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16265 # positional parameters, so assign one to ordinary parameter first.
16266 func_stripname_result
=${3}
16267 func_stripname_result
=${func_stripname_result#"${1}"}
16268 func_stripname_result
=${func_stripname_result%"${2}"}
16274 func_opt_split_opt
=${1%%=*}
16275 func_opt_split_arg
=${1#*=}
16282 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
16283 *) func_lo2o_result
=${1} ;;
16287 # func_xform libobj-or-source
16290 func_xform_result
=${1%.*}.lo
16293 # func_arith arithmetic-term...
16296 func_arith_result
=$
(( $
* ))
16300 # STRING may not start with a hyphen.
16303 func_len_result
=${#1}
16308 *) # Bourne compatible functions.
16309 cat << \_LT_EOF
>> "$cfgfile"
16311 # func_dirname file append nondir_replacement
16312 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16313 # otherwise set result to NONDIR_REPLACEMENT.
16316 # Extract subdirectory from the argument.
16317 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
16318 if test "X$func_dirname_result" = "X${1}"; then
16319 func_dirname_result
="${3}"
16321 func_dirname_result
="$func_dirname_result${2}"
16325 # func_basename file
16328 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
16332 # func_stripname prefix suffix name
16333 # strip PREFIX and SUFFIX off of NAME.
16334 # PREFIX and SUFFIX must not contain globbing or regex special
16335 # characters, hashes, percent signs, but SUFFIX may contain a leading
16336 # dot (in which case that matches only a dot).
16337 # func_strip_suffix prefix name
16341 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16342 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16347 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
16348 my_sed_long_arg
='1s/^-[^=]*=//'
16353 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16354 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16360 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
16363 # func_xform libobj-or-source
16366 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16369 # func_arith arithmetic-term...
16372 func_arith_result
=`expr "$@"`
16376 # STRING may not start with a hyphen.
16379 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16385 case $lt_shell_append in
16387 cat << \_LT_EOF
>> "$cfgfile"
16389 # func_append var value
16390 # Append VALUE to the end of shell variable VAR.
16398 cat << \_LT_EOF
>> "$cfgfile"
16400 # func_append var value
16401 # Append VALUE to the end of shell variable VAR.
16412 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16413 ||
(rm -f "$cfgfile"; exit 1)
16415 mv -f "$cfgfile" "$ofile" ||
16416 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16421 for ac_file
in $CONFIG_FILES; do
16422 # Support "outfile[:infile[:infile...]]"
16424 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
16426 # PO directories have a Makefile.in generated from Makefile.in.in.
16427 case "$ac_file" in */Makefile.
in)
16428 # Adjust a relative srcdir.
16429 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16430 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
16431 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16432 # In autoconf-2.13 it is called $ac_given_srcdir.
16433 # In autoconf-2.50 it is called $srcdir.
16434 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
16435 case "$ac_given_srcdir" in
16436 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
16437 /*) top_srcdir
="$ac_given_srcdir" ;;
16438 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
16440 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16441 rm -f "$ac_dir/POTFILES"
16442 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
16443 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16444 POMAKEFILEDEPS
="POTFILES.in"
16445 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16446 # on $ac_dir but don't depend on user-specified configuration
16448 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16449 # The LINGUAS file contains the set of available languages.
16450 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16451 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
16453 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16454 # Hide the ALL_LINGUAS assigment from automake.
16455 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16456 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
16458 # The set of available languages was given in configure.ac.
16459 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16461 case "$ac_given_srcdir" in
16463 *) srcdirpre
='$(srcdir)/' ;;
16469 for lang
in $ALL_LINGUAS; do
16470 POFILES
="$POFILES $srcdirpre$lang.po"
16471 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
16472 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
16473 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
16475 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16476 # environment variable.
16478 if test -n "$ALL_LINGUAS"; then
16479 for presentlang
in $ALL_LINGUAS; do
16481 if test "%UNSET%" != "$LINGUAS"; then
16482 desiredlanguages
="$LINGUAS"
16484 desiredlanguages
="$ALL_LINGUAS"
16486 for desiredlang
in $desiredlanguages; do
16487 # Use the presentlang catalog if desiredlang is
16488 # a. equal to presentlang, or
16489 # b. a variant of presentlang (because in this case,
16490 # presentlang can be used as a fallback for messages
16491 # which are not translated in the desiredlang catalog).
16492 case "$desiredlang" in
16493 "$presentlang"*) useit
=yes;;
16496 if test $useit = yes; then
16497 INST_LINGUAS
="$INST_LINGUAS $presentlang"
16502 if test -n "$INST_LINGUAS"; then
16503 for lang
in $INST_LINGUAS; do
16504 CATALOGS
="$CATALOGS $lang.gmo"
16507 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
16508 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"
16509 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
16510 if test -f "$f"; then
16512 *.orig |
*.bak |
*~
) ;;
16513 *) cat "$f" >> "$ac_dir/Makefile" ;;
16521 "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
16522 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16523 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16524 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16525 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16526 if test "x$cgen_cpu_prefix" != x
; then
16527 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16536 ac_clean_files
=$ac_clean_files_save
16538 test $ac_write_fail = 0 ||
16539 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
16542 # configure is writing to config.log, and then calls config.status.
16543 # config.status does its own redirection, appending to config.log.
16544 # Unfortunately, on DOS this fails, as config.log is still kept open
16545 # by configure, so config.status won't be able to write to it; its
16546 # output is simply discarded. So we exec the FD to /dev/null,
16547 # effectively closing config.log, so it can be properly (re)opened and
16548 # appended to by config.status. When coming back to configure, we
16549 # need to make the FD available again.
16550 if test "$no_create" != yes; then
16552 ac_config_status_args
=
16553 test "$silent" = yes &&
16554 ac_config_status_args
="$ac_config_status_args --quiet"
16556 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
16558 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16559 # would make configure fail if this is the last instruction.
16560 $ac_cs_success || as_fn_exit
1
16562 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
16563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16564 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16569 touch config.status.tmp
16570 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
16571 sed '/as_fn_exit 0/i \
16572 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16573 touch --reference=Makefile Makefile.tmp \
16574 mv Makefile.tmp Makefile \
16575 ' config.status
> config.status.tmp
16576 touch --reference=config.status config.status.tmp
16577 mv config.status.tmp config.status
16578 chmod +x config.status
16579 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
16580 touch --reference=Makefile Makefile.tmp
16581 mv Makefile.tmp Makefile
16583 rm -f config.status.tmp