2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.33.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.33.50'
591 PACKAGE_STRING
='gas 2.33.50'
595 ac_unique_file
="as.h"
596 # Factoring default headers for most tests.
597 ac_includes_default
="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
632 ac_subst_vars
='am__EXEEXT_FALSE
643 MAINTAINER_MODE_FALSE
676 WARN_CFLAGS_FOR_BUILD
720 INSTALL_STRIP_PROGRAM
781 program_transform_name
794 enable_option_checking
795 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.33.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.33.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-dependency-tracking
1452 do not reject slow dependency extractors
1453 --disable-dependency-tracking
1454 speeds up one-time build
1455 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1456 --disable-silent-rules verbose build output
(undo
: "make V=0")
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.33.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_link LINENO
1632 # -----------------------
1633 # Try to link conftest.$ac_ext, and return whether this succeeded.
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext conftest$ac_exeext
1638 if { { ac_try="$ac_link"
1640 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1641 *) ac_try_echo
=$ac_try;;
1643 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_link") 2>conftest.err
1647 if test -s conftest.err
; then
1648 grep -v '^ *+' conftest.err
>conftest.er1
1649 cat conftest.er1
>&5
1650 mv -f conftest.er1 conftest.err
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_c_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest
$ac_exeext && {
1657 test "$cross_compiling" = yes ||
1658 test -x conftest
$ac_exeext
1662 $as_echo "$as_me: failed program was:" >&5
1663 sed 's/^/| /' conftest.
$ac_ext >&5
1667 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1668 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1669 # interfere with the next link command; also delete a directory that is
1670 # left behind by Apple's compiler. We do this before executing the actions.
1671 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1672 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1673 as_fn_set_status
$ac_retval
1675 } # ac_fn_c_try_link
1677 # ac_fn_c_try_cpp LINENO
1678 # ----------------------
1679 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1682 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1683 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1685 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1686 *) ac_try_echo=$ac_try;;
1688 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1689 $as_echo "$ac_try_echo"; } >&5
1690 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1692 if test -s conftest.err; then
1693 grep -v '^ *+' conftest.err >conftest.er1
1694 cat conftest.er1 >&5
1695 mv -f conftest.er1 conftest.err
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } > conftest.i && {
1699 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1700 test ! -s conftest.err
1704 $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1710 as_fn_set_status $ac_retval
1714 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1715 # -------------------------------------------------------
1716 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1717 # the include files in INCLUDES and setting the cache variable VAR
1719 ac_fn_c_check_header_mongrel ()
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 if eval \${$3+:} false; then :
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1724 $as_echo_n "checking for $2... " >&6; }
1725 if eval \${$3+:} false; then :
1726 $as_echo_n "(cached) " >&6
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1730 $as_echo "$ac_res" >&6; }
1732 # Is the header compilable?
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1734 $as_echo_n "checking $2 usability... " >&6; }
1735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1736 /* end confdefs.h. */
1740 if ac_fn_c_try_compile "$LINENO"; then :
1741 ac_header_compiler=yes
1743 ac_header_compiler=no
1745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1747 $as_echo "$ac_header_compiler" >&6; }
1749 # Is the header present?
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1751 $as_echo_n "checking $2 presence... " >&6; }
1752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1753 /* end confdefs.h. */
1756 if ac_fn_c_try_cpp "$LINENO"; then :
1757 ac_header_preproc=yes
1759 ac_header_preproc=no
1761 rm -f conftest.err conftest.i conftest.$ac_ext
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1763 $as_echo "$ac_header_preproc" >&6; }
1765 # So? What about this header?
1766 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1769 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1771 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1775 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1777 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1779 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1781 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1783 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1787 $as_echo_n "checking for $2... " >&6; }
1788 if eval \${$3+:} false; then :
1789 $as_echo_n "(cached) " >&6
1791 eval "$3=\$ac_header_compiler"
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1795 $as_echo "$ac_res" >&6; }
1797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799 } # ac_fn_c_check_header_mongrel
1801 # ac_fn_c_try_run LINENO
1802 # ----------------------
1803 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1804 # that executables *can* be run.
1807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1808 if { { ac_try="$ac_link"
1810 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1811 *) ac_try_echo
=$ac_try;;
1813 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1814 $as_echo "$ac_try_echo"; } >&5
1815 (eval "$ac_link") 2>&5
1817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1818 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1819 { { case "(($ac_try" in
1820 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1821 *) ac_try_echo=$ac_try;;
1823 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1824 $as_echo "$ac_try_echo"; } >&5
1825 (eval "$ac_try") 2>&5
1827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1828 test $ac_status = 0; }; }; then :
1831 $as_echo "$as_me: program exited with status $ac_status" >&5
1832 $as_echo "$as_me: failed program was:" >&5
1833 sed 's/^/| /' conftest.$ac_ext >&5
1835 ac_retval=$ac_status
1837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 as_fn_set_status $ac_retval
1843 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1844 # -------------------------------------------------------
1845 # Tests whether HEADER exists and can be compiled using the include files in
1846 # INCLUDES, setting the cache variable VAR accordingly.
1847 ac_fn_c_check_header_compile ()
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1851 $as_echo_n "checking for $2... " >&6; }
1852 if eval \${$3+:} false; then :
1853 $as_echo_n "(cached) " >&6
1855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1856 /* end confdefs.h. */
1860 if ac_fn_c_try_compile "$LINENO"; then :
1865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1869 $as_echo "$ac_res" >&6; }
1870 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1872 } # ac_fn_c_check_header_compile
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_type LINENO TYPE VAR INCLUDES
1942 # -------------------------------------------
1943 # Tests whether TYPE exists after having included INCLUDES, setting cache
1944 # variable VAR accordingly.
1945 ac_fn_c_check_type ()
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1949 $as_echo_n "checking for $2... " >&6; }
1950 if eval \${$3+:} false; then :
1951 $as_echo_n "(cached) " >&6
1954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1955 /* end confdefs.h. */
1966 if ac_fn_c_try_compile "$LINENO"; then :
1967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968 /* end confdefs.h. */
1979 if ac_fn_c_try_compile "$LINENO"; then :
1984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1993 } # ac_fn_c_check_type
1995 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1996 # ---------------------------------------------
1997 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1999 ac_fn_c_check_decl ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 as_decl_name=`echo $2|
sed 's/ *(.*//'`
2003 as_decl_use=`echo $2|
sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2005 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2006 if eval \${$3+:} false; then :
2007 $as_echo_n "(cached) " >&6
2009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2010 /* end confdefs.h. */
2015 #ifndef $as_decl_name
2017 (void) $as_decl_use;
2019 (void) $as_decl_name;
2027 if ac_fn_c_try_compile "$LINENO"; then :
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2036 $as_echo "$ac_res" >&6; }
2037 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2039 } # ac_fn_c_check_decl
2040 cat >config.log <<_ACEOF
2041 This file contains any messages produced by compilers while
2042 running configure, to aid debugging if configure makes a mistake.
2044 It was created by gas $as_me 2.33.50, which was
2045 generated by GNU Autoconf 2.69. Invocation command line was
2057 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2058 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2059 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2060 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2061 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2063 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2064 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2066 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2067 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2068 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2069 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2070 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2071 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2072 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2080 test -z "$as_dir" && as_dir=.
2081 $as_echo "PATH: $as_dir"
2097 # Keep a trace of the command line.
2098 # Strip out --no-create and --no-recursion so they do not pile up.
2099 # Strip out --silent because we don't want to record it for future runs.
2100 # Also quote any args containing shell meta-characters.
2101 # Make two passes to allow for proper duplicate-argument suppression.
2105 ac_must_keep_next=false
2111 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2112 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2113 | -silent | --silent | --silen | --sile | --sil)
2116 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2119 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2121 as_fn_append ac_configure_args1 " '$ac_arg'"
2122 if test $ac_must_keep_next = true; then
2123 ac_must_keep_next=false # Got value, back to normal.
2126 *=* | --config-cache | -C | -disable-* | --disable-* \
2127 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2128 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2129 | -with-* | --with-* | -without-* | --without-* | --x)
2130 case "$ac_configure_args0 " in
2131 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2134 -* ) ac_must_keep_next=true ;;
2137 as_fn_append ac_configure_args " '$ac_arg'"
2142 { ac_configure_args0=; unset ac_configure_args0;}
2143 { ac_configure_args1=; unset ac_configure_args1;}
2145 # When interrupted or exit'd, cleanup temporary files, and complete
2146 # config.log. We remove comments because anyway the quotes in there
2147 # would cause problems or look ugly.
2148 # WARNING: Use '\'' to represent an apostrophe within the trap.
2149 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2150 trap 'exit_status=$?
2151 # Save into config.log some information that might help in debugging.
2155 $as_echo "## ---------------- ##
2156 ## Cache variables. ##
2157 ## ---------------- ##"
2159 # The following way of writing the cache mishandles newlines in values,
2161 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2162 eval ac_val=\$$ac_var
2166 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2167 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2170 _ | IFS | as_nl) ;; #(
2171 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2172 *) { eval $ac_var=; unset $ac_var;} ;;
2177 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2178 *${as_nl}ac_space=\ *)
2180 "s/'\''/'\''\\\\'\'''\''/g;
2181 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2184 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2191 $as_echo "## ----------------- ##
2192 ## Output variables. ##
2193 ## ----------------- ##"
2195 for ac_var in $ac_subst_vars
2197 eval ac_val=\$$ac_var
2199 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2201 $as_echo "$ac_var='\''$ac_val'\''"
2205 if test -n "$ac_subst_files"; then
2206 $as_echo "## ------------------- ##
2207 ## File substitutions. ##
2208 ## ------------------- ##"
2210 for ac_var in $ac_subst_files
2212 eval ac_val=\$$ac_var
2214 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2216 $as_echo "$ac_var='\''$ac_val'\''"
2221 if test -s confdefs.h; then
2222 $as_echo "## ----------- ##
2229 test "$ac_signal" != 0 &&
2230 $as_echo "$as_me: caught signal $ac_signal"
2231 $as_echo "$as_me: exit $exit_status"
2233 rm -f core *.core core.conftest.* &&
2234 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2237 for ac_signal in 1 2 13 15; do
2238 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2242 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2243 rm -f -r conftest* confdefs.h
2245 $as_echo "/* confdefs.h */" > confdefs.h
2247 # Predefined preprocessor variables.
2249 cat >>confdefs.h <<_ACEOF
2250 #define PACKAGE_NAME "$PACKAGE_NAME"
2253 cat >>confdefs.h <<_ACEOF
2254 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2257 cat >>confdefs.h <<_ACEOF
2258 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2261 cat >>confdefs.h <<_ACEOF
2262 #define PACKAGE_STRING "$PACKAGE_STRING"
2265 cat >>confdefs.h <<_ACEOF
2266 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2269 cat >>confdefs.h <<_ACEOF
2270 #define PACKAGE_URL "$PACKAGE_URL"
2274 # Let the site file select an alternate cache file if it wants to.
2275 # Prefer an explicitly selected file to automatically selected ones.
2278 if test -n "$CONFIG_SITE"; then
2279 # We do not want a PATH search for config.site.
2280 case $CONFIG_SITE in #((
2281 -*) ac_site_file1=./$CONFIG_SITE;;
2282 */*) ac_site_file1=$CONFIG_SITE;;
2283 *) ac_site_file1=./$CONFIG_SITE;;
2285 elif test "x$prefix" != xNONE; then
2286 ac_site_file1=$prefix/share/config.site
2287 ac_site_file2=$prefix/etc/config.site
2289 ac_site_file1=$ac_default_prefix/share/config.site
2290 ac_site_file2=$ac_default_prefix/etc/config.site
2292 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2294 test "x$ac_site_file" = xNONE && continue
2295 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2297 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2298 sed 's/^/| /' "$ac_site_file" >&5
2300 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2301 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2302 as_fn_error $? "failed to load site
script $ac_site_file
2303 See \
`config.log' for more details" "$LINENO" 5; }
2307 if test -r "$cache_file"; then
2308 # Some versions of bash will fail to source /dev/null (special files
2309 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2310 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2312 $as_echo "$as_me: loading cache $cache_file" >&6;}
2314 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2315 *) . "./$cache_file";;
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2320 $as_echo "$as_me: creating cache $cache_file" >&6;}
2324 # Check that the precious variables saved in the cache have kept the same
2326 ac_cache_corrupted=false
2327 for ac_var in $ac_precious_vars; do
2328 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2329 eval ac_new_set=\$ac_env_${ac_var}_set
2330 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2331 eval ac_new_val=\$ac_env_${ac_var}_value
2332 case $ac_old_set,$ac_new_set in
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2335 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2336 ac_cache_corrupted=: ;;
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2339 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2340 ac_cache_corrupted=: ;;
2343 if test "x$ac_old_val" != "x$ac_new_val"; then
2344 # differences in whitespace do not lead to failure.
2345 ac_old_val_w=`echo x
$ac_old_val`
2346 ac_new_val_w=`echo x
$ac_new_val`
2347 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2349 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2350 ac_cache_corrupted=:
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2353 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2354 eval $ac_var=\$ac_old_val
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2357 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2359 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2362 # Pass precious variables to config.status.
2363 if test "$ac_new_set" = set; then
2365 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2366 *) ac_arg=$ac_var=$ac_new_val ;;
2368 case " $ac_configure_args " in
2369 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2370 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2374 if $ac_cache_corrupted; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2376 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2378 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2379 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2381 ## -------------------- ##
2382 ## Main body of script. ##
2383 ## -------------------- ##
2386 ac_cpp='$CPP $CPPFLAGS'
2387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2398 for ac_dir in .. "$srcdir"/..; do
2399 if test -f "$ac_dir/install-sh"; then
2401 ac_install_sh="$ac_aux_dir/install-sh -c"
2403 elif test -f "$ac_dir/install.sh"; then
2405 ac_install_sh="$ac_aux_dir/install.sh -c"
2407 elif test -f "$ac_dir/shtool"; then
2409 ac_install_sh="$ac_aux_dir/shtool install -c"
2413 if test -z "$ac_aux_dir"; then
2414 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2417 # These three variables are undocumented and unsupported,
2418 # and are intended to be withdrawn in a future Autoconf release.
2419 # They can cause serious problems if a builder's source tree is in a directory
2420 # whose full name contains unusual characters.
2421 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2422 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2423 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2426 # Make sure we can run config.sub.
2427 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2428 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2431 $as_echo_n "checking build system type... " >&6; }
2432 if ${ac_cv_build+:} false; then :
2433 $as_echo_n "(cached) " >&6
2435 ac_build_alias=$build_alias
2436 test "x$ac_build_alias" = x &&
2437 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2438 test "x$ac_build_alias" = x &&
2439 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2440 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2441 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2445 $as_echo "$ac_cv_build" >&6; }
2446 case $ac_cv_build in
2448 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2451 ac_save_IFS=$IFS; IFS='-'
2457 # Remember, the first character of IFS is used to create $*,
2458 # except with old shells:
2461 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2465 $as_echo_n "checking host system type... " >&6; }
2466 if ${ac_cv_host+:} false; then :
2467 $as_echo_n "(cached) " >&6
2469 if test "x$host_alias" = x; then
2470 ac_cv_host=$ac_cv_build
2472 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2473 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2478 $as_echo "$ac_cv_host" >&6; }
2481 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2484 ac_save_IFS=$IFS; IFS='-'
2490 # Remember, the first character of IFS is used to create $*,
2491 # except with old shells:
2494 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2498 $as_echo_n "checking target system type... " >&6; }
2499 if ${ac_cv_target+:} false; then :
2500 $as_echo_n "(cached) " >&6
2502 if test "x$target_alias" = x; then
2503 ac_cv_target=$ac_cv_host
2505 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2506 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2511 $as_echo "$ac_cv_target" >&6; }
2512 case $ac_cv_target in
2514 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2516 target=$ac_cv_target
2517 ac_save_IFS=$IFS; IFS='-'
2523 # Remember, the first character of IFS is used to create $*,
2524 # except with old shells:
2527 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2530 # The aliases save the names the user supplied, while $host etc.
2531 # will get canonicalized.
2532 test -n "$target_alias" &&
2533 test "$program_prefix$program_suffix$program_transform_name" = \
2535 program_prefix=${target_alias}-
2536 # Expand $ac_aux_dir to an absolute path.
2537 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2540 ac_cpp='$CPP $CPPFLAGS'
2541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2544 if test -n "$ac_tool_prefix"; then
2545 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2546 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2548 $as_echo_n "checking for $ac_word... " >&6; }
2549 if ${ac_cv_prog_CC+:} false; then :
2550 $as_echo_n "(cached) " >&6
2552 if test -n "$CC"; then
2553 ac_cv_prog_CC="$CC" # Let the user override the test.
2555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2559 test -z "$as_dir" && as_dir=.
2560 for ac_exec_ext in '' $ac_executable_extensions; do
2561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2562 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 if test -n "$CC"; then
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2575 $as_echo "$CC" >&6; }
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2578 $as_echo "no" >&6; }
2583 if test -z "$ac_cv_prog_CC"; then
2585 # Extract the first word of "gcc", so it can be a program name with args.
2586 set dummy gcc; ac_word=$2
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2588 $as_echo_n "checking for $ac_word... " >&6; }
2589 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2590 $as_echo_n "(cached) " >&6
2592 if test -n "$ac_ct_CC"; then
2593 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2599 test -z "$as_dir" && as_dir=.
2600 for ac_exec_ext in '' $ac_executable_extensions; do
2601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2602 ac_cv_prog_ac_ct_CC="gcc"
2603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2612 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2613 if test -n "$ac_ct_CC"; then
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2615 $as_echo "$ac_ct_CC" >&6; }
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2618 $as_echo "no" >&6; }
2621 if test "x$ac_ct_CC" = x; then
2624 case $cross_compiling:$ac_tool_warned in
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2627 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2628 ac_tool_warned=yes ;;
2636 if test -z "$CC"; then
2637 if test -n "$ac_tool_prefix"; then
2638 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2639 set dummy ${ac_tool_prefix}cc; ac_word=$2
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2641 $as_echo_n "checking for $ac_word... " >&6; }
2642 if ${ac_cv_prog_CC+:} false; then :
2643 $as_echo_n "(cached) " >&6
2645 if test -n "$CC"; then
2646 ac_cv_prog_CC="$CC" # Let the user override the test.
2648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2652 test -z "$as_dir" && as_dir=.
2653 for ac_exec_ext in '' $ac_executable_extensions; do
2654 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2655 ac_cv_prog_CC="${ac_tool_prefix}cc"
2656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2666 if test -n "$CC"; then
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2668 $as_echo "$CC" >&6; }
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2671 $as_echo "no" >&6; }
2677 if test -z "$CC"; then
2678 # Extract the first word of "cc", so it can be a program name with args.
2679 set dummy cc; ac_word=$2
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2681 $as_echo_n "checking for $ac_word... " >&6; }
2682 if ${ac_cv_prog_CC+:} false; then :
2683 $as_echo_n "(cached) " >&6
2685 if test -n "$CC"; then
2686 ac_cv_prog_CC="$CC" # Let the user override the test.
2689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2693 test -z "$as_dir" && as_dir=.
2694 for ac_exec_ext in '' $ac_executable_extensions; do
2695 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2696 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2697 ac_prog_rejected=yes
2701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2708 if test $ac_prog_rejected = yes; then
2709 # We found a bogon in the path, so make sure we never use it.
2710 set dummy $ac_cv_prog_CC
2712 if test $# != 0; then
2713 # We chose a different compiler from the bogus one.
2714 # However, it has the same basename, so the bogon will be chosen
2715 # first if we set CC to just the basename; use the full file name.
2717 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2723 if test -n "$CC"; then
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2725 $as_echo "$CC" >&6; }
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2728 $as_echo "no" >&6; }
2733 if test -z "$CC"; then
2734 if test -n "$ac_tool_prefix"; then
2735 for ac_prog in cl.exe
2737 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2738 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2740 $as_echo_n "checking for $ac_word... " >&6; }
2741 if ${ac_cv_prog_CC+:} false; then :
2742 $as_echo_n "(cached) " >&6
2744 if test -n "$CC"; then
2745 ac_cv_prog_CC="$CC" # Let the user override the test.
2747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2751 test -z "$as_dir" && as_dir=.
2752 for ac_exec_ext in '' $ac_executable_extensions; do
2753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2754 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2765 if test -n "$CC"; then
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2767 $as_echo "$CC" >&6; }
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2770 $as_echo "no" >&6; }
2774 test -n "$CC" && break
2777 if test -z "$CC"; then
2779 for ac_prog in cl.exe
2781 # Extract the first word of "$ac_prog", so it can be a program name with args.
2782 set dummy $ac_prog; ac_word=$2
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2784 $as_echo_n "checking for $ac_word... " >&6; }
2785 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2786 $as_echo_n "(cached) " >&6
2788 if test -n "$ac_ct_CC"; then
2789 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2795 test -z "$as_dir" && as_dir=.
2796 for ac_exec_ext in '' $ac_executable_extensions; do
2797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2798 ac_cv_prog_ac_ct_CC="$ac_prog"
2799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2808 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2809 if test -n "$ac_ct_CC"; then
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2811 $as_echo "$ac_ct_CC" >&6; }
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2814 $as_echo "no" >&6; }
2818 test -n "$ac_ct_CC" && break
2821 if test "x$ac_ct_CC" = x; then
2824 case $cross_compiling:$ac_tool_warned in
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2827 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2828 ac_tool_warned=yes ;;
2837 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2838 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2839 as_fn_error $? "no acceptable C compiler found
in \
$PATH
2840 See \
`config.log' for more details" "$LINENO" 5; }
2842 # Provide some information about the compiler.
2843 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2846 for ac_option in --version -v -V -qversion; do
2847 { { ac_try="$ac_compiler $ac_option >&5"
2849 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2850 *) ac_try_echo
=$ac_try;;
2852 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2853 $as_echo "$ac_try_echo"; } >&5
2854 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2856 if test -s conftest.err
; then
2858 ... rest of stderr output deleted ...
2859 10q' conftest.err
>conftest.er1
2860 cat conftest.er1
>&5
2862 rm -f conftest.er1 conftest.err
2863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2864 test $ac_status = 0; }
2867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2878 ac_clean_files_save
=$ac_clean_files
2879 ac_clean_files
="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2880 # Try to create an executable without -o first, disregard a.out.
2881 # It will help us diagnose broken compilers, and finding out an intuition
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2884 $as_echo_n "checking whether the C compiler works... " >&6; }
2885 ac_link_default
=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2887 # The possible output files:
2888 ac_files
="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2891 for ac_file
in $ac_files
2894 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2895 * ) ac_rmfiles
="$ac_rmfiles $ac_file";;
2900 if { { ac_try
="$ac_link_default"
2902 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2903 *) ac_try_echo=$ac_try;;
2905 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2906 $as_echo "$ac_try_echo"; } >&5
2907 (eval "$ac_link_default") 2>&5
2909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2910 test $ac_status = 0; }; then :
2911 # Autoconf-2.13 could set the ac_cv_exeext variable to `no
'.
2912 # So ignore a value of `no', otherwise this would lead to
`EXEEXT = no'
2913 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2914 # so that the user can short-circuit this test for compilers unknown to
2916 for ac_file in $ac_files ''
2918 test -f "$ac_file" || continue
2920 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2923 # We found the default executable, but exeext='' is most
2927 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2929 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2931 # We set ac_cv_exeext here because the later test for it is not
2932 # safe: cross compilers may not add the suffix if given an `-o'
2933 # argument, so we may need to know it at that point already.
2934 # Even if this section looks crufty: it has the advantage of
2941 test "$ac_cv_exeext" = no && ac_cv_exeext=
2946 if test -z "$ac_file"; then :
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948 $as_echo "no" >&6; }
2949 $as_echo "$as_me: failed program was:" >&5
2950 sed 's
/^
/|
/' conftest.$ac_ext >&5
2952 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2953 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
2954 as_fn_error 77 "C compiler cannot create executables
2955 See \`config.log
' for more details" "$LINENO" 5; }
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2958 $as_echo "yes" >&6; }
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2961 $as_echo_n "checking for C compiler default output file name... " >&6; }
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2963 $as_echo "$ac_file" >&6; }
2964 ac_exeext=$ac_cv_exeext
2966 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2967 ac_clean_files=$ac_clean_files_save
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2969 $as_echo_n "checking for suffix of executables... " >&6; }
2970 if { { ac_try="$ac_link"
2972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973 *) ac_try_echo=$ac_try;;
2975 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2976 $as_echo "$ac_try_echo"; } >&5
2977 (eval "$ac_link") 2>&5
2979 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2980 test $ac_status = 0; }; then :
2981 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2982 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2983 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2985 for ac_file
in conftest.exe conftest conftest.
*; do
2986 test -f "$ac_file" ||
continue
2988 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2989 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2995 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2997 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2998 See \`config.log' for more details" "$LINENO" 5; }
3000 rm -f conftest conftest
$ac_cv_exeext
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3002 $as_echo "$ac_cv_exeext" >&6; }
3004 rm -f conftest.
$ac_ext
3005 EXEEXT
=$ac_cv_exeext
3007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3008 /* end confdefs.h. */
3013 FILE *f = fopen ("conftest.out", "w");
3014 return ferror (f) || fclose (f) != 0;
3020 ac_clean_files
="$ac_clean_files conftest.out"
3021 # Check that the compiler produces executables we can run. If not, either
3022 # the compiler is broken, or we cross compile.
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3024 $as_echo_n "checking whether we are cross compiling... " >&6; }
3025 if test "$cross_compiling" != yes; then
3026 { { ac_try
="$ac_link"
3028 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3029 *) ac_try_echo=$ac_try;;
3031 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3032 $as_echo "$ac_try_echo"; } >&5
3033 (eval "$ac_link") 2>&5
3035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3036 test $ac_status = 0; }
3037 if { ac_try='./conftest$ac_cv_exeext'
3038 { { case "(($ac_try" in
3039 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3040 *) ac_try_echo
=$ac_try;;
3042 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3043 $as_echo "$ac_try_echo"; } >&5
3044 (eval "$ac_try") 2>&5
3046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3047 test $ac_status = 0; }; }; then
3050 if test "$cross_compiling" = maybe
; then
3053 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3055 as_fn_error $?
"cannot run C compiled programs.
3056 If you meant to cross compile, use \`--host'.
3057 See \`config.log' for more details" "$LINENO" 5; }
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3062 $as_echo "$cross_compiling" >&6; }
3064 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3065 ac_clean_files
=$ac_clean_files_save
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3067 $as_echo_n "checking for suffix of object files... " >&6; }
3068 if ${ac_cv_objext+:} false
; then :
3069 $as_echo_n "(cached) " >&6
3071 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3072 /* end confdefs.h. */
3082 rm -f conftest.o conftest.obj
3083 if { { ac_try
="$ac_compile"
3085 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3086 *) ac_try_echo=$ac_try;;
3088 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3089 $as_echo "$ac_try_echo"; } >&5
3090 (eval "$ac_compile") 2>&5
3092 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3093 test $ac_status = 0; }; then :
3094 for ac_file in conftest.o conftest.obj conftest.*; do
3095 test -f "$ac_file" || continue;
3097 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3098 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3103 $as_echo "$as_me: failed program was:" >&5
3104 sed 's/^/| /' conftest.$ac_ext >&5
3106 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3107 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3108 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3109 See \
`config.log' for more details" "$LINENO" 5; }
3111 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3114 $as_echo "$ac_cv_objext" >&6; }
3115 OBJEXT=$ac_cv_objext
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3118 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3119 if ${ac_cv_c_compiler_gnu+:} false; then :
3120 $as_echo_n "(cached) " >&6
3122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3123 /* end confdefs.h. */
3136 if ac_fn_c_try_compile "$LINENO"; then :
3141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3142 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3146 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3147 if test $ac_compiler_gnu = yes; then
3152 ac_test_CFLAGS=${CFLAGS+set}
3153 ac_save_CFLAGS=$CFLAGS
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3155 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3156 if ${ac_cv_prog_cc_g+:} false; then :
3157 $as_echo_n "(cached) " >&6
3159 ac_save_c_werror_flag=$ac_c_werror_flag
3160 ac_c_werror_flag=yes
3163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3164 /* end confdefs.h. */
3174 if ac_fn_c_try_compile "$LINENO"; then :
3178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3179 /* end confdefs.h. */
3189 if ac_fn_c_try_compile "$LINENO"; then :
3192 ac_c_werror_flag=$ac_save_c_werror_flag
3194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3195 /* end confdefs.h. */
3205 if ac_fn_c_try_compile "$LINENO"; then :
3208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3213 ac_c_werror_flag=$ac_save_c_werror_flag
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3216 $as_echo "$ac_cv_prog_cc_g" >&6; }
3217 if test "$ac_test_CFLAGS" = set; then
3218 CFLAGS=$ac_save_CFLAGS
3219 elif test $ac_cv_prog_cc_g = yes; then
3220 if test "$GCC" = yes; then
3226 if test "$GCC" = yes; then
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3233 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3234 if ${ac_cv_prog_cc_c89+:} false; then :
3235 $as_echo_n "(cached) " >&6
3237 ac_cv_prog_cc_c89=no
3239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3240 /* end confdefs.h. */
3244 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3245 struct buf { int x; };
3246 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3247 static char *e (p, i)
3253 static char *f (char * (*g) (char **, int), char **p, ...)
3258 s = g (p, va_arg (v,int));
3263 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3264 function prototypes and stuff, but not '\xHH' hex character constants.
3265 These don't provoke an error unfortunately, instead are silently treated
3266 as 'x'. The following induces an error, until -std is added to get
3267 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3268 array size at least. It's necessary to write '\x00'==0 to get something
3269 that's true only with -std. */
3270 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3272 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3273 inside strings and character constants. */
3275 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3277 int test (int i, double x);
3278 struct s1 {int (*f) (int a);};
3279 struct s2 {int (*f) (double a);};
3280 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3286 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3291 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3292 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3294 CC="$ac_save_CC $ac_arg"
3295 if ac_fn_c_try_compile "$LINENO"; then :
3296 ac_cv_prog_cc_c89=$ac_arg
3298 rm -f core conftest.err conftest.$ac_objext
3299 test "x$ac_cv_prog_cc_c89" != "xno" && break
3301 rm -f conftest.$ac_ext
3306 case "x$ac_cv_prog_cc_c89" in
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3309 $as_echo "none needed" >&6; } ;;
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3312 $as_echo "unsupported" >&6; } ;;
3314 CC="$CC $ac_cv_prog_cc_c89"
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3316 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3318 if test "x$ac_cv_prog_cc_c89" != xno; then :
3323 ac_cpp='$CPP $CPPFLAGS'
3324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3329 ac_cpp='$CPP $CPPFLAGS'
3330 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3331 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3332 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3334 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3335 if ${am_cv_prog_cc_c_o+:} false; then :
3336 $as_echo_n "(cached) " >&6
3338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339 /* end confdefs.h. */
3349 # Make sure it works both with $CC and with simple cc.
3350 # Following AC_PROG_CC_C_O, we do the test twice because some
3351 # compilers refuse to overwrite an existing .o file with -o,
3352 # though they will create one.
3353 am_cv_prog_cc_c_o=yes
3355 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3356 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3359 (exit $ac_status); } \
3360 && test -f conftest2.$ac_objext; then
3363 am_cv_prog_cc_c_o=no
3367 rm -f core conftest*
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3371 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3372 if test "$am_cv_prog_cc_c_o" != yes; then
3373 # Losing compiler, so override with the script.
3374 # FIXME: It is wrong to rewrite CC.
3375 # But if we don't then we get into trouble of one sort or another.
3376 # A longer-term fix would be to have automake use am__CC in this case,
3377 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3378 CC="$am_aux_dir/compile $CC"
3381 ac_cpp='$CPP $CPPFLAGS'
3382 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3383 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3384 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3389 $as_echo_n "checking for library containing strerror... " >&6; }
3390 if ${ac_cv_search_strerror+:} false; then :
3391 $as_echo_n "(cached) " >&6
3393 ac_func_search_save_LIBS=$LIBS
3394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3395 /* end confdefs.h. */
3397 /* Override any GCC internal prototype to avoid an error.
3398 Use char because int might match the return type of a GCC
3399 builtin and then its argument prototype would still apply. */
3412 for ac_lib in '' cposix; do
3413 if test -z "$ac_lib"; then
3414 ac_res="none required"
3417 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3419 if ac_fn_c_try_link "$LINENO"; then :
3420 ac_cv_search_strerror=$ac_res
3422 rm -f core conftest.err conftest.$ac_objext \
3424 if ${ac_cv_search_strerror+:} false; then :
3428 if ${ac_cv_search_strerror+:} false; then :
3431 ac_cv_search_strerror=no
3434 LIBS=$ac_func_search_save_LIBS
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3437 $as_echo "$ac_cv_search_strerror" >&6; }
3438 ac_res=$ac_cv_search_strerror
3439 if test "$ac_res" != no; then :
3440 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3445 am__api_version='1.15'
3447 # Find a good install program. We prefer a C program (faster),
3448 # so one script is as good as another. But avoid the broken or
3449 # incompatible versions:
3450 # SysV /etc/install, /usr/sbin/install
3451 # SunOS /usr/etc/install
3452 # IRIX /sbin/install
3454 # AmigaOS /C/install, which installs bootblocks on floppy discs
3455 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3456 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3457 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3458 # OS/2's system install, which has a completely different semantic
3459 # ./install, which can be erroneously created by make from ./install.sh.
3460 # Reject install programs that cannot install multiple files.
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3462 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3463 if test -z "$INSTALL"; then
3464 if ${ac_cv_path_install+:} false; then :
3465 $as_echo_n "(cached) " >&6
3467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3471 test -z "$as_dir" && as_dir=.
3472 # Account for people who put trailing slashes in PATH elements.
3473 case $as_dir/ in #((
3474 ./ | .// | /[cC]/* | \
3475 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3476 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3479 # OSF1 and SCO ODT 3.0 have their own names for install.
3480 # Don't use installbsd from OSF since it installs stuff as root
3482 for ac_prog in ginstall scoinst install; do
3483 for ac_exec_ext in '' $ac_executable_extensions; do
3484 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3485 if test $ac_prog = install &&
3486 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3487 # AIX install. It has an incompatible calling convention.
3489 elif test $ac_prog = install &&
3490 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3491 # program-specific install script used by HP pwplus--don't use.
3494 rm -rf conftest.one conftest.two conftest.dir
3495 echo one > conftest.one
3496 echo two > conftest.two
3498 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3499 test -s conftest.one && test -s conftest.two &&
3500 test -s conftest.dir/conftest.one &&
3501 test -s conftest.dir/conftest.two
3503 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3516 rm -rf conftest.one conftest.two conftest.dir
3519 if test "${ac_cv_path_install+set}" = set; then
3520 INSTALL=$ac_cv_path_install
3522 # As a last resort, use the slow shell script. Don't cache a
3523 # value for INSTALL within a source directory, because that will
3524 # break other packages using the cache if that directory is
3525 # removed, or if the value is a relative name.
3526 INSTALL=$ac_install_sh
3529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3530 $as_echo "$INSTALL" >&6; }
3532 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3533 # It thinks the first close brace ends the variable substitution.
3534 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3536 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3538 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3541 $as_echo_n "checking whether build environment is sane... " >&6; }
3542 # Reject unsafe characters in $srcdir or the absolute working directory
3543 # name. Accept space and tab only in the latter.
3547 *[\\\"\#\$\&\'\`$am_lf]*)
3548 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
3551 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
3552 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3555 # Do 'set' in a subshell so we don't clobber the current shell's
3556 # arguments. Must try -L first in case configure is actually a
3557 # symlink; some systems play weird games with the mod time of symlinks
3558 # (eg FreeBSD returns the mod time of the symlink's containing
3562 for am_try
in 1 2; do
3563 echo "timestamp, slept: $am_has_slept" > conftest.
file
3564 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3565 if test "$*" = "X"; then
3567 set X
`ls -t "$srcdir/configure" conftest.file`
3569 if test "$*" != "X $srcdir/configure conftest.file" \
3570 && test "$*" != "X conftest.file $srcdir/configure"; then
3572 # If neither matched, then we have a broken ls. This can happen
3573 # if, for instance, CONFIG_SHELL is bash and it inherits a
3574 # broken ls alias from the environment. This has actually
3575 # happened. Such a system could not be considered "sane".
3576 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
3577 alias in your environment" "$LINENO" 5
3579 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
3586 test "$2" = conftest.
file
3592 as_fn_error $?
"newly created file is older than distributed files!
3593 Check your system clock" "$LINENO" 5
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3596 $as_echo "yes" >&6; }
3597 # If we didn't sleep, we still need to ensure time stamps of config.status and
3598 # generated files are strictly newer.
3600 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
3607 test "$program_prefix" != NONE
&&
3608 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3609 # Use a double $ so make ignores it.
3610 test "$program_suffix" != NONE
&&
3611 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3612 # Double any \ or $.
3613 # By default was `s,x,x', remove it if useless.
3614 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3615 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3617 if test x
"${MISSING+set}" != xset
; then
3620 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3622 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3625 # Use eval to expand $SHELL
3626 if eval "$MISSING --is-lightweight"; then
3627 am_missing_run
="$MISSING "
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3631 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3634 if test x
"${install_sh+set}" != xset
; then
3637 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3639 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3643 # Installed binaries are usually stripped using 'strip' when the user
3644 # run "make install-strip". However 'strip' might not be the right
3645 # tool to use in cross-compilation environments, therefore Automake
3646 # will honor the 'STRIP' environment variable to overrule this program.
3647 if test "$cross_compiling" != no
; then
3648 if test -n "$ac_tool_prefix"; then
3649 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3650 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3652 $as_echo_n "checking for $ac_word... " >&6; }
3653 if ${ac_cv_prog_STRIP+:} false
; then :
3654 $as_echo_n "(cached) " >&6
3656 if test -n "$STRIP"; then
3657 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3659 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3663 test -z "$as_dir" && as_dir
=.
3664 for ac_exec_ext
in '' $ac_executable_extensions; do
3665 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3666 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3676 STRIP
=$ac_cv_prog_STRIP
3677 if test -n "$STRIP"; then
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3679 $as_echo "$STRIP" >&6; }
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3682 $as_echo "no" >&6; }
3687 if test -z "$ac_cv_prog_STRIP"; then
3689 # Extract the first word of "strip", so it can be a program name with args.
3690 set dummy strip
; ac_word
=$2
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3692 $as_echo_n "checking for $ac_word... " >&6; }
3693 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
3694 $as_echo_n "(cached) " >&6
3696 if test -n "$ac_ct_STRIP"; then
3697 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3699 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3703 test -z "$as_dir" && as_dir
=.
3704 for ac_exec_ext
in '' $ac_executable_extensions; do
3705 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3706 ac_cv_prog_ac_ct_STRIP
="strip"
3707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3716 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3717 if test -n "$ac_ct_STRIP"; then
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3719 $as_echo "$ac_ct_STRIP" >&6; }
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3722 $as_echo "no" >&6; }
3725 if test "x$ac_ct_STRIP" = x
; then
3728 case $cross_compiling:$ac_tool_warned in
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3731 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3732 ac_tool_warned
=yes ;;
3737 STRIP
="$ac_cv_prog_STRIP"
3741 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3744 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3745 if test -z "$MKDIR_P"; then
3746 if ${ac_cv_path_mkdir+:} false
; then :
3747 $as_echo_n "(cached) " >&6
3749 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3750 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3753 test -z "$as_dir" && as_dir
=.
3754 for ac_prog
in mkdir gmkdir
; do
3755 for ac_exec_ext
in '' $ac_executable_extensions; do
3756 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3757 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3758 'mkdir (GNU coreutils) '* | \
3759 'mkdir (coreutils) '* | \
3760 'mkdir (fileutils) '4.1*)
3761 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3771 test -d .
/--version && rmdir .
/--version
3772 if test "${ac_cv_path_mkdir+set}" = set; then
3773 MKDIR_P
="$ac_cv_path_mkdir -p"
3775 # As a last resort, use the slow shell script. Don't cache a
3776 # value for MKDIR_P within a source directory, because that will
3777 # break other packages using the cache if that directory is
3778 # removed, or if the value is a relative name.
3779 MKDIR_P
="$ac_install_sh -d"
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3783 $as_echo "$MKDIR_P" >&6; }
3785 for ac_prog
in gawk mawk nawk
awk
3787 # Extract the first word of "$ac_prog", so it can be a program name with args.
3788 set dummy
$ac_prog; ac_word
=$2
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3790 $as_echo_n "checking for $ac_word... " >&6; }
3791 if ${ac_cv_prog_AWK+:} false
; then :
3792 $as_echo_n "(cached) " >&6
3794 if test -n "$AWK"; then
3795 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3801 test -z "$as_dir" && as_dir
=.
3802 for ac_exec_ext
in '' $ac_executable_extensions; do
3803 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3804 ac_cv_prog_AWK
="$ac_prog"
3805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 if test -n "$AWK"; then
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3817 $as_echo "$AWK" >&6; }
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820 $as_echo "no" >&6; }
3824 test -n "$AWK" && break
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3828 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3830 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3831 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3832 $as_echo_n "(cached) " >&6
3834 cat >conftest.
make <<\_ACEOF
3837 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3839 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3840 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3842 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3844 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3848 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3850 $as_echo "yes" >&6; }
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3854 $as_echo "no" >&6; }
3855 SET_MAKE
="MAKE=${MAKE-make}"
3858 rm -rf .tst
2>/dev
/null
3859 mkdir .tst
2>/dev
/null
3860 if test -d .tst
; then
3865 rmdir .tst
2>/dev
/null
3867 DEPDIR
="${am__leading_dot}deps"
3869 ac_config_commands
="$ac_config_commands depfiles"
3872 am_make
=${MAKE-make}
3873 cat > confinc
<< 'END'
3875 @
echo this is the am__doit target
3878 # If we don't find an include directive, just comment out the code.
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3880 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3884 # First try GNU make style include.
3885 echo "include confinc" > confmf
3886 # Ignore all kinds of additional output from 'make'.
3887 case `$am_make -s -f confmf 2> /dev/null` in #(
3888 *the\ am__doit\ target
*)
3894 # Now try BSD make style include.
3895 if test "$am__include" = "#"; then
3896 echo '.include "confinc"' > confmf
3897 case `$am_make -s -f confmf 2> /dev/null` in #(
3898 *the\ am__doit\ target
*)
3899 am__include
=.include
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3908 $as_echo "$_am_result" >&6; }
3909 rm -f confinc confmf
3911 # Check whether --enable-dependency-tracking was given.
3912 if test "${enable_dependency_tracking+set}" = set; then :
3913 enableval
=$enable_dependency_tracking;
3916 if test "x$enable_dependency_tracking" != xno
; then
3917 am_depcomp
="$ac_aux_dir/depcomp"
3921 if test "x$enable_dependency_tracking" != xno; then
3930 # Check whether --enable-silent-rules was given.
3931 if test "${enable_silent_rules+set}" = set; then :
3932 enableval
=$enable_silent_rules;
3935 case $enable_silent_rules in # (((
3936 yes) AM_DEFAULT_VERBOSITY
=0;;
3937 no
) AM_DEFAULT_VERBOSITY
=1;;
3938 *) AM_DEFAULT_VERBOSITY
=1;;
3940 am_make
=${MAKE-make}
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3942 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3943 if ${am_cv_make_support_nested_variables+:} false
; then :
3944 $as_echo_n "(cached) " >&6
3946 if $as_echo 'TRUE=$(BAR$(V))
3952 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3953 am_cv_make_support_nested_variables
=yes
3955 am_cv_make_support_nested_variables
=no
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3959 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3960 if test $am_cv_make_support_nested_variables = yes; then
3962 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3964 AM_V
=$AM_DEFAULT_VERBOSITY
3965 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3969 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3970 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3971 # is not polluted with repeated "-I."
3972 am__isrc
=' -I$(srcdir)'
3973 # test to see if srcdir already configured
3974 if test -f $srcdir/config.status
; then
3975 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3979 # test whether we have cygpath
3980 if test -z "$CYGPATH_W"; then
3981 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3982 CYGPATH_W
='cygpath -w'
3989 # Define the identity of the package.
3994 cat >>confdefs.h
<<_ACEOF
3995 #define PACKAGE "$PACKAGE"
3999 cat >>confdefs.h
<<_ACEOF
4000 #define VERSION "$VERSION"
4003 # Some tools Automake needs.
4005 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4008 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
4011 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4014 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
4017 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
4019 # For better backward compatibility. To be removed once Automake 1.9.x
4020 # dies out for good. For more background, see:
4021 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4022 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4023 mkdir_p
='$(MKDIR_P)'
4025 # We need awk for the "check" target (and possibly the TAP driver). The
4026 # system "awk" is bad on some platforms.
4027 # Always define AMTAR for backward compatibility. Yes, it's still used
4028 # in the wild :-( We should find a proper way to deprecate it ...
4032 # We'll loop over all known methods to create a tar archive until one works.
4033 _am_tools
='gnutar pax cpio none'
4035 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
4041 depcc
="$CC" am_compiler_list
=
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4044 $as_echo_n "checking dependency style of $depcc... " >&6; }
4045 if ${am_cv_CC_dependencies_compiler_type+:} false
; then :
4046 $as_echo_n "(cached) " >&6
4048 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4049 # We make a subdir and do the tests there. Otherwise we can end up
4050 # making bogus files that we don't know about and never remove. For
4051 # instance it was reported that on HP-UX the gcc test will end up
4052 # making a dummy file named 'D' -- because '-MD' means "put the output
4056 # Copy depcomp to subdir because otherwise we won't find it if we're
4057 # using a relative directory.
4058 cp "$am_depcomp" conftest.dir
4060 # We will build objects and dependencies in a subdirectory because
4061 # it helps to detect inapplicable dependency modes. For instance
4062 # both Tru64's cc and ICC support -MD to output dependencies as a
4063 # side effect of compilation, but ICC will put the dependencies in
4064 # the current directory while Tru64 will put them in the object
4068 am_cv_CC_dependencies_compiler_type
=none
4069 if test "$am_compiler_list" = ""; then
4070 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4073 case " $depcc " in #(
4074 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4077 for depmode
in $am_compiler_list; do
4078 # Setup a source with many dependencies, because some compilers
4079 # like to wrap large dependency lists on column 80 (with \), and
4080 # we should not choose a depcomp mode which is confused by this.
4082 # We need to recreate these files for each test, as the compiler may
4083 # overwrite some of them when testing with obscure command lines.
4084 # This happens at least with the AIX C compiler.
4086 for i
in 1 2 3 4 5 6; do
4087 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4088 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4089 # Solaris 10 /bin/sh.
4090 echo '/* dummy */' > sub
/conftst
$i.h
4092 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4094 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4095 # mode. It turns out that the SunPro C++ compiler does not properly
4096 # handle '-M -o', and we need to detect this. Also, some Intel
4097 # versions had trouble with output in subdirs.
4098 am__obj
=sub
/conftest.
${OBJEXT-o}
4099 am__minus_obj
="-o $am__obj"
4102 # This depmode causes a compiler race in universal mode.
4103 test "$am__universal" = false ||
continue
4106 # After this tag, mechanisms are not by side-effect, so they'll
4107 # only be used when explicitly requested.
4108 if test "x$enable_dependency_tracking" = xyes
; then
4114 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4115 # This compiler won't grok '-c -o', but also, the minuso test has
4116 # not run yet. These depmodes are late enough in the game, and
4117 # so weak that their functioning should not be impacted.
4118 am__obj
=conftest.
${OBJEXT-o}
4123 if depmode
=$depmode \
4124 source=sub
/conftest.c object
=$am__obj \
4125 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4126 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4127 >/dev
/null
2>conftest.err
&&
4128 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4129 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4130 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4131 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4132 # icc doesn't choke on unknown options, it will just issue warnings
4133 # or remarks (even with -Werror). So we grep stderr for any message
4134 # that says an option was ignored or not supported.
4135 # When given -MP, icc 7.0 and 7.1 complain thusly:
4136 # icc: Command line warning: ignoring option '-M'; no argument required
4137 # The diagnosis changed in icc 8.0:
4138 # icc: Command line remark: option '-MP' not supported
4139 if (grep 'ignoring option' conftest.err ||
4140 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4141 am_cv_CC_dependencies_compiler_type
=$depmode
4150 am_cv_CC_dependencies_compiler_type
=none
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4155 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4156 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
4159 test "x$enable_dependency_tracking" != xno \
4160 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
4162 am__fastdepCC_FALSE
='#'
4164 am__fastdepCC_TRUE
='#'
4165 am__fastdepCC_FALSE
=
4170 # POSIX will say in a future version that running "rm -f" with no argument
4171 # is OK; and we want to be able to make that assumption in our Makefile
4172 # recipes. So use an aggressive probe to check that the usage we want is
4173 # actually supported "in the wild" to an acceptable degree.
4174 # See automake bug#10828.
4175 # To make any issue more visible, cause the running configure to be aborted
4176 # by default if the 'rm' program in use doesn't match our expectations; the
4177 # user can still override this though.
4178 if rm -f && rm -fr && rm -rf; then : OK
; else
4182 Your 'rm' program seems unable to run without file operands specified
4183 on the command line, even when the '-f' option is present. This is contrary
4184 to the behaviour of most rm programs out there, and not conforming with
4185 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4187 Please tell bug-automake@gnu.org about your system, including the value
4188 of your $PATH and any error possibly output before this message. This
4189 can help us improve future automake versions.
4192 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
4193 echo 'Configuration will proceed anyway, since you have set the' >&2
4194 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4198 Aborting the configuration process, to ensure you take notice of the issue.
4200 You can download and install GNU coreutils to get an 'rm' implementation
4201 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4203 If you want to complete the configuration process using your problematic
4204 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4205 to "yes", and re-run configure.
4208 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
4214 ac_cpp
='$CPP $CPPFLAGS'
4215 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4216 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4217 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4218 if test -n "$ac_tool_prefix"; then
4219 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4220 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4222 $as_echo_n "checking for $ac_word... " >&6; }
4223 if ${ac_cv_prog_CC+:} false
; then :
4224 $as_echo_n "(cached) " >&6
4226 if test -n "$CC"; then
4227 ac_cv_prog_CC
="$CC" # Let the user override the test.
4229 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4233 test -z "$as_dir" && as_dir
=.
4234 for ac_exec_ext
in '' $ac_executable_extensions; do
4235 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4236 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4247 if test -n "$CC"; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4249 $as_echo "$CC" >&6; }
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252 $as_echo "no" >&6; }
4257 if test -z "$ac_cv_prog_CC"; then
4259 # Extract the first word of "gcc", so it can be a program name with args.
4260 set dummy gcc
; ac_word
=$2
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4262 $as_echo_n "checking for $ac_word... " >&6; }
4263 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4264 $as_echo_n "(cached) " >&6
4266 if test -n "$ac_ct_CC"; then
4267 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4269 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4273 test -z "$as_dir" && as_dir
=.
4274 for ac_exec_ext
in '' $ac_executable_extensions; do
4275 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4276 ac_cv_prog_ac_ct_CC
="gcc"
4277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4286 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4287 if test -n "$ac_ct_CC"; then
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4289 $as_echo "$ac_ct_CC" >&6; }
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4292 $as_echo "no" >&6; }
4295 if test "x$ac_ct_CC" = x
; then
4298 case $cross_compiling:$ac_tool_warned in
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4301 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4302 ac_tool_warned
=yes ;;
4310 if test -z "$CC"; then
4311 if test -n "$ac_tool_prefix"; then
4312 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4313 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4315 $as_echo_n "checking for $ac_word... " >&6; }
4316 if ${ac_cv_prog_CC+:} false
; then :
4317 $as_echo_n "(cached) " >&6
4319 if test -n "$CC"; then
4320 ac_cv_prog_CC
="$CC" # Let the user override the test.
4322 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4326 test -z "$as_dir" && as_dir
=.
4327 for ac_exec_ext
in '' $ac_executable_extensions; do
4328 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4329 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4340 if test -n "$CC"; then
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4342 $as_echo "$CC" >&6; }
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4345 $as_echo "no" >&6; }
4351 if test -z "$CC"; then
4352 # Extract the first word of "cc", so it can be a program name with args.
4353 set dummy cc
; ac_word
=$2
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4355 $as_echo_n "checking for $ac_word... " >&6; }
4356 if ${ac_cv_prog_CC+:} false
; then :
4357 $as_echo_n "(cached) " >&6
4359 if test -n "$CC"; then
4360 ac_cv_prog_CC
="$CC" # Let the user override the test.
4363 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4367 test -z "$as_dir" && as_dir
=.
4368 for ac_exec_ext
in '' $ac_executable_extensions; do
4369 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4370 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4371 ac_prog_rejected
=yes
4375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4382 if test $ac_prog_rejected = yes; then
4383 # We found a bogon in the path, so make sure we never use it.
4384 set dummy
$ac_cv_prog_CC
4386 if test $# != 0; then
4387 # We chose a different compiler from the bogus one.
4388 # However, it has the same basename, so the bogon will be chosen
4389 # first if we set CC to just the basename; use the full file name.
4391 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4397 if test -n "$CC"; then
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4399 $as_echo "$CC" >&6; }
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4402 $as_echo "no" >&6; }
4407 if test -z "$CC"; then
4408 if test -n "$ac_tool_prefix"; then
4409 for ac_prog
in cl.exe
4411 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4412 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4414 $as_echo_n "checking for $ac_word... " >&6; }
4415 if ${ac_cv_prog_CC+:} false
; then :
4416 $as_echo_n "(cached) " >&6
4418 if test -n "$CC"; then
4419 ac_cv_prog_CC
="$CC" # Let the user override the test.
4421 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4425 test -z "$as_dir" && as_dir
=.
4426 for ac_exec_ext
in '' $ac_executable_extensions; do
4427 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4428 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4439 if test -n "$CC"; then
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4441 $as_echo "$CC" >&6; }
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4444 $as_echo "no" >&6; }
4448 test -n "$CC" && break
4451 if test -z "$CC"; then
4453 for ac_prog
in cl.exe
4455 # Extract the first word of "$ac_prog", so it can be a program name with args.
4456 set dummy
$ac_prog; ac_word
=$2
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4458 $as_echo_n "checking for $ac_word... " >&6; }
4459 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4460 $as_echo_n "(cached) " >&6
4462 if test -n "$ac_ct_CC"; then
4463 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4465 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4469 test -z "$as_dir" && as_dir
=.
4470 for ac_exec_ext
in '' $ac_executable_extensions; do
4471 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4472 ac_cv_prog_ac_ct_CC
="$ac_prog"
4473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4482 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4483 if test -n "$ac_ct_CC"; then
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4485 $as_echo "$ac_ct_CC" >&6; }
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4488 $as_echo "no" >&6; }
4492 test -n "$ac_ct_CC" && break
4495 if test "x$ac_ct_CC" = x
; then
4498 case $cross_compiling:$ac_tool_warned in
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4501 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4502 ac_tool_warned
=yes ;;
4511 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4512 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4513 as_fn_error $?
"no acceptable C compiler found in \$PATH
4514 See \`config.log' for more details" "$LINENO" 5; }
4516 # Provide some information about the compiler.
4517 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4520 for ac_option
in --version -v -V -qversion; do
4521 { { ac_try
="$ac_compiler $ac_option >&5"
4523 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4524 *) ac_try_echo=$ac_try;;
4526 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4527 $as_echo "$ac_try_echo"; } >&5
4528 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4530 if test -s conftest.err; then
4532 ... rest of stderr output deleted ...
4533 10q' conftest.err >conftest.er1
4534 cat conftest.er1 >&5
4536 rm -f conftest.er1 conftest.err
4537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4538 test $ac_status = 0; }
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4542 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4543 if ${ac_cv_c_compiler_gnu+:} false; then :
4544 $as_echo_n "(cached) " >&6
4546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4547 /* end confdefs.h. */
4560 if ac_fn_c_try_compile "$LINENO"; then :
4565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4566 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4570 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4571 if test $ac_compiler_gnu = yes; then
4576 ac_test_CFLAGS=${CFLAGS+set}
4577 ac_save_CFLAGS=$CFLAGS
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4579 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4580 if ${ac_cv_prog_cc_g+:} false; then :
4581 $as_echo_n "(cached) " >&6
4583 ac_save_c_werror_flag=$ac_c_werror_flag
4584 ac_c_werror_flag=yes
4587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4588 /* end confdefs.h. */
4598 if ac_fn_c_try_compile "$LINENO"; then :
4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4603 /* end confdefs.h. */
4613 if ac_fn_c_try_compile "$LINENO"; then :
4616 ac_c_werror_flag=$ac_save_c_werror_flag
4618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4619 /* end confdefs.h. */
4629 if ac_fn_c_try_compile "$LINENO"; then :
4632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4637 ac_c_werror_flag=$ac_save_c_werror_flag
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4640 $as_echo "$ac_cv_prog_cc_g" >&6; }
4641 if test "$ac_test_CFLAGS" = set; then
4642 CFLAGS=$ac_save_CFLAGS
4643 elif test $ac_cv_prog_cc_g = yes; then
4644 if test "$GCC" = yes; then
4650 if test "$GCC" = yes; then
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4657 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4658 if ${ac_cv_prog_cc_c89+:} false; then :
4659 $as_echo_n "(cached) " >&6
4661 ac_cv_prog_cc_c89=no
4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4668 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4669 struct buf { int x; };
4670 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4671 static char *e (p, i)
4677 static char *f (char * (*g) (char **, int), char **p, ...)
4682 s = g (p, va_arg (v,int));
4687 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4688 function prototypes and stuff, but not '\xHH' hex character constants.
4689 These don't provoke an error unfortunately, instead are silently treated
4690 as 'x'. The following induces an error, until -std is added to get
4691 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4692 array size at least. It's necessary to write '\x00'==0 to get something
4693 that's true only with -std. */
4694 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4696 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4697 inside strings and character constants. */
4699 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4701 int test (int i, double x);
4702 struct s1 {int (*f) (int a);};
4703 struct s2 {int (*f) (double a);};
4704 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4710 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4715 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4716 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4718 CC="$ac_save_CC $ac_arg"
4719 if ac_fn_c_try_compile "$LINENO"; then :
4720 ac_cv_prog_cc_c89=$ac_arg
4722 rm -f core conftest.err conftest.$ac_objext
4723 test "x$ac_cv_prog_cc_c89" != "xno" && break
4725 rm -f conftest.$ac_ext
4730 case "x$ac_cv_prog_cc_c89" in
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4733 $as_echo "none needed" >&6; } ;;
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4736 $as_echo "unsupported" >&6; } ;;
4738 CC="$CC $ac_cv_prog_cc_c89"
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4740 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4742 if test "x$ac_cv_prog_cc_c89" != xno; then :
4747 ac_cpp='$CPP $CPPFLAGS'
4748 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4749 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4750 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4753 ac_cpp='$CPP $CPPFLAGS'
4754 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4755 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4756 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4758 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4759 if ${am_cv_prog_cc_c_o+:} false; then :
4760 $as_echo_n "(cached) " >&6
4762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4763 /* end confdefs.h. */
4773 # Make sure it works both with $CC and with simple cc.
4774 # Following AC_PROG_CC_C_O, we do the test twice because some
4775 # compilers refuse to overwrite an existing .o file with -o,
4776 # though they will create one.
4777 am_cv_prog_cc_c_o=yes
4779 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4780 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4783 (exit $ac_status); } \
4784 && test -f conftest2.$ac_objext; then
4787 am_cv_prog_cc_c_o=no
4791 rm -f core conftest*
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4795 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4796 if test "$am_cv_prog_cc_c_o" != yes; then
4797 # Losing compiler, so override with the script.
4798 # FIXME: It is wrong to rewrite CC.
4799 # But if we don't then we get into trouble of one sort or another.
4800 # A longer-term fix would be to have automake use am__CC in this case,
4801 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4802 CC="$am_aux_dir/compile $CC"
4805 ac_cpp='$CPP $CPPFLAGS'
4806 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4807 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4808 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4812 ac_cpp='$CPP $CPPFLAGS'
4813 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4814 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4815 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4817 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4818 # On Suns, sometimes $CPP names a directory.
4819 if test -n "$CPP" && test -d "$CPP"; then
4822 if test -z "$CPP"; then
4823 if ${ac_cv_prog_CPP+:} false; then :
4824 $as_echo_n "(cached) " >&6
4826 # Double quotes because CPP needs to be expanded
4827 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4830 for ac_c_preproc_warn_flag in '' yes
4832 # Use a header file that comes with gcc, so configuring glibc
4833 # with a fresh cross-compiler works.
4834 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4835 # <limits.h> exists even on freestanding compilers.
4836 # On the NeXT, cc -E runs the code through the compiler's parser,
4837 # not just through cpp. "Syntax error" is here to catch this case.
4838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4839 /* end confdefs.h. */
4841 # include <limits.h>
4843 # include <assert.h>
4847 if ac_fn_c_try_cpp "$LINENO"; then :
4850 # Broken: fails on valid input.
4853 rm -f conftest.err conftest.i conftest.$ac_ext
4855 # OK, works on sane cases. Now check whether nonexistent headers
4856 # can be detected and how.
4857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4858 /* end confdefs.h. */
4859 #include <ac_nonexistent.h>
4861 if ac_fn_c_try_cpp "$LINENO"; then :
4862 # Broken: success on invalid input.
4865 # Passes both tests.
4869 rm -f conftest.err conftest.i conftest.$ac_ext
4872 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4873 rm -f conftest.i conftest.err conftest.
$ac_ext
4874 if $ac_preproc_ok; then :
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4887 $as_echo "$CPP" >&6; }
4889 for ac_c_preproc_warn_flag
in '' yes
4891 # Use a header file that comes with gcc, so configuring glibc
4892 # with a fresh cross-compiler works.
4893 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4894 # <limits.h> exists even on freestanding compilers.
4895 # On the NeXT, cc -E runs the code through the compiler's parser,
4896 # not just through cpp. "Syntax error" is here to catch this case.
4897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4898 /* end confdefs.h. */
4900 # include <limits.h>
4902 # include <assert.h>
4906 if ac_fn_c_try_cpp
"$LINENO"; then :
4909 # Broken: fails on valid input.
4912 rm -f conftest.err conftest.i conftest.
$ac_ext
4914 # OK, works on sane cases. Now check whether nonexistent headers
4915 # can be detected and how.
4916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4917 /* end confdefs.h. */
4918 #include <ac_nonexistent.h>
4920 if ac_fn_c_try_cpp
"$LINENO"; then :
4921 # Broken: success on invalid input.
4924 # Passes both tests.
4928 rm -f conftest.err conftest.i conftest.
$ac_ext
4931 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4932 rm -f conftest.i conftest.err conftest.
$ac_ext
4933 if $ac_preproc_ok; then :
4936 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4937 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4938 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4939 See \`config.log' for more details" "$LINENO" 5; }
4943 ac_cpp
='$CPP $CPPFLAGS'
4944 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4950 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4951 if ${ac_cv_path_GREP+:} false
; then :
4952 $as_echo_n "(cached) " >&6
4954 if test -z "$GREP"; then
4955 ac_path_GREP_found
=false
4956 # Loop through the user's path and test for each of PROGNAME-LIST
4957 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4958 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4961 test -z "$as_dir" && as_dir
=.
4962 for ac_prog
in grep ggrep
; do
4963 for ac_exec_ext
in '' $ac_executable_extensions; do
4964 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4965 as_fn_executable_p
"$ac_path_GREP" ||
continue
4966 # Check for GNU ac_path_GREP and select it if it is found.
4967 # Check for GNU $ac_path_GREP
4968 case `"$ac_path_GREP" --version 2>&1` in
4970 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4973 $as_echo_n 0123456789 >"conftest.in"
4976 cat "conftest.in" "conftest.in" >"conftest.tmp"
4977 mv "conftest.tmp" "conftest.in"
4978 cp "conftest.in" "conftest.nl"
4979 $as_echo 'GREP' >> "conftest.nl"
4980 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4981 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4982 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4983 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4984 # Best one so far, save it but keep looking for a better one
4985 ac_cv_path_GREP
="$ac_path_GREP"
4986 ac_path_GREP_max
=$ac_count
4988 # 10*(2^10) chars as input seems more than enough
4989 test $ac_count -gt 10 && break
4991 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4994 $ac_path_GREP_found && break 3
4999 if test -z "$ac_cv_path_GREP"; then
5000 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5003 ac_cv_path_GREP
=$GREP
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5008 $as_echo "$ac_cv_path_GREP" >&6; }
5009 GREP
="$ac_cv_path_GREP"
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5013 $as_echo_n "checking for egrep... " >&6; }
5014 if ${ac_cv_path_EGREP+:} false
; then :
5015 $as_echo_n "(cached) " >&6
5017 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5018 then ac_cv_path_EGREP
="$GREP -E"
5020 if test -z "$EGREP"; then
5021 ac_path_EGREP_found
=false
5022 # Loop through the user's path and test for each of PROGNAME-LIST
5023 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5024 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5027 test -z "$as_dir" && as_dir
=.
5028 for ac_prog
in egrep; do
5029 for ac_exec_ext
in '' $ac_executable_extensions; do
5030 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5031 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5032 # Check for GNU ac_path_EGREP and select it if it is found.
5033 # Check for GNU $ac_path_EGREP
5034 case `"$ac_path_EGREP" --version 2>&1` in
5036 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5039 $as_echo_n 0123456789 >"conftest.in"
5042 cat "conftest.in" "conftest.in" >"conftest.tmp"
5043 mv "conftest.tmp" "conftest.in"
5044 cp "conftest.in" "conftest.nl"
5045 $as_echo 'EGREP' >> "conftest.nl"
5046 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5047 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5048 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5049 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5050 # Best one so far, save it but keep looking for a better one
5051 ac_cv_path_EGREP
="$ac_path_EGREP"
5052 ac_path_EGREP_max
=$ac_count
5054 # 10*(2^10) chars as input seems more than enough
5055 test $ac_count -gt 10 && break
5057 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5060 $ac_path_EGREP_found && break 3
5065 if test -z "$ac_cv_path_EGREP"; then
5066 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5069 ac_cv_path_EGREP
=$EGREP
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5075 $as_echo "$ac_cv_path_EGREP" >&6; }
5076 EGREP
="$ac_cv_path_EGREP"
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5080 $as_echo_n "checking for ANSI C header files... " >&6; }
5081 if ${ac_cv_header_stdc+:} false
; then :
5082 $as_echo_n "(cached) " >&6
5084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5085 /* end confdefs.h. */
5099 if ac_fn_c_try_compile
"$LINENO"; then :
5100 ac_cv_header_stdc
=yes
5102 ac_cv_header_stdc
=no
5104 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5106 if test $ac_cv_header_stdc = yes; then
5107 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5109 /* end confdefs.h. */
5113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5114 $EGREP "memchr" >/dev
/null
2>&1; then :
5117 ac_cv_header_stdc
=no
5123 if test $ac_cv_header_stdc = yes; then
5124 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5126 /* end confdefs.h. */
5130 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5131 $EGREP "free" >/dev
/null
2>&1; then :
5134 ac_cv_header_stdc
=no
5140 if test $ac_cv_header_stdc = yes; then
5141 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5142 if test "$cross_compiling" = yes; then :
5145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5146 /* end confdefs.h. */
5149 #if ((' ' & 0x0FF) == 0x020)
5150 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5151 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5153 # define ISLOWER(c) \
5154 (('a' <= (c) && (c) <= 'i') \
5155 || ('j' <= (c) && (c) <= 'r') \
5156 || ('s' <= (c) && (c) <= 'z'))
5157 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5160 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5165 for (i = 0; i < 256; i++)
5166 if (XOR (islower (i), ISLOWER (i))
5167 || toupper (i) != TOUPPER (i))
5172 if ac_fn_c_try_run
"$LINENO"; then :
5175 ac_cv_header_stdc
=no
5177 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5178 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5184 $as_echo "$ac_cv_header_stdc" >&6; }
5185 if test $ac_cv_header_stdc = yes; then
5187 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5191 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5192 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5193 inttypes.h stdint.h unistd.h
5195 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5196 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5198 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
5199 cat >>confdefs.h
<<_ACEOF
5200 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5209 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5210 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
5217 if test "$MINIX" = yes; then
5219 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5222 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5225 $as_echo "#define _MINIX 1" >>confdefs.h
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5231 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5232 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
5233 $as_echo_n "(cached) " >&6
5235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h. */
5238 # define __EXTENSIONS__ 1
5239 $ac_includes_default
5248 if ac_fn_c_try_compile
"$LINENO"; then :
5249 ac_cv_safe_to_define___extensions__
=yes
5251 ac_cv_safe_to_define___extensions__
=no
5253 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5256 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5257 test $ac_cv_safe_to_define___extensions__ = yes &&
5258 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5260 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5262 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5264 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5266 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5275 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5280 macro_version
='2.2.7a'
5281 macro_revision
='1.3134'
5295 ltmain
="$ac_aux_dir/ltmain.sh"
5297 # Backslashify metacharacters that are still active within
5298 # double-quoted strings.
5299 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5301 # Same as above, but do not quote variable references.
5302 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5304 # Sed substitution to delay expansion of an escaped shell variable in a
5305 # double_quote_subst'ed string.
5306 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5308 # Sed substitution to delay expansion of an escaped single quote.
5309 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5311 # Sed substitution to avoid accidental globbing in evaled expressions
5312 no_glob_subst
='s/\*/\\\*/g'
5314 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5315 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5316 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5319 $as_echo_n "checking how to print strings... " >&6; }
5320 # Test print first, because it will be a builtin if present.
5321 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5322 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5324 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5327 # Use this function as a fallback that always works.
5328 func_fallback_echo ()
5330 eval 'cat <<_LTECHO_EOF
5334 ECHO='func_fallback_echo
'
5337 # func_echo_all arg...
5338 # Invoke $ECHO with all args, space-separated.
5345 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5346 $as_echo "printf" >&6; } ;;
5347 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5348 $as_echo "print -r" >&6; } ;;
5349 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5350 $as_echo "cat" >&6; } ;;
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5367 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5368 if ${ac_cv_path_SED+:} false; then :
5369 $as_echo_n "(cached) " >&6
5371 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5372 for ac_i in 1 2 3 4 5 6 7; do
5373 ac_script="$ac_script$as_nl$ac_script"
5375 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5376 { ac_script=; unset ac_script;}
5377 if test -z "$SED"; then
5378 ac_path_SED_found=false
5379 # Loop through the user's path and
test for each of PROGNAME-LIST
5380 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5384 test -z "$as_dir" && as_dir
=.
5385 for ac_prog
in sed gsed
; do
5386 for ac_exec_ext
in '' $ac_executable_extensions; do
5387 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5388 as_fn_executable_p
"$ac_path_SED" ||
continue
5389 # Check for GNU ac_path_SED and select it if it is found.
5390 # Check for GNU $ac_path_SED
5391 case `"$ac_path_SED" --version 2>&1` in
5393 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5396 $as_echo_n 0123456789 >"conftest.in"
5399 cat "conftest.in" "conftest.in" >"conftest.tmp"
5400 mv "conftest.tmp" "conftest.in"
5401 cp "conftest.in" "conftest.nl"
5402 $as_echo '' >> "conftest.nl"
5403 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5404 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5405 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5406 if test $ac_count -gt ${ac_path_SED_max-0}; then
5407 # Best one so far, save it but keep looking for a better one
5408 ac_cv_path_SED
="$ac_path_SED"
5409 ac_path_SED_max
=$ac_count
5411 # 10*(2^10) chars as input seems more than enough
5412 test $ac_count -gt 10 && break
5414 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5417 $ac_path_SED_found && break 3
5422 if test -z "$ac_cv_path_SED"; then
5423 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5431 $as_echo "$ac_cv_path_SED" >&6; }
5432 SED
="$ac_cv_path_SED"
5435 test -z "$SED" && SED
=sed
5436 Xsed
="$SED -e 1s/^X//"
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5449 $as_echo_n "checking for fgrep... " >&6; }
5450 if ${ac_cv_path_FGREP+:} false
; then :
5451 $as_echo_n "(cached) " >&6
5453 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5454 then ac_cv_path_FGREP
="$GREP -F"
5456 if test -z "$FGREP"; then
5457 ac_path_FGREP_found
=false
5458 # Loop through the user's path and test for each of PROGNAME-LIST
5459 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5460 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5463 test -z "$as_dir" && as_dir
=.
5464 for ac_prog
in fgrep
; do
5465 for ac_exec_ext
in '' $ac_executable_extensions; do
5466 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5467 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5468 # Check for GNU ac_path_FGREP and select it if it is found.
5469 # Check for GNU $ac_path_FGREP
5470 case `"$ac_path_FGREP" --version 2>&1` in
5472 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5475 $as_echo_n 0123456789 >"conftest.in"
5478 cat "conftest.in" "conftest.in" >"conftest.tmp"
5479 mv "conftest.tmp" "conftest.in"
5480 cp "conftest.in" "conftest.nl"
5481 $as_echo 'FGREP' >> "conftest.nl"
5482 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5483 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5484 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5485 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5486 # Best one so far, save it but keep looking for a better one
5487 ac_cv_path_FGREP
="$ac_path_FGREP"
5488 ac_path_FGREP_max
=$ac_count
5490 # 10*(2^10) chars as input seems more than enough
5491 test $ac_count -gt 10 && break
5493 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5496 $ac_path_FGREP_found && break 3
5501 if test -z "$ac_cv_path_FGREP"; then
5502 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5505 ac_cv_path_FGREP
=$FGREP
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5511 $as_echo "$ac_cv_path_FGREP" >&6; }
5512 FGREP
="$ac_cv_path_FGREP"
5515 test -z "$GREP" && GREP
=grep
5535 # Check whether --with-gnu-ld was given.
5536 if test "${with_gnu_ld+set}" = set; then :
5537 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5543 if test "$GCC" = yes; then
5544 # Check if gcc -print-prog-name=ld gives a path.
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5546 $as_echo_n "checking for ld used by $CC... " >&6; }
5549 # gcc leaves a trailing carriage return which upsets mingw
5550 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5552 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5555 # Accept absolute paths.
5557 re_direlt
='/[^/][^/]*/\.\./'
5558 # Canonicalize the pathname of ld
5559 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5560 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5561 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5563 test -z "$LD" && LD
="$ac_prog"
5566 # If it fails, then pretend we aren't using GCC.
5570 # If it is relative, then search for the first ld in PATH.
5574 elif test "$with_gnu_ld" = yes; then
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5576 $as_echo_n "checking for GNU ld... " >&6; }
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5579 $as_echo_n "checking for non-GNU ld... " >&6; }
5581 if ${lt_cv_path_LD+:} false
; then :
5582 $as_echo_n "(cached) " >&6
5584 if test -z "$LD"; then
5585 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5586 for ac_dir
in $PATH; do
5588 test -z "$ac_dir" && ac_dir
=.
5589 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5590 lt_cv_path_LD
="$ac_dir/$ac_prog"
5591 # Check to see if the program is GNU ld. I'd rather use --version,
5592 # but apparently some variants of GNU ld only accept -v.
5593 # Break only if it was the GNU/non-GNU ld that we prefer.
5594 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5595 *GNU
* |
*'with BFD'*)
5596 test "$with_gnu_ld" != no
&& break
5599 test "$with_gnu_ld" != yes && break
5606 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5611 if test -n "$LD"; then
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5613 $as_echo "$LD" >&6; }
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5616 $as_echo "no" >&6; }
5618 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5620 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5621 if ${lt_cv_prog_gnu_ld+:} false
; then :
5622 $as_echo_n "(cached) " >&6
5624 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5625 case `$LD -v 2>&1 </dev/null` in
5626 *GNU
* |
*'with BFD'*)
5627 lt_cv_prog_gnu_ld
=yes
5630 lt_cv_prog_gnu_ld
=no
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5635 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5636 with_gnu_ld
=$lt_cv_prog_gnu_ld
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5647 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5648 if ${lt_cv_path_NM+:} false
; then :
5649 $as_echo_n "(cached) " >&6
5651 if test -n "$NM"; then
5652 # Let the user override the test.
5655 lt_nm_to_check
="${ac_tool_prefix}nm"
5656 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5657 lt_nm_to_check
="$lt_nm_to_check nm"
5659 for lt_tmp_nm
in $lt_nm_to_check; do
5660 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5661 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5663 test -z "$ac_dir" && ac_dir
=.
5664 tmp_nm
="$ac_dir/$lt_tmp_nm"
5665 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5666 # Check to see if the nm accepts a BSD-compat flag.
5667 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5668 # nm: unknown option "B" ignored
5669 # Tru64's nm complains that /dev/null is an invalid object file
5670 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5671 */dev
/null
* |
*'Invalid file or object type'*)
5672 lt_cv_path_NM
="$tmp_nm -B"
5676 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5678 lt_cv_path_NM
="$tmp_nm -p"
5682 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5683 continue # so that we can try to find one that supports BSD flags
5692 : ${lt_cv_path_NM=no}
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5696 $as_echo "$lt_cv_path_NM" >&6; }
5697 if test "$lt_cv_path_NM" != "no"; then
5700 # Didn't find any BSD compatible name lister, look for dumpbin.
5701 if test -n "$DUMPBIN"; then :
5702 # Let the user override the test.
5704 if test -n "$ac_tool_prefix"; then
5705 for ac_prog
in dumpbin
"link -dump"
5707 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5708 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710 $as_echo_n "checking for $ac_word... " >&6; }
5711 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5712 $as_echo_n "(cached) " >&6
5714 if test -n "$DUMPBIN"; then
5715 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5717 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5721 test -z "$as_dir" && as_dir
=.
5722 for ac_exec_ext
in '' $ac_executable_extensions; do
5723 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5724 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5734 DUMPBIN
=$ac_cv_prog_DUMPBIN
5735 if test -n "$DUMPBIN"; then
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5737 $as_echo "$DUMPBIN" >&6; }
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740 $as_echo "no" >&6; }
5744 test -n "$DUMPBIN" && break
5747 if test -z "$DUMPBIN"; then
5748 ac_ct_DUMPBIN
=$DUMPBIN
5749 for ac_prog
in dumpbin
"link -dump"
5751 # Extract the first word of "$ac_prog", so it can be a program name with args.
5752 set dummy
$ac_prog; ac_word
=$2
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5754 $as_echo_n "checking for $ac_word... " >&6; }
5755 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5756 $as_echo_n "(cached) " >&6
5758 if test -n "$ac_ct_DUMPBIN"; then
5759 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5761 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5765 test -z "$as_dir" && as_dir
=.
5766 for ac_exec_ext
in '' $ac_executable_extensions; do
5767 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5768 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5779 if test -n "$ac_ct_DUMPBIN"; then
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5781 $as_echo "$ac_ct_DUMPBIN" >&6; }
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5784 $as_echo "no" >&6; }
5788 test -n "$ac_ct_DUMPBIN" && break
5791 if test "x$ac_ct_DUMPBIN" = x
; then
5794 case $cross_compiling:$ac_tool_warned in
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5797 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5798 ac_tool_warned
=yes ;;
5800 DUMPBIN
=$ac_ct_DUMPBIN
5804 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5806 DUMPBIN
="$DUMPBIN -symbols"
5814 if test "$DUMPBIN" != ":"; then
5818 test -z "$NM" && NM
=nm
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5826 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5827 if ${lt_cv_nm_interface+:} false
; then :
5828 $as_echo_n "(cached) " >&6
5830 lt_cv_nm_interface
="BSD nm"
5831 echo "int some_variable = 0;" > conftest.
$ac_ext
5832 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5833 (eval "$ac_compile" 2>conftest.err
)
5834 cat conftest.err
>&5
5835 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5836 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5837 cat conftest.err
>&5
5838 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5839 cat conftest.out
>&5
5840 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5841 lt_cv_nm_interface
="MS dumpbin"
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5846 $as_echo "$lt_cv_nm_interface" >&6; }
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5849 $as_echo_n "checking whether ln -s works... " >&6; }
5851 if test "$LN_S" = "ln -s"; then
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5853 $as_echo "yes" >&6; }
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5856 $as_echo "no, using $LN_S" >&6; }
5859 # find the maximum length of command line arguments
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5861 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5862 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5863 $as_echo_n "(cached) " >&6
5870 # On DJGPP, this test can blow up pretty badly due to problems in libc
5871 # (any single argument exceeding 2000 bytes causes a buffer overrun
5872 # during glob expansion). Even if it were fixed, the result of this
5873 # check would be larger than it should be.
5874 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5878 # Under GNU Hurd, this test is not required because there is
5879 # no limit to the length of command line arguments.
5880 # Libtool will interpret -1 as no limit whatsoever
5881 lt_cv_sys_max_cmd_len
=-1;
5884 cygwin
* | mingw
* | cegcc
*)
5885 # On Win9x/ME, this test blows up -- it succeeds, but takes
5886 # about 5 minutes as the teststring grows exponentially.
5887 # Worse, since 9x/ME are not pre-emptively multitasking,
5888 # you end up with a "frozen" computer, even though with patience
5889 # the test eventually succeeds (with a max line length of 256k).
5890 # Instead, let's just punt: use the minimum linelength reported by
5891 # all of the supported platforms: 8192 (on NT/2K/XP).
5892 lt_cv_sys_max_cmd_len
=8192;
5896 # On MiNT this can take a long time and run out of memory.
5897 lt_cv_sys_max_cmd_len
=8192;
5901 # On AmigaOS with pdksh, this test takes hours, literally.
5902 # So we just punt and use a minimum line length of 8192.
5903 lt_cv_sys_max_cmd_len
=8192;
5906 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5907 # This has been around since 386BSD, at least. Likely further.
5908 if test -x /sbin
/sysctl
; then
5909 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5910 elif test -x /usr
/sbin
/sysctl
; then
5911 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5913 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5915 # And add a safety zone
5916 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5917 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5921 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5922 lt_cv_sys_max_cmd_len
=196608
5926 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5927 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5928 # nice to cause kernel panics so lets avoid the loop below.
5929 # First set a reasonable default.
5930 lt_cv_sys_max_cmd_len
=16384
5932 if test -x /sbin
/sysconfig
; then
5933 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5934 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5939 lt_cv_sys_max_cmd_len
=102400
5941 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5942 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5943 if test -n "$kargmax"; then
5944 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5946 lt_cv_sys_max_cmd_len
=32768
5950 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5951 if test -n "$lt_cv_sys_max_cmd_len"; then
5952 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5953 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5955 # Make teststring a little bigger before we do anything with it.
5956 # a 1K string should be a reasonable start.
5957 for i
in 1 2 3 4 5 6 7 8 ; do
5958 teststring
=$teststring$teststring
5960 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5961 # If test is not a shell built-in, we'll probably end up computing a
5962 # maximum length that is only half of the actual maximum length, but
5964 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5965 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5966 test $i != 17 # 1/2 MB should be enough
5969 teststring
=$teststring$teststring
5971 # Only check the string length outside the loop.
5972 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5974 # Add a significant safety factor because C++ compilers can tack on
5975 # massive amounts of additional arguments before passing them to the
5976 # linker. It appears as though 1/2 is a usable value.
5977 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5984 if test -n $lt_cv_sys_max_cmd_len ; then
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5986 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5989 $as_echo "none" >&6; }
5991 max_cmd_len
=$lt_cv_sys_max_cmd_len
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6003 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6004 # Try some XSI features
6007 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6009 && eval 'test $(( 1 + 1 )) -eq 2 \
6010 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6013 $as_echo "$xsi_shell" >&6; }
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6017 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6019 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6021 && lt_shell_append=yes
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6023 $as_echo "$lt_shell_append" >&6; }
6026 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6036 # test EBCDIC or ASCII
6037 case `echo X|tr X '\101'` in
6038 A) # ASCII based system
6039 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6040 lt_SP2NL='tr \040 \012'
6041 lt_NL2SP='tr \015\012 \040\040'
6043 *) # EBCDIC based system
6044 lt_SP2NL='tr \100 \n'
6045 lt_NL2SP='tr \r\n \100\100'
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6058 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6059 if ${lt_cv_ld_reload_flag+:} false; then :
6060 $as_echo_n "(cached
) " >&6
6062 lt_cv_ld_reload_flag='-r'
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6065 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6066 reload_flag=$lt_cv_ld_reload_flag
6067 case $reload_flag in
6069 *) reload_flag=" $reload_flag" ;;
6071 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6074 if test "$GCC" = yes; then
6075 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6077 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6090 if test -n "$ac_tool_prefix"; then
6091 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6092 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6094 $as_echo_n "checking
for $ac_word...
" >&6; }
6095 if ${ac_cv_prog_OBJDUMP+:} false; then :
6096 $as_echo_n "(cached
) " >&6
6098 if test -n "$OBJDUMP"; then
6099 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6105 test -z "$as_dir" && as_dir=.
6106 for ac_exec_ext in '' $ac_executable_extensions; do
6107 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6108 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6109 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6118 OBJDUMP=$ac_cv_prog_OBJDUMP
6119 if test -n "$OBJDUMP"; then
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
6121 $as_echo "$OBJDUMP" >&6; }
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6124 $as_echo "no
" >&6; }
6129 if test -z "$ac_cv_prog_OBJDUMP"; then
6130 ac_ct_OBJDUMP=$OBJDUMP
6131 # Extract the first word of "objdump
", so it can be a program name with args.
6132 set dummy objdump; ac_word=$2
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6134 $as_echo_n "checking
for $ac_word...
" >&6; }
6135 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6136 $as_echo_n "(cached
) " >&6
6138 if test -n "$ac_ct_OBJDUMP"; then
6139 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6145 test -z "$as_dir" && as_dir=.
6146 for ac_exec_ext in '' $ac_executable_extensions; do
6147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6148 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
6149 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6158 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6159 if test -n "$ac_ct_OBJDUMP"; then
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
6161 $as_echo "$ac_ct_OBJDUMP" >&6; }
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6164 $as_echo "no
" >&6; }
6167 if test "x
$ac_ct_OBJDUMP" = x; then
6170 case $cross_compiling:$ac_tool_warned in
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6173 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6174 ac_tool_warned=yes ;;
6176 OBJDUMP=$ac_ct_OBJDUMP
6179 OBJDUMP="$ac_cv_prog_OBJDUMP"
6182 test -z "$OBJDUMP" && OBJDUMP=objdump
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6193 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6194 if ${lt_cv_deplibs_check_method+:} false; then :
6195 $as_echo_n "(cached
) " >&6
6197 lt_cv_file_magic_cmd='$MAGIC_CMD'
6198 lt_cv_file_magic_test_file=
6199 lt_cv_deplibs_check_method='unknown'
6200 # Need to set the preceding variable on all platforms that support
6201 # interlibrary dependencies.
6202 # 'none' -- dependencies not supported.
6203 # `unknown' -- same as none, but documents that we really don't know.
6204 # 'pass_all' -- all dependencies passed with no checks.
6205 # 'test_compile' -- check by making test program.
6206 # 'file_magic [[regex]]' -- check by looking for files in library path
6207 # which responds to the $file_magic_cmd with a given extended regex.
6208 # If you have `file' or equivalent on your system and you're not sure
6209 # whether `pass_all' will *always* work, you probably want this one.
6213 lt_cv_deplibs_check_method=pass_all
6217 lt_cv_deplibs_check_method=pass_all
6221 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6222 lt_cv_file_magic_cmd='/usr/bin/file -L'
6223 lt_cv_file_magic_test_file=/shlib/libc.so
6227 # func_win32_libid is a shell function defined in ltmain.sh
6228 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6229 lt_cv_file_magic_cmd='func_win32_libid'
6233 # Base MSYS/MinGW do not provide the 'file' command needed by
6234 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6235 # unless we find 'file', for example because we are cross-compiling.
6236 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6237 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6238 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6239 lt_cv_file_magic_cmd='func_win32_libid'
6241 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6242 lt_cv_file_magic_cmd='$OBJDUMP -f'
6247 # use the weaker test based on 'objdump'. See mingw*.
6248 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6249 lt_cv_file_magic_cmd='$OBJDUMP -f'
6252 darwin* | rhapsody*)
6253 lt_cv_deplibs_check_method=pass_all
6256 freebsd* | dragonfly*)
6257 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6260 # Not sure whether the presence of OpenBSD here was a mistake.
6261 # Let's accept both of them until this is cleared up.
6262 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6263 lt_cv_file_magic_cmd=/usr/bin/file
6264 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6268 lt_cv_deplibs_check_method=pass_all
6273 lt_cv_deplibs_check_method=pass_all
6277 lt_cv_deplibs_check_method=pass_all
6280 hpux10.20* | hpux11*)
6281 lt_cv_file_magic_cmd=/usr/bin/file
6284 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6285 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6288 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]'
6289 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6292 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6293 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6299 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6300 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6303 irix5* | irix6* | nonstopux*)
6305 *-32|*"-32 ") libmagic=32-bit;;
6306 *-n32|*"-n32 ") libmagic=N32;;
6307 *-64|*"-64 ") libmagic=64-bit;;
6308 *) libmagic=never-match;;
6310 lt_cv_deplibs_check_method=pass_all
6313 # This must be Linux ELF.
6314 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6315 lt_cv_deplibs_check_method=pass_all
6319 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6320 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6322 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6327 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6328 lt_cv_file_magic_cmd=/usr/bin/file
6329 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6333 lt_cv_deplibs_check_method=pass_all
6337 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6338 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6340 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6344 osf3* | osf4* | osf5*)
6345 lt_cv_deplibs_check_method=pass_all
6349 lt_cv_deplibs_check_method=pass_all
6353 lt_cv_deplibs_check_method=pass_all
6356 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6357 lt_cv_deplibs_check_method=pass_all
6361 case $host_vendor in
6363 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]'
6364 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6367 lt_cv_deplibs_check_method=pass_all
6370 lt_cv_file_magic_cmd='/bin/file'
6371 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6374 lt_cv_file_magic_cmd='/bin/file'
6375 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6376 lt_cv_file_magic_test_file=/lib/libc.so
6379 lt_cv_deplibs_check_method=pass_all
6382 lt_cv_deplibs_check_method=pass_all
6388 lt_cv_deplibs_check_method=pass_all
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6394 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6395 file_magic_cmd=$lt_cv_file_magic_cmd
6396 deplibs_check_method=$lt_cv_deplibs_check_method
6397 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6410 if test -n "$ac_tool_prefix"; then
6411 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6412 set dummy ${ac_tool_prefix}ar; ac_word=$2
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6414 $as_echo_n "checking
for $ac_word...
" >&6; }
6415 if ${ac_cv_prog_AR+:} false; then :
6416 $as_echo_n "(cached
) " >&6
6418 if test -n "$AR"; then
6419 ac_cv_prog_AR="$AR" # Let the user override the test.
6421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6425 test -z "$as_dir" && as_dir=.
6426 for ac_exec_ext in '' $ac_executable_extensions; do
6427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6428 ac_cv_prog_AR="${ac_tool_prefix}ar"
6429 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6439 if test -n "$AR"; then
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6441 $as_echo "$AR" >&6; }
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6444 $as_echo "no
" >&6; }
6449 if test -z "$ac_cv_prog_AR"; then
6451 # Extract the first word of "ar", so it can be a program name with args.
6452 set dummy ar; ac_word=$2
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6454 $as_echo_n "checking
for $ac_word...
" >&6; }
6455 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6456 $as_echo_n "(cached
) " >&6
6458 if test -n "$ac_ct_AR"; then
6459 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6465 test -z "$as_dir" && as_dir=.
6466 for ac_exec_ext in '' $ac_executable_extensions; do
6467 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6468 ac_cv_prog_ac_ct_AR="ar"
6469 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6478 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6479 if test -n "$ac_ct_AR"; then
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6481 $as_echo "$ac_ct_AR" >&6; }
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6484 $as_echo "no
" >&6; }
6487 if test "x
$ac_ct_AR" = x; then
6490 case $cross_compiling:$ac_tool_warned in
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6493 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6494 ac_tool_warned=yes ;;
6502 test -z "$AR" && AR=ar
6503 test -z "$AR_FLAGS" && AR_FLAGS=cru
6515 if test -n "$ac_tool_prefix"; then
6516 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6517 set dummy ${ac_tool_prefix}strip; ac_word=$2
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6519 $as_echo_n "checking
for $ac_word...
" >&6; }
6520 if ${ac_cv_prog_STRIP+:} false; then :
6521 $as_echo_n "(cached
) " >&6
6523 if test -n "$STRIP"; then
6524 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530 test -z "$as_dir" && as_dir=.
6531 for ac_exec_ext in '' $ac_executable_extensions; do
6532 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6533 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6534 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6543 STRIP=$ac_cv_prog_STRIP
6544 if test -n "$STRIP"; then
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6546 $as_echo "$STRIP" >&6; }
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6549 $as_echo "no
" >&6; }
6554 if test -z "$ac_cv_prog_STRIP"; then
6556 # Extract the first word of "strip
", so it can be a program name with args.
6557 set dummy strip; ac_word=$2
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6559 $as_echo_n "checking
for $ac_word...
" >&6; }
6560 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6561 $as_echo_n "(cached
) " >&6
6563 if test -n "$ac_ct_STRIP"; then
6564 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570 test -z "$as_dir" && as_dir=.
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6573 ac_cv_prog_ac_ct_STRIP="strip
"
6574 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6583 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6584 if test -n "$ac_ct_STRIP"; then
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6586 $as_echo "$ac_ct_STRIP" >&6; }
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6589 $as_echo "no
" >&6; }
6592 if test "x
$ac_ct_STRIP" = x; then
6595 case $cross_compiling:$ac_tool_warned in
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6598 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6599 ac_tool_warned=yes ;;
6604 STRIP="$ac_cv_prog_STRIP"
6607 test -z "$STRIP" && STRIP=:
6614 if test -n "$ac_tool_prefix"; then
6615 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6616 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6618 $as_echo_n "checking
for $ac_word...
" >&6; }
6619 if ${ac_cv_prog_RANLIB+:} false; then :
6620 $as_echo_n "(cached
) " >&6
6622 if test -n "$RANLIB"; then
6623 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6629 test -z "$as_dir" && as_dir=.
6630 for ac_exec_ext in '' $ac_executable_extensions; do
6631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6632 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6633 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6642 RANLIB=$ac_cv_prog_RANLIB
6643 if test -n "$RANLIB"; then
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6645 $as_echo "$RANLIB" >&6; }
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6648 $as_echo "no
" >&6; }
6653 if test -z "$ac_cv_prog_RANLIB"; then
6654 ac_ct_RANLIB=$RANLIB
6655 # Extract the first word of "ranlib
", so it can be a program name with args.
6656 set dummy ranlib; ac_word=$2
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6658 $as_echo_n "checking
for $ac_word...
" >&6; }
6659 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6660 $as_echo_n "(cached
) " >&6
6662 if test -n "$ac_ct_RANLIB"; then
6663 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6669 test -z "$as_dir" && as_dir=.
6670 for ac_exec_ext in '' $ac_executable_extensions; do
6671 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6672 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6673 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6682 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6683 if test -n "$ac_ct_RANLIB"; then
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6685 $as_echo "$ac_ct_RANLIB" >&6; }
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6688 $as_echo "no
" >&6; }
6691 if test "x
$ac_ct_RANLIB" = x; then
6694 case $cross_compiling:$ac_tool_warned in
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6697 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6698 ac_tool_warned=yes ;;
6700 RANLIB=$ac_ct_RANLIB
6703 RANLIB="$ac_cv_prog_RANLIB"
6706 test -z "$RANLIB" && RANLIB=:
6713 # Determine commands to create old-style static archives.
6714 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6715 old_postinstall_cmds='chmod 644 $oldlib'
6716 old_postuninstall_cmds=
6718 if test -n "$RANLIB"; then
6721 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6724 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6727 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6732 lock_old_archive_extraction=yes ;;
6734 lock_old_archive_extraction=no ;;
6775 # If no C compiler was specified, use CC.
6778 # If no C compiler flags were specified, use CFLAGS.
6779 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6781 # Allow CC to be a program name with arguments.
6785 # Check for command to grab the raw symbol name followed by C symbol from nm.
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6787 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6788 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6789 $as_echo_n "(cached
) " >&6
6792 # These are sane defaults that work on at least a few old systems.
6793 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6795 # Character class describing NM global symbol codes.
6796 symcode='[BCDEGRST]'
6798 # Regexp to match symbols that can be accessed directly from C.
6799 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6801 # Define system-specific variables.
6806 cygwin* | mingw* | pw32* | cegcc*)
6807 symcode='[ABCDGISTW]'
6810 if test "$host_cpu" = ia64; then
6811 symcode='[ABCDEGRST]'
6815 symcode='[BCDEGRST]'
6818 symcode='[BCDEGQRST]'
6829 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6837 # If we're using GNU nm, then use its standard symbol codes.
6838 case `$NM -V 2>&1` in
6839 *GNU* | *'with BFD'*)
6840 symcode='[ABCDGIRSTW]' ;;
6843 # Transform an extracted symbol line into a proper C declaration.
6844 # Some systems (esp. on ia64) link data and code symbols differently,
6845 # so use this general approach.
6846 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6848 # Transform an extracted symbol line into symbol name and symbol address
6849 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6850 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'"
6852 # Handle CRLF in mingw tool chain
6856 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6860 # Try without a prefix underscore, then with it.
6861 for ac_symprfx in "" "_
"; do
6863 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6864 symxfrm="\\1 $ac_symprfx\\2 \\2"
6866 # Write the raw and C identifiers.
6867 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6868 # Fake it for dumpbin and say T for any non-static function
6869 # and D for any global variable.
6870 # Also find C++ and __fastcall symbols from MSVC++,
6871 # which start with @ or ?.
6872 lt_cv_sys_global_symbol_pipe="$AWK '"\
6873 " {last_section=section; section=\$ 3};"\
6874 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6875 " \$ 0!~/External *\|/{next};"\
6876 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6877 " {if(hide[section]) next};"\
6878 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6879 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6880 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6881 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6882 " ' prfx
=^
$ac_symprfx"
6884 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6887 # Check to see that the pipe works correctly.
6891 cat > conftest.$ac_ext <<_LT_EOF
6896 void nm_test_func(void);
6897 void nm_test_func(void){}
6901 int main(){nm_test_var='a';nm_test_func();return(0);}
6904 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6905 (eval $ac_compile) 2>&5
6907 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6908 test $ac_status = 0; }; then
6909 # Now try to grab the symbols.
6911 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6912 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6914 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6915 test $ac_status = 0; } && test -s "$nlist"; then
6916 # Try sorting and uniquifying the output.
6917 if sort "$nlist" | uniq > "$nlist"T; then
6918 mv -f "$nlist"T "$nlist"
6923 # Make sure that we snagged all the symbols we need.
6924 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6925 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6926 cat <<_LT_EOF > conftest.$ac_ext
6932 # Now generate the symbol file.
6933 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6935 cat <<_LT_EOF >> conftest.$ac_ext
6937 /* The mapping between symbol names and symbols. */
6942 lt__PROGRAM__LTX_preloaded_symbols[] =
6944 { "@PROGRAM@
", (void *) 0 },
6946 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6947 cat <<\_LT_EOF >> conftest.$ac_ext
6951 /* This works around a problem in FreeBSD linker */
6952 #ifdef FREEBSD_WORKAROUND
6953 static const void *lt_preloaded_setup() {
6954 return lt__PROGRAM__LTX_preloaded_symbols;
6962 # Now try linking the two files.
6963 mv conftest.$ac_objext conftstm.$ac_objext
6964 lt_save_LIBS="$LIBS"
6965 lt_save_CFLAGS="$CFLAGS"
6966 LIBS="conftstm.
$ac_objext"
6967 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6968 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6969 (eval $ac_link) 2>&5
6971 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6972 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6975 LIBS="$lt_save_LIBS"
6976 CFLAGS="$lt_save_CFLAGS"
6978 echo "cannot
find nm_test_func
in $nlist" >&5
6981 echo "cannot
find nm_test_var
in $nlist" >&5
6984 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6987 echo "$progname: failed program was
:" >&5
6988 cat conftest.$ac_ext >&5
6990 rm -rf conftest* conftst*
6992 # Do not use the global_symbol_pipe unless it works.
6993 if test "$pipe_works" = yes; then
6996 lt_cv_sys_global_symbol_pipe=
7002 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7003 lt_cv_sys_global_symbol_to_cdecl=
7005 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7007 $as_echo "failed
" >&6; }
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7010 $as_echo "ok
" >&6; }
7034 # Check whether --enable-libtool-lock was given.
7035 if test "${enable_libtool_lock+set}" = set; then :
7036 enableval=$enable_libtool_lock;
7039 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7041 # Some flags need to be propagated to the compiler or linker for good
7045 # Find out which ABI we are using.
7046 echo 'int i;' > conftest.$ac_ext
7047 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7048 (eval $ac_compile) 2>&5
7050 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7051 test $ac_status = 0; }; then
7052 case `/usr/bin/file conftest.$ac_objext` in
7064 # Find out which ABI we are using.
7065 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7066 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7067 (eval $ac_compile) 2>&5
7069 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7070 test $ac_status = 0; }; then
7071 if test "$lt_cv_prog_gnu_ld" = yes; then
7072 case `/usr/bin/file conftest.$ac_objext` in
7074 LD="${LD-ld} -melf32bsmip"
7077 LD="${LD-ld} -melf32bmipn32"
7080 LD="${LD-ld} -melf64bmip"
7084 case `/usr/bin/file conftest.$ac_objext` in
7100 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7101 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7102 # Find out which ABI we are using.
7103 echo 'int i;' > conftest.$ac_ext
7104 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7105 (eval $ac_compile) 2>&5
7107 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7108 test $ac_status = 0; }; then
7109 case `/usr/bin/file conftest.o` in
7112 x86_64-*kfreebsd*-gnu)
7113 LD="${LD-ld} -m elf_i386_fbsd
"
7116 case `/usr/bin/file conftest.o` in
7118 LD="${LD-ld} -m elf32_x86_64
"
7121 LD="${LD-ld} -m elf_i386
"
7125 powerpc64le-*linux*)
7126 LD="${LD-ld} -m elf32lppclinux
"
7129 LD="${LD-ld} -m elf32ppclinux
"
7132 LD="${LD-ld} -m elf_s390
"
7135 LD="${LD-ld} -m elf32_sparc
"
7141 x86_64-*kfreebsd*-gnu)
7142 LD="${LD-ld} -m elf_x86_64_fbsd
"
7145 LD="${LD-ld} -m elf_x86_64
"
7148 LD="${LD-ld} -m elf64lppc
"
7151 LD="${LD-ld} -m elf64ppc
"
7153 s390*-*linux*|s390*-*tpf*)
7154 LD="${LD-ld} -m elf64_s390
"
7157 LD="${LD-ld} -m elf64_sparc
"
7167 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7168 SAVE_CFLAGS="$CFLAGS"
7169 CFLAGS="$CFLAGS -belf"
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
7171 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
7172 if ${lt_cv_cc_needs_belf+:} false; then :
7173 $as_echo_n "(cached
) " >&6
7176 ac_cpp='$CPP $CPPFLAGS'
7177 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7178 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7179 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7182 /* end confdefs.h. */
7192 if ac_fn_c_try_link "$LINENO"; then :
7193 lt_cv_cc_needs_belf=yes
7195 lt_cv_cc_needs_belf=no
7197 rm -f core conftest.err conftest.$ac_objext \
7198 conftest$ac_exeext conftest.$ac_ext
7200 ac_cpp='$CPP $CPPFLAGS'
7201 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7202 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7203 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7207 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7208 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7209 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7210 CFLAGS="$SAVE_CFLAGS"
7214 # Find out which ABI we are using.
7215 echo 'int i;' > conftest.$ac_ext
7216 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7217 (eval $ac_compile) 2>&5
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7220 test $ac_status = 0; }; then
7221 case `/usr/bin/file conftest.o` in
7223 case $lt_cv_prog_gnu_ld in
7224 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7226 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7238 need_locks="$enable_libtool_lock"
7242 rhapsody* | darwin*)
7243 if test -n "$ac_tool_prefix"; then
7244 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7245 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7247 $as_echo_n "checking
for $ac_word...
" >&6; }
7248 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7249 $as_echo_n "(cached
) " >&6
7251 if test -n "$DSYMUTIL"; then
7252 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7258 test -z "$as_dir" && as_dir=.
7259 for ac_exec_ext in '' $ac_executable_extensions; do
7260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7261 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7262 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7271 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7272 if test -n "$DSYMUTIL"; then
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7274 $as_echo "$DSYMUTIL" >&6; }
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7277 $as_echo "no
" >&6; }
7282 if test -z "$ac_cv_prog_DSYMUTIL"; then
7283 ac_ct_DSYMUTIL=$DSYMUTIL
7284 # Extract the first word of "dsymutil
", so it can be a program name with args.
7285 set dummy dsymutil; ac_word=$2
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7287 $as_echo_n "checking
for $ac_word...
" >&6; }
7288 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7289 $as_echo_n "(cached
) " >&6
7291 if test -n "$ac_ct_DSYMUTIL"; then
7292 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7298 test -z "$as_dir" && as_dir=.
7299 for ac_exec_ext in '' $ac_executable_extensions; do
7300 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7301 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7302 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7311 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7312 if test -n "$ac_ct_DSYMUTIL"; then
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7314 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7317 $as_echo "no
" >&6; }
7320 if test "x
$ac_ct_DSYMUTIL" = x; then
7323 case $cross_compiling:$ac_tool_warned in
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7326 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7327 ac_tool_warned=yes ;;
7329 DSYMUTIL=$ac_ct_DSYMUTIL
7332 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7335 if test -n "$ac_tool_prefix"; then
7336 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7337 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7339 $as_echo_n "checking
for $ac_word...
" >&6; }
7340 if ${ac_cv_prog_NMEDIT+:} false; then :
7341 $as_echo_n "(cached
) " >&6
7343 if test -n "$NMEDIT"; then
7344 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7350 test -z "$as_dir" && as_dir=.
7351 for ac_exec_ext in '' $ac_executable_extensions; do
7352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7353 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7354 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7363 NMEDIT=$ac_cv_prog_NMEDIT
7364 if test -n "$NMEDIT"; then
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7366 $as_echo "$NMEDIT" >&6; }
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7369 $as_echo "no
" >&6; }
7374 if test -z "$ac_cv_prog_NMEDIT"; then
7375 ac_ct_NMEDIT=$NMEDIT
7376 # Extract the first word of "nmedit
", so it can be a program name with args.
7377 set dummy nmedit; ac_word=$2
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7379 $as_echo_n "checking
for $ac_word...
" >&6; }
7380 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7381 $as_echo_n "(cached
) " >&6
7383 if test -n "$ac_ct_NMEDIT"; then
7384 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7390 test -z "$as_dir" && as_dir=.
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7393 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7394 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7403 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7404 if test -n "$ac_ct_NMEDIT"; then
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7406 $as_echo "$ac_ct_NMEDIT" >&6; }
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7409 $as_echo "no
" >&6; }
7412 if test "x
$ac_ct_NMEDIT" = x; then
7415 case $cross_compiling:$ac_tool_warned in
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7418 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7419 ac_tool_warned=yes ;;
7421 NMEDIT=$ac_ct_NMEDIT
7424 NMEDIT="$ac_cv_prog_NMEDIT"
7427 if test -n "$ac_tool_prefix"; then
7428 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7429 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7431 $as_echo_n "checking
for $ac_word...
" >&6; }
7432 if ${ac_cv_prog_LIPO+:} false; then :
7433 $as_echo_n "(cached
) " >&6
7435 if test -n "$LIPO"; then
7436 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7442 test -z "$as_dir" && as_dir=.
7443 for ac_exec_ext in '' $ac_executable_extensions; do
7444 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7445 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7446 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7455 LIPO=$ac_cv_prog_LIPO
7456 if test -n "$LIPO"; then
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7458 $as_echo "$LIPO" >&6; }
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7461 $as_echo "no
" >&6; }
7466 if test -z "$ac_cv_prog_LIPO"; then
7468 # Extract the first word of "lipo
", so it can be a program name with args.
7469 set dummy lipo; ac_word=$2
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7471 $as_echo_n "checking
for $ac_word...
" >&6; }
7472 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7473 $as_echo_n "(cached
) " >&6
7475 if test -n "$ac_ct_LIPO"; then
7476 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7482 test -z "$as_dir" && as_dir=.
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7485 ac_cv_prog_ac_ct_LIPO="lipo
"
7486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7495 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7496 if test -n "$ac_ct_LIPO"; then
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7498 $as_echo "$ac_ct_LIPO" >&6; }
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7501 $as_echo "no
" >&6; }
7504 if test "x
$ac_ct_LIPO" = x; then
7507 case $cross_compiling:$ac_tool_warned in
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7510 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7511 ac_tool_warned=yes ;;
7516 LIPO="$ac_cv_prog_LIPO"
7519 if test -n "$ac_tool_prefix"; then
7520 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7521 set dummy ${ac_tool_prefix}otool; ac_word=$2
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7523 $as_echo_n "checking
for $ac_word...
" >&6; }
7524 if ${ac_cv_prog_OTOOL+:} false; then :
7525 $as_echo_n "(cached
) " >&6
7527 if test -n "$OTOOL"; then
7528 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7534 test -z "$as_dir" && as_dir=.
7535 for ac_exec_ext in '' $ac_executable_extensions; do
7536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7537 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7538 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7547 OTOOL=$ac_cv_prog_OTOOL
7548 if test -n "$OTOOL"; then
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7550 $as_echo "$OTOOL" >&6; }
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7553 $as_echo "no
" >&6; }
7558 if test -z "$ac_cv_prog_OTOOL"; then
7560 # Extract the first word of "otool
", so it can be a program name with args.
7561 set dummy otool; ac_word=$2
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7563 $as_echo_n "checking
for $ac_word...
" >&6; }
7564 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7565 $as_echo_n "(cached
) " >&6
7567 if test -n "$ac_ct_OTOOL"; then
7568 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7574 test -z "$as_dir" && as_dir=.
7575 for ac_exec_ext in '' $ac_executable_extensions; do
7576 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7577 ac_cv_prog_ac_ct_OTOOL="otool
"
7578 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7587 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7588 if test -n "$ac_ct_OTOOL"; then
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7590 $as_echo "$ac_ct_OTOOL" >&6; }
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7593 $as_echo "no
" >&6; }
7596 if test "x
$ac_ct_OTOOL" = x; then
7599 case $cross_compiling:$ac_tool_warned in
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7602 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7603 ac_tool_warned=yes ;;
7608 OTOOL="$ac_cv_prog_OTOOL"
7611 if test -n "$ac_tool_prefix"; then
7612 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7613 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7615 $as_echo_n "checking
for $ac_word...
" >&6; }
7616 if ${ac_cv_prog_OTOOL64+:} false; then :
7617 $as_echo_n "(cached
) " >&6
7619 if test -n "$OTOOL64"; then
7620 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7626 test -z "$as_dir" && as_dir=.
7627 for ac_exec_ext in '' $ac_executable_extensions; do
7628 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7629 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7630 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7639 OTOOL64=$ac_cv_prog_OTOOL64
7640 if test -n "$OTOOL64"; then
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7642 $as_echo "$OTOOL64" >&6; }
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7645 $as_echo "no
" >&6; }
7650 if test -z "$ac_cv_prog_OTOOL64"; then
7651 ac_ct_OTOOL64=$OTOOL64
7652 # Extract the first word of "otool64
", so it can be a program name with args.
7653 set dummy otool64; ac_word=$2
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7655 $as_echo_n "checking
for $ac_word...
" >&6; }
7656 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7657 $as_echo_n "(cached
) " >&6
7659 if test -n "$ac_ct_OTOOL64"; then
7660 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7666 test -z "$as_dir" && as_dir=.
7667 for ac_exec_ext in '' $ac_executable_extensions; do
7668 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7669 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7670 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7679 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7680 if test -n "$ac_ct_OTOOL64"; then
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7682 $as_echo "$ac_ct_OTOOL64" >&6; }
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7685 $as_echo "no
" >&6; }
7688 if test "x
$ac_ct_OTOOL64" = x; then
7691 case $cross_compiling:$ac_tool_warned in
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7694 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7695 ac_tool_warned=yes ;;
7697 OTOOL64=$ac_ct_OTOOL64
7700 OTOOL64="$ac_cv_prog_OTOOL64"
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7730 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7731 if ${lt_cv_apple_cc_single_mod+:} false; then :
7732 $as_echo_n "(cached
) " >&6
7734 lt_cv_apple_cc_single_mod=no
7735 if test -z "${LT_MULTI_MODULE}"; then
7736 # By default we will add the -single_module flag. You can override
7737 # by either setting the environment variable LT_MULTI_MODULE
7738 # non-empty at configure time, or by adding -multi_module to the
7740 rm -rf libconftest.dylib*
7741 echo "int foo
(void
){return 1;}" > conftest.c
7742 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7743 -dynamiclib -Wl,-single_module conftest.c
" >&5
7744 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7745 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7747 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7748 lt_cv_apple_cc_single_mod=yes
7750 cat conftest.err >&5
7752 rm -rf libconftest.dylib*
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7757 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7759 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7760 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7761 $as_echo_n "(cached
) " >&6
7763 lt_cv_ld_exported_symbols_list=no
7764 save_LDFLAGS=$LDFLAGS
7765 echo "_main
" > conftest.sym
7766 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7768 /* end confdefs.h. */
7778 if ac_fn_c_try_link "$LINENO"; then :
7779 lt_cv_ld_exported_symbols_list=yes
7781 lt_cv_ld_exported_symbols_list=no
7783 rm -f core conftest.err conftest.$ac_objext \
7784 conftest$ac_exeext conftest.$ac_ext
7785 LDFLAGS="$save_LDFLAGS"
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7789 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7791 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7792 if ${lt_cv_ld_force_load+:} false; then :
7793 $as_echo_n "(cached
) " >&6
7795 lt_cv_ld_force_load=no
7796 cat > conftest.c << _LT_EOF
7797 int forced_loaded() { return 2;}
7799 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7800 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7801 echo "$AR cru libconftest.a conftest.o
" >&5
7802 $AR cru libconftest.a conftest.o 2>&5
7803 cat > conftest.c << _LT_EOF
7804 int main() { return 0;}
7806 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7807 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7809 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7810 lt_cv_ld_force_load=yes
7812 cat conftest.err >&5
7814 rm -f conftest.err libconftest.a conftest conftest.c
7815 rm -rf conftest.dSYM
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7819 $as_echo "$lt_cv_ld_force_load" >&6; }
7821 rhapsody* | darwin1.[012])
7822 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7824 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7825 darwin*) # darwin 5.x on
7826 # if running on 10.5 or later, the deployment target defaults
7827 # to the OS version, if on x86, and 10.4, the deployment
7828 # target defaults to 10.4. Don't you love it?
7829 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7830 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7831 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7833 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7835 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7839 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7840 _lt_dar_single_mod='$single_module'
7842 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7843 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7845 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7847 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7848 _lt_dsymutil='~$DSYMUTIL $lib || :'
7855 for ac_header in dlfcn.h
7857 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7859 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7860 cat >>confdefs.h <<_ACEOF
7861 #define HAVE_DLFCN_H 1
7882 # Check whether --enable-shared was given.
7883 if test "${enable_shared+set}" = set; then :
7884 enableval=$enable_shared; p=${PACKAGE-default}
7886 yes) enable_shared=yes ;;
7887 no) enable_shared=no ;;
7890 # Look at the argument we got. We use all the common list separators.
7891 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7892 for pkg in $enableval; do
7894 if test "X
$pkg" = "X
$p"; then
7913 # Check whether --enable-static was given.
7914 if test "${enable_static+set}" = set; then :
7915 enableval=$enable_static; p=${PACKAGE-default}
7917 yes) enable_static=yes ;;
7918 no) enable_static=no ;;
7921 # Look at the argument we got. We use all the common list separators.
7922 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7923 for pkg in $enableval; do
7925 if test "X
$pkg" = "X
$p"; then
7945 # Check whether --with-pic was given.
7946 if test "${with_pic+set}" = set; then :
7947 withval=$with_pic; pic_mode="$withval"
7953 test -z "$pic_mode" && pic_mode=default
7961 # Check whether --enable-fast-install was given.
7962 if test "${enable_fast_install+set}" = set; then :
7963 enableval=$enable_fast_install; p=${PACKAGE-default}
7965 yes) enable_fast_install=yes ;;
7966 no) enable_fast_install=no ;;
7968 enable_fast_install=no
7969 # Look at the argument we got. We use all the common list separators.
7970 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7971 for pkg in $enableval; do
7973 if test "X
$pkg" = "X
$p"; then
7974 enable_fast_install=yes
7981 enable_fast_install=yes
7994 # This can be used to rebuild libtool when needed
7995 LIBTOOL_DEPS="$ltmain"
7997 # Always use our own libtool.
7998 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8025 test -z "$LN_S" && LN_S="ln -s"
8040 if test -n "${ZSH_VERSION+set}" ; then
8041 setopt NO_GLOB_SUBST
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8045 $as_echo_n "checking
for objdir...
" >&6; }
8046 if ${lt_cv_objdir+:} false; then :
8047 $as_echo_n "(cached
) " >&6
8049 rm -f .libs 2>/dev/null
8050 mkdir .libs 2>/dev/null
8051 if test -d .libs; then
8054 # MS-DOS does not allow filenames that begin with a dot.
8057 rmdir .libs 2>/dev/null
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8060 $as_echo "$lt_cv_objdir" >&6; }
8061 objdir=$lt_cv_objdir
8067 cat >>confdefs.h <<_ACEOF
8068 #define LT_OBJDIR "$lt_cv_objdir/"
8076 # AIX sometimes has problems with the GCC collect2 program. For some
8077 # reason, if we set the COLLECT_NAMES environment variable, the problems
8078 # vanish in a puff of smoke.
8079 if test "X
${COLLECT_NAMES+set}" != Xset; then
8081 export COLLECT_NAMES
8088 can_build_shared=yes
8090 # All known linkers require a `.a' archive for static linking (except MSVC,
8091 # which needs '.lib').
8094 with_gnu_ld="$lt_cv_prog_gnu_ld"
8097 old_CFLAGS="$CFLAGS"
8099 # Set sane defaults for various variables
8100 test -z "$CC" && CC=cc
8101 test -z "$LTCC" && LTCC=$CC
8102 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8103 test -z "$LD" && LD=ld
8104 test -z "$ac_objext" && ac_objext=o
8106 for cc_temp in $compiler""; do
8108 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8109 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8114 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
8117 # Only perform the check for file, if the check method requires it
8118 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8119 case $deplibs_check_method in
8121 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
8123 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
8124 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8125 $as_echo_n "(cached
) " >&6
8129 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8132 lt_save_MAGIC_CMD="$MAGIC_CMD"
8133 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8134 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8135 for ac_dir in $ac_dummy; do
8137 test -z "$ac_dir" && ac_dir=.
8138 if test -f $ac_dir/${ac_tool_prefix}file; then
8139 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8140 if test -n "$file_magic_test_file"; then
8141 case $deplibs_check_method in
8143 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8144 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8145 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8146 $EGREP "$file_magic_regex" > /dev/null; then
8151 *** Warning: the command libtool uses to detect shared libraries,
8152 *** $file_magic_cmd, produces output that libtool cannot recognize.
8153 *** The result is that libtool may fail to recognize shared libraries
8154 *** as such. This will affect the creation of libtool libraries that
8155 *** depend on shared libraries, but programs linked with such libtool
8156 *** libraries will work regardless of this problem. Nevertheless, you
8157 *** may want to report the problem to your system manager and/or to
8158 *** bug-libtool@gnu.org
8168 MAGIC_CMD="$lt_save_MAGIC_CMD"
8173 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8174 if test -n "$MAGIC_CMD"; then
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8176 $as_echo "$MAGIC_CMD" >&6; }
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8179 $as_echo "no
" >&6; }
8186 if test -z "$lt_cv_path_MAGIC_CMD"; then
8187 if test -n "$ac_tool_prefix"; then
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
8189 $as_echo_n "checking
for file...
" >&6; }
8190 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8191 $as_echo_n "(cached
) " >&6
8195 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8198 lt_save_MAGIC_CMD="$MAGIC_CMD"
8199 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8200 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8201 for ac_dir in $ac_dummy; do
8203 test -z "$ac_dir" && ac_dir=.
8204 if test -f $ac_dir/file; then
8205 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8206 if test -n "$file_magic_test_file"; then
8207 case $deplibs_check_method in
8209 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8210 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8211 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8212 $EGREP "$file_magic_regex" > /dev/null; then
8217 *** Warning: the command libtool uses to detect shared libraries,
8218 *** $file_magic_cmd, produces output that libtool cannot recognize.
8219 *** The result is that libtool may fail to recognize shared libraries
8220 *** as such. This will affect the creation of libtool libraries that
8221 *** depend on shared libraries, but programs linked with such libtool
8222 *** libraries will work regardless of this problem. Nevertheless, you
8223 *** may want to report the problem to your system manager and/or to
8224 *** bug-libtool@gnu.org
8234 MAGIC_CMD="$lt_save_MAGIC_CMD"
8239 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8240 if test -n "$MAGIC_CMD"; then
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8242 $as_echo "$MAGIC_CMD" >&6; }
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8245 $as_echo "no
" >&6; }
8258 # Use C for the default configuration in the libtool script
8262 ac_cpp='$CPP $CPPFLAGS'
8263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8268 # Source file extension for C test sources.
8271 # Object file extension for compiled C test sources.
8275 # Code to be used in simple compile tests
8276 lt_simple_compile_test_code="int some_variable
= 0;"
8278 # Code to be used in simple link tests
8279 lt_simple_link_test_code='int main(){return(0);}'
8287 # If no C compiler was specified, use CC.
8290 # If no C compiler flags were specified, use CFLAGS.
8291 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8293 # Allow CC to be a program name with arguments.
8296 # Save the default compiler, since it gets overwritten when the other
8297 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8298 compiler_DEFAULT=$CC
8300 # save warnings/boilerplate of simple test code
8301 ac_outfile=conftest.$ac_objext
8302 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8303 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8304 _lt_compiler_boilerplate=`cat conftest.err`
8307 ac_outfile=conftest.$ac_objext
8308 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8309 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8310 _lt_linker_boilerplate=`cat conftest.err`
8315 ## There is no encapsulation within the following macros, do not change
8316 ## the running order or otherwise move them around unless you know exactly
8317 ## what you are doing...
8318 if test -n "$compiler"; then
8320 lt_prog_compiler_no_builtin_flag=
8322 if test "$GCC" = yes; then
8323 case $cc_basename in
8325 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8327 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8331 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8332 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8333 $as_echo_n "(cached
) " >&6
8335 lt_cv_prog_compiler_rtti_exceptions=no
8336 ac_outfile=conftest.$ac_objext
8337 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8338 lt_compiler_flag="-fno-rtti -fno-exceptions"
8339 # Insert the option either (1) after the last *FLAGS variable, or
8340 # (2) before a word containing "conftest.
", or (3) at the end.
8341 # Note that $ac_compile itself does not contain backslashes and begins
8342 # with a dollar sign (not a hyphen), so the echo should work correctly.
8343 # The option is referenced via a variable to avoid confusing sed.
8344 lt_compile=`echo "$ac_compile" | $SED \
8345 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8346 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8347 -e 's:$: $lt_compiler_flag:'`
8348 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8349 (eval "$lt_compile" 2>conftest.err)
8351 cat conftest.err >&5
8352 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8353 if (exit $ac_status) && test -s "$ac_outfile"; then
8354 # The compiler can only warn and ignore the option if not recognized
8355 # So say no if there are warnings other than the usual output.
8356 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8357 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8358 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8359 lt_cv_prog_compiler_rtti_exceptions=yes
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8366 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8368 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8369 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8381 lt_prog_compiler_wl=
8382 lt_prog_compiler_pic=
8383 lt_prog_compiler_static=
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8386 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8388 if test "$GCC" = yes; then
8389 lt_prog_compiler_wl='-Wl,'
8390 lt_prog_compiler_static='-static'
8394 # All AIX code is PIC.
8395 if test "$host_cpu" = ia64; then
8396 # AIX 5 now supports IA64 processor
8397 lt_prog_compiler_static='-Bstatic'
8399 lt_prog_compiler_pic='-fPIC'
8405 # see comment about AmigaOS4 .so support
8406 lt_prog_compiler_pic='-fPIC'
8409 # FIXME: we need at least 68020 code to build shared libraries, but
8410 # adding the `-m68020' flag to GCC prevents building anything better,
8412 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8417 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8418 # PIC is the default for these OSes.
8421 mingw* | cygwin* | pw32* | os2* | cegcc*)
8422 # This hack is so that the source file can tell whether it is being
8423 # built for inclusion in a dll (and should export symbols for example).
8424 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8425 # (--disable-auto-import) libraries
8426 lt_prog_compiler_pic='-DDLL_EXPORT'
8429 darwin* | rhapsody*)
8430 # PIC is the default on this platform
8431 # Common symbols not allowed in MH_DYLIB files
8432 lt_prog_compiler_pic='-fno-common'
8436 # PIC is the default for Haiku.
8437 # The "-static" flag exists, but is broken.
8438 lt_prog_compiler_static=
8442 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8443 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8444 # sets the default TLS model and affects inlining.
8450 lt_prog_compiler_pic='-fPIC'
8456 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8457 # Instead, we relocate shared libraries at runtime.
8461 # Just because we use GCC doesn't mean we suddenly get shared libraries
8462 # on systems that don't support them.
8463 lt_prog_compiler_can_build_shared=no
8468 # QNX uses GNU C++, but need to define -shared option too, otherwise
8470 lt_prog_compiler_pic='-fPIC -shared'
8474 if test -d /usr/nec; then
8475 lt_prog_compiler_pic=-Kconform_pic
8480 lt_prog_compiler_pic='-fPIC'
8484 case $cc_basename in
8485 nvcc*) # Cuda Compiler Driver 2.2
8486 lt_prog_compiler_wl='-Xlinker '
8487 lt_prog_compiler_pic='-Xcompiler -fPIC'
8491 # PORTME Check for flag to pass linker flags through the system compiler.
8494 lt_prog_compiler_wl='-Wl,'
8495 if test "$host_cpu" = ia64; then
8496 # AIX 5 now supports IA64 processor
8497 lt_prog_compiler_static='-Bstatic'
8499 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8503 mingw* | cygwin* | pw32* | os2* | cegcc*)
8504 # This hack is so that the source file can tell whether it is being
8505 # built for inclusion in a dll (and should export symbols for example).
8506 lt_prog_compiler_pic='-DDLL_EXPORT'
8509 hpux9* | hpux10* | hpux11*)
8510 lt_prog_compiler_wl='-Wl,'
8511 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8518 lt_prog_compiler_pic='+Z'
8521 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8522 lt_prog_compiler_static='${wl}-a ${wl}archive'
8525 irix5* | irix6* | nonstopux*)
8526 lt_prog_compiler_wl='-Wl,'
8527 # PIC (with -KPIC) is the default.
8528 lt_prog_compiler_static='-non_shared'
8531 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8532 case $cc_basename in
8533 # old Intel for x86_64 which still supported -KPIC.
8535 lt_prog_compiler_wl='-Wl,'
8536 lt_prog_compiler_pic='-KPIC'
8537 lt_prog_compiler_static='-static'
8539 # icc used to be incompatible with GCC.
8540 # ICC 10 doesn't accept -KPIC any more.
8542 lt_prog_compiler_wl='-Wl,'
8543 lt_prog_compiler_pic='-fPIC'
8544 lt_prog_compiler_static='-static'
8546 # Lahey Fortran 8.1.
8548 lt_prog_compiler_wl='-Wl,'
8549 lt_prog_compiler_pic='--shared'
8550 lt_prog_compiler_static='--static'
8552 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8553 # Portland Group compilers (*not* the Pentium gcc compiler,
8554 # which looks to be a dead project)
8555 lt_prog_compiler_wl='-Wl,'
8556 lt_prog_compiler_pic='-fpic'
8557 lt_prog_compiler_static='-Bstatic'
8560 lt_prog_compiler_wl='-Wl,'
8561 # All Alpha code is PIC.
8562 lt_prog_compiler_static='-non_shared'
8564 xl* | bgxl* | bgf* | mpixl*)
8565 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8566 lt_prog_compiler_wl='-Wl,'
8567 lt_prog_compiler_pic='-qpic'
8568 lt_prog_compiler_static='-qstaticlink'
8571 case `$CC -V 2>&1 | sed 5q` in
8572 *Sun\ F* | *Sun*Fortran*)
8573 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8574 lt_prog_compiler_pic='-KPIC'
8575 lt_prog_compiler_static='-Bstatic'
8576 lt_prog_compiler_wl=''
8580 lt_prog_compiler_pic='-KPIC'
8581 lt_prog_compiler_static='-Bstatic'
8582 lt_prog_compiler_wl='-Wl,'
8590 lt_prog_compiler_pic='-KPIC'
8591 lt_prog_compiler_static='-Bstatic'
8595 # QNX uses GNU C++, but need to define -shared option too, otherwise
8597 lt_prog_compiler_pic='-fPIC -shared'
8600 osf3* | osf4* | osf5*)
8601 lt_prog_compiler_wl='-Wl,'
8602 # All OSF/1 code is PIC.
8603 lt_prog_compiler_static='-non_shared'
8607 lt_prog_compiler_static='-non_shared'
8611 lt_prog_compiler_pic='-KPIC'
8612 lt_prog_compiler_static='-Bstatic'
8613 case $cc_basename in
8615 lt_prog_compiler_wl='-Qoption ld ';;
8617 lt_prog_compiler_wl='-Wl,';;
8622 lt_prog_compiler_wl='-Qoption ld '
8623 lt_prog_compiler_pic='-PIC'
8624 lt_prog_compiler_static='-Bstatic'
8627 sysv4 | sysv4.2uw2* | sysv4.3*)
8628 lt_prog_compiler_wl='-Wl,'
8629 lt_prog_compiler_pic='-KPIC'
8630 lt_prog_compiler_static='-Bstatic'
8634 if test -d /usr/nec ;then
8635 lt_prog_compiler_pic='-Kconform_pic'
8636 lt_prog_compiler_static='-Bstatic'
8640 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8641 lt_prog_compiler_wl='-Wl,'
8642 lt_prog_compiler_pic='-KPIC'
8643 lt_prog_compiler_static='-Bstatic'
8647 lt_prog_compiler_wl='-Wl,'
8648 lt_prog_compiler_can_build_shared=no
8652 lt_prog_compiler_pic='-pic'
8653 lt_prog_compiler_static='-Bstatic'
8657 lt_prog_compiler_can_build_shared=no
8663 # For platforms which do not support PIC, -DPIC is meaningless:
8665 lt_prog_compiler_pic=
8668 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8672 $as_echo "$lt_prog_compiler_pic" >&6; }
8680 # Check to make sure the PIC flag actually works.
8682 if test -n "$lt_prog_compiler_pic"; then
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8684 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8685 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8686 $as_echo_n "(cached
) " >&6
8688 lt_cv_prog_compiler_pic_works=no
8689 ac_outfile=conftest.$ac_objext
8690 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8691 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8692 # Insert the option either (1) after the last *FLAGS variable, or
8693 # (2) before a word containing "conftest.
", or (3) at the end.
8694 # Note that $ac_compile itself does not contain backslashes and begins
8695 # with a dollar sign (not a hyphen), so the echo should work correctly.
8696 # The option is referenced via a variable to avoid confusing sed.
8697 lt_compile=`echo "$ac_compile" | $SED \
8698 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8699 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8700 -e 's:$: $lt_compiler_flag:'`
8701 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8702 (eval "$lt_compile" 2>conftest.err)
8704 cat conftest.err >&5
8705 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8706 if (exit $ac_status) && test -s "$ac_outfile"; then
8707 # The compiler can only warn and ignore the option if not recognized
8708 # So say no if there are warnings other than the usual output.
8709 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8710 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8711 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8712 lt_cv_prog_compiler_pic_works=yes
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8719 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8721 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8722 case $lt_prog_compiler_pic in
8724 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8727 lt_prog_compiler_pic=
8728 lt_prog_compiler_can_build_shared=no
8739 # Check to make sure the static flag actually works.
8741 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8743 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8744 if ${lt_cv_prog_compiler_static_works+:} false; then :
8745 $as_echo_n "(cached
) " >&6
8747 lt_cv_prog_compiler_static_works=no
8748 save_LDFLAGS="$LDFLAGS"
8749 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8750 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8751 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8752 # The linker can only warn and ignore the option if not recognized
8753 # So say no if there are warnings
8754 if test -s conftest.err; then
8755 # Append any errors to the config.log.
8756 cat conftest.err 1>&5
8757 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8758 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8759 if diff conftest.exp conftest.er2 >/dev/null; then
8760 lt_cv_prog_compiler_static_works=yes
8763 lt_cv_prog_compiler_static_works=yes
8767 LDFLAGS="$save_LDFLAGS"
8770 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8771 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8773 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8776 lt_prog_compiler_static=
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8786 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8787 if ${lt_cv_prog_compiler_c_o+:} false; then :
8788 $as_echo_n "(cached
) " >&6
8790 lt_cv_prog_compiler_c_o=no
8791 $RM -r conftest 2>/dev/null
8795 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8797 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8798 # Insert the option either (1) after the last *FLAGS variable, or
8799 # (2) before a word containing "conftest.
", or (3) at the end.
8800 # Note that $ac_compile itself does not contain backslashes and begins
8801 # with a dollar sign (not a hyphen), so the echo should work correctly.
8802 lt_compile=`echo "$ac_compile" | $SED \
8803 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8804 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8805 -e 's:$: $lt_compiler_flag:'`
8806 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8807 (eval "$lt_compile" 2>out/conftest.err)
8809 cat out/conftest.err >&5
8810 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8811 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8813 # The compiler can only warn and ignore the option if not recognized
8814 # So say no if there are warnings
8815 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8816 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8817 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8818 lt_cv_prog_compiler_c_o=yes
8823 # SGI C++ compiler will create directory out/ii_files/ for
8824 # template instantiation
8825 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8826 $RM out/* && rmdir out
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8833 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8841 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8842 if ${lt_cv_prog_compiler_c_o+:} false; then :
8843 $as_echo_n "(cached
) " >&6
8845 lt_cv_prog_compiler_c_o=no
8846 $RM -r conftest 2>/dev/null
8850 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8852 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8853 # Insert the option either (1) after the last *FLAGS variable, or
8854 # (2) before a word containing "conftest.
", or (3) at the end.
8855 # Note that $ac_compile itself does not contain backslashes and begins
8856 # with a dollar sign (not a hyphen), so the echo should work correctly.
8857 lt_compile=`echo "$ac_compile" | $SED \
8858 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8859 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8860 -e 's:$: $lt_compiler_flag:'`
8861 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8862 (eval "$lt_compile" 2>out/conftest.err)
8864 cat out/conftest.err >&5
8865 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8866 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8868 # The compiler can only warn and ignore the option if not recognized
8869 # So say no if there are warnings
8870 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8871 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8872 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8873 lt_cv_prog_compiler_c_o=yes
8878 # SGI C++ compiler will create directory out/ii_files/ for
8879 # template instantiation
8880 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8881 $RM out/* && rmdir out
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8888 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8893 hard_links="nottested
"
8894 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8895 # do not overwrite the value of need_locks provided by the user
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8897 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8900 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8902 ln conftest.a conftest.b 2>&5 || hard_links=no
8903 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8905 $as_echo "$hard_links" >&6; }
8906 if test "$hard_links" = no; then
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8908 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8921 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8924 allow_undefined_flag=
8925 always_export_symbols=no
8927 archive_expsym_cmds=
8928 compiler_needs_object=no
8929 enable_shared_with_static_runtimes=no
8930 export_dynamic_flag_spec=
8931 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8932 hardcode_automatic=no
8934 hardcode_direct_absolute=no
8935 hardcode_libdir_flag_spec=
8936 hardcode_libdir_flag_spec_ld=
8937 hardcode_libdir_separator=
8939 hardcode_shlibpath_var=unsupported
8941 link_all_deplibs=unknown
8944 old_archive_from_new_cmds=
8945 old_archive_from_expsyms_cmds=
8946 thread_safe_flag_spec=
8947 whole_archive_flag_spec=
8948 # include_expsyms should be a list of space-separated symbols to be *always*
8949 # included in the symbol list
8951 # exclude_expsyms can be an extended regexp of symbols to exclude
8952 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8953 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8954 # as well as any symbol that contains `d'.
8955 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8956 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8957 # platforms (ab)use it in PIC code, but their linkers get confused if
8958 # the symbol is explicitly referenced. Since portable code cannot
8959 # rely on this symbol name, it's probably fine to never include it in
8960 # preloaded symbol tables.
8961 # Exclude shared library initialization/finalization symbols.
8962 extract_expsyms_cmds=
8965 cygwin* | mingw* | pw32* | cegcc*)
8966 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8967 # When not using gcc, we currently assume that we are using
8968 # Microsoft Visual C++.
8969 if test "$GCC" != yes; then
8974 # we just hope/assume this is gcc and not c89 (= MSVC++)
8984 # On some targets, GNU ld is compatible enough with the native linker
8985 # that we're better off using the native interface for both.
8986 lt_use_gnu_ld_interface=no
8987 if test "$with_gnu_ld" = yes; then
8990 # The AIX port of GNU ld has always aspired to compatibility
8991 # with the native linker. However, as the warning in the GNU ld
8992 # block says, versions before 2.19.5* couldn't really create working
8993 # shared libraries, regardless of the interface used.
8994 case `$LD -v 2>&1` in
8995 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8996 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8997 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8999 lt_use_gnu_ld_interface=yes
9004 lt_use_gnu_ld_interface=yes
9009 if test "$lt_use_gnu_ld_interface" = yes; then
9010 # If archive_cmds runs LD, not CC, wlarc should be empty
9013 # Set some defaults for GNU ld with shared library support. These
9014 # are reset later if shared libraries are not supported. Putting them
9015 # here allows them to be overridden if necessary.
9016 runpath_var=LD_RUN_PATH
9017 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9018 export_dynamic_flag_spec='${wl}--export-dynamic'
9019 # ancient GNU ld didn't support --whole-archive et. al.
9020 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9021 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9023 whole_archive_flag_spec=
9025 supports_anon_versioning=no
9026 case `$LD -v 2>&1` in
9027 *GNU\ gold*) supports_anon_versioning=yes ;;
9028 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9029 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9030 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9031 *\ 2.11.*) ;; # other 2.11 versions
9032 *) supports_anon_versioning=yes ;;
9035 # See if GNU ld supports shared libraries.
9038 # On AIX/PPC, the GNU linker is very broken
9039 if test "$host_cpu" != ia64; then
9043 *** Warning: the GNU linker, at least up to release 2.19, is reported
9044 *** to be unable to reliably create shared libraries on AIX.
9045 *** Therefore, libtool is disabling shared libraries support. If you
9046 *** really care for shared libraries, you may want to install binutils
9047 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9048 *** You will then need to restart the configuration process.
9057 # see comment about AmigaOS4 .so support
9058 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9059 archive_expsym_cmds=''
9062 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)'
9063 hardcode_libdir_flag_spec
='-L$libdir'
9064 hardcode_minus_L
=yes
9070 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9071 allow_undefined_flag
=unsupported
9072 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9073 # support --undefined. This deserves some investigation. FIXME
9074 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9080 cygwin
* | mingw
* | pw32
* | cegcc
*)
9081 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9082 # as there is no search path for DLLs.
9083 hardcode_libdir_flag_spec
='-L$libdir'
9084 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9085 allow_undefined_flag
=unsupported
9086 always_export_symbols
=no
9087 enable_shared_with_static_runtimes
=yes
9088 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9090 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9091 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9092 # If the export-symbols file already is a .def file (1st line
9093 # is EXPORTS), use it as is; otherwise, prepend...
9094 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9095 cp $export_symbols $output_objdir/$soname.def;
9097 echo EXPORTS > $output_objdir/$soname.def;
9098 cat $export_symbols >> $output_objdir/$soname.def;
9100 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9107 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9108 link_all_deplibs
=yes
9113 hardcode_shlibpath_var
=no
9114 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9115 export_dynamic_flag_spec
='${wl}-E'
9116 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9117 # Instead, shared libraries are loaded at an image base (0x10000000 by
9118 # default) and relocated if they conflict, which is a slow very memory
9119 # consuming and fragmenting process. To avoid this, we pick a random,
9120 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9121 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9122 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9123 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'
9126 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9128 if test "$host_os" = linux-dietlibc
; then
9129 case $cc_basename in
9130 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9133 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9134 && test "$tmp_diet" = no
9136 tmp_addflag
=' $pic_flag'
9137 tmp_sharedflag
='-shared'
9138 case $cc_basename,$host_cpu in
9139 pgcc
*) # Portland Group C compiler
9140 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'
9141 tmp_addflag
=' $pic_flag'
9143 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9144 # Portland Group f77 and f90 compilers
9145 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'
9146 tmp_addflag
=' $pic_flag -Mnomain' ;;
9147 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9148 tmp_addflag
=' -i_dynamic' ;;
9149 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9150 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9151 ifc
* | ifort
*) # Intel Fortran compiler
9152 tmp_addflag
=' -nofor_main' ;;
9153 lf95
*) # Lahey Fortran 8.1
9154 whole_archive_flag_spec
=
9155 tmp_sharedflag
='--shared' ;;
9156 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9157 tmp_sharedflag
='-qmkshrobj'
9159 nvcc
*) # Cuda Compiler Driver 2.2
9160 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'
9161 compiler_needs_object
=yes
9164 case `$CC -V 2>&1 | sed 5q` in
9165 *Sun\ C
*) # Sun C 5.9
9166 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'
9167 compiler_needs_object
=yes
9168 tmp_sharedflag
='-G' ;;
9169 *Sun\ F
*) # Sun Fortran 8.3
9170 tmp_sharedflag
='-G' ;;
9172 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9174 if test "x$supports_anon_versioning" = xyes
; then
9175 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9176 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9177 echo "local: *; };" >> $output_objdir/$libname.ver~
9178 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9181 case $cc_basename in
9182 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9183 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9184 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9185 hardcode_libdir_flag_spec
=
9186 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9187 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9188 if test "x$supports_anon_versioning" = xyes
; then
9189 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9190 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9191 echo "local: *; };" >> $output_objdir/$libname.ver~
9192 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9202 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9203 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9206 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9207 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9212 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9216 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9217 *** create shared libraries on Solaris systems. Therefore, libtool
9218 *** is disabling shared libraries support. We urge you to upgrade GNU
9219 *** binutils to release 2.9.1 or newer. Another option is to modify
9220 *** your PATH or compiler configuration so that the native linker is
9221 *** used, and then restart.
9224 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9225 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9226 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9232 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9233 case `$LD -v 2>&1` in
9234 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9238 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9239 *** reliably create shared libraries on SCO systems. Therefore, libtool
9240 *** is disabling shared libraries support. We urge you to upgrade GNU
9241 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9242 *** your PATH or compiler configuration so that the native linker is
9243 *** used, and then restart.
9248 # For security reasons, it is highly recommended that you always
9249 # use absolute paths for naming shared libraries, and exclude the
9250 # DT_RUNPATH tag from executables and libraries. But doing so
9251 # requires that you compile everything twice, which is a pain.
9252 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9253 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9254 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9255 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9264 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9267 hardcode_shlibpath_var
=no
9271 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9272 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9273 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9280 if test "$ld_shlibs" = no
; then
9282 hardcode_libdir_flag_spec
=
9283 export_dynamic_flag_spec
=
9284 whole_archive_flag_spec
=
9287 # PORTME fill in a description of your system's linker (not GNU ld)
9290 allow_undefined_flag
=unsupported
9291 always_export_symbols
=yes
9292 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'
9293 # Note: this linker hardcodes the directories in LIBPATH if there
9294 # are no directories specified by -L.
9295 hardcode_minus_L
=yes
9296 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9297 # Neither direct hardcoding nor static linking is supported with a
9299 hardcode_direct
=unsupported
9304 if test "$host_cpu" = ia64
; then
9305 # On IA64, the linker does run time linking by default, so we don't
9306 # have to do anything special.
9307 aix_use_runtimelinking
=no
9308 exp_sym_flag
='-Bexport'
9311 # If we're using GNU nm, then we don't want the "-C" option.
9312 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9313 # Also, AIX nm treats weak defined symbols like other global
9314 # defined symbols, whereas GNU nm marks them as "W".
9315 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9316 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'
9318 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'
9320 aix_use_runtimelinking
=no
9322 # Test if we are trying to use run time linking or normal
9323 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9324 # need to do runtime linking.
9325 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9326 for ld_flag
in $LDFLAGS; do
9327 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9328 aix_use_runtimelinking
=yes
9335 exp_sym_flag
='-bexport'
9336 no_entry_flag
='-bnoentry'
9339 # When large executables or shared objects are built, AIX ld can
9340 # have problems creating the table of contents. If linking a library
9341 # or program results in "error TOC overflow" add -mminimal-toc to
9342 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9343 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9347 hardcode_direct_absolute
=yes
9348 hardcode_libdir_separator
=':'
9349 link_all_deplibs
=yes
9350 file_list_spec
='${wl}-f,'
9352 if test "$GCC" = yes; then
9353 case $host_os in aix4.
[012]|aix4.
[012].
*)
9354 # We only want to do this on AIX 4.2 and lower, the check
9355 # below for broken collect2 doesn't work under 4.3+
9356 collect2name
=`${CC} -print-prog-name=collect2`
9357 if test -f "$collect2name" &&
9358 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9360 # We have reworked collect2
9363 # We have old collect2
9364 hardcode_direct
=unsupported
9365 # It fails to find uninstalled libraries when the uninstalled
9366 # path is not listed in the libpath. Setting hardcode_minus_L
9367 # to unsupported forces relinking
9368 hardcode_minus_L
=yes
9369 hardcode_libdir_flag_spec
='-L$libdir'
9370 hardcode_libdir_separator
=
9374 shared_flag
='-shared'
9375 if test "$aix_use_runtimelinking" = yes; then
9376 shared_flag
="$shared_flag "'${wl}-G'
9380 if test "$host_cpu" = ia64
; then
9381 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9382 # chokes on -Wl,-G. The following line is correct:
9385 if test "$aix_use_runtimelinking" = yes; then
9386 shared_flag
='${wl}-G'
9388 shared_flag
='${wl}-bM:SRE'
9393 export_dynamic_flag_spec
='${wl}-bexpall'
9394 # It seems that -bexpall does not export symbols beginning with
9395 # underscore (_), so it is better to generate a list of symbols to export.
9396 always_export_symbols
=yes
9397 if test "$aix_use_runtimelinking" = yes; then
9398 # Warning - without using the other runtime loading flags (-brtl),
9399 # -berok will link without error, but may produce a broken library.
9400 allow_undefined_flag
='-berok'
9401 # Determine the default libpath from the value encoded in an
9403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9404 /* end confdefs.h. */
9414 if ac_fn_c_try_link
"$LINENO"; then :
9416 lt_aix_libpath_sed
='
9417 /Import File Strings/,/^$/ {
9423 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9424 # Check for a 64-bit object if we didn't find anything.
9425 if test -z "$aix_libpath"; then
9426 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9429 rm -f core conftest.err conftest.
$ac_objext \
9430 conftest
$ac_exeext conftest.
$ac_ext
9431 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9433 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9434 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"
9436 if test "$host_cpu" = ia64
; then
9437 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9438 allow_undefined_flag
="-z nodefs"
9439 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"
9441 # Determine the default libpath from the value encoded in an
9443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9454 if ac_fn_c_try_link
"$LINENO"; then :
9456 lt_aix_libpath_sed
='
9457 /Import File Strings/,/^$/ {
9463 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9464 # Check for a 64-bit object if we didn't find anything.
9465 if test -z "$aix_libpath"; then
9466 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9469 rm -f core conftest.err conftest.
$ac_objext \
9470 conftest
$ac_exeext conftest.
$ac_ext
9471 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9473 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9474 # Warning - without using the other run time loading flags,
9475 # -berok will link without error, but may produce a broken library.
9476 no_undefined_flag
=' ${wl}-bernotok'
9477 allow_undefined_flag
=' ${wl}-berok'
9478 if test "$with_gnu_ld" = yes; then
9479 # We only use this code for GNU lds that support --whole-archive.
9480 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9482 # Exported symbols can be pulled into shared objects from archives
9483 whole_archive_flag_spec
='$convenience'
9485 archive_cmds_need_lc
=yes
9486 # This is similar to how AIX traditionally builds its shared libraries.
9487 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'
9495 # see comment about AmigaOS4 .so support
9496 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9497 archive_expsym_cmds
=''
9500 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)'
9501 hardcode_libdir_flag_spec
='-L$libdir'
9502 hardcode_minus_L
=yes
9508 export_dynamic_flag_spec
=-rdynamic
9511 cygwin
* | mingw
* | pw32
* | cegcc
*)
9512 # When not using gcc, we currently assume that we are using
9513 # Microsoft Visual C++.
9514 # hardcode_libdir_flag_spec is actually meaningless, as there is
9515 # no search path for DLLs.
9516 hardcode_libdir_flag_spec
=' '
9517 allow_undefined_flag
=unsupported
9518 # Tell ltmain to make .lib files, not .a files.
9520 # Tell ltmain to make .dll files, not .so files.
9522 # FIXME: Setting linknames here is a bad hack.
9523 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9524 # The linker will automatically build a .lib file if we build a DLL.
9525 old_archive_from_new_cmds
='true'
9526 # FIXME: Should let the user specify the lib program.
9527 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9528 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9529 enable_shared_with_static_runtimes
=yes
9532 darwin
* | rhapsody
*)
9535 archive_cmds_need_lc
=no
9537 hardcode_automatic
=yes
9538 hardcode_shlibpath_var
=unsupported
9539 if test "$lt_cv_ld_force_load" = "yes"; then
9540 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\"`'
9542 whole_archive_flag_spec
=''
9544 link_all_deplibs
=yes
9545 allow_undefined_flag
="$_lt_dar_allow_undefined"
9546 case $cc_basename in
9547 ifort
*) _lt_dar_can_shared
=yes ;;
9548 *) _lt_dar_can_shared
=$GCC ;;
9550 if test "$_lt_dar_can_shared" = "yes"; then
9551 output_verbose_link_cmd
=func_echo_all
9552 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9553 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9554 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}"
9555 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}"
9564 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9565 hardcode_libdir_flag_spec
='-L$libdir'
9566 hardcode_shlibpath_var
=no
9569 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9570 # support. Future versions do this automatically, but an explicit c++rt0.o
9571 # does not break anything, and helps significantly (at the cost of a little
9574 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9575 hardcode_libdir_flag_spec
='-R$libdir'
9577 hardcode_shlibpath_var
=no
9580 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9582 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9584 hardcode_minus_L
=yes
9585 hardcode_shlibpath_var
=no
9588 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9589 freebsd
* | dragonfly
*)
9590 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9591 hardcode_libdir_flag_spec
='-R$libdir'
9593 hardcode_shlibpath_var
=no
9597 if test "$GCC" = yes; then
9598 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'
9600 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'
9602 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9603 hardcode_libdir_separator
=:
9606 # hardcode_minus_L: Not really in the search PATH,
9607 # but as the default location of the library.
9608 hardcode_minus_L
=yes
9609 export_dynamic_flag_spec
='${wl}-E'
9613 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9614 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9616 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9618 if test "$with_gnu_ld" = no
; then
9619 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9620 hardcode_libdir_flag_spec_ld
='+b $libdir'
9621 hardcode_libdir_separator
=:
9623 hardcode_direct_absolute
=yes
9624 export_dynamic_flag_spec
='${wl}-E'
9625 # hardcode_minus_L: Not really in the search PATH,
9626 # but as the default location of the library.
9627 hardcode_minus_L
=yes
9632 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9635 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9638 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9641 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9647 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9650 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9654 # Older versions of the 11.00 compiler do not understand -b yet
9655 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9657 $as_echo_n "checking if $CC understands -b... " >&6; }
9658 if ${lt_cv_prog_compiler__b+:} false
; then :
9659 $as_echo_n "(cached) " >&6
9661 lt_cv_prog_compiler__b
=no
9662 save_LDFLAGS
="$LDFLAGS"
9663 LDFLAGS
="$LDFLAGS -b"
9664 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9665 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9666 # The linker can only warn and ignore the option if not recognized
9667 # So say no if there are warnings
9668 if test -s conftest.err
; then
9669 # Append any errors to the config.log.
9670 cat conftest.err
1>&5
9671 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9672 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9673 if diff conftest.exp conftest.er2
>/dev
/null
; then
9674 lt_cv_prog_compiler__b
=yes
9677 lt_cv_prog_compiler__b
=yes
9681 LDFLAGS
="$save_LDFLAGS"
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9685 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9687 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9688 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9690 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9696 if test "$with_gnu_ld" = no
; then
9697 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9698 hardcode_libdir_separator
=:
9703 hardcode_shlibpath_var
=no
9707 hardcode_direct_absolute
=yes
9708 export_dynamic_flag_spec
='${wl}-E'
9710 # hardcode_minus_L: Not really in the search PATH,
9711 # but as the default location of the library.
9712 hardcode_minus_L
=yes
9718 irix5
* | irix6
* | nonstopux
*)
9719 if test "$GCC" = yes; then
9720 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'
9721 # Try to use the -exported_symbol ld option, if it does not
9722 # work, assume that -exports_file does not work either and
9723 # implicitly export all symbols.
9724 save_LDFLAGS
="$LDFLAGS"
9725 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9727 /* end confdefs.h. */
9730 if ac_fn_c_try_link
"$LINENO"; then :
9731 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'
9734 rm -f core conftest.err conftest.
$ac_objext \
9735 conftest
$ac_exeext conftest.
$ac_ext
9736 LDFLAGS
="$save_LDFLAGS"
9738 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'
9739 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'
9741 archive_cmds_need_lc
='no'
9742 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9743 hardcode_libdir_separator
=:
9745 link_all_deplibs
=yes
9749 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9750 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9752 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9754 hardcode_libdir_flag_spec
='-R$libdir'
9756 hardcode_shlibpath_var
=no
9760 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9762 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9763 hardcode_libdir_separator
=:
9764 hardcode_shlibpath_var
=no
9771 if test -f /usr
/libexec
/ld.so
; then
9773 hardcode_shlibpath_var
=no
9774 hardcode_direct_absolute
=yes
9775 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9776 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9777 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9778 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9779 export_dynamic_flag_spec
='${wl}-E'
9782 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9783 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9784 hardcode_libdir_flag_spec
='-R$libdir'
9787 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9788 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9798 hardcode_libdir_flag_spec
='-L$libdir'
9799 hardcode_minus_L
=yes
9800 allow_undefined_flag
=unsupported
9801 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'
9802 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9806 if test "$GCC" = yes; then
9807 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9808 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'
9810 allow_undefined_flag
=' -expect_unresolved \*'
9811 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'
9813 archive_cmds_need_lc
='no'
9814 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9815 hardcode_libdir_separator
=:
9818 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9819 if test "$GCC" = yes; then
9820 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9821 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'
9822 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9824 allow_undefined_flag
=' -expect_unresolved \*'
9825 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'
9826 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~
9827 $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'
9829 # Both c and cxx compiler support -rpath directly
9830 hardcode_libdir_flag_spec
='-rpath $libdir'
9832 archive_cmds_need_lc
='no'
9833 hardcode_libdir_separator
=:
9837 no_undefined_flag
=' -z defs'
9838 if test "$GCC" = yes; then
9840 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9841 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9842 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9844 case `$CC -V 2>&1` in
9847 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9848 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9849 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9853 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9854 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9855 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9859 hardcode_libdir_flag_spec
='-R$libdir'
9860 hardcode_shlibpath_var
=no
9862 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9864 # The compiler driver will combine and reorder linker options,
9865 # but understands `-z linker_flag'. GCC discards it without `$wl',
9866 # but is careful enough not to reorder.
9867 # Supported since Solaris 2.6 (maybe 2.5.1?)
9868 if test "$GCC" = yes; then
9869 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9871 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9875 link_all_deplibs
=yes
9879 if test "x$host_vendor" = xsequent
; then
9880 # Use $CC to link under sequent, because it throws in some extra .o
9881 # files that make .init and .fini sections work.
9882 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9884 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9886 hardcode_libdir_flag_spec
='-L$libdir'
9888 hardcode_minus_L
=yes
9889 hardcode_shlibpath_var
=no
9893 case $host_vendor in
9895 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9896 hardcode_direct
=yes # is this really true???
9899 ## LD is ld it makes a PLAMLIB
9900 ## CC just makes a GrossModule.
9901 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9902 reload_cmds
='$CC -r -o $output$reload_objs'
9906 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9907 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9910 runpath_var
='LD_RUN_PATH'
9911 hardcode_shlibpath_var
=no
9915 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9916 hardcode_shlibpath_var
=no
9917 export_dynamic_flag_spec
='-Bexport'
9921 if test -d /usr
/nec
; then
9922 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9923 hardcode_shlibpath_var
=no
9924 runpath_var
=LD_RUN_PATH
9925 hardcode_runpath_var
=yes
9930 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9931 no_undefined_flag
='${wl}-z,text'
9932 archive_cmds_need_lc
=no
9933 hardcode_shlibpath_var
=no
9934 runpath_var
='LD_RUN_PATH'
9936 if test "$GCC" = yes; then
9937 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9938 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9940 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9941 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9945 sysv5
* | sco3.2v5
* | sco5v6
*)
9946 # Note: We can NOT use -z defs as we might desire, because we do not
9947 # link with -lc, and that would cause any symbols used from libc to
9948 # always be unresolved, which means just about no library would
9949 # ever link correctly. If we're not using GNU ld we use -z text
9950 # though, which does catch some bad symbols but isn't as heavy-handed
9952 no_undefined_flag
='${wl}-z,text'
9953 allow_undefined_flag
='${wl}-z,nodefs'
9954 archive_cmds_need_lc
=no
9955 hardcode_shlibpath_var
=no
9956 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9957 hardcode_libdir_separator
=':'
9958 link_all_deplibs
=yes
9959 export_dynamic_flag_spec
='${wl}-Bexport'
9960 runpath_var
='LD_RUN_PATH'
9962 if test "$GCC" = yes; then
9963 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9964 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9966 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9967 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9972 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9973 hardcode_libdir_flag_spec
='-L$libdir'
9974 hardcode_shlibpath_var
=no
9982 if test x
$host_vendor = xsni
; then
9984 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9985 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9992 $as_echo "$ld_shlibs" >&6; }
9993 test "$ld_shlibs" = no
&& can_build_shared
=no
9995 with_gnu_ld
=$with_gnu_ld
10012 # Do we need to explicitly link libc?
10014 case "x$archive_cmds_need_lc" in
10016 # Assume -lc should be added
10017 archive_cmds_need_lc
=yes
10019 if test "$enable_shared" = yes && test "$GCC" = yes; then
10020 case $archive_cmds in
10022 # FIXME: we may have to deal with multi-command sequences.
10025 # Test whether the compiler implicitly links with -lc since on some
10026 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10027 # to ld, don't add -lc before -lgcc.
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10029 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10030 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10031 $as_echo_n "(cached) " >&6
10034 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10036 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10037 (eval $ac_compile) 2>&5
10039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10040 test $ac_status = 0; } 2>conftest.err
; then
10043 libobjs
=conftest.
$ac_objext
10045 wl
=$lt_prog_compiler_wl
10046 pic_flag
=$lt_prog_compiler_pic
10052 lt_save_allow_undefined_flag
=$allow_undefined_flag
10053 allow_undefined_flag
=
10054 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10055 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10057 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10058 test $ac_status = 0; }
10060 lt_cv_archive_cmds_need_lc
=no
10062 lt_cv_archive_cmds_need_lc
=yes
10064 allow_undefined_flag
=$lt_save_allow_undefined_flag
10066 cat conftest.err
1>&5
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10072 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10073 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10237 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10239 if test "$GCC" = yes; then
10241 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10242 *) lt_awk_arg
="/^libraries:/" ;;
10245 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10246 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10248 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10249 case $lt_search_path_spec in
10251 # if the path contains ";" then we assume it to be the separator
10252 # otherwise default to the standard path separator (i.e. ":") - it is
10253 # assumed that no part of a normal pathname contains ";" but that should
10254 # okay in the real world where ";" in dirpaths is itself problematic.
10255 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10258 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10261 # Ok, now we have the path, separated by spaces, we can step through it
10262 # and add multilib dir if necessary.
10263 lt_tmp_lt_search_path_spec
=
10264 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10265 for lt_sys_path
in $lt_search_path_spec; do
10266 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10267 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10269 test -d "$lt_sys_path" && \
10270 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10273 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10274 BEGIN {RS=" "; FS="/|\n";} {
10277 for (lt_i = NF; lt_i > 0; lt_i--) {
10278 if ($lt_i != "" && $lt_i != ".") {
10279 if ($lt_i == "..") {
10282 if (lt_count == 0) {
10283 lt_foo="/" $lt_i lt_foo;
10290 if (lt_foo != "") { lt_freq[lt_foo]++; }
10291 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10293 # AWK program above erroneously prepends '/' to C:/dos/paths
10296 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10297 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10299 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10301 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10303 library_names_spec
=
10304 libname_spec
='lib$name'
10308 postuninstall_cmds
=
10312 shlibpath_overrides_runpath
=unknown
10314 dynamic_linker
="$host_os ld.so"
10315 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10316 need_lib_prefix
=unknown
10317 hardcode_into_libs
=no
10319 # when you set need_version to no, make sure it does not cause -set_version
10320 # flags to be left without arguments
10321 need_version
=unknown
10326 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10327 shlibpath_var
=LIBPATH
10329 # AIX 3 has no versioning support, so we append a major version to the name.
10330 soname_spec
='${libname}${release}${shared_ext}$major'
10337 hardcode_into_libs
=yes
10338 if test "$host_cpu" = ia64
; then
10339 # AIX 5 supports IA64
10340 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10341 shlibpath_var
=LD_LIBRARY_PATH
10343 # With GCC up to 2.95.x, collect2 would create an import file
10344 # for dependence libraries. The import file would start with
10345 # the line `#! .'. This would cause the generated library to
10346 # depend on `.', always an invalid library. This was fixed in
10347 # development snapshots of GCC prior to 3.0.
10349 aix4 | aix4.
[01] | aix4.
[01].
*)
10350 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10352 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10355 can_build_shared
=no
10359 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10360 # soname into executable. Probably we can add versioning support to
10361 # collect2, so additional links can be useful in future.
10362 if test "$aix_use_runtimelinking" = yes; then
10363 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10364 # instead of lib<name>.a to let people know that these are not
10365 # typical AIX shared libraries.
10366 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10368 # We preserve .a as extension for shared libraries through AIX4.2
10369 # and later when we are not doing run time linking.
10370 library_names_spec
='${libname}${release}.a $libname.a'
10371 soname_spec
='${libname}${release}${shared_ext}$major'
10373 shlibpath_var
=LIBPATH
10380 # Since July 2007 AmigaOS4 officially supports .so libraries.
10381 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10382 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10385 library_names_spec
='$libname.ixlibrary $libname.a'
10386 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10387 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'
10393 library_names_spec
='${libname}${shared_ext}'
10394 dynamic_linker
="$host_os ld.so"
10395 shlibpath_var
=LIBRARY_PATH
10401 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10402 soname_spec
='${libname}${release}${shared_ext}$major'
10403 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10404 shlibpath_var
=LD_LIBRARY_PATH
10405 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10406 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10407 # the default ld.so.conf also contains /usr/contrib/lib and
10408 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10409 # libtool to hard-code these into programs
10412 cygwin
* | mingw
* | pw32
* | cegcc
*)
10413 version_type
=windows
10418 case $GCC,$host_os in
10419 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10420 library_names_spec
='$libname.dll.a'
10421 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10422 postinstall_cmds
='base_file=`basename \${file}`~
10423 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10424 dldir=$destdir/`dirname \$dlpath`~
10425 test -d \$dldir || mkdir -p \$dldir~
10426 $install_prog $dir/$dlname \$dldir/$dlname~
10427 chmod a+x \$dldir/$dlname~
10428 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10429 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10431 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10432 dlpath=$dir/\$dldll~
10434 shlibpath_overrides_runpath
=yes
10438 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10439 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10441 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10444 # MinGW DLLs use traditional 'lib' prefix
10445 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10448 # pw32 DLLs use 'pw' prefix rather than 'lib'
10449 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10455 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10458 dynamic_linker
='Win32 ld.exe'
10459 # FIXME: first we should search . and the directory the executable is in
10463 darwin
* | rhapsody
*)
10464 dynamic_linker
="$host_os dyld"
10465 version_type
=darwin
10468 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10469 soname_spec
='${libname}${release}${major}$shared_ext'
10470 shlibpath_overrides_runpath
=yes
10471 shlibpath_var
=DYLD_LIBRARY_PATH
10472 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10474 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10475 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10482 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10483 soname_spec
='${libname}${release}${shared_ext}$major'
10484 shlibpath_var
=LD_LIBRARY_PATH
10487 freebsd
* | dragonfly
*)
10488 # DragonFly does not have aout. When/if they implement a new
10489 # versioning mechanism, adjust this.
10490 if test -x /usr
/bin
/objformat
; then
10491 objformat
=`/usr/bin/objformat`
10494 freebsd
[23].
*) objformat
=aout
;;
10495 *) objformat
=elf
;;
10498 version_type
=freebsd-
$objformat
10499 case $version_type in
10501 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10506 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10510 shlibpath_var
=LD_LIBRARY_PATH
10513 shlibpath_overrides_runpath
=yes
10515 freebsd3.
[01]* | freebsdelf3.
[01]*)
10516 shlibpath_overrides_runpath
=yes
10517 hardcode_into_libs
=yes
10519 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10520 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10521 shlibpath_overrides_runpath
=no
10522 hardcode_into_libs
=yes
10524 *) # from 4.6 on, and DragonFly
10525 shlibpath_overrides_runpath
=yes
10526 hardcode_into_libs
=yes
10535 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10536 soname_spec
='${libname}${release}${shared_ext}$major'
10537 shlibpath_var
=LD_LIBRARY_PATH
10538 hardcode_into_libs
=yes
10545 dynamic_linker
="$host_os runtime_loader"
10546 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10547 soname_spec
='${libname}${release}${shared_ext}$major'
10548 shlibpath_var
=LIBRARY_PATH
10549 shlibpath_overrides_runpath
=yes
10550 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10551 hardcode_into_libs
=yes
10554 hpux9
* | hpux10
* | hpux11
*)
10555 # Give a soname corresponding to the major version so that dld.sl refuses to
10556 # link against other versions.
10563 hardcode_into_libs
=yes
10564 dynamic_linker
="$host_os dld.so"
10565 shlibpath_var
=LD_LIBRARY_PATH
10566 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10567 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10568 soname_spec
='${libname}${release}${shared_ext}$major'
10569 if test "X$HPUX_IA64_MODE" = X32
; then
10570 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10572 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10574 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10578 hardcode_into_libs
=yes
10579 dynamic_linker
="$host_os dld.sl"
10580 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10581 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10582 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10583 soname_spec
='${libname}${release}${shared_ext}$major'
10584 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10585 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10589 dynamic_linker
="$host_os dld.sl"
10590 shlibpath_var
=SHLIB_PATH
10591 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10592 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10593 soname_spec
='${libname}${release}${shared_ext}$major'
10596 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10597 postinstall_cmds
='chmod 555 $lib'
10598 # or fails outright, so override atomically:
10599 install_override_mode
=555
10606 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10607 soname_spec
='${libname}${release}${shared_ext}$major'
10608 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10609 shlibpath_var
=LD_LIBRARY_PATH
10610 shlibpath_overrides_runpath
=no
10611 hardcode_into_libs
=yes
10614 irix5
* | irix6
* | nonstopux
*)
10616 nonstopux
*) version_type
=nonstopux
;;
10618 if test "$lt_cv_prog_gnu_ld" = yes; then
10626 soname_spec
='${libname}${release}${shared_ext}$major'
10627 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10629 irix5
* | nonstopux
*)
10630 libsuff
= shlibsuff
=
10633 case $LD in # libtool.m4 will add one of these switches to LD
10634 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10635 libsuff
= shlibsuff
= libmagic
=32-bit;;
10636 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10637 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10638 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10639 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10640 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10644 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10645 shlibpath_overrides_runpath
=no
10646 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10647 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10648 hardcode_into_libs
=yes
10651 # No shared lib support for Linux oldld, aout, or coff.
10652 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10656 # This must be Linux ELF.
10657 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10661 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10662 soname_spec
='${libname}${release}${shared_ext}$major'
10663 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10664 shlibpath_var
=LD_LIBRARY_PATH
10665 shlibpath_overrides_runpath
=no
10667 # Some binutils ld are patched to set DT_RUNPATH
10668 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10669 $as_echo_n "(cached) " >&6
10671 lt_cv_shlibpath_overrides_runpath
=no
10672 save_LDFLAGS
=$LDFLAGS
10673 save_libdir
=$libdir
10674 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10675 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10677 /* end confdefs.h. */
10687 if ac_fn_c_try_link
"$LINENO"; then :
10688 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10689 lt_cv_shlibpath_overrides_runpath
=yes
10692 rm -f core conftest.err conftest.
$ac_objext \
10693 conftest
$ac_exeext conftest.
$ac_ext
10694 LDFLAGS
=$save_LDFLAGS
10695 libdir
=$save_libdir
10699 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10701 # This implies no fast_install, which is unacceptable.
10702 # Some rework will be needed to allow for fast_install
10703 # before this can be enabled.
10704 hardcode_into_libs
=yes
10706 # Append ld.so.conf contents to the search path
10707 if test -f /etc
/ld.so.conf
; then
10708 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' ' '`
10709 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10712 # We used to test for /lib/ld.so.1 and disable shared libraries on
10713 # powerpc, because MkLinux only supported shared libraries with the
10714 # GNU dynamic linker. Since this was broken with cross compilers,
10715 # most powerpc-linux boxes support dynamic linking these days and
10716 # people can always --disable-shared, the test was removed, and we
10717 # assume the GNU/Linux dynamic linker is in use.
10718 dynamic_linker
='GNU/Linux ld.so'
10725 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10726 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10727 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10728 dynamic_linker
='NetBSD (a.out) ld.so'
10730 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10731 soname_spec
='${libname}${release}${shared_ext}$major'
10732 dynamic_linker
='NetBSD ld.elf_so'
10734 shlibpath_var
=LD_LIBRARY_PATH
10735 shlibpath_overrides_runpath
=yes
10736 hardcode_into_libs
=yes
10741 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10742 shlibpath_var
=LD_LIBRARY_PATH
10743 shlibpath_overrides_runpath
=yes
10750 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10751 soname_spec
='${libname}${release}${shared_ext}$major'
10752 shlibpath_var
=LD_LIBRARY_PATH
10753 shlibpath_overrides_runpath
=no
10754 hardcode_into_libs
=yes
10755 dynamic_linker
='ldqnx.so'
10760 sys_lib_dlsearch_path_spec
="/usr/lib"
10762 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10764 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10765 *) need_version
=no
;;
10767 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10768 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10769 shlibpath_var
=LD_LIBRARY_PATH
10770 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10772 openbsd2.
[89] | openbsd2.
[89].
*)
10773 shlibpath_overrides_runpath
=no
10776 shlibpath_overrides_runpath
=yes
10780 shlibpath_overrides_runpath
=yes
10785 libname_spec
='$name'
10788 library_names_spec
='$libname${shared_ext} $libname.a'
10789 dynamic_linker
='OS/2 ld.exe'
10790 shlibpath_var
=LIBPATH
10793 osf3
* | osf4
* | osf5
*)
10797 soname_spec
='${libname}${release}${shared_ext}$major'
10798 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10799 shlibpath_var
=LD_LIBRARY_PATH
10800 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10801 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10812 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10813 soname_spec
='${libname}${release}${shared_ext}$major'
10814 shlibpath_var
=LD_LIBRARY_PATH
10815 shlibpath_overrides_runpath
=yes
10816 hardcode_into_libs
=yes
10817 # ldd complains unless libraries are executable
10818 postinstall_cmds
='chmod +x $lib'
10823 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10824 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10825 shlibpath_var
=LD_LIBRARY_PATH
10826 shlibpath_overrides_runpath
=yes
10827 if test "$with_gnu_ld" = yes; then
10835 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10836 soname_spec
='${libname}${release}${shared_ext}$major'
10837 shlibpath_var
=LD_LIBRARY_PATH
10838 case $host_vendor in
10840 shlibpath_overrides_runpath
=no
10842 runpath_var
=LD_RUN_PATH
10850 shlibpath_overrides_runpath
=no
10851 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10857 if test -d /usr
/nec
;then
10859 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10860 soname_spec
='$libname${shared_ext}.$major'
10861 shlibpath_var
=LD_LIBRARY_PATH
10865 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10866 version_type
=freebsd-elf
10869 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10870 soname_spec
='${libname}${release}${shared_ext}$major'
10871 shlibpath_var
=LD_LIBRARY_PATH
10872 shlibpath_overrides_runpath
=yes
10873 hardcode_into_libs
=yes
10874 if test "$with_gnu_ld" = yes; then
10875 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10877 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10880 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10884 sys_lib_dlsearch_path_spec
='/usr/lib'
10888 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10892 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10893 shlibpath_var
=LD_LIBRARY_PATH
10894 shlibpath_overrides_runpath
=no
10895 hardcode_into_libs
=yes
10900 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10901 soname_spec
='${libname}${release}${shared_ext}$major'
10902 shlibpath_var
=LD_LIBRARY_PATH
10909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10910 $as_echo "$dynamic_linker" >&6; }
10911 test "$dynamic_linker" = no
&& can_build_shared
=no
10913 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10914 if test "$GCC" = yes; then
10915 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10918 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10919 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10921 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10922 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11017 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11019 if test -n "$hardcode_libdir_flag_spec" ||
11020 test -n "$runpath_var" ||
11021 test "X$hardcode_automatic" = "Xyes" ; then
11023 # We can hardcode non-existent directories.
11024 if test "$hardcode_direct" != no
&&
11025 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11026 # have to relink, otherwise we might link with an installed library
11027 # when we should be linking with a yet-to-be-installed one
11028 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11029 test "$hardcode_minus_L" != no
; then
11030 # Linking always hardcodes the temporary library directory.
11031 hardcode_action
=relink
11033 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11034 hardcode_action
=immediate
11037 # We cannot hardcode anything, or else we can only hardcode existing
11039 hardcode_action
=unsupported
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11042 $as_echo "$hardcode_action" >&6; }
11044 if test "$hardcode_action" = relink ||
11045 test "$inherit_rpath" = yes; then
11046 # Fast installation is not supported
11047 enable_fast_install
=no
11048 elif test "$shlibpath_overrides_runpath" = yes ||
11049 test "$enable_shared" = no
; then
11050 # Fast installation is not necessary
11051 enable_fast_install
=needless
11059 if test "x$enable_dlopen" != xyes
; then
11060 enable_dlopen
=unknown
11061 enable_dlopen_self
=unknown
11062 enable_dlopen_self_static
=unknown
11069 lt_cv_dlopen
="load_add_on"
11071 lt_cv_dlopen_self
=yes
11074 mingw
* | pw32
* | cegcc
*)
11075 lt_cv_dlopen
="LoadLibrary"
11080 lt_cv_dlopen
="dlopen"
11085 # if libdl is installed we need to link against it
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11087 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11088 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11089 $as_echo_n "(cached) " >&6
11091 ac_check_lib_save_LIBS
=$LIBS
11093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11094 /* end confdefs.h. */
11096 /* Override any GCC internal prototype to avoid an error.
11097 Use char because int might match the return type of a GCC
11098 builtin and then its argument prototype would still apply. */
11111 if ac_fn_c_try_link
"$LINENO"; then :
11112 ac_cv_lib_dl_dlopen
=yes
11114 ac_cv_lib_dl_dlopen
=no
11116 rm -f core conftest.err conftest.
$ac_objext \
11117 conftest
$ac_exeext conftest.
$ac_ext
11118 LIBS
=$ac_check_lib_save_LIBS
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11121 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11122 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11123 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11126 lt_cv_dlopen
="dyld"
11128 lt_cv_dlopen_self
=yes
11135 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11136 if test "x$ac_cv_func_shl_load" = xyes
; then :
11137 lt_cv_dlopen
="shl_load"
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11140 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11141 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11142 $as_echo_n "(cached) " >&6
11144 ac_check_lib_save_LIBS
=$LIBS
11146 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11147 /* end confdefs.h. */
11149 /* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
11151 builtin and then its argument prototype would still apply. */
11159 return shl_load ();
11164 if ac_fn_c_try_link
"$LINENO"; then :
11165 ac_cv_lib_dld_shl_load
=yes
11167 ac_cv_lib_dld_shl_load
=no
11169 rm -f core conftest.err conftest.
$ac_objext \
11170 conftest
$ac_exeext conftest.
$ac_ext
11171 LIBS
=$ac_check_lib_save_LIBS
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11174 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11175 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11176 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11178 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11179 if test "x$ac_cv_func_dlopen" = xyes
; then :
11180 lt_cv_dlopen
="dlopen"
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11183 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11184 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11185 $as_echo_n "(cached) " >&6
11187 ac_check_lib_save_LIBS
=$LIBS
11189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11207 if ac_fn_c_try_link
"$LINENO"; then :
11208 ac_cv_lib_dl_dlopen
=yes
11210 ac_cv_lib_dl_dlopen
=no
11212 rm -f core conftest.err conftest.
$ac_objext \
11213 conftest
$ac_exeext conftest.
$ac_ext
11214 LIBS
=$ac_check_lib_save_LIBS
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11217 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11218 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11219 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11222 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11223 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11224 $as_echo_n "(cached) " >&6
11226 ac_check_lib_save_LIBS
=$LIBS
11227 LIBS
="-lsvld $LIBS"
11228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11229 /* end confdefs.h. */
11231 /* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
11246 if ac_fn_c_try_link
"$LINENO"; then :
11247 ac_cv_lib_svld_dlopen
=yes
11249 ac_cv_lib_svld_dlopen
=no
11251 rm -f core conftest.err conftest.
$ac_objext \
11252 conftest
$ac_exeext conftest.
$ac_ext
11253 LIBS
=$ac_check_lib_save_LIBS
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11256 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11257 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11258 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11261 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11262 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11263 $as_echo_n "(cached) " >&6
11265 ac_check_lib_save_LIBS
=$LIBS
11267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11268 /* end confdefs.h. */
11270 /* Override any GCC internal prototype to avoid an error.
11271 Use char because int might match the return type of a GCC
11272 builtin and then its argument prototype would still apply. */
11280 return dld_link ();
11285 if ac_fn_c_try_link
"$LINENO"; then :
11286 ac_cv_lib_dld_dld_link
=yes
11288 ac_cv_lib_dld_dld_link
=no
11290 rm -f core conftest.err conftest.
$ac_objext \
11291 conftest
$ac_exeext conftest.
$ac_ext
11292 LIBS
=$ac_check_lib_save_LIBS
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11295 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11296 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11297 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11318 if test "x$lt_cv_dlopen" != xno
; then
11324 case $lt_cv_dlopen in
11326 save_CPPFLAGS
="$CPPFLAGS"
11327 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11329 save_LDFLAGS
="$LDFLAGS"
11330 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11333 LIBS
="$lt_cv_dlopen_libs $LIBS"
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11336 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11337 if ${lt_cv_dlopen_self+:} false
; then :
11338 $as_echo_n "(cached) " >&6
11340 if test "$cross_compiling" = yes; then :
11341 lt_cv_dlopen_self
=cross
11343 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11344 lt_status
=$lt_dlunknown
11345 cat > conftest.
$ac_ext <<_LT_EOF
11346 #line 11346 "configure"
11347 #include "confdefs.h"
11356 # define LT_DLGLOBAL RTLD_GLOBAL
11359 # define LT_DLGLOBAL DL_GLOBAL
11361 # define LT_DLGLOBAL 0
11365 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11366 find out it does not work in some platform. */
11367 #ifndef LT_DLLAZY_OR_NOW
11369 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11372 # define LT_DLLAZY_OR_NOW DL_LAZY
11375 # define LT_DLLAZY_OR_NOW RTLD_NOW
11378 # define LT_DLLAZY_OR_NOW DL_NOW
11380 # define LT_DLLAZY_OR_NOW 0
11387 /* When -fvisbility=hidden is used, assume the code has been annotated
11388 correspondingly for the symbols needed. */
11389 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11390 void fnord () __attribute__((visibility("default")));
11393 void fnord () { int i=42; }
11396 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11397 int status = $lt_dlunknown;
11401 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11404 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11405 else puts (dlerror ());
11407 /* dlclose (self); */
11415 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11416 (eval $ac_link) 2>&5
11418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11419 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11420 (.
/conftest
; exit; ) >&5 2>/dev
/null
11422 case x
$lt_status in
11423 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11424 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11425 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11428 # compilation failed
11429 lt_cv_dlopen_self
=no
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11437 $as_echo "$lt_cv_dlopen_self" >&6; }
11439 if test "x$lt_cv_dlopen_self" = xyes
; then
11440 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11442 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11443 if ${lt_cv_dlopen_self_static+:} false
; then :
11444 $as_echo_n "(cached) " >&6
11446 if test "$cross_compiling" = yes; then :
11447 lt_cv_dlopen_self_static
=cross
11449 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11450 lt_status
=$lt_dlunknown
11451 cat > conftest.
$ac_ext <<_LT_EOF
11452 #line 11452 "configure"
11453 #include "confdefs.h"
11462 # define LT_DLGLOBAL RTLD_GLOBAL
11465 # define LT_DLGLOBAL DL_GLOBAL
11467 # define LT_DLGLOBAL 0
11471 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11472 find out it does not work in some platform. */
11473 #ifndef LT_DLLAZY_OR_NOW
11475 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11478 # define LT_DLLAZY_OR_NOW DL_LAZY
11481 # define LT_DLLAZY_OR_NOW RTLD_NOW
11484 # define LT_DLLAZY_OR_NOW DL_NOW
11486 # define LT_DLLAZY_OR_NOW 0
11493 /* When -fvisbility=hidden is used, assume the code has been annotated
11494 correspondingly for the symbols needed. */
11495 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11496 void fnord () __attribute__((visibility("default")));
11499 void fnord () { int i=42; }
11502 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11503 int status = $lt_dlunknown;
11507 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11510 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11511 else puts (dlerror ());
11513 /* dlclose (self); */
11521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11522 (eval $ac_link) 2>&5
11524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11525 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11526 (.
/conftest
; exit; ) >&5 2>/dev
/null
11528 case x
$lt_status in
11529 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11530 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11531 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11534 # compilation failed
11535 lt_cv_dlopen_self_static
=no
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11543 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11546 CPPFLAGS
="$save_CPPFLAGS"
11547 LDFLAGS
="$save_LDFLAGS"
11552 case $lt_cv_dlopen_self in
11553 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11554 *) enable_dlopen_self
=unknown
;;
11557 case $lt_cv_dlopen_self_static in
11558 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11559 *) enable_dlopen_self_static
=unknown
;;
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11582 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11583 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11584 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11585 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11587 $as_echo "yes" >&6; }
11589 # FIXME - insert some real tests, host_os isn't really good enough
11592 if test -n "$STRIP" ; then
11593 striplib
="$STRIP -x"
11594 old_striplib
="$STRIP -S"
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11596 $as_echo "yes" >&6; }
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11599 $as_echo "no" >&6; }
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11604 $as_echo "no" >&6; }
11620 # Report which library types will actually be built
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11622 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11624 $as_echo "$can_build_shared" >&6; }
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11627 $as_echo_n "checking whether to build shared libraries... " >&6; }
11628 test "$can_build_shared" = "no" && enable_shared
=no
11630 # On AIX, shared libraries and static libraries use the same namespace, and
11631 # are all built from PIC.
11634 test "$enable_shared" = yes && enable_static
=no
11635 if test -n "$RANLIB"; then
11636 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11637 postinstall_cmds
='$RANLIB $lib'
11642 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11643 test "$enable_shared" = yes && enable_static
=no
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11648 $as_echo "$enable_shared" >&6; }
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11651 $as_echo_n "checking whether to build static libraries... " >&6; }
11652 # Make sure either enable_shared or enable_static is yes.
11653 test "$enable_shared" = yes || enable_static
=yes
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11655 $as_echo "$enable_static" >&6; }
11662 ac_cpp
='$CPP $CPPFLAGS'
11663 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11664 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11665 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11681 ac_config_commands
="$ac_config_commands libtool"
11686 # Only expand once:
11690 # The tests for host and target for $enable_largefile require
11695 # As the $enable_largefile decision depends on --enable-plugins we must set it
11696 # even in directories otherwise not depending on the $plugins option.
11700 for ac_header
in dlfcn.h
11702 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11704 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11705 cat >>confdefs.h
<<_ACEOF
11706 #define HAVE_DLFCN_H 1
11713 for ac_header
in windows.h
11715 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11717 if test "x$ac_cv_header_windows_h" = xyes
; then :
11718 cat >>confdefs.h
<<_ACEOF
11719 #define HAVE_WINDOWS_H 1
11727 # Check whether --enable-plugins was given.
11728 if test "${enable_plugins+set}" = set; then :
11729 enableval
=$enable_plugins; case "${enableval}" in
11732 if test "$maybe_plugins" != "yes" ; then
11733 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11737 plugins
=$maybe_plugins
11741 if test "$plugins" = "yes"; then
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11743 $as_echo_n "checking for library containing dlsym... " >&6; }
11744 if ${ac_cv_search_dlsym+:} false
; then :
11745 $as_echo_n "(cached) " >&6
11747 ac_func_search_save_LIBS
=$LIBS
11748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11749 /* end confdefs.h. */
11751 /* Override any GCC internal prototype to avoid an error.
11752 Use char because int might match the return type of a GCC
11753 builtin and then its argument prototype would still apply. */
11766 for ac_lib
in '' dl
; do
11767 if test -z "$ac_lib"; then
11768 ac_res
="none required"
11771 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11773 if ac_fn_c_try_link
"$LINENO"; then :
11774 ac_cv_search_dlsym
=$ac_res
11776 rm -f core conftest.err conftest.
$ac_objext \
11778 if ${ac_cv_search_dlsym+:} false
; then :
11782 if ${ac_cv_search_dlsym+:} false
; then :
11785 ac_cv_search_dlsym
=no
11787 rm conftest.
$ac_ext
11788 LIBS
=$ac_func_search_save_LIBS
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11791 $as_echo "$ac_cv_search_dlsym" >&6; }
11792 ac_res
=$ac_cv_search_dlsym
11793 if test "$ac_res" != no
; then :
11794 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11802 sparc-
*-solaris*|i
[3-7]86-*-solaris*)
11803 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11804 # are mutually exclusive; and without procfs support, the bfd/ elf module
11805 # cannot provide certain routines such as elfcore_write_prpsinfo
11806 # or elfcore_write_prstatus. So unless the user explicitly requested
11807 # large-file support through the --enable-largefile switch, disable
11808 # large-file support in favor of procfs support.
11809 test "${target}" = "${host}" -a "x$plugins" = xno \
11810 && : ${enable_largefile="no"}
11814 # Check whether --enable-largefile was given.
11815 if test "${enable_largefile+set}" = set; then :
11816 enableval
=$enable_largefile;
11819 if test "$enable_largefile" != no
; then
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11822 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11823 if ${ac_cv_sys_largefile_CC+:} false
; then :
11824 $as_echo_n "(cached) " >&6
11826 ac_cv_sys_largefile_CC
=no
11827 if test "$GCC" != yes; then
11830 # IRIX 6.2 and later do not support large files by default,
11831 # so use the C compiler's -n32 option if that helps.
11832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11834 #include <sys/types.h>
11835 /* Check that off_t can represent 2**63 - 1 correctly.
11836 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11837 since some C++ compilers masquerading as C compilers
11838 incorrectly reject 9223372036854775807. */
11839 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11840 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11841 && LARGE_OFF_T % 2147483647 == 1)
11851 if ac_fn_c_try_compile
"$LINENO"; then :
11854 rm -f core conftest.err conftest.
$ac_objext
11856 if ac_fn_c_try_compile
"$LINENO"; then :
11857 ac_cv_sys_largefile_CC
=' -n32'; break
11859 rm -f core conftest.err conftest.
$ac_objext
11863 rm -f conftest.
$ac_ext
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11867 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11868 if test "$ac_cv_sys_largefile_CC" != no
; then
11869 CC
=$CC$ac_cv_sys_largefile_CC
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11873 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11874 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11875 $as_echo_n "(cached) " >&6
11878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11879 /* end confdefs.h. */
11880 #include <sys/types.h>
11881 /* Check that off_t can represent 2**63 - 1 correctly.
11882 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11883 since some C++ compilers masquerading as C compilers
11884 incorrectly reject 9223372036854775807. */
11885 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11886 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11887 && LARGE_OFF_T % 2147483647 == 1)
11897 if ac_fn_c_try_compile
"$LINENO"; then :
11898 ac_cv_sys_file_offset_bits
=no
; break
11900 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11902 /* end confdefs.h. */
11903 #define _FILE_OFFSET_BITS 64
11904 #include <sys/types.h>
11905 /* Check that off_t can represent 2**63 - 1 correctly.
11906 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11907 since some C++ compilers masquerading as C compilers
11908 incorrectly reject 9223372036854775807. */
11909 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11910 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11911 && LARGE_OFF_T % 2147483647 == 1)
11921 if ac_fn_c_try_compile
"$LINENO"; then :
11922 ac_cv_sys_file_offset_bits
=64; break
11924 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11925 ac_cv_sys_file_offset_bits
=unknown
11929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11930 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11931 case $ac_cv_sys_file_offset_bits in #(
11934 cat >>confdefs.h
<<_ACEOF
11935 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11940 if test $ac_cv_sys_file_offset_bits = unknown
; then
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11942 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11943 if ${ac_cv_sys_large_files+:} false
; then :
11944 $as_echo_n "(cached) " >&6
11947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11948 /* end confdefs.h. */
11949 #include <sys/types.h>
11950 /* Check that off_t can represent 2**63 - 1 correctly.
11951 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11952 since some C++ compilers masquerading as C compilers
11953 incorrectly reject 9223372036854775807. */
11954 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11955 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11956 && LARGE_OFF_T % 2147483647 == 1)
11966 if ac_fn_c_try_compile
"$LINENO"; then :
11967 ac_cv_sys_large_files
=no
; break
11969 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11971 /* end confdefs.h. */
11972 #define _LARGE_FILES 1
11973 #include <sys/types.h>
11974 /* Check that off_t can represent 2**63 - 1 correctly.
11975 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11976 since some C++ compilers masquerading as C compilers
11977 incorrectly reject 9223372036854775807. */
11978 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11979 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11980 && LARGE_OFF_T % 2147483647 == 1)
11990 if ac_fn_c_try_compile
"$LINENO"; then :
11991 ac_cv_sys_large_files
=1; break
11993 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11994 ac_cv_sys_large_files
=unknown
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11999 $as_echo "$ac_cv_sys_large_files" >&6; }
12000 case $ac_cv_sys_large_files in #(
12003 cat >>confdefs.h
<<_ACEOF
12004 #define _LARGE_FILES $ac_cv_sys_large_files
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
12016 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
12017 if ${gcc_cv_prog_cmp_skip+:} false
; then :
12018 $as_echo_n "(cached) " >&6
12022 gcc_cv_prog_cmp_skip
='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
12023 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
12024 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
12027 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
12030 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
12031 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
12034 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
12041 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
12042 do_compare
="$gcc_cv_prog_cmp_skip"
12046 # Check whether --enable-targets was given.
12047 if test "${enable_targets+set}" = set; then :
12048 enableval
=$enable_targets; case "${enableval}" in
12049 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
12051 no
) enable_targets
= ;;
12052 *) enable_targets
=$enableval ;;
12057 .
${srcdir}/..
/bfd
/development.sh
12058 test "$development" = true
&& ac_checking
=yes
12059 # Check whether --enable-checking was given.
12060 if test "${enable_checking+set}" = set; then :
12061 enableval
=$enable_checking; case "${enableval}" in
12062 no|none
) ac_checking
= ;;
12063 *) ac_checking
=yes ;;
12066 if test x
$ac_checking != x
; then
12068 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
12073 # Decide the default method for compressing debug sections.
12074 ac_default_compressed_debug_sections
=unset
12075 # Provide a configure time option to override our default.
12076 # Check whether --enable-compressed_debug_sections was given.
12077 if test "${enable_compressed_debug_sections+set}" = set; then :
12078 enableval
=$enable_compressed_debug_sections; case ,"${enableval}", in
12079 ,yes, |
,all
, |
*,gas
,*) ac_default_compressed_debug_sections
=yes ;;
12080 ,no
, |
,none
,) ac_default_compressed_debug_sections
=no
;;
12081 *) ac_default_compressed_debug_sections
=unset ;;
12086 # Decide if x86 assembler should generate relax relocations.
12087 ac_default_x86_relax_relocations
=unset
12088 # Provide a configure time option to override our default.
12089 # Check whether --enable-x86_relax_relocations was given.
12090 if test "${enable_x86_relax_relocations+set}" = set; then :
12091 enableval
=$enable_x86_relax_relocations; case "${enableval}" in
12092 no
) ac_default_x86_relax_relocations
=0 ;;
12096 # Decide if ELF assembler should generate common symbols with the
12098 ac_default_elf_stt_common
=unset
12099 # Provide a configure time option to override our default.
12100 # Check whether --enable-elf_stt_common was given.
12101 if test "${enable_elf_stt_common+set}" = set; then :
12102 enableval
=$enable_elf_stt_common; case "${enableval}" in
12103 yes) ac_default_elf_stt_common
=1 ;;
12108 # Decide if the ELF assembler should default to generating
12109 # GNU Build notes if none are provided by the input.
12110 ac_default_generate_build_notes
=0
12111 # Provide a configuration option to override the default.
12112 # Check whether --enable-generate_build_notes was given.
12113 if test "${enable_generate_build_notes+set}" = set; then :
12114 enableval
=$enable_generate_build_notes; case "${enableval}" in
12115 yes) ac_default_generate_build_notes
=1 ;;
12116 no
) ac_default_generate_build_notes
=0 ;;
12120 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
12122 ac_default_mips_fix_loongson3_llsc
=unset
12123 # Provide a configuration option to override the default.
12124 # Check whether --enable-mips-fix-loongson3-llsc was given.
12125 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
12126 enableval
=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
12127 yes) ac_default_mips_fix_loongson3_llsc
=1 ;;
12128 no
) ac_default_mips_fix_loongson3_llsc
=0 ;;
12132 # Decide if the x86 ELF assembler should default to generating GNU x86
12133 # used ISA and feature properties.
12134 ac_default_generate_x86_used_note
=unset
12135 # Provide a configuration option to override the default.
12136 # Check whether --enable-x86-used-note was given.
12137 if test "${enable_x86_used_note+set}" = set; then :
12138 enableval
=$enable_x86_used_note; case "${enableval}" in
12139 yes) ac_default_generate_x86_used_note
=1 ;;
12140 no
) ac_default_generate_x86_used_note
=0 ;;
12144 # Decide if the RISC-V ELF assembler should default to generating attribute.
12145 ac_default_generate_riscv_attr
=unset
12146 # Provide a configuration option to override the default.
12147 # Check whether --enable-default-riscv-attribute was given.
12148 if test "${enable_default_riscv_attribute+set}" = set; then :
12149 enableval
=$enable_default_riscv_attribute; case "${enableval}" in
12150 yes) ac_default_generate_riscv_attr
=1 ;;
12151 no
) ac_default_generate_riscv_attr
=0 ;;
12158 # Set the 'development' global.
12159 .
$srcdir/..
/bfd
/development.sh
12161 # Set acp_cpp_for_build variable
12162 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12164 # Default set of GCC warnings to enable.
12165 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12166 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12168 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12170 /* end confdefs.h. */
12173 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12174 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12177 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
12182 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12184 /* end confdefs.h. */
12187 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12188 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12191 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12196 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12197 WARN_WRITE_STRINGS
=""
12198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12199 /* end confdefs.h. */
12202 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12203 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12206 WARN_WRITE_STRINGS
="-Wwrite-strings"
12211 # Verify CC_FOR_BUILD to be compatible with warning flags
12213 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12215 /* end confdefs.h. */
12218 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12219 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12222 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12227 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12229 /* end confdefs.h. */
12232 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12233 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12236 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12241 # Check whether --enable-werror was given.
12242 if test "${enable_werror+set}" = set; then :
12243 enableval
=$enable_werror; case "${enableval}" in
12244 yes | y
) ERROR_ON_WARNING
="yes" ;;
12245 no | n
) ERROR_ON_WARNING
="no" ;;
12246 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12251 # Disable -Wformat by default when using gcc on mingw
12254 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12255 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
12256 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12262 # Enable -Werror by default when using gcc. Turn it off for releases.
12263 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
12264 ERROR_ON_WARNING
=yes
12268 if test "${ERROR_ON_WARNING}" = yes ; then
12269 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
12270 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12271 NO_WERROR
="-Wno-error"
12274 if test "${GCC}" = yes ; then
12275 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12276 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
12279 # Check whether --enable-build-warnings was given.
12280 if test "${enable_build_warnings+set}" = set; then :
12281 enableval
=$enable_build_warnings; case "${enableval}" in
12282 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12283 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12284 no
) if test "${GCC}" = yes ; then
12286 WARN_CFLAGS_FOR_BUILD
="-w"
12288 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12289 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
12290 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12291 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12292 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
12293 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12294 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
12295 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12300 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
12301 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12310 # Generate a header file
12311 ac_config_headers
="$ac_config_headers config.h:config.in"
12315 # Check whether --with-cpu was given.
12316 if test "${with_cpu+set}" = set; then :
12318 cat >>confdefs.h
<<_ACEOF
12319 #define TARGET_WITH_CPU "${with_cpu}"
12328 # If we are on a DOS filesystem, we must use gdb.ini rather than
12331 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-windows*)
12333 ac_config_files
="$ac_config_files gdb.ini:gdbinit.in"
12338 ac_config_files
="$ac_config_files .gdbinit:gdbinit.in"
12344 #We need this for the host.
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12346 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12347 if ${ac_cv_c_bigendian+:} false
; then :
12348 $as_echo_n "(cached) " >&6
12350 ac_cv_c_bigendian
=unknown
12351 # See if we're dealing with a universal compiler.
12352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12353 /* end confdefs.h. */
12354 #ifndef __APPLE_CC__
12355 not a universal capable compiler
12360 if ac_fn_c_try_compile
"$LINENO"; then :
12362 # Check for potential -arch flags. It is not universal unless
12363 # there are at least two -arch flags with different values.
12366 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12367 if test -n "$ac_prev"; then
12369 i?
86 | x86_64 | ppc | ppc64
)
12370 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
12373 ac_cv_c_bigendian
=universal
12379 elif test "x$ac_word" = "x-arch"; then
12384 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12385 if test $ac_cv_c_bigendian = unknown
; then
12386 # See if sys/param.h defines the BYTE_ORDER macro.
12387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12388 /* end confdefs.h. */
12389 #include <sys/types.h>
12390 #include <sys/param.h>
12395 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12396 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12398 bogus endian macros
12405 if ac_fn_c_try_compile
"$LINENO"; then :
12406 # It does; now see whether it defined to BIG_ENDIAN or not.
12407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12408 /* end confdefs.h. */
12409 #include <sys/types.h>
12410 #include <sys/param.h>
12415 #if BYTE_ORDER != BIG_ENDIAN
12423 if ac_fn_c_try_compile
"$LINENO"; then :
12424 ac_cv_c_bigendian
=yes
12426 ac_cv_c_bigendian
=no
12428 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12430 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12432 if test $ac_cv_c_bigendian = unknown
; then
12433 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12435 /* end confdefs.h. */
12436 #include <limits.h>
12441 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12442 bogus endian macros
12449 if ac_fn_c_try_compile
"$LINENO"; then :
12450 # It does; now see whether it defined to _BIG_ENDIAN or not.
12451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12452 /* end confdefs.h. */
12453 #include <limits.h>
12458 #ifndef _BIG_ENDIAN
12466 if ac_fn_c_try_compile
"$LINENO"; then :
12467 ac_cv_c_bigendian
=yes
12469 ac_cv_c_bigendian
=no
12471 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12473 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12475 if test $ac_cv_c_bigendian = unknown
; then
12476 # Compile a test program.
12477 if test "$cross_compiling" = yes; then :
12478 # Try to guess by grepping values from an object file.
12479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12480 /* end confdefs.h. */
12481 short int ascii_mm[] =
12482 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12483 short int ascii_ii[] =
12484 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12485 int use_ascii (int i) {
12486 return ascii_mm[i] + ascii_ii[i];
12488 short int ebcdic_ii[] =
12489 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12490 short int ebcdic_mm[] =
12491 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12492 int use_ebcdic (int i) {
12493 return ebcdic_mm[i] + ebcdic_ii[i];
12500 return use_ascii (foo) == use_ebcdic (foo);
12505 if ac_fn_c_try_compile
"$LINENO"; then :
12506 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
12507 ac_cv_c_bigendian
=yes
12509 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
12510 if test "$ac_cv_c_bigendian" = unknown
; then
12511 ac_cv_c_bigendian
=no
12513 # finding both strings is unlikely to happen, but who knows?
12514 ac_cv_c_bigendian
=unknown
12518 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12520 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12521 /* end confdefs.h. */
12522 $ac_includes_default
12527 /* Are we little or big endian? From Harbison&Steele. */
12531 char c[sizeof (long int)];
12534 return u.c[sizeof (long int) - 1] == 1;
12540 if ac_fn_c_try_run
"$LINENO"; then :
12541 ac_cv_c_bigendian
=no
12543 ac_cv_c_bigendian
=yes
12545 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
12546 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12552 $as_echo "$ac_cv_c_bigendian" >&6; }
12553 case $ac_cv_c_bigendian in #(
12555 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12561 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12565 as_fn_error $?
"unknown endianness
12566 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12572 # Makefile target for installing gas in $(tooldir)/bin.
12573 install_tooldir
=install-exec-tooldir
12577 if test -n "$enable_targets" ; then
12578 for t
in `echo $enable_targets | sed 's/,/ /g'`; do
12579 if test $t = "all"; then
12583 result
=`$ac_config_sub $t 2>/dev/null`
12584 if test -n "$result" ; then
12585 canon_targets
="$canon_targets $result"
12587 # # Permit "all", etc. We don't support it yet though.
12588 # canon_targets="$canon_targets $t"
12591 _gas_uniq_list
="$canon_targets"
12592 _gas_uniq_newlist
=""
12593 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12594 case $_gas_uniq_i in
12595 _gas_uniq_dummy
) ;;
12596 *) case " $_gas_uniq_newlist " in
12597 *" $_gas_uniq_i "*) ;;
12598 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12602 canon_targets
=$_gas_uniq_newlist
12608 for this_target
in $target $canon_targets ; do
12610 targ
=${this_target}
12611 .
${srcdir}/configure.tgt
12613 case ${target_cpu} in
12616 cat >>confdefs.h
<<_ACEOF
12617 #define DEFAULT_CRIS_ARCH $arch
12623 if test ${this_target} = $target ; then
12624 target_cpu_type
=${cpu_type}
12625 elif test ${target_cpu_type} != ${cpu_type} ; then
12629 generic_target
=${cpu_type}-${target_vendor}-${target_os}
12630 case ${generic_target} in
12631 i386-
*-msdosdjgpp* \
12633 | i386-go32-rtems
*)
12635 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12640 | x86_64-
*-solaris2 \
12641 | i386-
*-solaris2.
[0-9] \
12642 | i386-
*-solaris2.1
[01] \
12643 | x86_64-
*-solaris2.1
[01])
12644 if test ${this_target} = $target \
12645 && test ${ac_default_x86_relax_relocations} = unset; then
12646 ac_default_x86_relax_relocations
=0
12655 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12659 if test ${this_target} = $target; then
12661 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12664 if test x
${endian} = xbig
; then
12665 as_fn_error $?
"Solaris must be configured little endian" "$LINENO" 5
12670 if test ${this_target} = $target ; then
12672 if test x
${endian} = xbig
; then
12674 elif test x
${endian} = xlittle
; then
12677 if test x
${endian_def} != x
; then
12679 cat >>confdefs.h
<<_ACEOF
12680 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12686 # Other random stuff.
12688 case ${cpu_type} in
12690 # Set mips_cpu to the name of the default CPU.
12691 case ${target_cpu} in
12692 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el
)
12695 mipsisa32 | mipsisa32el
)
12698 mipsisa32r2 | mipsisa32r2el
)
12701 mipsisa32r3 | mipsisa32r3el
)
12704 mipsisa32r5 | mipsisa32r5el
)
12707 mipsisa32r6 | mipsisa32r6el
)
12710 mipsisa64 | mipsisa64el
)
12713 mipsisa64r2 | mipsisa64r2el
)
12716 mipsisa64r3 | mipsisa64r3el
)
12719 mipsisa64r5 | mipsisa64r5el
)
12722 mipsisa64r6 | mipsisa64r6el
)
12725 mipstx39 | mipstx39el
)
12728 mips64vr | mips64vrel
)
12731 mipsisa32r2
* | mipsisa64r2
*)
12732 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12734 mipsisa32r6
* | mipsisa64r6
*)
12735 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12737 mips64
* | mipsisa64
* | mipsisa32
*)
12738 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12741 mips_cpu
=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12744 as_fn_error $?
"$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12747 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12748 # binaries. It's a GNU extension that some OSes don't understand.
12751 use_e_mips_abi_o32
=0
12754 use_e_mips_abi_o32
=1
12757 # Decide whether to generate 32-bit or 64-bit code by default.
12758 # Used to resolve -march=from-abi when an embedded ABI is selected.
12760 mips64
*-*-* | mipsisa64
*-*-*)
12761 mips_default_64bit
=1
12764 mips_default_64bit
=0
12767 # Decide which ABI to target by default.
12769 mips64
*-linux* | mips-sgi-irix6
* | mips64
*-freebsd* \
12770 | mips64
*-kfreebsd*-gnu | mips64
*-ps2-elf*)
12771 mips_default_abi
=N32_ABI
12773 mips
*-linux* | mips
*-freebsd* | mips
*-kfreebsd*-gnu)
12774 mips_default_abi
=O32_ABI
12777 mips_default_abi
=N64_ABI
12780 mips_default_abi
=NO_ABI
12784 cat >>confdefs.h
<<_ACEOF
12785 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12789 cat >>confdefs.h
<<_ACEOF
12790 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12794 cat >>confdefs.h
<<_ACEOF
12795 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12799 cat >>confdefs.h
<<_ACEOF
12800 #define MIPS_DEFAULT_ABI $mips_default_abi
12806 # Do we need the opcodes library?
12807 case ${cpu_type} in
12814 case "${enable_shared}" in
12815 yes) shared_opcodes
=true
;;
12816 *opcodes
*) shared_opcodes
=true
;;
12817 *) shared_opcodes
=false
;;
12822 # Any other special object files needed ?
12823 case ${cpu_type} in
12826 for f
in bfin-parse.o bfin-lex-wrapper.o
; do
12827 case " $extra_objects " in
12829 *) extra_objects
="$extra_objects $f" ;;
12835 if test $this_target = $target ; then
12837 cat >>confdefs.h
<<_ACEOF
12838 #define DEFAULT_ARCH "${arch}"
12844 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k
)
12856 case " $extra_objects " in
12858 *) extra_objects
="$extra_objects $f" ;;
12867 for f
in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o
; do
12868 case " $extra_objects " in
12870 *) extra_objects
="$extra_objects $f" ;;
12880 # setup NDS32_LINUX_TOOLCHAIN definition
12881 if test "linux" = $em; then
12883 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12887 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12891 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12892 # based on arch_name.
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12894 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12895 if test "x${with_arch}" != x
; then
12896 case ${with_arch} in
12897 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3
)
12899 cat >>confdefs.h
<<_ACEOF
12900 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12905 as_fn_error $?
"This kind of arch name does *NOT* exist!" "$LINENO" 5
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12910 $as_echo "$with_arch" >&6; }
12912 # Decide features one by one.
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12914 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12915 if test "x${enable_dx_regs}" = xyes
; then
12917 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12921 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12925 $as_echo "$enable_dx_regs" >&6; }
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12928 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12929 if test "x${enable_perf_ext}" = xno
; then
12931 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12935 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12939 $as_echo "$enable_perf_ext" >&6; }
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12942 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12943 if test "x${enable_perf_ext2}" = xno
; then
12945 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12949 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12953 $as_echo "$enable_perf_ext2" >&6; }
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12956 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12957 if test "x${enable_string_ext}" = xno
; then
12959 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12963 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12967 $as_echo "$enable_string_ext" >&6; }
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12970 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12971 if test "x${enable_audio_ext}" = xno
; then
12973 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12977 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12981 $as_echo "$enable_audio_ext" >&6; }
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12984 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12985 if test "x${enable_dsp_ext}" = xno
; then
12987 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12991 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12995 $as_echo "$enable_dsp_ext" >&6; }
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12998 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12999 if test "x${enable_zol_ext}" = xno
; then
13001 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
13005 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
13009 $as_echo "$enable_zol_ext" >&6; }
13012 aarch64 | i386 | riscv | s390 | sparc
)
13013 if test $this_target = $target ; then
13015 cat >>confdefs.h
<<_ACEOF
13016 #define DEFAULT_ARCH "${arch}"
13024 case " $extra_objects " in
13026 *) extra_objects
="$extra_objects $f" ;;
13032 case " $extra_objects " in
13034 *) extra_objects
="$extra_objects $f" ;;
13047 f
=config
/xtensa-relax.o
13048 case " $extra_objects " in
13050 *) extra_objects
="$extra_objects $f" ;;
13058 if test $using_cgen = yes ; then
13060 case " $extra_objects " in
13062 *) extra_objects
="$extra_objects $f" ;;
13066 # See if we really can support this configuration with the emulation code.
13068 if test $this_target = $target ; then
13076 case " $extra_objects " in
13078 *) extra_objects
="$extra_objects $f" ;;
13082 # From target name and format, produce a list of supported emulations.
13084 case ${generic_target}-${fmt} in
13085 mips-
*-*-*) case "$endian" in
13086 big
) emulation
="mipsbelf mipslelf mipself" ;;
13087 *) emulation
="mipslelf mipsbelf mipself" ;;
13089 # i386-pc-pe-coff != i386-pc-coff.
13091 # Uncommenting the next line will turn on support for i386 AOUT
13092 # for the default linux configuration
13093 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
13095 i386-
*-aout) emulation
="i386aout" ;;
13096 i386-
*-coff) emulation
="i386coff" ;;
13097 i386-
*-elf) emulation
="i386elf" ;;
13099 # Always all formats. The first stated emulation becomes the default.
13100 cris-
*-*aout
*) emulation
="crisaout criself" ;;
13101 cris-
*-*) emulation
="criself crisaout" ;;
13104 emulations
="$emulations $emulation"
13108 if test ${ac_default_x86_relax_relocations} = unset; then
13109 ac_default_x86_relax_relocations
=1
13112 cat >>confdefs.h
<<_ACEOF
13113 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
13117 if test ${ac_default_elf_stt_common} = unset; then
13118 ac_default_elf_stt_common
=0
13121 cat >>confdefs.h
<<_ACEOF
13122 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
13127 cat >>confdefs.h
<<_ACEOF
13128 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
13132 if test ${ac_default_generate_x86_used_note} = unset; then
13133 ac_default_generate_x86_used_note
=0
13136 cat >>confdefs.h
<<_ACEOF
13137 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
13141 if test ${ac_default_generate_riscv_attr} = unset; then
13142 case ${target_os} in
13144 ac_default_generate_riscv_attr
=1
13147 ac_default_generate_riscv_attr
=0
13153 cat >>confdefs.h
<<_ACEOF
13154 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
13158 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
13159 ac_default_mips_fix_loongson3_llsc
=0
13162 cat >>confdefs.h
<<_ACEOF
13163 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
13167 if test x
$ac_default_compressed_debug_sections = xyes
; then
13169 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
13173 # Turn on all targets if possible
13174 if test ${all_targets} = "yes"; then
13175 case ${target_cpu_type} in
13177 case ${obj_format} in
13179 emulations
="$emulations i386coff i386elf"
13182 emulations
="$emulations i386aout i386elf"
13185 emulations
="$emulations i386aout i386coff"
13190 case ${obj_format} in
13192 emulations
="$emulations i386coff i386elf"
13195 emulations
="$emulations i386aout i386elf"
13198 emulations
="$emulations i386aout i386coff"
13205 # PE code has way too many macros tweaking behaviour
13207 pe
*) emulations
="" ;;
13210 # Assign floating point type. Most processors with FP support
13211 # IEEE FP. On those that don't support FP at all, usually IEEE
13213 case ${target_cpu} in
13214 vax | pdp11
) atof
=vax
;;
13218 case "${obj_format}" in
13219 "") as_fn_error $?
"GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
13222 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
13224 if test $using_cgen = yes ; then
13225 case ${target_cpu} in
13227 cgen_cpu_prefix
=or1k
;;
13228 *) cgen_cpu_prefix
=${target_cpu} ;;
13232 $as_echo "#define USING_CGEN 1" >>confdefs.h
13237 if test ! -r ${srcdir}/config
/tc-
${target_cpu_type}.c
; then
13238 as_fn_error $?
"GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13241 if test ! -r ${srcdir}/config
/obj-
${obj_format}.c
; then
13242 as_fn_error $?
"GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13245 # Some COFF configurations want these random other flags set.
13246 case ${obj_format} in
13248 case ${target_cpu_type} in
13250 $as_echo "#define I386COFF 1" >>confdefs.h
13253 $as_echo "#define I386COFF 1" >>confdefs.h
13259 # Getting this done right is going to be a bitch. Each configuration specified
13260 # with --enable-targets=... should be checked for environment, format, cpu
13263 # For each configuration, the necessary object file support code must be linked
13264 # in. This might be only one, it might be up to four. The necessary emulation
13265 # code needs to be provided, too.
13267 # And then there's "--enable-targets=all"....
13269 # For now, just always do it for MIPS ELF configurations. Sigh.
13271 formats
="${obj_format}"
13274 _gas_uniq_list
="$emulations"
13275 _gas_uniq_newlist
=""
13276 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
13277 case $_gas_uniq_i in
13278 _gas_uniq_dummy
) ;;
13279 *) case " $_gas_uniq_newlist " in
13280 *" $_gas_uniq_i "*) ;;
13281 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
13285 emulations
=$_gas_uniq_newlist
13287 for em
in .
$emulations ; do
13290 mipsbelf | mipslelf | mipself
)
13291 fmt=elf
file=mipself
;;
13293 fmt=coff
file=$em ;;
13295 fmt=aout
file=$em ;;
13297 fmt=elf
file=$em ;;
13299 formats
="$formats $fmt"
13300 emfiles
="$emfiles config/e-$file.o"
13301 EMULATIONS
="$EMULATIONS &$em,"
13303 _gas_uniq_list
="$formats"
13304 _gas_uniq_newlist
=""
13305 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
13306 case $_gas_uniq_i in
13307 _gas_uniq_dummy
) ;;
13308 *) case " $_gas_uniq_newlist " in
13309 *" $_gas_uniq_i "*) ;;
13310 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
13314 formats
=$_gas_uniq_newlist
13316 _gas_uniq_list
="$emfiles"
13317 _gas_uniq_newlist
=""
13318 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
13319 case $_gas_uniq_i in
13320 _gas_uniq_dummy
) ;;
13321 *) case " $_gas_uniq_newlist " in
13322 *" $_gas_uniq_i "*) ;;
13323 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
13327 emfiles
=$_gas_uniq_newlist
13329 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
13330 for fmt in $formats ; do
13333 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
13336 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
13339 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
13342 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
13345 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
13348 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
13351 extra_objects
="$extra_objects config/obj-$fmt.o"
13355 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
13356 DEFAULT_EMULATION
=`set . $emulations ; echo $2`
13357 # e-mipself has more than one emulation per file, e-i386* has just one at the
13358 # moment. If only one emulation is specified, then don't define
13359 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
13360 case "${obj_format}${emfiles}" in
13361 multi
* |
*mipself
*)
13362 extra_objects
="$extra_objects $emfiles"
13364 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
13370 cat >>confdefs.h
<<_ACEOF
13371 #define EMULATIONS $EMULATIONS
13375 cat >>confdefs.h
<<_ACEOF
13376 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13380 reject_dev_configs
=yes
13382 case ${reject_dev_configs}-${dev} in
13384 as_fn_error $?
"GAS does not support the ${generic_target} configuration." "$LINENO" 5
13394 # do we need the opcodes library?
13395 case "${need_opcodes}" in
13397 OPCODES_LIB
=..
/opcodes
/libopcodes.la
13404 cat >>confdefs.h
<<_ACEOF
13405 #define TARGET_ALIAS "${target_alias}"
13409 cat >>confdefs.h
<<_ACEOF
13410 #define TARGET_CANONICAL "${target}"
13414 cat >>confdefs.h
<<_ACEOF
13415 #define TARGET_CPU "${target_cpu}"
13419 cat >>confdefs.h
<<_ACEOF
13420 #define TARGET_VENDOR "${target_vendor}"
13424 cat >>confdefs.h
<<_ACEOF
13425 #define TARGET_OS "${target_os}"
13429 for ac_prog
in 'bison -y' byacc
13431 # Extract the first word of "$ac_prog", so it can be a program name with args.
13432 set dummy
$ac_prog; ac_word
=$2
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13434 $as_echo_n "checking for $ac_word... " >&6; }
13435 if ${ac_cv_prog_YACC+:} false
; then :
13436 $as_echo_n "(cached) " >&6
13438 if test -n "$YACC"; then
13439 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
13441 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13442 for as_dir
in $PATH
13445 test -z "$as_dir" && as_dir
=.
13446 for ac_exec_ext
in '' $ac_executable_extensions; do
13447 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13448 ac_cv_prog_YACC
="$ac_prog"
13449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13458 YACC
=$ac_cv_prog_YACC
13459 if test -n "$YACC"; then
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
13461 $as_echo "$YACC" >&6; }
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13464 $as_echo "no" >&6; }
13468 test -n "$YACC" && break
13470 test -n "$YACC" || YACC
="yacc"
13472 for ac_prog
in flex
lex
13474 # Extract the first word of "$ac_prog", so it can be a program name with args.
13475 set dummy
$ac_prog; ac_word
=$2
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13477 $as_echo_n "checking for $ac_word... " >&6; }
13478 if ${ac_cv_prog_LEX+:} false
; then :
13479 $as_echo_n "(cached) " >&6
13481 if test -n "$LEX"; then
13482 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
13484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13485 for as_dir
in $PATH
13488 test -z "$as_dir" && as_dir
=.
13489 for ac_exec_ext
in '' $ac_executable_extensions; do
13490 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13491 ac_cv_prog_LEX
="$ac_prog"
13492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13501 LEX
=$ac_cv_prog_LEX
13502 if test -n "$LEX"; then
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13504 $as_echo "$LEX" >&6; }
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13507 $as_echo "no" >&6; }
13511 test -n "$LEX" && break
13513 test -n "$LEX" || LEX
=":"
13517 *) cat >conftest.l
<<_ACEOF
13523 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13524 yyless ((input () != 0)); }
13525 f { unput (yytext[0]); }
13526 . { BEGIN INITIAL; }
13528 #ifdef YYTEXT_POINTER
13529 extern char *yytext;
13534 return ! yylex () + ! yywrap ();
13537 { { ac_try
="$LEX conftest.l"
13538 case "(($ac_try" in
13539 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13540 *) ac_try_echo=$ac_try;;
13542 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13543 $as_echo "$ac_try_echo"; } >&5
13544 (eval "$LEX conftest.l") 2>&5
13546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13547 test $ac_status = 0; }
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13549 $as_echo_n "checking lex output file root... " >&6; }
13550 if ${ac_cv_prog_lex_root+:} false; then :
13551 $as_echo_n "(cached) " >&6
13554 if test -f lex.yy.c; then
13555 ac_cv_prog_lex_root=lex.yy
13556 elif test -f lexyy.c; then
13557 ac_cv_prog_lex_root=lexyy
13559 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13563 $as_echo "$ac_cv_prog_lex_root" >&6; }
13564 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13566 if test -z "${LEXLIB+set}"; then
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13568 $as_echo_n "checking lex library... " >&6; }
13569 if ${ac_cv_lib_lex+:} false; then :
13570 $as_echo_n "(cached) " >&6
13574 ac_cv_lib_lex='none needed'
13575 for ac_lib in '' -lfl -ll; do
13576 LIBS="$ac_lib $ac_save_LIBS"
13577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13578 /* end confdefs.h. */
13579 `cat $LEX_OUTPUT_ROOT.c
`
13581 if ac_fn_c_try_link "$LINENO"; then :
13582 ac_cv_lib_lex=$ac_lib
13584 rm -f core conftest.err conftest.$ac_objext \
13585 conftest$ac_exeext conftest.$ac_ext
13586 test "$ac_cv_lib_lex" != 'none needed' && break
13591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13592 $as_echo "$ac_cv_lib_lex" >&6; }
13593 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13598 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13599 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13600 $as_echo_n "(cached) " >&6
13602 # POSIX says lex can declare yytext either as a pointer or an array; the
13603 # default is implementation-dependent. Figure out which it is, since
13604 # not all implementations provide the %pointer and %array declarations.
13605 ac_cv_prog_lex_yytext_pointer=no
13607 LIBS="$LEXLIB $ac_save_LIBS"
13608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13609 /* end confdefs.h. */
13611 #define YYTEXT_POINTER 1
13612 `cat $LEX_OUTPUT_ROOT.c
`
13614 if ac_fn_c_try_link "$LINENO"; then :
13615 ac_cv_prog_lex_yytext_pointer=yes
13617 rm -f core conftest.err conftest.$ac_objext \
13618 conftest$ac_exeext conftest.$ac_ext
13622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13623 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13624 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13626 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13629 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13632 if test "$LEX" = :; then
13633 LEX=${am_missing_run}flex
13636 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13637 # If we haven't got the data from the intl directory,
13638 # assume NLS is disabled.
13647 if test -f ../intl/config.intl; then
13648 . ../intl/config.intl
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13651 $as_echo_n "checking whether NLS is requested... " >&6; }
13652 if test x"$USE_NLS" != xyes; then
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13654 $as_echo "no" >&6; }
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13657 $as_echo "yes" >&6; }
13659 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13663 $as_echo_n "checking for catalogs to be installed... " >&6; }
13664 # Look for .po and .gmo files in the source directory.
13667 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13668 # If there aren't any .gmo files the shell will give us the
13669 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13671 case "$cat" in *\**)
13674 # The quadruple backslash is collapsed to a double backslash
13675 # by the backticks, then collapsed again by the double quotes,
13676 # leaving us with one backslash in the sed expression (right
13677 # before the dot that mustn't act as a wildcard).
13678 cat=`echo $cat |
sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13679 lang=`echo $cat |
sed -e "s!\\\\.gmo!!"`
13680 # The user is allowed to set LINGUAS to a list of languages to
13681 # install catalogs for. If it's empty that means "all of them."
13682 if test "x$LINGUAS" = x; then
13683 CATALOGS="$CATALOGS $cat"
13684 XLINGUAS="$XLINGUAS $lang"
13686 case "$LINGUAS" in *$lang*)
13687 CATALOGS="$CATALOGS $cat"
13688 XLINGUAS="$XLINGUAS $lang"
13693 LINGUAS="$XLINGUAS"
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13695 $as_echo "$LINGUAS" >&6; }
13709 if test -n "$ac_aux_dir"; then
13710 case "$ac_aux_dir" in
13711 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13712 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13715 if test -z "$MKINSTALLDIRS"; then
13716 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13722 $as_echo_n "checking whether NLS is requested... " >&6; }
13723 # Check whether --enable-nls was given.
13724 if test "${enable_nls+set}" = set; then :
13725 enableval=$enable_nls; USE_NLS=$enableval
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13731 $as_echo "$USE_NLS" >&6; }
13738 # Prepare PATH_SEPARATOR.
13739 # The user is always right.
13740 if test "${PATH_SEPARATOR+set}" != set; then
13741 echo "#! /bin/sh" >conf$$.sh
13742 echo "exit 0" >>conf$$.sh
13744 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13752 # Find out how to test for executable files. Don't use a zero-byte file,
13753 # as systems may use methods other than mode bits to determine executability.
13754 cat >conf$$.file <<_ASEOF
13758 chmod +x conf$$.file
13759 if test -x conf$$.file >/dev/null 2>&1; then
13760 ac_executable_p="test -x"
13762 ac_executable_p="test -f"
13766 # Extract the first word of "msgfmt", so it can be a program name with args.
13767 set dummy msgfmt; ac_word=$2
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13769 $as_echo_n "checking for $ac_word... " >&6; }
13770 if ${ac_cv_path_MSGFMT+:} false; then :
13771 $as_echo_n "(cached) " >&6
13775 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13778 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13779 for ac_dir in $PATH; do
13781 test -z "$ac_dir" && ac_dir=.
13782 for ac_exec_ext in '' $ac_executable_extensions; do
13783 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13784 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13785 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13786 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13793 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13797 MSGFMT="$ac_cv_path_MSGFMT"
13798 if test "$MSGFMT" != ":"; then
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13800 $as_echo "$MSGFMT" >&6; }
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13803 $as_echo "no" >&6; }
13806 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13807 set dummy gmsgfmt; ac_word=$2
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13809 $as_echo_n "checking for $ac_word... " >&6; }
13810 if ${ac_cv_path_GMSGFMT+:} false; then :
13811 $as_echo_n "(cached) " >&6
13815 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13819 for as_dir in $PATH
13822 test -z "$as_dir" && as_dir=.
13823 for ac_exec_ext in '' $ac_executable_extensions; do
13824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13825 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13833 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13837 GMSGFMT=$ac_cv_path_GMSGFMT
13838 if test -n "$GMSGFMT"; then
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13840 $as_echo "$GMSGFMT" >&6; }
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13843 $as_echo "no" >&6; }
13849 # Prepare PATH_SEPARATOR.
13850 # The user is always right.
13851 if test "${PATH_SEPARATOR+set}" != set; then
13852 echo "#! /bin/sh" >conf$$.sh
13853 echo "exit 0" >>conf$$.sh
13855 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13863 # Find out how to test for executable files. Don't use a zero-byte file,
13864 # as systems may use methods other than mode bits to determine executability.
13865 cat >conf$$.file <<_ASEOF
13869 chmod +x conf$$.file
13870 if test -x conf$$.file >/dev/null 2>&1; then
13871 ac_executable_p="test -x"
13873 ac_executable_p="test -f"
13877 # Extract the first word of "xgettext", so it can be a program name with args.
13878 set dummy xgettext; ac_word=$2
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13880 $as_echo_n "checking for $ac_word... " >&6; }
13881 if ${ac_cv_path_XGETTEXT+:} false; then :
13882 $as_echo_n "(cached) " >&6
13884 case "$XGETTEXT" in
13886 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13889 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13890 for ac_dir in $PATH; do
13892 test -z "$ac_dir" && ac_dir=.
13893 for ac_exec_ext in '' $ac_executable_extensions; do
13894 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13895 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13896 (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
13897 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13904 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13908 XGETTEXT="$ac_cv_path_XGETTEXT"
13909 if test "$XGETTEXT" != ":"; then
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13911 $as_echo "$XGETTEXT" >&6; }
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13914 $as_echo "no" >&6; }
13920 # Prepare PATH_SEPARATOR.
13921 # The user is always right.
13922 if test "${PATH_SEPARATOR+set}" != set; then
13923 echo "#! /bin/sh" >conf$$.sh
13924 echo "exit 0" >>conf$$.sh
13926 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13934 # Find out how to test for executable files. Don't use a zero-byte file,
13935 # as systems may use methods other than mode bits to determine executability.
13936 cat >conf$$.file <<_ASEOF
13940 chmod +x conf$$.file
13941 if test -x conf$$.file >/dev/null 2>&1; then
13942 ac_executable_p="test -x"
13944 ac_executable_p="test -f"
13948 # Extract the first word of "msgmerge", so it can be a program name with args.
13949 set dummy msgmerge; ac_word=$2
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13951 $as_echo_n "checking for $ac_word... " >&6; }
13952 if ${ac_cv_path_MSGMERGE+:} false; then :
13953 $as_echo_n "(cached) " >&6
13955 case "$MSGMERGE" in
13957 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13960 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13961 for ac_dir in $PATH; do
13963 test -z "$ac_dir" && ac_dir=.
13964 for ac_exec_ext in '' $ac_executable_extensions; do
13965 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13966 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13967 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13974 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13978 MSGMERGE="$ac_cv_path_MSGMERGE"
13979 if test "$MSGMERGE" != ":"; then
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13981 $as_echo "$MSGMERGE" >&6; }
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13984 $as_echo "no" >&6; }
13988 if test "$GMSGFMT" != ":"; then
13989 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13990 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13993 GMSGFMT=`echo "$GMSGFMT" |
sed -e 's,^.*/,,'`
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13995 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
14000 if test "$XGETTEXT" != ":"; then
14001 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
14002 (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
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
14006 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
14012 ac_config_commands="$ac_config_commands default-1"
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14018 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14019 # Check whether --enable-maintainer-mode was given.
14020 if test "${enable_maintainer_mode+set}" = set; then :
14021 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14023 USE_MAINTAINER_MODE=no
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14027 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14028 if test $USE_MAINTAINER_MODE = yes; then
14029 MAINTAINER_MODE_TRUE=
14030 MAINTAINER_MODE_FALSE='#'
14032 MAINTAINER_MODE_TRUE='#'
14033 MAINTAINER_MODE_FALSE=
14036 MAINT=$MAINTAINER_MODE_TRUE
14040 GENINSRC_NEVER_TRUE=
14041 GENINSRC_NEVER_FALSE='#'
14043 GENINSRC_NEVER_TRUE='#'
14044 GENINSRC_NEVER_FALSE=
14049 for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
14051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" |
$as_tr_sh`
14052 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14053 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14054 cat >>confdefs.h <<_ACEOF
14055 #define `$as_echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14063 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14064 if ${gcc_cv_header_string+:} false; then :
14065 $as_echo_n "(cached) " >&6
14067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14068 /* end confdefs.h. */
14069 #include <string.h>
14070 #include <strings.h>
14079 if ac_fn_c_try_compile "$LINENO"; then :
14080 gcc_cv_header_string=yes
14082 gcc_cv_header_string=no
14084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14087 $as_echo "$gcc_cv_header_string" >&6; }
14088 if test $gcc_cv_header_string = yes; then
14090 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14095 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
14096 # people who are not cross-compiling but are compiling cross-assemblers.
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
14098 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
14099 if test "${host}" = "${target}"; then
14104 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
14108 $as_echo "$cross_gas" >&6; }
14110 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14111 if test "x$ac_cv_type_size_t" = xyes; then :
14115 cat >>confdefs.h <<_ACEOF
14116 #define size_t unsigned int
14121 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14122 # for constant arguments. Useless!
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
14124 $as_echo_n "checking for working alloca.h... " >&6; }
14125 if ${ac_cv_working_alloca_h+:} false; then :
14126 $as_echo_n "(cached) " >&6
14128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14129 /* end confdefs.h. */
14130 #include <alloca.h>
14134 char *p = (char *) alloca (2 * sizeof (int));
14140 if ac_fn_c_try_link "$LINENO"; then :
14141 ac_cv_working_alloca_h=yes
14143 ac_cv_working_alloca_h=no
14145 rm -f core conftest.err conftest.$ac_objext \
14146 conftest$ac_exeext conftest.$ac_ext
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
14149 $as_echo "$ac_cv_working_alloca_h" >&6; }
14150 if test $ac_cv_working_alloca_h = yes; then
14152 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
14157 $as_echo_n "checking for alloca... " >&6; }
14158 if ${ac_cv_func_alloca_works+:} false; then :
14159 $as_echo_n "(cached) " >&6
14161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14162 /* end confdefs.h. */
14164 # define alloca __builtin_alloca
14167 # include <malloc.h>
14168 # define alloca _alloca
14170 # ifdef HAVE_ALLOCA_H
14171 # include <alloca.h>
14176 # ifndef alloca /* predefined by HP cc +Olibcalls */
14177 void *alloca (size_t);
14187 char *p = (char *) alloca (1);
14193 if ac_fn_c_try_link "$LINENO"; then :
14194 ac_cv_func_alloca_works=yes
14196 ac_cv_func_alloca_works=no
14198 rm -f core conftest.err conftest.$ac_objext \
14199 conftest$ac_exeext conftest.$ac_ext
14201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
14202 $as_echo "$ac_cv_func_alloca_works" >&6; }
14204 if test $ac_cv_func_alloca_works = yes; then
14206 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
14209 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
14210 # that cause trouble. Some versions do not even contain alloca or
14211 # contain a buggy version. If you still want to use their alloca,
14212 # use ar to extract alloca.o from them instead of compiling alloca.c.
14214 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
14216 $as_echo "#define C_ALLOCA 1" >>confdefs.h
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c
' needs Cray hooks" >&5
14220 $as_echo_n "checking whether \`alloca.c' needs Cray hooks...
" >&6; }
14221 if ${ac_cv_os_cray+:} false; then :
14222 $as_echo_n "(cached
) " >&6
14224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14225 /* end confdefs.h. */
14226 #if defined CRAY && ! defined CRAY2
14233 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
14234 $EGREP "webecray
" >/dev/null 2>&1; then :
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_os_cray" >&5
14243 $as_echo "$ac_cv_os_cray" >&6; }
14244 if test $ac_cv_os_cray = yes; then
14245 for ac_func in _getb67 GETB67 getb67; do
14246 as_ac_var=`$as_echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14247 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14248 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14250 cat >>confdefs.h <<_ACEOF
14251 #define CRAY_STACKSEG_END $ac_func
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction
for C alloca
" >&5
14261 $as_echo_n "checking stack direction
for C alloca...
" >&6; }
14262 if ${ac_cv_c_stack_direction+:} false; then :
14263 $as_echo_n "(cached
) " >&6
14265 if test "$cross_compiling" = yes; then :
14266 ac_cv_c_stack_direction=0
14268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14269 /* end confdefs.h. */
14270 $ac_includes_default
14272 find_stack_direction (int *addr, int depth)
14274 int dir, dummy = 0;
14277 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
14278 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
14279 return dir + dummy;
14283 main (int argc, char **argv)
14285 return find_stack_direction (0, argc + !argv + 20) < 0;
14288 if ac_fn_c_try_run "$LINENO"; then :
14289 ac_cv_c_stack_direction=1
14291 ac_cv_c_stack_direction=-1
14293 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14294 conftest.$ac_objext conftest.beam conftest.$ac_ext
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_c_stack_direction" >&5
14299 $as_echo "$ac_cv_c_stack_direction" >&6; }
14300 cat >>confdefs.h <<_ACEOF
14301 #define STACK_DIRECTION $ac_cv_c_stack_direction
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for inline
" >&5
14308 $as_echo_n "checking
for inline...
" >&6; }
14309 if ${ac_cv_c_inline+:} false; then :
14310 $as_echo_n "(cached
) " >&6
14313 for ac_kw in inline __inline__ __inline; do
14314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14315 /* end confdefs.h. */
14316 #ifndef __cplusplus
14318 static $ac_kw foo_t static_foo () {return 0; }
14319 $ac_kw foo_t foo () {return 0; }
14323 if ac_fn_c_try_compile "$LINENO"; then :
14324 ac_cv_c_inline=$ac_kw
14326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14327 test "$ac_cv_c_inline" != no && break
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_c_inline" >&5
14332 $as_echo "$ac_cv_c_inline" >&6; }
14334 case $ac_cv_c_inline in
14337 case $ac_cv_c_inline in
14339 *) ac_val=$ac_cv_c_inline;;
14341 cat >>confdefs.h <<_ACEOF
14342 #ifndef __cplusplus
14343 #define inline $ac_val
14350 # VMS doesn't have unlink.
14351 for ac_func in unlink remove
14353 as_ac_var=`$as_echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14354 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14355 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14356 cat >>confdefs.h <<_ACEOF
14357 #define `$as_echo "HAVE_
$ac_func" | $as_tr_cpp` 1
14363 for ac_func in sbrk setlocale
14365 as_ac_var=`$as_echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14366 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14367 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14368 cat >>confdefs.h <<_ACEOF
14369 #define `$as_echo "HAVE_
$ac_func" | $as_tr_cpp` 1
14375 for ac_func in strsignal
14377 ac_fn_c_check_func "$LINENO" "strsignal
" "ac_cv_func_strsignal
"
14378 if test "x
$ac_cv_func_strsignal" = xyes; then :
14379 cat >>confdefs.h <<_ACEOF
14380 #define HAVE_STRSIGNAL 1
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for LC_MESSAGES
" >&5
14389 $as_echo_n "checking
for LC_MESSAGES...
" >&6; }
14390 if ${am_cv_val_LC_MESSAGES+:} false; then :
14391 $as_echo_n "(cached
) " >&6
14393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14394 /* end confdefs.h. */
14395 #include <locale.h>
14404 if ac_fn_c_try_link "$LINENO"; then :
14405 am_cv_val_LC_MESSAGES=yes
14407 am_cv_val_LC_MESSAGES=no
14409 rm -f core conftest.err conftest.$ac_objext \
14410 conftest$ac_exeext conftest.$ac_ext
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $am_cv_val_LC_MESSAGES" >&5
14413 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14414 if test $am_cv_val_LC_MESSAGES = yes; then
14416 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14421 # do we need the math library?
14422 case "${need_libm}" in
14426 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
14427 # These system don't have libm, or don't need it
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14431 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14432 if ${ac_cv_lib_mw__mwvalidcheckl+:} false
; then :
14433 $as_echo_n "(cached) " >&6
14435 ac_check_lib_save_LIBS
=$LIBS
14437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14438 /* end confdefs.h. */
14440 /* Override any GCC internal prototype to avoid an error.
14441 Use char because int might match the return type of a GCC
14442 builtin and then its argument prototype would still apply. */
14446 char _mwvalidcheckl ();
14450 return _mwvalidcheckl ();
14455 if ac_fn_c_try_link
"$LINENO"; then :
14456 ac_cv_lib_mw__mwvalidcheckl
=yes
14458 ac_cv_lib_mw__mwvalidcheckl
=no
14460 rm -f core conftest.err conftest.
$ac_objext \
14461 conftest
$ac_exeext conftest.
$ac_ext
14462 LIBS
=$ac_check_lib_save_LIBS
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14465 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14466 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes
; then :
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14471 $as_echo_n "checking for cos in -lm... " >&6; }
14472 if ${ac_cv_lib_m_cos+:} false
; then :
14473 $as_echo_n "(cached) " >&6
14475 ac_check_lib_save_LIBS
=$LIBS
14477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14478 /* end confdefs.h. */
14480 /* Override any GCC internal prototype to avoid an error.
14481 Use char because int might match the return type of a GCC
14482 builtin and then its argument prototype would still apply. */
14495 if ac_fn_c_try_link
"$LINENO"; then :
14496 ac_cv_lib_m_cos
=yes
14500 rm -f core conftest.err conftest.
$ac_objext \
14501 conftest
$ac_exeext conftest.
$ac_ext
14502 LIBS
=$ac_check_lib_save_LIBS
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14505 $as_echo "$ac_cv_lib_m_cos" >&6; }
14506 if test "x$ac_cv_lib_m_cos" = xyes
; then :
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14513 $as_echo_n "checking for cos in -lm... " >&6; }
14514 if ${ac_cv_lib_m_cos+:} false
; then :
14515 $as_echo_n "(cached) " >&6
14517 ac_check_lib_save_LIBS
=$LIBS
14519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14520 /* end confdefs.h. */
14522 /* Override any GCC internal prototype to avoid an error.
14523 Use char because int might match the return type of a GCC
14524 builtin and then its argument prototype would still apply. */
14537 if ac_fn_c_try_link
"$LINENO"; then :
14538 ac_cv_lib_m_cos
=yes
14542 rm -f core conftest.err conftest.
$ac_objext \
14543 conftest
$ac_exeext conftest.
$ac_ext
14544 LIBS
=$ac_check_lib_save_LIBS
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14547 $as_echo "$ac_cv_lib_m_cos" >&6; }
14548 if test "x$ac_cv_lib_m_cos" = xyes
; then :
14560 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
14561 # enough, but on some of those systems, the assert macro relies on requoting
14562 # working properly!
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
14564 $as_echo_n "checking for working assert macro... " >&6; }
14565 if ${gas_cv_assert_ok+:} false
; then :
14566 $as_echo_n "(cached) " >&6
14568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14569 /* end confdefs.h. */
14570 #include <assert.h>
14576 /* check for requoting problems */
14577 static int a, b, c, d;
14579 assert (!strcmp(s, "foo bar baz quux"));
14580 /* check for newline handling */
14588 if ac_fn_c_try_link
"$LINENO"; then :
14589 gas_cv_assert_ok
=yes
14591 gas_cv_assert_ok
=no
14593 rm -f core conftest.err conftest.
$ac_objext \
14594 conftest
$ac_exeext conftest.
$ac_ext
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14597 $as_echo "$gas_cv_assert_ok" >&6; }
14598 test $gas_cv_assert_ok = yes ||
14599 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
14603 # On some systems, the system header files may not declare malloc, realloc,
14604 # and free. There are places where gas needs these functions to have been
14605 # declared -- such as when taking their addresses.
14607 #ifdef HAVE_MEMORY_H
14608 #include <memory.h>
14610 #ifdef HAVE_STRING_H
14611 #include <string.h>
14613 #ifdef HAVE_STRINGS_H
14614 #include <strings.h>
14617 #ifdef HAVE_STDLIB_H
14618 #include <stdlib.h>
14620 #ifdef HAVE_UNISTD_H
14621 #include <unistd.h>
14625 # Does errno.h declare errno, or do we have to add a separate declaration
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14629 $as_echo_n "checking whether declaration is required for errno... " >&6; }
14630 if ${gas_cv_decl_needed_errno+:} false
; then :
14631 $as_echo_n "(cached) " >&6
14633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14634 /* end confdefs.h. */
14636 #ifdef HAVE_ERRNO_H
14652 if ac_fn_c_try_link
"$LINENO"; then :
14653 gas_cv_decl_needed_errno
=no
14655 gas_cv_decl_needed_errno
=yes
14657 rm -f core conftest.err conftest.
$ac_objext \
14658 conftest
$ac_exeext conftest.
$ac_ext
14660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14661 $as_echo "$gas_cv_decl_needed_errno" >&6; }
14662 if test $gas_cv_decl_needed_errno = yes; then
14664 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
14669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14670 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14671 if ${gas_cv_decl_getopt_unistd_h+:} false
; then :
14672 $as_echo_n "(cached) " >&6
14674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14675 /* end confdefs.h. */
14676 #include <unistd.h>
14680 extern int getopt (int, char *const*, const char *);
14685 if ac_fn_c_try_compile
"$LINENO"; then :
14686 gas_cv_decl_getopt_unistd_h
=yes
14688 gas_cv_decl_getopt_unistd_h
=no
14690 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14694 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
14695 if test $gas_cv_decl_getopt_unistd_h = yes; then
14697 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14703 $as_echo_n "checking whether declaration is required for environ... " >&6; }
14704 if ${gas_cv_decl_needed_environ+:} false
; then :
14705 $as_echo_n "(cached) " >&6
14707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14708 /* end confdefs.h. */
14722 if ac_fn_c_try_link
"$LINENO"; then :
14723 gas_cv_decl_needed_environ
=no
14725 gas_cv_decl_needed_environ
=yes
14727 rm -f core conftest.err conftest.
$ac_objext \
14728 conftest
$ac_exeext conftest.
$ac_ext
14730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14731 $as_echo "$gas_cv_decl_needed_environ" >&6; }
14732 if test $gas_cv_decl_needed_environ = yes; then
14734 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
14739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14740 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
14741 if ${gas_cv_decl_needed_ffs+:} false
; then :
14742 $as_echo_n "(cached) " >&6
14744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14745 /* end confdefs.h. */
14751 typedef int (*f)(int);
14759 if ac_fn_c_try_link
"$LINENO"; then :
14760 gas_cv_decl_needed_ffs
=no
14762 gas_cv_decl_needed_ffs
=yes
14764 rm -f core conftest.err conftest.
$ac_objext \
14765 conftest
$ac_exeext conftest.
$ac_ext
14767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14768 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
14769 if test $gas_cv_decl_needed_ffs = yes; then
14771 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
14776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14777 $as_echo_n "checking whether declaration is required for free... " >&6; }
14778 if ${gas_cv_decl_needed_free+:} false
; then :
14779 $as_echo_n "(cached) " >&6
14781 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14782 /* end confdefs.h. */
14788 typedef void (*f)();
14796 if ac_fn_c_try_link
"$LINENO"; then :
14797 gas_cv_decl_needed_free
=no
14799 gas_cv_decl_needed_free
=yes
14801 rm -f core conftest.err conftest.
$ac_objext \
14802 conftest
$ac_exeext conftest.
$ac_ext
14804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14805 $as_echo "$gas_cv_decl_needed_free" >&6; }
14806 if test $gas_cv_decl_needed_free = yes; then
14808 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
14813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14814 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
14815 if ${gas_cv_decl_needed_malloc+:} false
; then :
14816 $as_echo_n "(cached) " >&6
14818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14819 /* end confdefs.h. */
14825 typedef char *(*f)();
14833 if ac_fn_c_try_link
"$LINENO"; then :
14834 gas_cv_decl_needed_malloc
=no
14836 gas_cv_decl_needed_malloc
=yes
14838 rm -f core conftest.err conftest.
$ac_objext \
14839 conftest
$ac_exeext conftest.
$ac_ext
14841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14842 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
14843 if test $gas_cv_decl_needed_malloc = yes; then
14845 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
14850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14851 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14852 if ${gas_cv_decl_needed_sbrk+:} false
; then :
14853 $as_echo_n "(cached) " >&6
14855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14856 /* end confdefs.h. */
14862 typedef char *(*f)();
14870 if ac_fn_c_try_link
"$LINENO"; then :
14871 gas_cv_decl_needed_sbrk
=no
14873 gas_cv_decl_needed_sbrk
=yes
14875 rm -f core conftest.err conftest.
$ac_objext \
14876 conftest
$ac_exeext conftest.
$ac_ext
14878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14879 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
14880 if test $gas_cv_decl_needed_sbrk = yes; then
14882 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
14887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14888 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
14889 if ${gas_cv_decl_needed_strstr+:} false
; then :
14890 $as_echo_n "(cached) " >&6
14892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14893 /* end confdefs.h. */
14899 typedef char *(*f)();
14907 if ac_fn_c_try_link
"$LINENO"; then :
14908 gas_cv_decl_needed_strstr
=no
14910 gas_cv_decl_needed_strstr
=yes
14912 rm -f core conftest.err conftest.
$ac_objext \
14913 conftest
$ac_exeext conftest.
$ac_ext
14915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14916 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
14917 if test $gas_cv_decl_needed_strstr = yes; then
14919 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
14924 ac_fn_c_check_decl
"$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14925 if test "x$ac_cv_have_decl_free" = xyes
; then :
14931 cat >>confdefs.h
<<_ACEOF
14932 #define HAVE_DECL_FREE $ac_have_decl
14934 ac_fn_c_check_decl
"$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14935 if test "x$ac_cv_have_decl_getenv" = xyes
; then :
14941 cat >>confdefs.h
<<_ACEOF
14942 #define HAVE_DECL_GETENV $ac_have_decl
14944 ac_fn_c_check_decl
"$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14945 if test "x$ac_cv_have_decl_malloc" = xyes
; then :
14951 cat >>confdefs.h
<<_ACEOF
14952 #define HAVE_DECL_MALLOC $ac_have_decl
14954 ac_fn_c_check_decl
"$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14955 if test "x$ac_cv_have_decl_mempcpy" = xyes
; then :
14961 cat >>confdefs.h
<<_ACEOF
14962 #define HAVE_DECL_MEMPCPY $ac_have_decl
14964 ac_fn_c_check_decl
"$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14965 if test "x$ac_cv_have_decl_realloc" = xyes
; then :
14971 cat >>confdefs.h
<<_ACEOF
14972 #define HAVE_DECL_REALLOC $ac_have_decl
14974 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14975 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
14981 cat >>confdefs.h
<<_ACEOF
14982 #define HAVE_DECL_STPCPY $ac_have_decl
14984 ac_fn_c_check_decl
"$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14985 if test "x$ac_cv_have_decl_strstr" = xyes
; then :
14991 cat >>confdefs.h
<<_ACEOF
14992 #define HAVE_DECL_STRSTR $ac_have_decl
14994 ac_fn_c_check_decl
"$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14995 if test "x$ac_cv_have_decl_vsnprintf" = xyes
; then :
15001 cat >>confdefs.h
<<_ACEOF
15002 #define HAVE_DECL_VSNPRINTF $ac_have_decl
15004 ac_fn_c_check_decl
"$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
15005 if test "x$ac_cv_have_decl_asprintf" = xyes
; then :
15011 cat >>confdefs.h
<<_ACEOF
15012 #define HAVE_DECL_ASPRINTF $ac_have_decl
15018 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
15020 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
15024 # Link in zlib if we can. This allows us to write compressed debug sections.
15026 # Use the system's zlib library.
15027 zlibdir
="-L\$(top_builddir)/../zlib"
15028 zlibinc
="-I\$(top_srcdir)/../zlib"
15030 # Check whether --with-system-zlib was given.
15031 if test "${with_system_zlib+set}" = set; then :
15032 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
15043 # Support for VMS timestamps via cross compile
15045 if test "$ac_cv_header_time_h" = yes; then
15046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
15047 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
15048 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false
; then :
15049 $as_echo_n "(cached) " >&6
15051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15052 /* end confdefs.h. */
15054 #define _BSD_SOURCE 1
15059 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
15064 if ac_fn_c_try_compile
"$LINENO"; then :
15065 gas_cv_have_time_type_member_tm_gmtoff
=yes
15067 gas_cv_have_time_type_member_tm_gmtoff
=no
15070 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15073 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
15075 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
15078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
15079 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
15083 if test "$ac_cv_header_sys_stat_h" = yes; then
15084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
15085 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
15086 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false
; then :
15087 $as_echo_n "(cached) " >&6
15089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15090 /* end confdefs.h. */
15092 #define _BSD_SOURCE 1
15093 #include <sys/stat.h>
15097 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
15102 if ac_fn_c_try_compile
"$LINENO"; then :
15103 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec
=yes
15105 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec
=no
15108 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15111 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
15113 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
15116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
15117 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
15120 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
15121 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false
; then :
15122 $as_echo_n "(cached) " >&6
15124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15125 /* end confdefs.h. */
15127 #define _BSD_SOURCE 1
15128 #include <sys/stat.h>
15132 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
15137 if ac_fn_c_try_compile
"$LINENO"; then :
15138 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec
=yes
15140 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec
=no
15143 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15146 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
15148 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
15151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
15152 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
15164 ac_config_files
="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15166 ac_config_commands
="$ac_config_commands default"
15169 cat >confcache
<<\_ACEOF
15170 # This file is a shell script that caches the results of configure
15171 # tests run on this system so they can be shared between configure
15172 # scripts and configure runs, see configure's option --config-cache.
15173 # It is not useful on other systems. If it contains results you don't
15174 # want to keep, you may remove or edit it.
15176 # config.status only pays attention to the cache file if you give it
15177 # the --recheck option to rerun configure.
15179 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15180 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15181 # following values.
15185 # The following way of writing the cache mishandles newlines in values,
15186 # but we know of no workaround that is simple, portable, and efficient.
15187 # So, we kill variables containing newlines.
15188 # Ultrix sh set writes to stderr and can't be redirected directly,
15189 # and sets the high bit in the cache file unless we assign to the vars.
15191 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15192 eval ac_val
=\$
$ac_var
15196 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15197 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15200 _ | IFS | as_nl
) ;; #(
15201 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15202 *) { eval $ac_var=; unset $ac_var;} ;;
15208 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15209 *${as_nl}ac_space
=\
*)
15210 # `set' does not quote correctly, so add quotes: double-quote
15211 # substitution turns \\\\ into \\, and sed turns \\ into \.
15214 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15217 # `set' quotes correctly as required by POSIX, so do not add quotes.
15218 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15227 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15229 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15231 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15232 if test -w "$cache_file"; then
15233 if test "x$cache_file" != "x/dev/null"; then
15234 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15235 $as_echo "$as_me: updating cache $cache_file" >&6;}
15236 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15237 cat confcache
>"$cache_file"
15239 case $cache_file in #(
15241 mv -f confcache
"$cache_file"$$
&&
15242 mv -f "$cache_file"$$
"$cache_file" ;; #(
15244 mv -f confcache
"$cache_file" ;;
15249 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15250 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15255 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15256 # Let make expand exec_prefix.
15257 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15259 DEFS
=-DHAVE_CONFIG_H
15264 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15265 # 1. Remove the extension, and $U if already installed.
15266 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15267 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15268 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15269 # will be set to the directory where LIBOBJS objects are built.
15270 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15271 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15273 LIBOBJS
=$ac_libobjs
15275 LTLIBOBJS
=$ac_ltlibobjs
15278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15279 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15280 if test -n "$am_sleep_pid"; then
15281 # Hide warnings about reused PIDs.
15282 wait $am_sleep_pid 2>/dev
/null
15284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15285 $as_echo "done" >&6; }
15286 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15287 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15288 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15290 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15291 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15292 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15294 if test -n "$EXEEXT"; then
15296 am__EXEEXT_FALSE
='#'
15298 am__EXEEXT_TRUE
='#'
15303 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15304 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15305 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15307 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15308 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
15309 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15312 : "${CONFIG_STATUS=./config.status}"
15314 ac_clean_files_save
=$ac_clean_files
15315 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15316 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15317 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15319 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15321 # Generated by $as_me.
15322 # Run this file to recreate the current configuration.
15323 # Compiler output produced by configure, useful for debugging
15324 # configure, is in config.log if it exists.
15327 ac_cs_recheck=false
15330 SHELL=\${CONFIG_SHELL-$SHELL}
15333 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15334 ## -------------------- ##
15335 ## M4sh Initialization. ##
15336 ## -------------------- ##
15338 # Be more Bourne compatible
15339 DUALCASE
=1; export DUALCASE
# for MKS sh
15340 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15343 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15344 # is contrary to our usage. Disable this feature.
15345 alias -g '${1+"$@"}'='"$@"'
15346 setopt NO_GLOB_SUBST
15348 case `(set -o) 2>/dev/null` in #(
15360 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15361 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15362 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15363 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15364 # Prefer a ksh shell builtin over an external printf program on Solaris,
15365 # but without wasting forks for bash or zsh.
15366 if test -z "$BASH_VERSION$ZSH_VERSION" \
15367 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15368 as_echo='print
-r --'
15369 as_echo_n='print
-rn --'
15370 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15371 as_echo='printf %s
\n'
15372 as_echo_n='printf %s
'
15374 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15375 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15376 as_echo_n='/usr
/ucb
/echo -n'
15378 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15379 as_echo_n_body='eval
15383 expr "X$arg" : "X\\(.*\\)$as_nl";
15384 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15386 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15388 export as_echo_n_body
15389 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15391 export as_echo_body
15392 as_echo='sh
-c $as_echo_body as_echo
'
15395 # The user is always right.
15396 if test "${PATH_SEPARATOR+set}" != set; then
15398 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15399 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15406 # We need space, tab and new line, in precisely that order. Quoting is
15407 # there to prevent editors from complaining about space-tab.
15408 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15409 # splitting by setting IFS to empty value.)
15412 # Find who we are. Look in the path if we contain no directory separator.
15415 *[\\/]* ) as_myself=$0 ;;
15416 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15417 for as_dir in $PATH
15420 test -z "$as_dir" && as_dir=.
15421 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15427 # We did not find ourselves, most probably we were run as `sh COMMAND'
15428 # in which case we are not to be found in the path.
15429 if test "x$as_myself" = x
; then
15432 if test ! -f "$as_myself"; then
15433 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15437 # Unset variables that we do not need and which cause bugs (e.g. in
15438 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15439 # suppresses any "Segmentation fault" message there. '((' could
15440 # trigger a bug in pdksh 5.2.14.
15441 for as_var
in BASH_ENV ENV MAIL MAILPATH
15442 do eval test x\
${$as_var+set} = xset \
15443 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15456 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15459 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15460 # ----------------------------------------
15461 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15462 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15463 # script with STATUS, using 1 if that was 0.
15466 as_status
=$1; test $as_status -eq 0 && as_status
=1
15468 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15469 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15471 $as_echo "$as_me: error: $2" >&2
15472 as_fn_exit
$as_status
15476 # as_fn_set_status STATUS
15477 # -----------------------
15478 # Set $? to STATUS, without forking.
15479 as_fn_set_status
()
15482 } # as_fn_set_status
15484 # as_fn_exit STATUS
15485 # -----------------
15486 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15490 as_fn_set_status
$1
15496 # Portably unset VAR.
15499 { eval $1=; unset $1;}
15501 as_unset
=as_fn_unset
15502 # as_fn_append VAR VALUE
15503 # ----------------------
15504 # Append the text in VALUE to the end of the definition contained in VAR. Take
15505 # advantage of any shell optimizations that allow amortized linear growth over
15506 # repeated appends, instead of the typical quadratic growth present in naive
15508 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15509 eval 'as_fn_append ()
15520 # as_fn_arith ARG...
15521 # ------------------
15522 # Perform arithmetic evaluation on the ARGs, and store the result in the
15523 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15524 # must be portable across $(()) and expr.
15525 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15526 eval 'as_fn_arith ()
15533 as_val
=`expr "$@" || test $? -eq 1`
15538 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15539 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15545 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15546 as_basename
=basename
15551 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15557 as_me
=`$as_basename -- "$0" ||
15558 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15559 X"$0" : 'X\(//\)$' \| \
15560 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15562 sed '/^.*\/\([^/][^/]*\)\/*$/{
15576 # Avoid depending upon Character Ranges.
15577 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15578 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15579 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15580 as_cr_digits
='0123456789'
15581 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15583 ECHO_C
= ECHO_N
= ECHO_T
=
15584 case `echo -n x` in #(((((
15586 case `echo 'xy\c'` in
15587 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15589 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15596 rm -f conf$$ conf$$.exe conf$$.
file
15597 if test -d conf$$.dir
; then
15598 rm -f conf$$.dir
/conf$$.
file
15601 mkdir conf$$.dir
2>/dev
/null
15603 if (echo >conf$$.
file) 2>/dev
/null
; then
15604 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15606 # ... but there are two gotchas:
15607 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15608 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15609 # In both cases, we have to default to `cp -pR'.
15610 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15612 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15620 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15621 rmdir conf$$.dir
2>/dev
/null
15626 # Create "$as_dir" as a directory, including parents if necessary.
15631 -*) as_dir
=.
/$as_dir;;
15633 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15637 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15638 *) as_qdir
=$as_dir;;
15640 as_dirs
="'$as_qdir' $as_dirs"
15641 as_dir
=`$as_dirname -- "$as_dir" ||
15642 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15643 X"$as_dir" : 'X\(//\)[^/]' \| \
15644 X"$as_dir" : 'X\(//\)$' \| \
15645 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15646 $as_echo X"$as_dir" |
15647 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15651 /^X\(\/\/\)[^/].*/{
15664 test -d "$as_dir" && break
15666 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15667 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
15671 if mkdir
-p .
2>/dev
/null
; then
15672 as_mkdir_p
='mkdir -p "$as_dir"'
15674 test -d .
/-p && rmdir .
/-p
15679 # as_fn_executable_p FILE
15680 # -----------------------
15681 # Test if FILE is an executable regular file.
15682 as_fn_executable_p
()
15684 test -f "$1" && test -x "$1"
15685 } # as_fn_executable_p
15686 as_test_x
='test -x'
15687 as_executable_p
=as_fn_executable_p
15689 # Sed expression to map a string onto a valid CPP name.
15690 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15692 # Sed expression to map a string onto a valid variable name.
15693 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15697 ## ----------------------------------- ##
15698 ## Main body of $CONFIG_STATUS script. ##
15699 ## ----------------------------------- ##
15701 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15703 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15704 # Save the log message, to keep $0 and so on meaningful, and to
15705 # report actual input values of CONFIG_FILES etc. instead of their
15706 # values after options handling.
15708 This file was extended by gas $as_me 2.33.50, which was
15709 generated by GNU Autoconf 2.69. Invocation command line was
15711 CONFIG_FILES = $CONFIG_FILES
15712 CONFIG_HEADERS = $CONFIG_HEADERS
15713 CONFIG_LINKS = $CONFIG_LINKS
15714 CONFIG_COMMANDS = $CONFIG_COMMANDS
15717 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15722 case $ac_config_files in *"
15723 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15726 case $ac_config_headers in *"
15727 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
15731 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15732 # Files that config.status was made for.
15733 config_files="$ac_config_files"
15734 config_headers="$ac_config_headers"
15735 config_commands="$ac_config_commands"
15739 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15741 \`$as_me' instantiates files and other configuration actions
15742 from templates according to the current configuration. Unless the files
15743 and actions are specified as TAGs, all are instantiated by default.
15745 Usage: $0 [OPTION]... [TAG]...
15747 -h, --help print this help, then exit
15748 -V, --version print version number and configuration settings, then exit
15749 --config print configuration, then exit
15750 -q, --quiet, --silent
15751 do not print progress messages
15752 -d, --debug don't remove temporary files
15753 --recheck update $as_me by reconfiguring in the same conditions
15754 --file=FILE[:TEMPLATE]
15755 instantiate the configuration file FILE
15756 --header=FILE[:TEMPLATE]
15757 instantiate the configuration header FILE
15759 Configuration files:
15762 Configuration headers:
15765 Configuration commands:
15768 Report bugs to the package provider."
15771 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15772 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15774 gas config.status 2.33.50
15775 configured by $0, generated by GNU Autoconf 2.69,
15776 with options \\"\$ac_cs_config\\"
15778 Copyright (C) 2012 Free Software Foundation, Inc.
15779 This config.status script is free software; the Free Software Foundation
15780 gives unlimited permission to copy, distribute and modify it."
15787 test -n "\$AWK" || AWK=awk
15790 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15791 # The default lists apply if the user does not specify any file.
15797 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15798 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15802 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15814 # Handling of the options.
15815 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15817 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15818 $as_echo "$ac_cs_version"; exit ;;
15819 --config |
--confi |
--conf |
--con |
--co |
--c )
15820 $as_echo "$ac_cs_config"; exit ;;
15821 --debug |
--debu |
--deb |
--de |
--d |
-d )
15823 --file |
--fil |
--fi |
--f )
15826 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15827 '') as_fn_error $?
"missing file argument" ;;
15829 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15830 ac_need_defaults
=false
;;
15831 --header |
--heade |
--head |
--hea )
15834 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15836 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
15837 ac_need_defaults
=false
;;
15839 # Conflict between --help and --header
15840 as_fn_error $?
"ambiguous option: \`$1'
15841 Try \`$0 --help' for more information.";;
15842 --help |
--hel |
-h )
15843 $as_echo "$ac_cs_usage"; exit ;;
15844 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15845 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15848 # This is an error.
15849 -*) as_fn_error $?
"unrecognized option: \`$1'
15850 Try \`$0 --help' for more information." ;;
15852 *) as_fn_append ac_config_targets
" $1"
15853 ac_need_defaults
=false
;;
15859 ac_configure_extra_args
=
15861 if $ac_cs_silent; then
15863 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15868 if \$ac_cs_recheck; then
15869 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15871 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15872 CONFIG_SHELL='$SHELL'
15873 export CONFIG_SHELL
15878 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15882 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15883 ## Running $as_me. ##
15889 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15893 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15896 # The HP-UX ksh and POSIX shell print the target directory to stdout
15897 # if CDPATH is set.
15898 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15900 sed_quote_subst='$sed_quote_subst'
15901 double_quote_subst='$double_quote_subst'
15902 delay_variable_subst='$delay_variable_subst'
15903 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15904 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15905 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15906 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15907 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15908 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15909 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15910 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15911 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15912 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15913 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15914 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15915 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15916 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15917 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15918 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15919 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15920 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15921 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15922 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15923 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15924 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15925 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15926 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15927 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15928 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15929 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15930 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15931 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15932 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15933 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15934 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15935 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15936 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15937 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15938 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15939 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15940 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15941 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15942 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15943 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15944 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15945 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15946 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15947 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15948 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15949 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15950 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15951 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"`'
15952 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15953 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15954 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15955 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15956 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15957 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15958 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15959 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15960 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15961 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15962 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15963 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15964 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15965 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15966 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15967 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15968 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15969 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15970 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15971 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15972 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15973 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15974 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15975 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15976 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15977 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15978 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15979 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15980 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15981 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15982 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15983 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15984 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15985 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15986 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15987 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15988 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15989 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15990 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15991 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15992 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15993 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15994 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15995 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15996 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15997 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15998 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15999 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16000 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16001 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16002 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16003 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16004 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16005 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16006 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16007 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16008 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16009 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16010 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16011 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16012 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16013 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16014 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16015 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16016 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16017 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16018 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16019 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16020 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16021 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16022 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16025 LTCFLAGS='$LTCFLAGS'
16026 compiler='$compiler_DEFAULT'
16028 # A function that is used when there is no print builtin or printf.
16029 func_fallback_echo ()
16031 eval 'cat <<_LTECHO_EOF
16036 # Quote evaled strings.
16050 deplibs_check_method \
16059 lt_cv_sys_global_symbol_pipe \
16060 lt_cv_sys_global_symbol_to_cdecl \
16061 lt_cv_sys_global_symbol_to_c_name_address \
16062 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16063 lt_prog_compiler_no_builtin_flag \
16064 lt_prog_compiler_wl \
16065 lt_prog_compiler_pic \
16066 lt_prog_compiler_static \
16067 lt_cv_prog_compiler_c_o \
16075 export_dynamic_flag_spec \
16076 whole_archive_flag_spec \
16077 compiler_needs_object \
16079 allow_undefined_flag \
16080 no_undefined_flag \
16081 hardcode_libdir_flag_spec \
16082 hardcode_libdir_flag_spec_ld \
16083 hardcode_libdir_separator \
16088 variables_saved_for_relink \
16090 library_names_spec \
16092 install_override_mode \
16096 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16097 *[\\\\\\\`\\"\\\$]*)
16098 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16101 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16106 # Double-quote double-evaled strings.
16107 for var in reload_cmds \
16108 old_postinstall_cmds \
16109 old_postuninstall_cmds \
16111 extract_expsyms_cmds \
16112 old_archive_from_new_cmds \
16113 old_archive_from_expsyms_cmds \
16115 archive_expsym_cmds \
16117 module_expsym_cmds \
16118 export_symbols_cmds \
16121 postuninstall_cmds \
16123 sys_lib_search_path_spec \
16124 sys_lib_dlsearch_path_spec; do
16125 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16126 *[\\\\\\\`\\"\\\$]*)
16127 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16130 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16135 ac_aux_dir='$ac_aux_dir'
16136 xsi_shell='$xsi_shell'
16137 lt_shell_append='$lt_shell_append'
16139 # See if we are running on zsh, and set the options which allow our
16140 # commands through without removal of \ escapes INIT.
16141 if test -n "\${ZSH_VERSION+set}" ; then
16142 setopt NO_GLOB_SUBST
16148 TIMESTAMP='$TIMESTAMP'
16154 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16155 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16157 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16158 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16159 LINGUAS="${LINGUAS-%UNSET%}"
16161 target_cpu_type=${target_cpu_type}
16162 cgen_cpu_prefix=${cgen_cpu_prefix}
16163 obj_format=${obj_format}
16168 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16170 # Handling of arguments.
16171 for ac_config_target
in $ac_config_targets
16173 case $ac_config_target in
16174 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16175 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16176 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
16177 "gdb.ini") CONFIG_FILES
="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
16178 ".gdbinit") CONFIG_FILES
="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
16179 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16180 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16181 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
16182 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16183 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
16185 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16190 # If the user did not use the arguments to specify the items to instantiate,
16191 # then the envvar interface is used. Set only those that are not.
16192 # We use the long form for the default assignment because of an extremely
16193 # bizarre bug on SunOS 4.1.3.
16194 if $ac_need_defaults; then
16195 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16196 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16197 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16200 # Have a temporary directory for convenience. Make it in the build tree
16201 # simply because there is no reason against having it here, and in addition,
16202 # creating and moving files from /tmp can sometimes cause problems.
16203 # Hook for its removal unless debugging.
16204 # Note that there is a small window in which the directory will not be cleaned:
16205 # after its creation but before its name has been assigned to `$tmp'.
16209 trap 'exit_status=$?
16210 : "${ac_tmp:=$tmp}"
16211 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16213 trap 'as_fn_exit 1' 1 2 13 15
16215 # Create a (secure) tmp directory for tmp files.
16218 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16222 tmp
=.
/conf$$
-$RANDOM
16223 (umask 077 && mkdir
"$tmp")
16224 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16227 # Set up the scripts for CONFIG_FILES section.
16228 # No need to generate them if there are no CONFIG_FILES.
16229 # This happens for instance with `./config.status config.h'.
16230 if test -n "$CONFIG_FILES"; then
16233 ac_cr
=`echo X | tr X '\015'`
16234 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16235 # But we know of no other shell where ac_cr would be empty at this
16236 # point, so we can use a bashism as a fallback.
16237 if test "x$ac_cr" = x
; then
16238 eval ac_cr
=\$
\'\\r
\'
16240 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16241 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16244 ac_cs_awk_cr
=$ac_cr
16247 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16252 echo "cat >conf$$subs.awk <<_ACEOF" &&
16253 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16255 } >conf$$subs.sh ||
16256 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16257 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16259 for ac_last_try in false false false false false :; do
16260 . ./conf$$subs.sh ||
16261 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16263 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16264 if test $ac_delim_n = $ac_delim_num; then
16266 elif $ac_last_try; then
16267 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16269 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16272 rm -f conf$$subs.sh
16274 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16275 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16279 s/^/S["/; s
/!.
*/"]=/
16289 s/\(.\{148\}\)..*/\1/
16291 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16296 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16303 s/\(.\{148\}\)..*/\1/
16305 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16309 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16314 ' <conf$$subs.awk | sed '
16319 ' >>$CONFIG_STATUS || ac_write_fail=1
16320 rm -f conf$$subs.awk
16321 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16323 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16324 for (key in S) S_is_set[key] = 1
16330 nfields = split(line, field, "@
")
16332 len = length(field[1])
16333 for (i = 2; i < nfields; i++) {
16335 keylen = length(key)
16336 if (S_is_set[key]) {
16338 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16339 len += length(value) + length(field[++i])
16350 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16351 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16352 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16355 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16356 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16359 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16360 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16361 # trailing colons and then remove the whole line if VPATH becomes empty
16362 # (actually we leave an empty line to preserve line numbers).
16363 if test "x
$srcdir" = x.; then
16364 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16382 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16383 fi # test -n "$CONFIG_FILES"
16385 # Set up the scripts for CONFIG_HEADERS section.
16386 # No need to generate them if there are no CONFIG_HEADERS.
16387 # This happens for instance with `./config.status Makefile'.
16388 if test -n "$CONFIG_HEADERS"; then
16389 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
16393 # Transform confdefs.h into an awk script `defines.awk', embedded as
16394 # here-document in config.status, that substitutes the proper values into
16395 # config.h.in to produce config.h.
16397 # Create a delimiter string that does not exist in confdefs.h, to ease
16398 # handling of long lines.
16400 for ac_last_try in false false :; do
16401 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
16402 if test -z "$ac_tt"; then
16404 elif $ac_last_try; then
16405 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
16407 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16411 # For the awk script, D is an array of macro values keyed by name,
16412 # likewise P contains macro parameters if any. Preserve backslash
16413 # newline sequences.
16415 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16417 s/.\{148\}/&'"$ac_delim"'/g
16420 s/^[ ]*#[ ]*define[ ][ ]*/ /
16427 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
16429 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
16433 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
16434 D["\
1"]=" \
3\\\\\\n
"\\/p
16436 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
16441 s/.\{148\}/&'"$ac_delim"'/g
16446 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
16449 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
16451 ' <confdefs.h | sed '
16452 s/'"$ac_delim"'/"\\\
16453 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16456 for (key in D) D_is_set[key] = 1
16459 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16461 split(line, arg, " ")
16462 if (arg[1] == "#") {
16466 defundef
= substr
(arg
[1], 2)
16469 split(mac1
, mac2
, "(") #)
16471 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
16472 if (D_is_set
[macro
]) {
16473 # Preserve the white space surrounding the "#".
16474 print prefix
"define", macro P
[macro
] D
[macro
]
16477 # Replace #undef with comments. This is necessary, for example,
16478 # in the case of _POSIX_SOURCE, which is predefined and required
16479 # on some systems where configure will not decide to define it.
16480 if (defundef
== "undef") {
16481 print
"/*", prefix defundef
, macro
, "*/"
16489 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16490 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
16491 fi # test -n "$CONFIG_HEADERS"
16494 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16499 :[FHLC
]) ac_mode
=$ac_tag; continue;;
16501 case $ac_mode$ac_tag in
16503 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
16504 :[FH
]-) ac_tag
=-:-;;
16505 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
16522 -) ac_f
="$ac_tmp/stdin";;
16523 *) # Look for the file first in the build tree, then in the source tree
16524 # (if the path is not absolute). The absolute path cannot be DOS-style,
16525 # because $ac_f cannot contain `:'.
16529 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
16531 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16533 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16534 as_fn_append ac_file_inputs
" '$ac_f'"
16537 # Let's still pretend it is `configure' which instantiates (i.e., don't
16538 # use $as_me), people would be surprised to read:
16539 # /* config.h. Generated by config.status. */
16540 configure_input
='Generated from '`
16541 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16543 if test x
"$ac_file" != x-
; then
16544 configure_input
="$ac_file. $configure_input"
16545 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16546 $as_echo "$as_me: creating $ac_file" >&6;}
16548 # Neutralize special characters interpreted by sed in replacement strings.
16549 case $configure_input in #(
16550 *\
&* |
*\|
* |
*\\* )
16551 ac_sed_conf_input
=`$as_echo "$configure_input" |
16552 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16553 *) ac_sed_conf_input
=$configure_input;;
16557 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
16558 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
16563 ac_dir
=`$as_dirname -- "$ac_file" ||
16564 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16565 X"$ac_file" : 'X\(//\)[^/]' \| \
16566 X"$ac_file" : 'X\(//\)$' \| \
16567 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16568 $as_echo X"$ac_file" |
16569 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16573 /^X\(\/\/\)[^/].*/{
16586 as_dir
="$ac_dir"; as_fn_mkdir_p
16590 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16592 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16593 # A ".." for each directory in $ac_dir_suffix.
16594 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16595 case $ac_top_builddir_sub in
16596 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16597 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
16600 ac_abs_top_builddir
=$ac_pwd
16601 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
16602 # for backward compatibility:
16603 ac_top_builddir
=$ac_top_build_prefix
16606 .
) # We are building in place.
16608 ac_top_srcdir
=$ac_top_builddir_sub
16609 ac_abs_top_srcdir
=$ac_pwd ;;
16610 [\\/]* | ?
:[\\/]* ) # Absolute name.
16611 ac_srcdir
=$srcdir$ac_dir_suffix;
16612 ac_top_srcdir
=$srcdir
16613 ac_abs_top_srcdir
=$srcdir ;;
16614 *) # Relative name.
16615 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
16616 ac_top_srcdir
=$ac_top_build_prefix$srcdir
16617 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
16619 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
16629 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
16630 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
16632 ac_MKDIR_P
=$MKDIR_P
16634 [\\/$
]* | ?
:[\\/]* ) ;;
16635 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
16639 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16640 # If the template does not know about datarootdir, expand it.
16641 # FIXME: This hack should be removed a few years after 2.60.
16642 ac_datarootdir_hack
=; ac_datarootdir_seen
=
16653 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16654 *datarootdir
*) ac_datarootdir_seen
=yes;;
16655 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
16656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16657 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16659 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16660 ac_datarootdir_hack='
16661 s&@datadir@&$datadir&g
16662 s&@docdir@&$docdir&g
16663 s&@infodir@&$infodir&g
16664 s&@localedir@&$localedir&g
16665 s&@mandir@&$mandir&g
16666 s&\\\${datarootdir}&$datarootdir&g' ;;
16670 # Neutralize VPATH when `$srcdir' = `.'.
16671 # Shell code in configure.ac might set extrasub.
16672 # FIXME: do we really want to maintain this feature?
16673 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16674 ac_sed_extra="$ac_vpsub
16677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16679 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16680 s|@configure_input@|
$ac_sed_conf_input|
;t t
16681 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
16682 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
16683 s
&@srcdir@
&$ac_srcdir&;t t
16684 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
16685 s
&@top_srcdir@
&$ac_top_srcdir&;t t
16686 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
16687 s
&@builddir@
&$ac_builddir&;t t
16688 s
&@abs_builddir@
&$ac_abs_builddir&;t t
16689 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
16690 s
&@INSTALL@
&$ac_INSTALL&;t t
16691 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
16692 $ac_datarootdir_hack
16694 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
16695 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
16697 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16698 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
16699 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16700 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
16701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
16702 which seems to be undefined. Please make sure it is defined" >&5
16703 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
16704 which seems to be undefined. Please make sure it is defined" >&2;}
16706 rm -f "$ac_tmp/stdin"
16708 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16709 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16711 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16717 if test x"$ac_file" != x-; then
16719 $as_echo "/* $configure_input */" \
16720 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16721 } >"$ac_tmp/config.h" \
16722 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16723 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16724 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16725 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16728 mv "$ac_tmp/config.h" "$ac_file" \
16729 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16732 $as_echo "/* $configure_input */" \
16733 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16734 || as_fn_error $? "could not create -" "$LINENO" 5
16736 # Compute "$ac_file"'s index
in $config_headers.
16739 for _am_header
in $config_headers :; do
16740 case $_am_header in
16741 $_am_arg |
$_am_arg:* )
16744 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
16747 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16748 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16749 X"$_am_arg" : 'X\(//\)[^/]' \| \
16750 X"$_am_arg" : 'X\(//\)$' \| \
16751 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16752 $as_echo X"$_am_arg" |
16753 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16757 /^X\(\/\/\)[^/].*/{
16769 s/.*/./; q'`/stamp-h
$_am_stamp_count
16772 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16773 $as_echo "$as_me: executing $ac_file commands" >&6;}
16778 case $ac_file$ac_mode in
16779 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
16780 # Older Autoconf quotes --file arguments for eval, but not when files
16781 # are listed without --file. Let's play safe and only enable the eval
16782 # if we detect the quoting.
16783 case $CONFIG_FILES in
16784 *\'*) eval set x
"$CONFIG_FILES" ;;
16785 *) set x
$CONFIG_FILES ;;
16790 # Strip MF so we end up with the name of the file.
16791 mf
=`echo "$mf" | sed -e 's/:.*$//'`
16792 # Check whether this is an Automake generated Makefile or not.
16793 # We used to match only the files named 'Makefile.in', but
16794 # some people rename them; so instead we look at the file content.
16795 # Grep'ing the first line is not enough: some people post-process
16796 # each Makefile.in and add a new line on top of each file to say so.
16797 # Grep'ing the whole file is not good either: AIX grep has a line
16798 # limit of 2048, but all sed's we know have understand at least 4000.
16799 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
16800 dirpart
=`$as_dirname -- "$mf" ||
16801 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16802 X"$mf" : 'X\(//\)[^/]' \| \
16803 X"$mf" : 'X\(//\)$' \| \
16804 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16806 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16810 /^X\(\/\/\)[^/].*/{
16826 # Extract the definition of DEPDIR, am__include, and am__quote
16827 # from the Makefile without running 'make'.
16828 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
16829 test -z "$DEPDIR" && continue
16830 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
16831 test -z "$am__include" && continue
16832 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
16833 # Find all dependency output files, they are included files with
16834 # $(DEPDIR) in their names. We invoke sed twice because it is the
16835 # simplest approach to changing $(DEPDIR) to its actual value in the
16837 for file in `sed -n "
16838 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16839 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16840 # Make sure the directory exists.
16841 test -f "$dirpart/$file" && continue
16842 fdir
=`$as_dirname -- "$file" ||
16843 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16844 X"$file" : 'X\(//\)[^/]' \| \
16845 X"$file" : 'X\(//\)$' \| \
16846 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16847 $as_echo X"$file" |
16848 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16852 /^X\(\/\/\)[^/].*/{
16865 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
16866 # echo "creating $dirpart/$file"
16867 echo '# dummy' > "$dirpart/$file"
16874 # See if we are running on zsh, and set the options which allow our
16875 # commands through without removal of \ escapes.
16876 if test -n "${ZSH_VERSION+set}" ; then
16877 setopt NO_GLOB_SUBST
16880 cfgfile
="${ofile}T"
16881 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16884 cat <<_LT_EOF >> "$cfgfile"
16887 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16888 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16889 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16890 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16892 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16893 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16894 # Written by Gordon Matzigkeit, 1996
16896 # This file is part of GNU Libtool.
16898 # GNU Libtool is free software; you can redistribute it and/or
16899 # modify it under the terms of the GNU General Public License as
16900 # published by the Free Software Foundation; either version 2 of
16901 # the License, or (at your option) any later version.
16903 # As a special exception to the GNU General Public License,
16904 # if you distribute this file as part of a program or library that
16905 # is built using GNU Libtool, you may include this file under the
16906 # same distribution terms that you use for the rest of that program.
16908 # GNU Libtool is distributed in the hope that it will be useful,
16909 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16910 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16911 # GNU General Public License for more details.
16913 # You should have received a copy of the GNU General Public License
16914 # along with GNU Libtool; see the file COPYING. If not, a copy
16915 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16916 # obtained by writing to the Free Software Foundation, Inc.,
16917 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16920 # The names of the tagged configurations supported by this script.
16923 # ### BEGIN LIBTOOL CONFIG
16925 # Which release of libtool.m4 was used?
16926 macro_version=$macro_version
16927 macro_revision=$macro_revision
16929 # Whether or not to build shared libraries.
16930 build_libtool_libs=$enable_shared
16932 # Whether or not to build static libraries.
16933 build_old_libs=$enable_static
16935 # What type of objects to build.
16938 # Whether or not to optimize for fast installation.
16939 fast_install=$enable_fast_install
16941 # Shell to use when invoking shell scripts.
16944 # An echo program that protects backslashes.
16948 host_alias=$host_alias
16952 # The build system.
16953 build_alias=$build_alias
16957 # A sed program that does not truncate output.
16960 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16961 Xsed="\$SED -e 1s/^X//"
16963 # A grep program that handles long lines.
16969 # A literal string matcher.
16972 # A BSD- or MS-compatible name lister.
16975 # Whether we need soft or hard links.
16978 # What is the maximum length of a command?
16979 max_cmd_len=$max_cmd_len
16981 # Object file suffix (normally "o").
16984 # Executable file suffix (normally "").
16987 # whether the shell understands "unset".
16990 # turn spaces into newlines.
16993 # turn newlines into spaces.
16996 # An object symbol dumper.
16997 OBJDUMP=$lt_OBJDUMP
16999 # Method to check whether dependent libraries are shared objects.
17000 deplibs_check_method=$lt_deplibs_check_method
17002 # Command to use when deplibs_check_method == "file_magic".
17003 file_magic_cmd=$lt_file_magic_cmd
17007 AR_FLAGS=$lt_AR_FLAGS
17009 # A symbol stripping program.
17012 # Commands used to install an old-style archive.
17014 old_postinstall_cmds=$lt_old_postinstall_cmds
17015 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17017 # Whether to use a lock for old archive extraction.
17018 lock_old_archive_extraction=$lock_old_archive_extraction
17023 # LTCC compiler flags.
17024 LTCFLAGS=$lt_CFLAGS
17026 # Take the output of nm and produce a listing of raw symbols and C names.
17027 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17029 # Transform the output of nm in a proper C declaration.
17030 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17032 # Transform the output of nm in a C name address pair.
17033 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17035 # Transform the output of nm in a C name address pair when lib prefix is needed.
17036 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17038 # The name of the directory that contains temporary libtool files.
17041 # Used to examine libraries when file_magic_cmd begins with "file".
17042 MAGIC_CMD=$MAGIC_CMD
17044 # Must we lock files when doing compilation?
17045 need_locks=$lt_need_locks
17047 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17048 DSYMUTIL=$lt_DSYMUTIL
17050 # Tool to change global to local symbols on Mac OS X.
17053 # Tool to manipulate fat objects and archives on Mac OS X.
17056 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17059 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17060 OTOOL64=$lt_OTOOL64
17062 # Old archive suffix (normally "a").
17065 # Shared library suffix (normally ".so").
17066 shrext_cmds=$lt_shrext_cmds
17068 # The commands to extract the exported symbol list from a shared archive.
17069 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17071 # Variables whose values should be saved in libtool wrapper scripts and
17072 # restored at link time.
17073 variables_saved_for_relink=$lt_variables_saved_for_relink
17075 # Do we need the "lib" prefix for modules?
17076 need_lib_prefix=$need_lib_prefix
17078 # Do we need a version for libraries?
17079 need_version=$need_version
17081 # Library versioning type.
17082 version_type=$version_type
17084 # Shared library runtime path variable.
17085 runpath_var=$runpath_var
17087 # Shared library path variable.
17088 shlibpath_var=$shlibpath_var
17090 # Is shlibpath searched before the hard-coded library search path?
17091 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17093 # Format of library name prefix.
17094 libname_spec=$lt_libname_spec
17096 # List of archive names. First name is the real one, the rest are links.
17097 # The last name is the one that the linker finds with -lNAME
17098 library_names_spec=$lt_library_names_spec
17100 # The coded name of the library, if different from the real name.
17101 soname_spec=$lt_soname_spec
17103 # Permission mode override for installation of shared libraries.
17104 install_override_mode=$lt_install_override_mode
17106 # Command to use after installation of a shared archive.
17107 postinstall_cmds=$lt_postinstall_cmds
17109 # Command to use after uninstallation of a shared archive.
17110 postuninstall_cmds=$lt_postuninstall_cmds
17112 # Commands used to finish a libtool library installation in a directory.
17113 finish_cmds=$lt_finish_cmds
17115 # As "finish_cmds", except a single script fragment to be evaled but
17117 finish_eval=$lt_finish_eval
17119 # Whether we should hardcode library paths into libraries.
17120 hardcode_into_libs=$hardcode_into_libs
17122 # Compile-time system search path for libraries.
17123 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17125 # Run-time system search path for libraries.
17126 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17128 # Whether dlopen is supported.
17129 dlopen_support=$enable_dlopen
17131 # Whether dlopen of programs is supported.
17132 dlopen_self=$enable_dlopen_self
17134 # Whether dlopen of statically linked programs is supported.
17135 dlopen_self_static=$enable_dlopen_self_static
17137 # Commands to strip libraries.
17138 old_striplib=$lt_old_striplib
17139 striplib=$lt_striplib
17142 # The linker used to build libraries.
17145 # How to create reloadable object files.
17146 reload_flag=$lt_reload_flag
17147 reload_cmds=$lt_reload_cmds
17149 # Commands used to build an old-style archive.
17150 old_archive_cmds=$lt_old_archive_cmds
17152 # A language specific compiler.
17155 # Is the compiler the GNU compiler?
17158 # Compiler flag to turn off builtin functions.
17159 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17161 # How to pass a linker flag through the compiler.
17162 wl=$lt_lt_prog_compiler_wl
17164 # Additional compiler flags for building library objects.
17165 pic_flag=$lt_lt_prog_compiler_pic
17167 # Compiler flag to prevent dynamic linking.
17168 link_static_flag=$lt_lt_prog_compiler_static
17170 # Does compiler simultaneously support -c and -o options?
17171 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17173 # Whether or not to add -lc for building shared libraries.
17174 build_libtool_need_lc=$archive_cmds_need_lc
17176 # Whether or not to disallow shared libs when runtime libs are static.
17177 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17179 # Compiler flag to allow reflexive dlopens.
17180 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17182 # Compiler flag to generate shared objects directly from archives.
17183 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17185 # Whether the compiler copes with passing no objects directly.
17186 compiler_needs_object=$lt_compiler_needs_object
17188 # Create an old-style archive from a shared archive.
17189 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17191 # Create a temporary old-style archive to link instead of a shared archive.
17192 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17194 # Commands used to build a shared archive.
17195 archive_cmds=$lt_archive_cmds
17196 archive_expsym_cmds=$lt_archive_expsym_cmds
17198 # Commands used to build a loadable module if different from building
17199 # a shared archive.
17200 module_cmds=$lt_module_cmds
17201 module_expsym_cmds=$lt_module_expsym_cmds
17203 # Whether we are building with GNU ld or not.
17204 with_gnu_ld=$lt_with_gnu_ld
17206 # Flag that allows shared libraries with undefined symbols to be built.
17207 allow_undefined_flag=$lt_allow_undefined_flag
17209 # Flag that enforces no undefined symbols.
17210 no_undefined_flag=$lt_no_undefined_flag
17212 # Flag to hardcode \$libdir into a binary during linking.
17213 # This must work even if \$libdir does not exist
17214 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17216 # If ld is used when linking, flag to hardcode \$libdir into a binary
17217 # during linking. This must work even if \$libdir does not exist.
17218 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17220 # Whether we need a single "-rpath" flag with a separated argument.
17221 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17223 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17224 # DIR into the resulting binary.
17225 hardcode_direct=$hardcode_direct
17227 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17228 # DIR into the resulting binary and the resulting library dependency is
17229 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17230 # library is relocated.
17231 hardcode_direct_absolute=$hardcode_direct_absolute
17233 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17234 # into the resulting binary.
17235 hardcode_minus_L=$hardcode_minus_L
17237 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17238 # into the resulting binary.
17239 hardcode_shlibpath_var=$hardcode_shlibpath_var
17241 # Set to "yes" if building a shared library automatically hardcodes DIR
17242 # into the library and all subsequent libraries and executables linked
17244 hardcode_automatic=$hardcode_automatic
17246 # Set to yes if linker adds runtime paths of dependent libraries
17247 # to runtime path list.
17248 inherit_rpath=$inherit_rpath
17250 # Whether libtool must link a program against all its dependency libraries.
17251 link_all_deplibs=$link_all_deplibs
17253 # Fix the shell variable \$srcfile for the compiler.
17254 fix_srcfile_path=$lt_fix_srcfile_path
17256 # Set to "yes" if exported symbols are required.
17257 always_export_symbols=$always_export_symbols
17259 # The commands to list exported symbols.
17260 export_symbols_cmds=$lt_export_symbols_cmds
17262 # Symbols that should not be listed in the preloaded symbols.
17263 exclude_expsyms=$lt_exclude_expsyms
17265 # Symbols that must always be exported.
17266 include_expsyms=$lt_include_expsyms
17268 # Commands necessary for linking programs (against libraries) with templates.
17269 prelink_cmds=$lt_prelink_cmds
17271 # Specify filename containing input files.
17272 file_list_spec=$lt_file_list_spec
17274 # How to hardcode a shared library path into an executable.
17275 hardcode_action=$hardcode_action
17277 # ### END LIBTOOL CONFIG
17283 cat <<\_LT_EOF
>> "$cfgfile"
17284 # AIX sometimes has problems with the GCC collect2 program. For some
17285 # reason, if we set the COLLECT_NAMES environment variable, the problems
17286 # vanish in a puff of smoke.
17287 if test "X${COLLECT_NAMES+set}" != Xset
; then
17289 export COLLECT_NAMES
17296 ltmain
="$ac_aux_dir/ltmain.sh"
17299 # We use sed instead of cat because bash on DJGPP gets confused if
17300 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17301 # text mode, it properly converts lines to CR/LF. This bash problem
17302 # is reportedly fixed, but why not run on old versions too?
17303 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17304 ||
(rm -f "$cfgfile"; exit 1)
17308 cat << \_LT_EOF
>> "$cfgfile"
17310 # func_dirname file append nondir_replacement
17311 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17312 # otherwise set result to NONDIR_REPLACEMENT.
17316 */*) func_dirname_result
="${1%/*}${2}" ;;
17317 * ) func_dirname_result
="${3}" ;;
17321 # func_basename file
17324 func_basename_result
="${1##*/}"
17327 # func_dirname_and_basename file append nondir_replacement
17328 # perform func_basename and func_dirname in a single function
17330 # dirname: Compute the dirname of FILE. If nonempty,
17331 # add APPEND to the result, otherwise set result
17332 # to NONDIR_REPLACEMENT.
17333 # value returned in "$func_dirname_result"
17334 # basename: Compute filename of FILE.
17335 # value retuned in "$func_basename_result"
17336 # Implementation must be kept synchronized with func_dirname
17337 # and func_basename. For efficiency, we do not delegate to
17338 # those functions but instead duplicate the functionality here.
17339 func_dirname_and_basename
()
17342 */*) func_dirname_result
="${1%/*}${2}" ;;
17343 * ) func_dirname_result
="${3}" ;;
17345 func_basename_result
="${1##*/}"
17348 # func_stripname prefix suffix name
17349 # strip PREFIX and SUFFIX off of NAME.
17350 # PREFIX and SUFFIX must not contain globbing or regex special
17351 # characters, hashes, percent signs, but SUFFIX may contain a leading
17352 # dot (in which case that matches only a dot).
17355 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17356 # positional parameters, so assign one to ordinary parameter first.
17357 func_stripname_result
=${3}
17358 func_stripname_result
=${func_stripname_result#"${1}"}
17359 func_stripname_result
=${func_stripname_result%"${2}"}
17365 func_opt_split_opt
=${1%%=*}
17366 func_opt_split_arg
=${1#*=}
17373 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17374 *) func_lo2o_result
=${1} ;;
17378 # func_xform libobj-or-source
17381 func_xform_result
=${1%.*}.lo
17384 # func_arith arithmetic-term...
17387 func_arith_result
=$
(( $
* ))
17391 # STRING may not start with a hyphen.
17394 func_len_result
=${#1}
17399 *) # Bourne compatible functions.
17400 cat << \_LT_EOF
>> "$cfgfile"
17402 # func_dirname file append nondir_replacement
17403 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17404 # otherwise set result to NONDIR_REPLACEMENT.
17407 # Extract subdirectory from the argument.
17408 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
17409 if test "X$func_dirname_result" = "X${1}"; then
17410 func_dirname_result
="${3}"
17412 func_dirname_result
="$func_dirname_result${2}"
17416 # func_basename file
17419 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
17423 # func_stripname prefix suffix name
17424 # strip PREFIX and SUFFIX off of NAME.
17425 # PREFIX and SUFFIX must not contain globbing or regex special
17426 # characters, hashes, percent signs, but SUFFIX may contain a leading
17427 # dot (in which case that matches only a dot).
17428 # func_strip_suffix prefix name
17432 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17433 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17438 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17439 my_sed_long_arg
='1s/^-[^=]*=//'
17444 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17445 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17451 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
17454 # func_xform libobj-or-source
17457 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17460 # func_arith arithmetic-term...
17463 func_arith_result
=`expr "$@"`
17467 # STRING may not start with a hyphen.
17470 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17476 case $lt_shell_append in
17478 cat << \_LT_EOF
>> "$cfgfile"
17480 # func_append var value
17481 # Append VALUE to the end of shell variable VAR.
17489 cat << \_LT_EOF
>> "$cfgfile"
17491 # func_append var value
17492 # Append VALUE to the end of shell variable VAR.
17503 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17504 ||
(rm -f "$cfgfile"; exit 1)
17506 mv -f "$cfgfile" "$ofile" ||
17507 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17512 for ac_file
in $CONFIG_FILES; do
17513 # Support "outfile[:infile[:infile...]]"
17515 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17517 # PO directories have a Makefile.in generated from Makefile.in.in.
17518 case "$ac_file" in */Makefile.
in)
17519 # Adjust a relative srcdir.
17520 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17521 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
17522 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17523 # In autoconf-2.13 it is called $ac_given_srcdir.
17524 # In autoconf-2.50 it is called $srcdir.
17525 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
17526 case "$ac_given_srcdir" in
17527 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
17528 /*) top_srcdir
="$ac_given_srcdir" ;;
17529 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17531 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17532 rm -f "$ac_dir/POTFILES"
17533 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
17534 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17535 POMAKEFILEDEPS
="POTFILES.in"
17536 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17537 # on $ac_dir but don't depend on user-specified configuration
17539 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17540 # The LINGUAS file contains the set of available languages.
17541 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17542 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
17544 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17545 # Hide the ALL_LINGUAS assigment from automake.
17546 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17547 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
17549 # The set of available languages was given in configure.ac.
17550 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17552 case "$ac_given_srcdir" in
17554 *) srcdirpre
='$(srcdir)/' ;;
17560 for lang
in $ALL_LINGUAS; do
17561 POFILES
="$POFILES $srcdirpre$lang.po"
17562 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17563 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
17564 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
17566 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17567 # environment variable.
17569 if test -n "$ALL_LINGUAS"; then
17570 for presentlang
in $ALL_LINGUAS; do
17572 if test "%UNSET%" != "$LINGUAS"; then
17573 desiredlanguages
="$LINGUAS"
17575 desiredlanguages
="$ALL_LINGUAS"
17577 for desiredlang
in $desiredlanguages; do
17578 # Use the presentlang catalog if desiredlang is
17579 # a. equal to presentlang, or
17580 # b. a variant of presentlang (because in this case,
17581 # presentlang can be used as a fallback for messages
17582 # which are not translated in the desiredlang catalog).
17583 case "$desiredlang" in
17584 "$presentlang"*) useit
=yes;;
17587 if test $useit = yes; then
17588 INST_LINGUAS
="$INST_LINGUAS $presentlang"
17593 if test -n "$INST_LINGUAS"; then
17594 for lang
in $INST_LINGUAS; do
17595 CATALOGS
="$CATALOGS $lang.gmo"
17598 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
17599 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"
17600 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
17601 if test -f "$f"; then
17603 *.orig |
*.bak |
*~
) ;;
17604 *) cat "$f" >> "$ac_dir/Makefile" ;;
17612 "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
17613 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17614 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17615 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17616 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17617 if test "x$cgen_cpu_prefix" != x
; then
17618 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
17627 ac_clean_files
=$ac_clean_files_save
17629 test $ac_write_fail = 0 ||
17630 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
17633 # configure is writing to config.log, and then calls config.status.
17634 # config.status does its own redirection, appending to config.log.
17635 # Unfortunately, on DOS this fails, as config.log is still kept open
17636 # by configure, so config.status won't be able to write to it; its
17637 # output is simply discarded. So we exec the FD to /dev/null,
17638 # effectively closing config.log, so it can be properly (re)opened and
17639 # appended to by config.status. When coming back to configure, we
17640 # need to make the FD available again.
17641 if test "$no_create" != yes; then
17643 ac_config_status_args
=
17644 test "$silent" = yes &&
17645 ac_config_status_args
="$ac_config_status_args --quiet"
17647 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
17649 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17650 # would make configure fail if this is the last instruction.
17651 $ac_cs_success || as_fn_exit
1
17653 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
17654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17655 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}