2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gprof 2.43.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
='gprof'
590 PACKAGE_VERSION
='2.43.50'
591 PACKAGE_STRING
='gprof 2.43.50'
595 ac_unique_file
="gprof.c"
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>
633 ac_subst_vars
='am__EXEEXT_FALSE
639 WARN_CFLAGS_FOR_BUILD
644 MAINTAINER_MODE_FALSE
715 INSTALL_STRIP_PROGRAM
769 program_transform_name
782 enable_option_checking
784 enable_dependency_tracking
799 enable_maintainer_mode
801 enable_build_warnings
803 ac_precious_vars
='build_alias
814 # Initialize some variables set by options.
816 ac_init_version
=false
817 ac_unrecognized_opts
=
819 # The variables have the same names as the options, with
820 # dashes changed to underlines.
828 program_transform_name
=s
,x
,x
,
836 # Installation directory options.
837 # These are left unexpanded so users can "make install exec_prefix=/foo"
838 # and all the variables that are supposed to be based on exec_prefix
839 # by default will actually change.
840 # Use braces instead of parens because sh, perl, etc. also accept them.
841 # (The list follows the same order as the GNU Coding Standards.)
842 bindir
='${exec_prefix}/bin'
843 sbindir
='${exec_prefix}/sbin'
844 libexecdir
='${exec_prefix}/libexec'
845 datarootdir
='${prefix}/share'
846 datadir
='${datarootdir}'
847 sysconfdir
='${prefix}/etc'
848 sharedstatedir
='${prefix}/com'
849 localstatedir
='${prefix}/var'
850 includedir
='${prefix}/include'
851 oldincludedir
='/usr/include'
852 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
853 infodir
='${datarootdir}/info'
858 libdir
='${exec_prefix}/lib'
859 localedir
='${datarootdir}/locale'
860 mandir
='${datarootdir}/man'
866 # If the previous option needs an argument, assign it.
867 if test -n "$ac_prev"; then
868 eval $ac_prev=\
$ac_option
874 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
879 # Accept the important Cygnus configure options, so we can diagnose typos.
881 case $ac_dashdash$ac_option in
885 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
887 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
890 -build |
--build |
--buil |
--bui |
--bu)
891 ac_prev
=build_alias
;;
892 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
893 build_alias
=$ac_optarg ;;
895 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
896 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
897 ac_prev
=cache_file
;;
898 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
899 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
900 cache_file
=$ac_optarg ;;
903 cache_file
=config.cache
;;
905 -datadir |
--datadir |
--datadi |
--datad)
907 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
908 datadir
=$ac_optarg ;;
910 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
911 |
--dataroo |
--dataro |
--datar)
912 ac_prev
=datarootdir
;;
913 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
914 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
915 datarootdir
=$ac_optarg ;;
917 -disable-* |
--disable-*)
918 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
919 # Reject names that are not valid shell variable names.
920 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
921 as_fn_error $?
"invalid feature name: $ac_useropt"
922 ac_useropt_orig
=$ac_useropt
923 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
924 case $ac_user_opts in
928 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
929 ac_unrecognized_sep
=', ';;
931 eval enable_
$ac_useropt=no
;;
933 -docdir |
--docdir |
--docdi |
--doc |
--do)
935 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
938 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
940 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
943 -enable-* |
--enable-*)
944 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
945 # Reject names that are not valid shell variable names.
946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
947 as_fn_error $?
"invalid feature name: $ac_useropt"
948 ac_useropt_orig
=$ac_useropt
949 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 case $ac_user_opts in
954 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
955 ac_unrecognized_sep
=', ';;
957 eval enable_
$ac_useropt=\
$ac_optarg ;;
959 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
960 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
961 |
--exec |
--exe |
--ex)
962 ac_prev
=exec_prefix
;;
963 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
964 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
965 |
--exec=* |
--exe=* |
--ex=*)
966 exec_prefix
=$ac_optarg ;;
968 -gas |
--gas |
--ga |
--g)
969 # Obsolete; use --with-gas.
972 -help |
--help |
--hel |
--he |
-h)
974 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
975 ac_init_help
=recursive
;;
976 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
977 ac_init_help
=short
;;
979 -host |
--host |
--hos |
--ho)
980 ac_prev
=host_alias
;;
981 -host=* |
--host=* |
--hos=* |
--ho=*)
982 host_alias
=$ac_optarg ;;
984 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
986 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
988 htmldir
=$ac_optarg ;;
990 -includedir |
--includedir |
--includedi |
--included |
--include \
991 |
--includ |
--inclu |
--incl |
--inc)
992 ac_prev
=includedir
;;
993 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
994 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
995 includedir
=$ac_optarg ;;
997 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
999 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1000 infodir
=$ac_optarg ;;
1002 -libdir |
--libdir |
--libdi |
--libd)
1004 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1005 libdir
=$ac_optarg ;;
1007 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1008 |
--libexe |
--libex |
--libe)
1009 ac_prev
=libexecdir
;;
1010 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1011 |
--libexe=* |
--libex=* |
--libe=*)
1012 libexecdir
=$ac_optarg ;;
1014 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1015 ac_prev
=localedir
;;
1016 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1017 localedir
=$ac_optarg ;;
1019 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1020 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1021 ac_prev
=localstatedir
;;
1022 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1023 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1024 localstatedir
=$ac_optarg ;;
1026 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1028 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1029 mandir
=$ac_optarg ;;
1031 -nfp |
--nfp |
--nf)
1032 # Obsolete; use --without-fp.
1035 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1036 |
--no-cr |
--no-c |
-n)
1039 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1040 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1043 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1044 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1045 |
--oldin |
--oldi |
--old |
--ol |
--o)
1046 ac_prev
=oldincludedir
;;
1047 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1048 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1049 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1050 oldincludedir
=$ac_optarg ;;
1052 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1054 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1055 prefix
=$ac_optarg ;;
1057 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1058 |
--program-pre |
--program-pr |
--program-p)
1059 ac_prev
=program_prefix
;;
1060 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1061 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1062 program_prefix
=$ac_optarg ;;
1064 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1065 |
--program-suf |
--program-su |
--program-s)
1066 ac_prev
=program_suffix
;;
1067 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1068 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1069 program_suffix
=$ac_optarg ;;
1071 -program-transform-name |
--program-transform-name \
1072 |
--program-transform-nam |
--program-transform-na \
1073 |
--program-transform-n |
--program-transform- \
1074 |
--program-transform |
--program-transfor \
1075 |
--program-transfo |
--program-transf \
1076 |
--program-trans |
--program-tran \
1077 |
--progr-tra |
--program-tr |
--program-t)
1078 ac_prev
=program_transform_name
;;
1079 -program-transform-name=* |
--program-transform-name=* \
1080 |
--program-transform-nam=* |
--program-transform-na=* \
1081 |
--program-transform-n=* |
--program-transform-=* \
1082 |
--program-transform=* |
--program-transfor=* \
1083 |
--program-transfo=* |
--program-transf=* \
1084 |
--program-trans=* |
--program-tran=* \
1085 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1086 program_transform_name
=$ac_optarg ;;
1088 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1090 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1091 pdfdir
=$ac_optarg ;;
1093 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1095 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1098 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1099 |
-silent |
--silent |
--silen |
--sile |
--sil)
1102 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1104 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1106 sbindir
=$ac_optarg ;;
1108 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1109 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1110 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1112 ac_prev
=sharedstatedir
;;
1113 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1114 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1115 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1117 sharedstatedir
=$ac_optarg ;;
1119 -site |
--site |
--sit)
1121 -site=* |
--site=* |
--sit=*)
1124 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1126 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1127 srcdir
=$ac_optarg ;;
1129 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1130 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1131 ac_prev
=sysconfdir
;;
1132 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1133 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1134 sysconfdir
=$ac_optarg ;;
1136 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1137 ac_prev
=target_alias
;;
1138 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1139 target_alias
=$ac_optarg ;;
1141 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1144 -version |
--version |
--versio |
--versi |
--vers |
-V)
1145 ac_init_version
=: ;;
1148 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1151 as_fn_error $?
"invalid package name: $ac_useropt"
1152 ac_useropt_orig
=$ac_useropt
1153 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1158 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1159 ac_unrecognized_sep
=', ';;
1161 eval with_
$ac_useropt=\
$ac_optarg ;;
1163 -without-* |
--without-*)
1164 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1167 as_fn_error $?
"invalid package name: $ac_useropt"
1168 ac_useropt_orig
=$ac_useropt
1169 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170 case $ac_user_opts in
1174 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1175 ac_unrecognized_sep
=', ';;
1177 eval with_
$ac_useropt=no
;;
1180 # Obsolete; use --with-x.
1183 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1184 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1185 ac_prev
=x_includes
;;
1186 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1187 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1188 x_includes
=$ac_optarg ;;
1190 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1191 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1192 ac_prev
=x_libraries
;;
1193 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1194 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1195 x_libraries
=$ac_optarg ;;
1197 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1198 Try \`$0 --help' for more information"
1202 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1203 # Reject names that are not valid shell variable names.
1204 case $ac_envvar in #(
1205 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1206 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1208 eval $ac_envvar=\
$ac_optarg
1209 export $ac_envvar ;;
1212 # FIXME: should be removed in autoconf 3.0.
1213 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1214 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1215 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1216 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1222 if test -n "$ac_prev"; then
1223 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1224 as_fn_error $?
"missing argument to $ac_option"
1227 if test -n "$ac_unrecognized_opts"; then
1228 case $enable_option_checking in
1230 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1231 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1235 # Check all directory arguments for consistency.
1236 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1237 datadir sysconfdir sharedstatedir localstatedir includedir \
1238 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1239 libdir localedir mandir
1241 eval ac_val
=\$
$ac_var
1242 # Remove trailing slashes.
1245 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1246 eval $ac_var=\
$ac_val;;
1248 # Be sure to have absolute directory names.
1250 [\\/$
]* | ?
:[\\/]* ) continue;;
1251 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1253 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1256 # There might be people who depend on the old broken behavior: `$host'
1257 # used to hold the argument of --host etc.
1258 # FIXME: To remove some day.
1261 target
=$target_alias
1263 # FIXME: To remove some day.
1264 if test "x$host_alias" != x
; then
1265 if test "x$build_alias" = x
; then
1266 cross_compiling
=maybe
1267 elif test "x$build_alias" != "x$host_alias"; then
1273 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1275 test "$silent" = yes && exec 6>/dev
/null
1278 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1279 ac_ls_di
=`ls -di .` &&
1280 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1281 as_fn_error $?
"working directory cannot be determined"
1282 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1283 as_fn_error $?
"pwd does not report name of working directory"
1286 # Find the source files, if location was not specified.
1287 if test -z "$srcdir"; then
1288 ac_srcdir_defaulted
=yes
1289 # Try the directory containing this script, then the parent directory.
1290 ac_confdir
=`$as_dirname -- "$as_myself" ||
1291 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1292 X"$as_myself" : 'X\(//\)[^/]' \| \
1293 X"$as_myself" : 'X\(//\)$' \| \
1294 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1295 $as_echo X"$as_myself" |
1296 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1314 if test ! -r "$srcdir/$ac_unique_file"; then
1318 ac_srcdir_defaulted
=no
1320 if test ! -r "$srcdir/$ac_unique_file"; then
1321 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1322 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1324 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1326 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1328 # When building in place, set srcdir=.
1329 if test "$ac_abs_confdir" = "$ac_pwd"; then
1332 # Remove unnecessary trailing slashes from srcdir.
1333 # Double slashes in file names in object file debugging info
1334 # mess up M-x gdb in Emacs.
1336 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1338 for ac_var
in $ac_precious_vars; do
1339 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1340 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1341 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1342 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1346 # Report the --help message.
1348 if test "$ac_init_help" = "long"; then
1349 # Omit some internal or obsolete options to make the list less imposing.
1350 # This message is too long to be a string in the A/UX 3.1 sh.
1352 \`configure' configures gprof 2.43.50 to adapt to many kinds of systems.
1354 Usage: $0 [OPTION]... [VAR=VALUE]...
1356 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1357 VAR=VALUE. See below for descriptions of some of the useful variables.
1359 Defaults for the options are specified in brackets.
1362 -h, --help display this help and exit
1363 --help=short display options specific to this package
1364 --help=recursive display the short help of all the included packages
1365 -V, --version display version information and exit
1366 -q, --quiet, --silent do not print \`checking ...' messages
1367 --cache-file=FILE cache test results in FILE [disabled]
1368 -C, --config-cache alias for \`--cache-file=config.cache'
1369 -n, --no-create do not create output files
1370 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1372 Installation directories:
1373 --prefix=PREFIX install architecture-independent files in PREFIX
1374 [$ac_default_prefix]
1375 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1378 By default, \`make install' will install all the files in
1379 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1380 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1381 for instance \`--prefix=\$HOME'.
1383 For better control, use the options below.
1385 Fine tuning of the installation directories:
1386 --bindir=DIR user executables [EPREFIX/bin]
1387 --sbindir=DIR system admin executables [EPREFIX/sbin]
1388 --libexecdir=DIR program executables [EPREFIX/libexec]
1389 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1390 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1391 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1392 --libdir=DIR object code libraries [EPREFIX/lib]
1393 --includedir=DIR C header files [PREFIX/include]
1394 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1395 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1396 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1397 --infodir=DIR info documentation [DATAROOTDIR/info]
1398 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1399 --mandir=DIR man documentation [DATAROOTDIR/man]
1400 --docdir=DIR documentation root [DATAROOTDIR/doc/gprof]
1401 --htmldir=DIR html documentation [DOCDIR]
1402 --dvidir=DIR dvi documentation [DOCDIR]
1403 --pdfdir=DIR pdf documentation [DOCDIR]
1404 --psdir=DIR ps documentation [DOCDIR]
1410 --program-prefix=PREFIX prepend PREFIX to installed program names
1411 --program-suffix=SUFFIX append SUFFIX to installed program names
1412 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1415 --build=BUILD configure
for building on BUILD
[guessed
]
1416 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1417 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1421 if test -n "$ac_init_help"; then
1422 case $ac_init_help in
1423 short | recursive
) echo "Configuration of gprof 2.43.50:";;
1428 --disable-option-checking ignore unrecognized
--enable/--with options
1429 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1430 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1431 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1432 --disable-silent-rules verbose build output
(undo
: "make V=0")
1433 --enable-dependency-tracking
1434 do not reject slow dependency extractors
1435 --disable-dependency-tracking
1436 speeds up one-time build
1437 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1438 --enable-static[=PKGS
] build static libraries
[default
=yes]
1439 --enable-fast-install[=PKGS
]
1440 optimize
for fast installation
[default
=yes]
1441 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1442 --enable-plugins Enable support
for plugins
1443 --disable-largefile omit support
for large files
1444 --disable-nls do not use Native Language Support
1445 --disable-rpath do not hardcode runtime library paths
1446 --enable-maintainer-mode
1447 enable make rules and dependencies not useful
(and
1448 sometimes confusing
) to the casual installer
1449 --enable-werror treat compile warnings as errors
1450 --enable-build-warnings enable build-time compiler warnings
1453 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1454 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1455 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1457 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1458 --with-gnu-ld assume the C compiler uses GNU ld default
=no
1459 --with-libiconv-prefix[=DIR
] search
for libiconv
in DIR
/include and DIR
/lib
1460 --without-libiconv-prefix don
't search for libiconv in includedir and libdir
1461 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1462 --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
1463 --without-libintl-prefix don't search
for libintl
in includedir and libdir
1464 --with-libintl-type=TYPE
type of library to search
for (auto
/static
/shared
)
1466 Some influential environment variables
:
1467 CC C compiler
command
1468 CFLAGS C compiler flags
1469 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1470 nonstandard directory
<lib dir
>
1471 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1472 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1473 you have headers
in a nonstandard directory
<include dir
>
1476 Use these variables to override the choices made by
`configure' or to help
1477 it to find libraries and programs with nonstandard names/locations.
1479 Report bugs to the package provider.
1484 if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1503 ac_abs_top_builddir=$ac_pwd
1504 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1505 # for backward compatibility:
1506 ac_top_builddir=$ac_top_build_prefix
1509 .) # We are building in place.
1511 ac_top_srcdir=$ac_top_builddir_sub
1512 ac_abs_top_srcdir=$ac_pwd ;;
1513 [\\/]* | ?:[\\/]* ) # Absolute name.
1514 ac_srcdir=$srcdir$ac_dir_suffix;
1515 ac_top_srcdir=$srcdir
1516 ac_abs_top_srcdir=$srcdir ;;
1518 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1522 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524 cd "$ac_dir" || { ac_status=$?; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1531 $SHELL "$ac_srcdir/configure" --help=recursive
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 cd "$ac_pwd" || { ac_status=$?; break; }
1539 test -n "$ac_init_help" && exit $ac_status
1540 if $ac_init_version; then
1542 gprof configure 2.43.50
1543 generated by GNU Autoconf 2.69
1545 Copyright (C) 2012 Free Software Foundation, Inc.
1546 This configure script is free software; the Free Software Foundation
1547 gives unlimited permission to copy, distribute and modify it.
1552 ## ------------------------ ##
1553 ## Autoconf initialization. ##
1554 ## ------------------------ ##
1556 # ac_fn_c_try_compile LINENO
1557 # --------------------------
1558 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1559 ac_fn_c_try_compile ()
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext
1563 if { { ac_try="$ac_compile"
1565 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1566 *) ac_try_echo
=$ac_try;;
1568 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569 $as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_compile") 2>conftest.err
1572 if test -s conftest.err
; then
1573 grep -v '^ *+' conftest.err
>conftest.er1
1574 cat conftest.er1
>&5
1575 mv -f conftest.er1 conftest.err
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest.
$ac_objext; then :
1584 $as_echo "$as_me: failed program was:" >&5
1585 sed 's/^/| /' conftest.
$ac_ext >&5
1589 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1590 as_fn_set_status
$ac_retval
1592 } # ac_fn_c_try_compile
1594 # ac_fn_c_try_cpp LINENO
1595 # ----------------------
1596 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1599 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1600 if { { ac_try
="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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; } > conftest.i && {
1616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1617 test ! -s conftest.err
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
1631 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1632 # -------------------------------------------------------
1633 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1634 # the include files in INCLUDES and setting the cache variable VAR
1636 ac_fn_c_check_header_mongrel ()
1638 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1639 if eval \${$3+:} false; then :
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1641 $as_echo_n "checking for $2... " >&6; }
1642 if eval \${$3+:} false; then :
1643 $as_echo_n "(cached) " >&6
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1647 $as_echo "$ac_res" >&6; }
1649 # Is the header compilable?
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1651 $as_echo_n "checking $2 usability... " >&6; }
1652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1653 /* end confdefs.h. */
1657 if ac_fn_c_try_compile "$LINENO"; then :
1658 ac_header_compiler=yes
1660 ac_header_compiler=no
1662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1664 $as_echo "$ac_header_compiler" >&6; }
1666 # Is the header present?
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1668 $as_echo_n "checking $2 presence... " >&6; }
1669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1670 /* end confdefs.h. */
1673 if ac_fn_c_try_cpp "$LINENO"; then :
1674 ac_header_preproc=yes
1676 ac_header_preproc=no
1678 rm -f conftest.err conftest.i conftest.$ac_ext
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1680 $as_echo "$ac_header_preproc" >&6; }
1682 # So? What about this header?
1683 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1686 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1688 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1692 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1694 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1696 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1698 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1700 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1704 $as_echo_n "checking for $2... " >&6; }
1705 if eval \${$3+:} false; then :
1706 $as_echo_n "(cached) " >&6
1708 eval "$3=\$ac_header_compiler"
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1712 $as_echo "$ac_res" >&6; }
1714 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1716 } # ac_fn_c_check_header_mongrel
1718 # ac_fn_c_try_run LINENO
1719 # ----------------------
1720 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1721 # that executables *can* be run.
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_link"
1727 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1728 *) ac_try_echo
=$ac_try;;
1730 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>&5
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1736 { { case "(($ac_try" in
1737 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1740 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741 $as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_try") 2>&5
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; }; }; then :
1748 $as_echo "$as_me: program exited with status $ac_status" >&5
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1752 ac_retval=$ac_status
1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1756 as_fn_set_status $ac_retval
1760 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1761 # -------------------------------------------------------
1762 # Tests whether HEADER exists and can be compiled using the include files in
1763 # INCLUDES, setting the cache variable VAR accordingly.
1764 ac_fn_c_check_header_compile ()
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768 $as_echo_n "checking for $2... " >&6; }
1769 if eval \${$3+:} false; then :
1770 $as_echo_n "(cached) " >&6
1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1773 /* end confdefs.h. */
1777 if ac_fn_c_try_compile "$LINENO"; then :
1782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1786 $as_echo "$ac_res" >&6; }
1787 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1789 } # ac_fn_c_check_header_compile
1791 # ac_fn_c_try_link LINENO
1792 # -----------------------
1793 # Try to link conftest.$ac_ext, and return whether this succeeded.
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 rm -f conftest.$ac_objext conftest$ac_exeext
1798 if { { ac_try="$ac_link"
1800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1801 *) ac_try_echo
=$ac_try;;
1803 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1804 $as_echo "$ac_try_echo"; } >&5
1805 (eval "$ac_link") 2>conftest.err
1807 if test -s conftest.err
; then
1808 grep -v '^ *+' conftest.err
>conftest.er1
1809 cat conftest.er1
>&5
1810 mv -f conftest.er1 conftest.err
1812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1813 test $ac_status = 0; } && {
1814 test -z "$ac_c_werror_flag" ||
1815 test ! -s conftest.err
1816 } && test -s conftest
$ac_exeext && {
1817 test "$cross_compiling" = yes ||
1818 test -x conftest
$ac_exeext
1822 $as_echo "$as_me: failed program was:" >&5
1823 sed 's/^/| /' conftest.
$ac_ext >&5
1827 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1828 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1829 # interfere with the next link command; also delete a directory that is
1830 # left behind by Apple's compiler. We do this before executing the actions.
1831 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1833 as_fn_set_status
$ac_retval
1835 } # ac_fn_c_try_link
1837 # ac_fn_c_check_func LINENO FUNC VAR
1838 # ----------------------------------
1839 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1840 ac_fn_c_check_func
()
1842 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1844 $as_echo_n "checking for $2... " >&6; }
1845 if eval \
${$3+:} false
; then :
1846 $as_echo_n "(cached) " >&6
1848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1849 /* end confdefs.h. */
1850 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1852 #define $2 innocuous_$2
1854 /* System header to define __stub macros and hopefully few prototypes,
1855 which can conflict with char $2 (); below.
1856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1857 <limits.h> exists even on freestanding compilers. */
1860 # include <limits.h>
1862 # include <assert.h>
1867 /* Override any GCC internal prototype to avoid an error.
1868 Use char because int might match the return type of a GCC
1869 builtin and then its argument prototype would still apply. */
1874 /* The GNU C library defines this for functions which it implements
1875 to always fail with ENOSYS. Some functions are actually named
1876 something starting with __ and the normal name is an alias. */
1877 #if defined __stub_$2 || defined __stub___$2
1889 if ac_fn_c_try_link
"$LINENO"; then :
1894 rm -f core conftest.err conftest.
$ac_objext \
1895 conftest
$ac_exeext conftest.
$ac_ext
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899 $as_echo "$ac_res" >&6; }
1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902 } # ac_fn_c_check_func
1903 cat >config.log
<<_ACEOF
1904 This file contains any messages produced by compilers while
1905 running configure, to aid debugging if configure makes a mistake.
1907 It was created by gprof $as_me 2.43.50, which was
1908 generated by GNU Autoconf 2.69. Invocation command line was
1920 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1926 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1929 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1930 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1931 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1932 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1933 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1934 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1935 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1943 test -z "$as_dir" && as_dir
=.
1944 $as_echo "PATH: $as_dir"
1960 # Keep a trace of the command line.
1961 # Strip out --no-create and --no-recursion so they do not pile up.
1962 # Strip out --silent because we don't want to record it for future runs.
1963 # Also quote any args containing shell meta-characters.
1964 # Make two passes to allow for proper duplicate-argument suppression.
1968 ac_must_keep_next
=false
1974 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1975 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1976 |
-silent |
--silent |
--silen |
--sile |
--sil)
1979 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1982 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1984 as_fn_append ac_configure_args1
" '$ac_arg'"
1985 if test $ac_must_keep_next = true
; then
1986 ac_must_keep_next
=false
# Got value, back to normal.
1989 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1990 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1991 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1992 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1993 case "$ac_configure_args0 " in
1994 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1997 -* ) ac_must_keep_next
=true
;;
2000 as_fn_append ac_configure_args
" '$ac_arg'"
2005 { ac_configure_args0
=; unset ac_configure_args0
;}
2006 { ac_configure_args1
=; unset ac_configure_args1
;}
2008 # When interrupted or exit'd, cleanup temporary files, and complete
2009 # config.log. We remove comments because anyway the quotes in there
2010 # would cause problems or look ugly.
2011 # WARNING: Use '\'' to represent an apostrophe within the trap.
2012 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2013 trap 'exit_status=$?
2014 # Save into config.log some information that might help in debugging.
2018 $as_echo "## ---------------- ##
2019 ## Cache variables. ##
2020 ## ---------------- ##"
2022 # The following way of writing the cache mishandles newlines in values,
2024 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2025 eval ac_val=\$$ac_var
2029 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2030 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 _ | IFS | as_nl) ;; #(
2034 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2035 *) { eval $ac_var=; unset $ac_var;} ;;
2040 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2041 *${as_nl}ac_space=\ *)
2043 "s/'\''/'\''\\\\'\'''\''/g;
2044 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2054 $as_echo "## ----------------- ##
2055 ## Output variables. ##
2056 ## ----------------- ##"
2058 for ac_var in $ac_subst_vars
2060 eval ac_val=\$$ac_var
2062 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2064 $as_echo "$ac_var='\''$ac_val'\''"
2068 if test -n "$ac_subst_files"; then
2069 $as_echo "## ------------------- ##
2070 ## File substitutions. ##
2071 ## ------------------- ##"
2073 for ac_var
in $ac_subst_files
2075 eval ac_val
=\$
$ac_var
2077 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2079 $as_echo "$ac_var='\''$ac_val'\''"
2084 if test -s confdefs.h; then
2085 $as_echo "## ----------- ##
2092 test "$ac_signal" != 0 &&
2093 $as_echo "$as_me: caught signal $ac_signal"
2094 $as_echo "$as_me: exit $exit_status"
2096 rm -f core *.core core.conftest.* &&
2097 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2100 for ac_signal
in 1 2 13 15; do
2101 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2105 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2106 rm -f -r conftest
* confdefs.h
2108 $as_echo "/* confdefs.h */" > confdefs.h
2110 # Predefined preprocessor variables.
2112 cat >>confdefs.h
<<_ACEOF
2113 #define PACKAGE_NAME "$PACKAGE_NAME"
2116 cat >>confdefs.h
<<_ACEOF
2117 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2120 cat >>confdefs.h
<<_ACEOF
2121 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2124 cat >>confdefs.h
<<_ACEOF
2125 #define PACKAGE_STRING "$PACKAGE_STRING"
2128 cat >>confdefs.h
<<_ACEOF
2129 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2132 cat >>confdefs.h
<<_ACEOF
2133 #define PACKAGE_URL "$PACKAGE_URL"
2137 # Let the site file select an alternate cache file if it wants to.
2138 # Prefer an explicitly selected file to automatically selected ones.
2141 if test -n "$CONFIG_SITE"; then
2142 # We do not want a PATH search for config.site.
2143 case $CONFIG_SITE in #((
2144 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2145 */*) ac_site_file1
=$CONFIG_SITE;;
2146 *) ac_site_file1
=.
/$CONFIG_SITE;;
2148 elif test "x$prefix" != xNONE
; then
2149 ac_site_file1
=$prefix/share
/config.site
2150 ac_site_file2
=$prefix/etc
/config.site
2152 ac_site_file1
=$ac_default_prefix/share
/config.site
2153 ac_site_file2
=$ac_default_prefix/etc
/config.site
2155 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2157 test "x$ac_site_file" = xNONE
&& continue
2158 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2160 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2161 sed 's/^/| /' "$ac_site_file" >&5
2163 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2165 as_fn_error $?
"failed to load site script $ac_site_file
2166 See \`config.log' for more details" "$LINENO" 5; }
2170 if test -r "$cache_file"; then
2171 # Some versions of bash will fail to source /dev/null (special files
2172 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2173 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2175 $as_echo "$as_me: loading cache $cache_file" >&6;}
2177 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2178 *) .
"./$cache_file";;
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2183 $as_echo "$as_me: creating cache $cache_file" >&6;}
2187 gt_needs
="$gt_needs "
2188 # Check that the precious variables saved in the cache have kept the same
2190 ac_cache_corrupted
=false
2191 for ac_var
in $ac_precious_vars; do
2192 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2193 eval ac_new_set
=\
$ac_env_${ac_var}_set
2194 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2195 eval ac_new_val
=\
$ac_env_${ac_var}_value
2196 case $ac_old_set,$ac_new_set in
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2199 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2200 ac_cache_corrupted
=: ;;
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2203 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2204 ac_cache_corrupted
=: ;;
2207 if test "x$ac_old_val" != "x$ac_new_val"; then
2208 # differences in whitespace do not lead to failure.
2209 ac_old_val_w
=`echo x $ac_old_val`
2210 ac_new_val_w
=`echo x $ac_new_val`
2211 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2213 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2214 ac_cache_corrupted
=:
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2217 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2218 eval $ac_var=\
$ac_old_val
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2221 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2223 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2226 # Pass precious variables to config.status.
2227 if test "$ac_new_set" = set; then
2229 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2230 *) ac_arg
=$ac_var=$ac_new_val ;;
2232 case " $ac_configure_args " in
2233 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2234 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2238 if $ac_cache_corrupted; then
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2240 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2242 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2243 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2245 ## -------------------- ##
2246 ## Main body of script. ##
2247 ## -------------------- ##
2250 ac_cpp
='$CPP $CPPFLAGS'
2251 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2252 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2253 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2262 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2263 if test -f "$ac_dir/install-sh"; then
2265 ac_install_sh
="$ac_aux_dir/install-sh -c"
2267 elif test -f "$ac_dir/install.sh"; then
2269 ac_install_sh
="$ac_aux_dir/install.sh -c"
2271 elif test -f "$ac_dir/shtool"; then
2273 ac_install_sh
="$ac_aux_dir/shtool install -c"
2277 if test -z "$ac_aux_dir"; then
2278 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2281 # These three variables are undocumented and unsupported,
2282 # and are intended to be withdrawn in a future Autoconf release.
2283 # They can cause serious problems if a builder's source tree is in a directory
2284 # whose full name contains unusual characters.
2285 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2286 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2287 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2290 # Make sure we can run config.sub.
2291 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2292 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if ${ac_cv_build+:} false
; then :
2297 $as_echo_n "(cached) " >&6
2299 ac_build_alias
=$build_alias
2300 test "x$ac_build_alias" = x
&&
2301 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x
&&
2303 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2304 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2305 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2309 $as_echo "$ac_cv_build" >&6; }
2310 case $ac_cv_build in
2312 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2315 ac_save_IFS
=$IFS; IFS
='-'
2321 # Remember, the first character of IFS is used to create $*,
2322 # except with old shells:
2325 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2329 $as_echo_n "checking host system type... " >&6; }
2330 if ${ac_cv_host+:} false
; then :
2331 $as_echo_n "(cached) " >&6
2333 if test "x$host_alias" = x
; then
2334 ac_cv_host
=$ac_cv_build
2336 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2337 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2345 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2348 ac_save_IFS
=$IFS; IFS
='-'
2354 # Remember, the first character of IFS is used to create $*,
2355 # except with old shells:
2358 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2362 $as_echo_n "checking target system type... " >&6; }
2363 if ${ac_cv_target+:} false
; then :
2364 $as_echo_n "(cached) " >&6
2366 if test "x$target_alias" = x
; then
2367 ac_cv_target
=$ac_cv_host
2369 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2370 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2375 $as_echo "$ac_cv_target" >&6; }
2376 case $ac_cv_target in
2378 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2380 target
=$ac_cv_target
2381 ac_save_IFS
=$IFS; IFS
='-'
2387 # Remember, the first character of IFS is used to create $*,
2388 # except with old shells:
2391 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2394 # The aliases save the names the user supplied, while $host etc.
2395 # will get canonicalized.
2396 test -n "$target_alias" &&
2397 test "$program_prefix$program_suffix$program_transform_name" = \
2399 program_prefix
=${target_alias}-
2401 am__api_version
='1.15'
2403 # Find a good install program. We prefer a C program (faster),
2404 # so one script is as good as another. But avoid the broken or
2405 # incompatible versions:
2406 # SysV /etc/install, /usr/sbin/install
2407 # SunOS /usr/etc/install
2408 # IRIX /sbin/install
2410 # AmigaOS /C/install, which installs bootblocks on floppy discs
2411 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2412 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2413 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2414 # OS/2's system install, which has a completely different semantic
2415 # ./install, which can be erroneously created by make from ./install.sh.
2416 # Reject install programs that cannot install multiple files.
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2418 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2419 if test -z "$INSTALL"; then
2420 if ${ac_cv_path_install+:} false
; then :
2421 $as_echo_n "(cached) " >&6
2423 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2427 test -z "$as_dir" && as_dir
=.
2428 # Account for people who put trailing slashes in PATH elements.
2429 case $as_dir/ in #((
2430 .
/ | .
// |
/[cC
]/* | \
2431 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2432 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2435 # OSF1 and SCO ODT 3.0 have their own names for install.
2436 # Don't use installbsd from OSF since it installs stuff as root
2438 for ac_prog
in ginstall scoinst
install; do
2439 for ac_exec_ext
in '' $ac_executable_extensions; do
2440 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2441 if test $ac_prog = install &&
2442 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2443 # AIX install. It has an incompatible calling convention.
2445 elif test $ac_prog = install &&
2446 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2447 # program-specific install script used by HP pwplus--don't use.
2450 rm -rf conftest.one conftest.two conftest.dir
2451 echo one
> conftest.one
2452 echo two
> conftest.two
2454 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2455 test -s conftest.one
&& test -s conftest.two
&&
2456 test -s conftest.dir
/conftest.one
&&
2457 test -s conftest.dir
/conftest.two
2459 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2472 rm -rf conftest.one conftest.two conftest.dir
2475 if test "${ac_cv_path_install+set}" = set; then
2476 INSTALL
=$ac_cv_path_install
2478 # As a last resort, use the slow shell script. Don't cache a
2479 # value for INSTALL within a source directory, because that will
2480 # break other packages using the cache if that directory is
2481 # removed, or if the value is a relative name.
2482 INSTALL
=$ac_install_sh
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2486 $as_echo "$INSTALL" >&6; }
2488 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2489 # It thinks the first close brace ends the variable substitution.
2490 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2492 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2494 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2497 $as_echo_n "checking whether build environment is sane... " >&6; }
2498 # Reject unsafe characters in $srcdir or the absolute working directory
2499 # name. Accept space and tab only in the latter.
2503 *[\\\"\
#\$\&\'\`$am_lf]*)
2504 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2507 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2508 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2511 # Do 'set' in a subshell so we don't clobber the current shell's
2512 # arguments. Must try -L first in case configure is actually a
2513 # symlink; some systems play weird games with the mod time of symlinks
2514 # (eg FreeBSD returns the mod time of the symlink's containing
2518 for am_try
in 1 2; do
2519 echo "timestamp, slept: $am_has_slept" > conftest.
file
2520 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2521 if test "$*" = "X"; then
2523 set X
`ls -t "$srcdir/configure" conftest.file`
2525 if test "$*" != "X $srcdir/configure conftest.file" \
2526 && test "$*" != "X conftest.file $srcdir/configure"; then
2528 # If neither matched, then we have a broken ls. This can happen
2529 # if, for instance, CONFIG_SHELL is bash and it inherits a
2530 # broken ls alias from the environment. This has actually
2531 # happened. Such a system could not be considered "sane".
2532 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2533 alias in your environment" "$LINENO" 5
2535 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2542 test "$2" = conftest.
file
2548 as_fn_error $?
"newly created file is older than distributed files!
2549 Check your system clock" "$LINENO" 5
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2552 $as_echo "yes" >&6; }
2553 # If we didn't sleep, we still need to ensure time stamps of config.status and
2554 # generated files are strictly newer.
2556 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2563 test "$program_prefix" != NONE
&&
2564 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2565 # Use a double $ so make ignores it.
2566 test "$program_suffix" != NONE
&&
2567 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2568 # Double any \ or $.
2569 # By default was `s,x,x', remove it if useless.
2570 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2571 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2573 # Expand $ac_aux_dir to an absolute path.
2574 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2576 if test x
"${MISSING+set}" != xset
; then
2579 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2581 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2584 # Use eval to expand $SHELL
2585 if eval "$MISSING --is-lightweight"; then
2586 am_missing_run
="$MISSING "
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2590 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2593 if test x
"${install_sh+set}" != xset
; then
2596 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2598 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2602 # Installed binaries are usually stripped using 'strip' when the user
2603 # run "make install-strip". However 'strip' might not be the right
2604 # tool to use in cross-compilation environments, therefore Automake
2605 # will honor the 'STRIP' environment variable to overrule this program.
2606 if test "$cross_compiling" != no
; then
2607 if test -n "$ac_tool_prefix"; then
2608 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2609 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if ${ac_cv_prog_STRIP+:} false
; then :
2613 $as_echo_n "(cached) " >&6
2615 if test -n "$STRIP"; then
2616 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2618 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2622 test -z "$as_dir" && as_dir
=.
2623 for ac_exec_ext
in '' $ac_executable_extensions; do
2624 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2625 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2635 STRIP
=$ac_cv_prog_STRIP
2636 if test -n "$STRIP"; then
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2638 $as_echo "$STRIP" >&6; }
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2641 $as_echo "no" >&6; }
2646 if test -z "$ac_cv_prog_STRIP"; then
2648 # Extract the first word of "strip", so it can be a program name with args.
2649 set dummy strip
; ac_word
=$2
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2651 $as_echo_n "checking for $ac_word... " >&6; }
2652 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2653 $as_echo_n "(cached) " >&6
2655 if test -n "$ac_ct_STRIP"; then
2656 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2658 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2662 test -z "$as_dir" && as_dir
=.
2663 for ac_exec_ext
in '' $ac_executable_extensions; do
2664 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2665 ac_cv_prog_ac_ct_STRIP
="strip"
2666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2675 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2676 if test -n "$ac_ct_STRIP"; then
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2678 $as_echo "$ac_ct_STRIP" >&6; }
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2681 $as_echo "no" >&6; }
2684 if test "x$ac_ct_STRIP" = x
; then
2687 case $cross_compiling:$ac_tool_warned in
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2690 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2691 ac_tool_warned
=yes ;;
2696 STRIP
="$ac_cv_prog_STRIP"
2700 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2703 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2704 if test -z "$MKDIR_P"; then
2705 if ${ac_cv_path_mkdir+:} false
; then :
2706 $as_echo_n "(cached) " >&6
2708 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2709 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2712 test -z "$as_dir" && as_dir
=.
2713 for ac_prog
in mkdir gmkdir
; do
2714 for ac_exec_ext
in '' $ac_executable_extensions; do
2715 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2716 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2717 'mkdir (GNU coreutils) '* | \
2718 'mkdir (coreutils) '* | \
2719 'mkdir (fileutils) '4.1*)
2720 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2730 test -d .
/--version && rmdir .
/--version
2731 if test "${ac_cv_path_mkdir+set}" = set; then
2732 MKDIR_P
="$ac_cv_path_mkdir -p"
2734 # As a last resort, use the slow shell script. Don't cache a
2735 # value for MKDIR_P within a source directory, because that will
2736 # break other packages using the cache if that directory is
2737 # removed, or if the value is a relative name.
2738 MKDIR_P
="$ac_install_sh -d"
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2742 $as_echo "$MKDIR_P" >&6; }
2744 for ac_prog
in gawk mawk nawk
awk
2746 # Extract the first word of "$ac_prog", so it can be a program name with args.
2747 set dummy
$ac_prog; ac_word
=$2
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2749 $as_echo_n "checking for $ac_word... " >&6; }
2750 if ${ac_cv_prog_AWK+:} false
; then :
2751 $as_echo_n "(cached) " >&6
2753 if test -n "$AWK"; then
2754 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2756 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2760 test -z "$as_dir" && as_dir
=.
2761 for ac_exec_ext
in '' $ac_executable_extensions; do
2762 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2763 ac_cv_prog_AWK
="$ac_prog"
2764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2774 if test -n "$AWK"; then
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2776 $as_echo "$AWK" >&6; }
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2779 $as_echo "no" >&6; }
2783 test -n "$AWK" && break
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2787 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2789 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2790 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2791 $as_echo_n "(cached) " >&6
2793 cat >conftest.
make <<\_ACEOF
2796 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2798 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2799 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2801 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2803 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2807 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2809 $as_echo "yes" >&6; }
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2813 $as_echo "no" >&6; }
2814 SET_MAKE
="MAKE=${MAKE-make}"
2817 rm -rf .tst
2>/dev
/null
2818 mkdir .tst
2>/dev
/null
2819 if test -d .tst
; then
2824 rmdir .tst
2>/dev
/null
2826 # Check whether --enable-silent-rules was given.
2827 if test "${enable_silent_rules+set}" = set; then :
2828 enableval
=$enable_silent_rules;
2831 case $enable_silent_rules in # (((
2832 yes) AM_DEFAULT_VERBOSITY
=0;;
2833 no
) AM_DEFAULT_VERBOSITY
=1;;
2834 *) AM_DEFAULT_VERBOSITY
=1;;
2836 am_make
=${MAKE-make}
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2838 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2839 if ${am_cv_make_support_nested_variables+:} false
; then :
2840 $as_echo_n "(cached) " >&6
2842 if $as_echo 'TRUE=$(BAR$(V))
2848 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
2849 am_cv_make_support_nested_variables
=yes
2851 am_cv_make_support_nested_variables
=no
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2855 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2856 if test $am_cv_make_support_nested_variables = yes; then
2858 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
2860 AM_V
=$AM_DEFAULT_VERBOSITY
2861 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
2865 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2866 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2867 # is not polluted with repeated "-I."
2868 am__isrc
=' -I$(srcdir)'
2869 # test to see if srcdir already configured
2870 if test -f $srcdir/config.status
; then
2871 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2875 # test whether we have cygpath
2876 if test -z "$CYGPATH_W"; then
2877 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2878 CYGPATH_W
='cygpath -w'
2885 # Define the identity of the package.
2890 cat >>confdefs.h
<<_ACEOF
2891 #define PACKAGE "$PACKAGE"
2895 cat >>confdefs.h
<<_ACEOF
2896 #define VERSION "$VERSION"
2899 # Some tools Automake needs.
2901 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2904 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2907 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2910 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2913 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2915 # For better backward compatibility. To be removed once Automake 1.9.x
2916 # dies out for good. For more background, see:
2917 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2918 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2919 mkdir_p
='$(MKDIR_P)'
2921 # We need awk for the "check" target (and possibly the TAP driver). The
2922 # system "awk" is bad on some platforms.
2923 # Always define AMTAR for backward compatibility. Yes, it's still used
2924 # in the wild :-( We should find a proper way to deprecate it ...
2928 # We'll loop over all known methods to create a tar archive until one works.
2929 _am_tools
='gnutar pax cpio none'
2931 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
2938 # POSIX will say in a future version that running "rm -f" with no argument
2939 # is OK; and we want to be able to make that assumption in our Makefile
2940 # recipes. So use an aggressive probe to check that the usage we want is
2941 # actually supported "in the wild" to an acceptable degree.
2942 # See automake bug#10828.
2943 # To make any issue more visible, cause the running configure to be aborted
2944 # by default if the 'rm' program in use doesn't match our expectations; the
2945 # user can still override this though.
2946 if rm -f && rm -fr && rm -rf; then : OK
; else
2950 Your 'rm' program seems unable to run without file operands specified
2951 on the command line, even when the '-f' option is present. This is contrary
2952 to the behaviour of most rm programs out there, and not conforming with
2953 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2955 Please tell bug-automake@gnu.org about your system, including the value
2956 of your $PATH and any error possibly output before this message. This
2957 can help us improve future automake versions.
2960 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
2961 echo 'Configuration will proceed anyway, since you have set the' >&2
2962 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2966 Aborting the configuration process, to ensure you take notice of the issue.
2968 You can download and install GNU coreutils to get an 'rm' implementation
2969 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2971 If you want to complete the configuration process using your problematic
2972 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2973 to "yes", and re-run configure.
2976 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
2980 # Check whether --enable-silent-rules was given.
2981 if test "${enable_silent_rules+set}" = set; then :
2982 enableval
=$enable_silent_rules;
2985 case $enable_silent_rules in # (((
2986 yes) AM_DEFAULT_VERBOSITY
=0;;
2987 no
) AM_DEFAULT_VERBOSITY
=1;;
2988 *) AM_DEFAULT_VERBOSITY
=0;;
2990 am_make
=${MAKE-make}
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2992 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2993 if ${am_cv_make_support_nested_variables+:} false
; then :
2994 $as_echo_n "(cached) " >&6
2996 if $as_echo 'TRUE=$(BAR$(V))
3002 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3003 am_cv_make_support_nested_variables
=yes
3005 am_cv_make_support_nested_variables
=no
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3009 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3010 if test $am_cv_make_support_nested_variables = yes; then
3012 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3014 AM_V
=$AM_DEFAULT_VERBOSITY
3015 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3020 ac_config_headers="$ac_config_headers gconfig.h:gconfig.in"
3024 ac_cpp='$CPP $CPPFLAGS'
3025 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3026 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3027 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3028 if test -n "$ac_tool_prefix"; then
3029 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3030 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032 $as_echo_n "checking for $ac_word... " >&6; }
3033 if ${ac_cv_prog_CC+:} false; then :
3034 $as_echo_n "(cached) " >&6
3036 if test -n "$CC"; then
3037 ac_cv_prog_CC="$CC" # Let the user override the test.
3039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3043 test -z "$as_dir" && as_dir=.
3044 for ac_exec_ext in '' $ac_executable_extensions; do
3045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3046 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3057 if test -n "$CC"; then
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3059 $as_echo "$CC" >&6; }
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3062 $as_echo "no" >&6; }
3067 if test -z "$ac_cv_prog_CC"; then
3069 # Extract the first word of "gcc", so it can be a program name with args.
3070 set dummy gcc; ac_word=$2
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3072 $as_echo_n "checking for $ac_word... " >&6; }
3073 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3074 $as_echo_n "(cached) " >&6
3076 if test -n "$ac_ct_CC"; then
3077 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3083 test -z "$as_dir" && as_dir=.
3084 for ac_exec_ext in '' $ac_executable_extensions; do
3085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3086 ac_cv_prog_ac_ct_CC="gcc"
3087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3096 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3097 if test -n "$ac_ct_CC"; then
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3099 $as_echo "$ac_ct_CC" >&6; }
3101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3102 $as_echo "no" >&6; }
3105 if test "x$ac_ct_CC" = x; then
3108 case $cross_compiling:$ac_tool_warned in
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3111 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3112 ac_tool_warned=yes ;;
3120 if test -z "$CC"; then
3121 if test -n "$ac_tool_prefix"; then
3122 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3123 set dummy ${ac_tool_prefix}cc; ac_word=$2
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3125 $as_echo_n "checking for $ac_word... " >&6; }
3126 if ${ac_cv_prog_CC+:} false; then :
3127 $as_echo_n "(cached) " >&6
3129 if test -n "$CC"; then
3130 ac_cv_prog_CC="$CC" # Let the user override the test.
3132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3136 test -z "$as_dir" && as_dir=.
3137 for ac_exec_ext in '' $ac_executable_extensions; do
3138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3139 ac_cv_prog_CC="${ac_tool_prefix}cc"
3140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3150 if test -n "$CC"; then
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3152 $as_echo "$CC" >&6; }
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3155 $as_echo "no" >&6; }
3161 if test -z "$CC"; then
3162 # Extract the first word of "cc", so it can be a program name with args.
3163 set dummy cc; ac_word=$2
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3165 $as_echo_n "checking for $ac_word... " >&6; }
3166 if ${ac_cv_prog_CC+:} false; then :
3167 $as_echo_n "(cached) " >&6
3169 if test -n "$CC"; then
3170 ac_cv_prog_CC="$CC" # Let the user override the test.
3173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3177 test -z "$as_dir" && as_dir=.
3178 for ac_exec_ext in '' $ac_executable_extensions; do
3179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3180 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3181 ac_prog_rejected=yes
3185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3192 if test $ac_prog_rejected = yes; then
3193 # We found a bogon in the path, so make sure we never use it.
3194 set dummy $ac_cv_prog_CC
3196 if test $# != 0; then
3197 # We chose a different compiler from the bogus one.
3198 # However, it has the same basename, so the bogon will be chosen
3199 # first if we set CC to just the basename; use the full file name.
3201 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3207 if test -n "$CC"; then
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3209 $as_echo "$CC" >&6; }
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3212 $as_echo "no" >&6; }
3217 if test -z "$CC"; then
3218 if test -n "$ac_tool_prefix"; then
3219 for ac_prog in cl.exe
3221 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3224 $as_echo_n "checking for $ac_word... " >&6; }
3225 if ${ac_cv_prog_CC+:} false; then :
3226 $as_echo_n "(cached) " >&6
3228 if test -n "$CC"; then
3229 ac_cv_prog_CC="$CC" # Let the user override the test.
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3235 test -z "$as_dir" && as_dir=.
3236 for ac_exec_ext in '' $ac_executable_extensions; do
3237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3238 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3249 if test -n "$CC"; then
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3251 $as_echo "$CC" >&6; }
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3254 $as_echo "no" >&6; }
3258 test -n "$CC" && break
3261 if test -z "$CC"; then
3263 for ac_prog in cl.exe
3265 # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268 $as_echo_n "checking for $ac_word... " >&6; }
3269 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3270 $as_echo_n "(cached) " >&6
3272 if test -n "$ac_ct_CC"; then
3273 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3279 test -z "$as_dir" && as_dir=.
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3282 ac_cv_prog_ac_ct_CC="$ac_prog"
3283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3292 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3293 if test -n "$ac_ct_CC"; then
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3295 $as_echo "$ac_ct_CC" >&6; }
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3298 $as_echo "no" >&6; }
3302 test -n "$ac_ct_CC" && break
3305 if test "x$ac_ct_CC" = x; then
3308 case $cross_compiling:$ac_tool_warned in
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3311 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3312 ac_tool_warned=yes ;;
3321 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3322 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3323 as_fn_error $? "no acceptable C compiler found in \$PATH
3324 See \`config.log
' for more details" "$LINENO" 5; }
3326 # Provide some information about the compiler.
3327 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3330 for ac_option in --version -v -V -qversion; do
3331 { { ac_try="$ac_compiler $ac_option >&5"
3333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3334 *) ac_try_echo=$ac_try;;
3336 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3337 $as_echo "$ac_try_echo"; } >&5
3338 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3340 if test -s conftest.err; then
3342 ... rest of stderr output deleted ...
3343 10q
' conftest.err >conftest.er1
3344 cat conftest.er1 >&5
3346 rm -f conftest.er1 conftest.err
3347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3348 test $ac_status = 0; }
3351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3352 /* end confdefs.h. */
3362 ac_clean_files_save=$ac_clean_files
3363 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3364 # Try to create an executable without -o first, disregard a.out.
3365 # It will help us diagnose broken compilers, and finding out an intuition
3367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3368 $as_echo_n "checking whether the C compiler works... " >&6; }
3369 ac_link_default=`$as_echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
3371 # The possible output files:
3372 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3375 for ac_file in $ac_files
3378 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3379 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3384 if { { ac_try="$ac_link_default"
3386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3387 *) ac_try_echo=$ac_try;;
3389 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3390 $as_echo "$ac_try_echo"; } >&5
3391 (eval "$ac_link_default") 2>&5
3393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3394 test $ac_status = 0; }; then :
3395 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3396 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3397 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3398 # so that the user can short-circuit this test for compilers unknown to
3400 for ac_file
in $ac_files ''
3402 test -f "$ac_file" ||
continue
3404 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3407 # We found the default executable, but exeext='' is most
3411 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3413 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3415 # We set ac_cv_exeext here because the later test for it is not
3416 # safe: cross compilers may not add the suffix if given an `-o'
3417 # argument, so we may need to know it at that point already.
3418 # Even if this section looks crufty: it has the advantage of
3425 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3430 if test -z "$ac_file"; then :
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3432 $as_echo "no" >&6; }
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.
$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error
77 "C compiler cannot create executables
3439 See \`config.log' for more details" "$LINENO" 5; }
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3442 $as_echo "yes" >&6; }
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3445 $as_echo_n "checking for C compiler default output file name... " >&6; }
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3447 $as_echo "$ac_file" >&6; }
3448 ac_exeext
=$ac_cv_exeext
3450 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3451 ac_clean_files
=$ac_clean_files_save
3452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3453 $as_echo_n "checking for suffix of executables... " >&6; }
3454 if { { ac_try
="$ac_link"
3456 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3457 *) ac_try_echo=$ac_try;;
3459 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3460 $as_echo "$ac_try_echo"; } >&5
3461 (eval "$ac_link") 2>&5
3463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3464 test $ac_status = 0; }; then :
3465 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3466 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3467 # work properly (i.e., refer to `conftest.exe'), while it won't with
3469 for ac_file
in conftest.exe conftest conftest.
*; do
3470 test -f "$ac_file" ||
continue
3472 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3473 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3479 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3480 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3481 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3482 See \`config.log' for more details" "$LINENO" 5; }
3484 rm -f conftest conftest
$ac_cv_exeext
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3486 $as_echo "$ac_cv_exeext" >&6; }
3488 rm -f conftest.
$ac_ext
3489 EXEEXT
=$ac_cv_exeext
3491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3492 /* end confdefs.h. */
3497 FILE *f = fopen ("conftest.out", "w");
3498 return ferror (f) || fclose (f) != 0;
3504 ac_clean_files
="$ac_clean_files conftest.out"
3505 # Check that the compiler produces executables we can run. If not, either
3506 # the compiler is broken, or we cross compile.
3507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3508 $as_echo_n "checking whether we are cross compiling... " >&6; }
3509 if test "$cross_compiling" != yes; then
3510 { { ac_try
="$ac_link"
3512 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3516 $as_echo "$ac_try_echo"; } >&5
3517 (eval "$ac_link") 2>&5
3519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3520 test $ac_status = 0; }
3521 if { ac_try='./conftest$ac_cv_exeext'
3522 { { case "(($ac_try" in
3523 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3524 *) ac_try_echo
=$ac_try;;
3526 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3527 $as_echo "$ac_try_echo"; } >&5
3528 (eval "$ac_try") 2>&5
3530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3531 test $ac_status = 0; }; }; then
3534 if test "$cross_compiling" = maybe
; then
3537 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3538 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3539 as_fn_error $?
"cannot run C compiled programs.
3540 If you meant to cross compile, use \`--host'.
3541 See \`config.log' for more details" "$LINENO" 5; }
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3546 $as_echo "$cross_compiling" >&6; }
3548 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3549 ac_clean_files
=$ac_clean_files_save
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3551 $as_echo_n "checking for suffix of object files... " >&6; }
3552 if ${ac_cv_objext+:} false
; then :
3553 $as_echo_n "(cached) " >&6
3555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3566 rm -f conftest.o conftest.obj
3567 if { { ac_try
="$ac_compile"
3569 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3570 *) ac_try_echo=$ac_try;;
3572 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3573 $as_echo "$ac_try_echo"; } >&5
3574 (eval "$ac_compile") 2>&5
3576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3577 test $ac_status = 0; }; then :
3578 for ac_file in conftest.o conftest.obj conftest.*; do
3579 test -f "$ac_file" || continue;
3581 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3582 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3587 $as_echo "$as_me: failed program was:" >&5
3588 sed 's/^/| /' conftest.$ac_ext >&5
3590 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3591 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3592 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3593 See \
`config.log' for more details" "$LINENO" 5; }
3595 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3598 $as_echo "$ac_cv_objext" >&6; }
3599 OBJEXT=$ac_cv_objext
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3602 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3603 if ${ac_cv_c_compiler_gnu+:} false; then :
3604 $as_echo_n "(cached) " >&6
3606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3607 /* end confdefs.h. */
3620 if ac_fn_c_try_compile "$LINENO"; then :
3625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3626 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3630 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3631 if test $ac_compiler_gnu = yes; then
3636 ac_test_CFLAGS=${CFLAGS+set}
3637 ac_save_CFLAGS=$CFLAGS
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3639 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3640 if ${ac_cv_prog_cc_g+:} false; then :
3641 $as_echo_n "(cached) " >&6
3643 ac_save_c_werror_flag=$ac_c_werror_flag
3644 ac_c_werror_flag=yes
3647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3648 /* end confdefs.h. */
3658 if ac_fn_c_try_compile "$LINENO"; then :
3662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3663 /* end confdefs.h. */
3673 if ac_fn_c_try_compile "$LINENO"; then :
3676 ac_c_werror_flag=$ac_save_c_werror_flag
3678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3679 /* end confdefs.h. */
3689 if ac_fn_c_try_compile "$LINENO"; then :
3692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3697 ac_c_werror_flag=$ac_save_c_werror_flag
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3700 $as_echo "$ac_cv_prog_cc_g" >&6; }
3701 if test "$ac_test_CFLAGS" = set; then
3702 CFLAGS=$ac_save_CFLAGS
3703 elif test $ac_cv_prog_cc_g = yes; then
3704 if test "$GCC" = yes; then
3710 if test "$GCC" = yes; then
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3717 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3718 if ${ac_cv_prog_cc_c89+:} false; then :
3719 $as_echo_n "(cached) " >&6
3721 ac_cv_prog_cc_c89=no
3723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3724 /* end confdefs.h. */
3728 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3729 struct buf { int x; };
3730 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3731 static char *e (p, i)
3737 static char *f (char * (*g) (char **, int), char **p, ...)
3742 s = g (p, va_arg (v,int));
3747 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3748 function prototypes and stuff, but not '\xHH' hex character constants.
3749 These don't provoke an error unfortunately, instead are silently treated
3750 as 'x'. The following induces an error, until -std is added to get
3751 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3752 array size at least. It's necessary to write '\x00'==0 to get something
3753 that's true only with -std. */
3754 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3756 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3757 inside strings and character constants. */
3759 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3761 int test (int i, double x);
3762 struct s1 {int (*f) (int a);};
3763 struct s2 {int (*f) (double a);};
3764 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3770 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3775 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3776 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3778 CC="$ac_save_CC $ac_arg"
3779 if ac_fn_c_try_compile "$LINENO"; then :
3780 ac_cv_prog_cc_c89=$ac_arg
3782 rm -f core conftest.err conftest.$ac_objext
3783 test "x$ac_cv_prog_cc_c89" != "xno" && break
3785 rm -f conftest.$ac_ext
3790 case "x$ac_cv_prog_cc_c89" in
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3793 $as_echo "none needed" >&6; } ;;
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3796 $as_echo "unsupported" >&6; } ;;
3798 CC="$CC $ac_cv_prog_cc_c89"
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3800 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3802 if test "x$ac_cv_prog_cc_c89" != xno; then :
3807 ac_cpp='$CPP $CPPFLAGS'
3808 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3809 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3810 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3813 ac_cpp='$CPP $CPPFLAGS'
3814 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3815 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3816 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3818 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3819 if ${am_cv_prog_cc_c_o+:} false; then :
3820 $as_echo_n "(cached) " >&6
3822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3823 /* end confdefs.h. */
3833 # Make sure it works both with $CC and with simple cc.
3834 # Following AC_PROG_CC_C_O, we do the test twice because some
3835 # compilers refuse to overwrite an existing .o file with -o,
3836 # though they will create one.
3837 am_cv_prog_cc_c_o=yes
3839 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3840 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } \
3844 && test -f conftest2.$ac_objext; then
3847 am_cv_prog_cc_c_o=no
3851 rm -f core conftest*
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3855 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3856 if test "$am_cv_prog_cc_c_o" != yes; then
3857 # Losing compiler, so override with the script.
3858 # FIXME: It is wrong to rewrite CC.
3859 # But if we don't then we get into trouble of one sort or another.
3860 # A longer-term fix would be to have automake use am__CC in this case,
3861 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3862 CC="$am_aux_dir/compile $CC"
3865 ac_cpp='$CPP $CPPFLAGS'
3866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3870 DEPDIR="${am__leading_dot}deps"
3872 ac_config_commands="$ac_config_commands depfiles"
3875 am_make=${MAKE-make}
3876 cat > confinc << 'END'
3878 @echo this is the am__doit target
3881 # If we don't find an include directive, just comment out the code.
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3883 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3887 # First try GNU make style include.
3888 echo "include confinc" > confmf
3889 # Ignore all kinds of additional output from 'make'.
3890 case `$am_make -s -f confmf
2> /dev
/null
` in #(
3891 *the\ am__doit\ target*)
3897 # Now try BSD make style include.
3898 if test "$am__include" = "#"; then
3899 echo '.include "confinc"' > confmf
3900 case `$am_make -s -f confmf
2> /dev
/null
` in #(
3901 *the\ am__doit\ target*)
3902 am__include=.include
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3911 $as_echo "$_am_result" >&6; }
3912 rm -f confinc confmf
3914 # Check whether --enable-dependency-tracking was given.
3915 if test "${enable_dependency_tracking+set}" = set; then :
3916 enableval=$enable_dependency_tracking;
3919 if test "x$enable_dependency_tracking" != xno; then
3920 am_depcomp="$ac_aux_dir/depcomp"
3924 if test "x$enable_dependency_tracking" != xno; then
3934 depcc="$CC" am_compiler_list=
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3937 $as_echo_n "checking dependency style of $depcc... " >&6; }
3938 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3939 $as_echo_n "(cached) " >&6
3941 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3942 # We make a subdir and do the tests there. Otherwise we can end up
3943 # making bogus files that we don't know about and never remove. For
3944 # instance it was reported that on HP-UX the gcc test will end up
3945 # making a dummy file named 'D' -- because '-MD' means "put the output
3949 # Copy depcomp to subdir because otherwise we won't find it if we're
3950 # using a relative directory.
3951 cp "$am_depcomp" conftest.dir
3953 # We will build objects and dependencies in a subdirectory because
3954 # it helps to detect inapplicable dependency modes. For instance
3955 # both Tru64's cc and ICC support -MD to output dependencies as a
3956 # side effect of compilation, but ICC will put the dependencies in
3957 # the current directory while Tru64 will put them in the object
3961 am_cv_CC_dependencies_compiler_type=none
3962 if test "$am_compiler_list" = ""; then
3963 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
3966 case " $depcc " in #(
3967 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3970 for depmode in $am_compiler_list; do
3971 # Setup a source with many dependencies, because some compilers
3972 # like to wrap large dependency lists on column 80 (with \), and
3973 # we should not choose a depcomp mode which is confused by this.
3975 # We need to recreate these files for each test, as the compiler may
3976 # overwrite some of them when testing with obscure command lines.
3977 # This happens at least with the AIX C compiler.
3979 for i in 1 2 3 4 5 6; do
3980 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3981 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3982 # Solaris 10 /bin/sh.
3983 echo '/* dummy */' > sub/conftst$i.h
3985 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3987 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3988 # mode. It turns out that the SunPro C++ compiler does not properly
3989 # handle '-M -o', and we need to detect this. Also, some Intel
3990 # versions had trouble with output in subdirs.
3991 am__obj=sub/conftest.${OBJEXT-o}
3992 am__minus_obj="-o $am__obj"
3995 # This depmode causes a compiler race in universal mode.
3996 test "$am__universal" = false || continue
3999 # After this tag, mechanisms are not by side-effect, so they'll
4000 # only be used when explicitly requested.
4001 if test "x$enable_dependency_tracking" = xyes; then
4007 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4008 # This compiler won't grok '-c -o', but also, the minuso test has
4009 # not run yet. These depmodes are late enough in the game, and
4010 # so weak that their functioning should not be impacted.
4011 am__obj=conftest.${OBJEXT-o}
4016 if depmode=$depmode \
4017 source=sub/conftest.c object=$am__obj \
4018 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4019 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4020 >/dev/null 2>conftest.err &&
4021 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4022 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4023 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4024 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4025 # icc doesn't choke on unknown options, it will just issue warnings
4026 # or remarks (even with -Werror). So we grep stderr for any message
4027 # that says an option was ignored or not supported.
4028 # When given -MP, icc 7.0 and 7.1 complain thusly:
4029 # icc: Command line warning: ignoring option '-M'; no argument required
4030 # The diagnosis changed in icc 8.0:
4031 # icc: Command line remark: option '-MP' not supported
4032 if (grep 'ignoring option' conftest.err ||
4033 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4034 am_cv_CC_dependencies_compiler_type=$depmode
4043 am_cv_CC_dependencies_compiler_type=none
4047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4048 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4049 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4052 test "x$enable_dependency_tracking" != xno \
4053 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4055 am__fastdepCC_FALSE='#'
4057 am__fastdepCC_TRUE='#'
4058 am__fastdepCC_FALSE=
4064 ac_cpp='$CPP $CPPFLAGS'
4065 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4066 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4067 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4069 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4070 # On Suns, sometimes $CPP names a directory.
4071 if test -n "$CPP" && test -d "$CPP"; then
4074 if test -z "$CPP"; then
4075 if ${ac_cv_prog_CPP+:} false; then :
4076 $as_echo_n "(cached) " >&6
4078 # Double quotes because CPP needs to be expanded
4079 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4082 for ac_c_preproc_warn_flag in '' yes
4084 # Use a header file that comes with gcc, so configuring glibc
4085 # with a fresh cross-compiler works.
4086 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4087 # <limits.h> exists even on freestanding compilers.
4088 # On the NeXT, cc -E runs the code through the compiler's parser,
4089 # not just through cpp. "Syntax error" is here to catch this case.
4090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4091 /* end confdefs.h. */
4093 # include <limits.h>
4095 # include <assert.h>
4099 if ac_fn_c_try_cpp "$LINENO"; then :
4102 # Broken: fails on valid input.
4105 rm -f conftest.err conftest.i conftest.$ac_ext
4107 # OK, works on sane cases. Now check whether nonexistent headers
4108 # can be detected and how.
4109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4110 /* end confdefs.h. */
4111 #include <ac_nonexistent.h>
4113 if ac_fn_c_try_cpp "$LINENO"; then :
4114 # Broken: success on invalid input.
4117 # Passes both tests.
4121 rm -f conftest.err conftest.i conftest.$ac_ext
4124 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4125 rm -f conftest.i conftest.err conftest.
$ac_ext
4126 if $ac_preproc_ok; then :
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4139 $as_echo "$CPP" >&6; }
4141 for ac_c_preproc_warn_flag
in '' yes
4143 # Use a header file that comes with gcc, so configuring glibc
4144 # with a fresh cross-compiler works.
4145 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4146 # <limits.h> exists even on freestanding compilers.
4147 # On the NeXT, cc -E runs the code through the compiler's parser,
4148 # not just through cpp. "Syntax error" is here to catch this case.
4149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4150 /* end confdefs.h. */
4152 # include <limits.h>
4154 # include <assert.h>
4158 if ac_fn_c_try_cpp
"$LINENO"; then :
4161 # Broken: fails on valid input.
4164 rm -f conftest.err conftest.i conftest.
$ac_ext
4166 # OK, works on sane cases. Now check whether nonexistent headers
4167 # can be detected and how.
4168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4169 /* end confdefs.h. */
4170 #include <ac_nonexistent.h>
4172 if ac_fn_c_try_cpp
"$LINENO"; then :
4173 # Broken: success on invalid input.
4176 # Passes both tests.
4180 rm -f conftest.err conftest.i conftest.
$ac_ext
4183 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4184 rm -f conftest.i conftest.err conftest.
$ac_ext
4185 if $ac_preproc_ok; then :
4188 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4190 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4191 See \`config.log' for more details" "$LINENO" 5; }
4195 ac_cpp
='$CPP $CPPFLAGS'
4196 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4197 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4198 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4202 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4203 if ${ac_cv_path_GREP+:} false
; then :
4204 $as_echo_n "(cached) " >&6
4206 if test -z "$GREP"; then
4207 ac_path_GREP_found
=false
4208 # Loop through the user's path and test for each of PROGNAME-LIST
4209 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4210 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4213 test -z "$as_dir" && as_dir
=.
4214 for ac_prog
in grep ggrep
; do
4215 for ac_exec_ext
in '' $ac_executable_extensions; do
4216 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4217 as_fn_executable_p
"$ac_path_GREP" ||
continue
4218 # Check for GNU ac_path_GREP and select it if it is found.
4219 # Check for GNU $ac_path_GREP
4220 case `"$ac_path_GREP" --version 2>&1` in
4222 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4225 $as_echo_n 0123456789 >"conftest.in"
4228 cat "conftest.in" "conftest.in" >"conftest.tmp"
4229 mv "conftest.tmp" "conftest.in"
4230 cp "conftest.in" "conftest.nl"
4231 $as_echo 'GREP' >> "conftest.nl"
4232 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4233 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4234 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4235 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4236 # Best one so far, save it but keep looking for a better one
4237 ac_cv_path_GREP
="$ac_path_GREP"
4238 ac_path_GREP_max
=$ac_count
4240 # 10*(2^10) chars as input seems more than enough
4241 test $ac_count -gt 10 && break
4243 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4246 $ac_path_GREP_found && break 3
4251 if test -z "$ac_cv_path_GREP"; then
4252 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4255 ac_cv_path_GREP
=$GREP
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4260 $as_echo "$ac_cv_path_GREP" >&6; }
4261 GREP
="$ac_cv_path_GREP"
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4265 $as_echo_n "checking for egrep... " >&6; }
4266 if ${ac_cv_path_EGREP+:} false
; then :
4267 $as_echo_n "(cached) " >&6
4269 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4270 then ac_cv_path_EGREP
="$GREP -E"
4272 if test -z "$EGREP"; then
4273 ac_path_EGREP_found
=false
4274 # Loop through the user's path and test for each of PROGNAME-LIST
4275 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4276 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4279 test -z "$as_dir" && as_dir
=.
4280 for ac_prog
in egrep; do
4281 for ac_exec_ext
in '' $ac_executable_extensions; do
4282 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4283 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4284 # Check for GNU ac_path_EGREP and select it if it is found.
4285 # Check for GNU $ac_path_EGREP
4286 case `"$ac_path_EGREP" --version 2>&1` in
4288 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4291 $as_echo_n 0123456789 >"conftest.in"
4294 cat "conftest.in" "conftest.in" >"conftest.tmp"
4295 mv "conftest.tmp" "conftest.in"
4296 cp "conftest.in" "conftest.nl"
4297 $as_echo 'EGREP' >> "conftest.nl"
4298 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4299 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4300 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4301 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4302 # Best one so far, save it but keep looking for a better one
4303 ac_cv_path_EGREP
="$ac_path_EGREP"
4304 ac_path_EGREP_max
=$ac_count
4306 # 10*(2^10) chars as input seems more than enough
4307 test $ac_count -gt 10 && break
4309 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4312 $ac_path_EGREP_found && break 3
4317 if test -z "$ac_cv_path_EGREP"; then
4318 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4321 ac_cv_path_EGREP
=$EGREP
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4327 $as_echo "$ac_cv_path_EGREP" >&6; }
4328 EGREP
="$ac_cv_path_EGREP"
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4332 $as_echo_n "checking for ANSI C header files... " >&6; }
4333 if ${ac_cv_header_stdc+:} false
; then :
4334 $as_echo_n "(cached) " >&6
4336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4337 /* end confdefs.h. */
4351 if ac_fn_c_try_compile
"$LINENO"; then :
4352 ac_cv_header_stdc
=yes
4354 ac_cv_header_stdc
=no
4356 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4358 if test $ac_cv_header_stdc = yes; then
4359 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4361 /* end confdefs.h. */
4365 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4366 $EGREP "memchr" >/dev
/null
2>&1; then :
4369 ac_cv_header_stdc
=no
4375 if test $ac_cv_header_stdc = yes; then
4376 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4378 /* end confdefs.h. */
4382 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4383 $EGREP "free" >/dev
/null
2>&1; then :
4386 ac_cv_header_stdc
=no
4392 if test $ac_cv_header_stdc = yes; then
4393 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4394 if test "$cross_compiling" = yes; then :
4397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4398 /* end confdefs.h. */
4401 #if ((' ' & 0x0FF) == 0x020)
4402 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4403 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4405 # define ISLOWER(c) \
4406 (('a' <= (c) && (c) <= 'i') \
4407 || ('j' <= (c) && (c) <= 'r') \
4408 || ('s' <= (c) && (c) <= 'z'))
4409 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4412 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4417 for (i = 0; i < 256; i++)
4418 if (XOR (islower (i), ISLOWER (i))
4419 || toupper (i) != TOUPPER (i))
4424 if ac_fn_c_try_run
"$LINENO"; then :
4427 ac_cv_header_stdc
=no
4429 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4430 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4436 $as_echo "$ac_cv_header_stdc" >&6; }
4437 if test $ac_cv_header_stdc = yes; then
4439 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4443 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4444 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4445 inttypes.h stdint.h unistd.h
4447 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4448 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4450 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4451 cat >>confdefs.h
<<_ACEOF
4452 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4461 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4462 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4469 if test "$MINIX" = yes; then
4471 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4474 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4477 $as_echo "#define _MINIX 1" >>confdefs.h
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4483 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4484 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4485 $as_echo_n "(cached) " >&6
4487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4488 /* end confdefs.h. */
4490 # define __EXTENSIONS__ 1
4491 $ac_includes_default
4500 if ac_fn_c_try_compile
"$LINENO"; then :
4501 ac_cv_safe_to_define___extensions__
=yes
4503 ac_cv_safe_to_define___extensions__
=no
4505 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4508 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4509 test $ac_cv_safe_to_define___extensions__ = yes &&
4510 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4512 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4514 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4516 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4518 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4526 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4531 macro_version
='2.2.7a'
4532 macro_revision
='1.3134'
4546 ltmain
="$ac_aux_dir/ltmain.sh"
4548 # Backslashify metacharacters that are still active within
4549 # double-quoted strings.
4550 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
4552 # Same as above, but do not quote variable references.
4553 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
4555 # Sed substitution to delay expansion of an escaped shell variable in a
4556 # double_quote_subst'ed string.
4557 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
4559 # Sed substitution to delay expansion of an escaped single quote.
4560 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
4562 # Sed substitution to avoid accidental globbing in evaled expressions
4563 no_glob_subst
='s/\*/\\\*/g'
4565 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4566 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4567 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4570 $as_echo_n "checking how to print strings... " >&6; }
4571 # Test print first, because it will be a builtin if present.
4572 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4573 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4575 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4578 # Use this function as a fallback that always works.
4579 func_fallback_echo ()
4581 eval 'cat <<_LTECHO_EOF
4585 ECHO='func_fallback_echo
'
4588 # func_echo_all arg...
4589 # Invoke $ECHO with all args, space-separated.
4596 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4597 $as_echo "printf" >&6; } ;;
4598 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4599 $as_echo "print -r" >&6; } ;;
4600 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4601 $as_echo "cat" >&6; } ;;
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4618 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4619 if ${ac_cv_path_SED+:} false; then :
4620 $as_echo_n "(cached) " >&6
4622 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4623 for ac_i in 1 2 3 4 5 6 7; do
4624 ac_script="$ac_script$as_nl$ac_script"
4626 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4627 { ac_script=; unset ac_script;}
4628 if test -z "$SED"; then
4629 ac_path_SED_found=false
4630 # Loop through the user's path and
test for each of PROGNAME-LIST
4631 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4635 test -z "$as_dir" && as_dir
=.
4636 for ac_prog
in sed gsed
; do
4637 for ac_exec_ext
in '' $ac_executable_extensions; do
4638 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
4639 as_fn_executable_p
"$ac_path_SED" ||
continue
4640 # Check for GNU ac_path_SED and select it if it is found.
4641 # Check for GNU $ac_path_SED
4642 case `"$ac_path_SED" --version 2>&1` in
4644 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
4647 $as_echo_n 0123456789 >"conftest.in"
4650 cat "conftest.in" "conftest.in" >"conftest.tmp"
4651 mv "conftest.tmp" "conftest.in"
4652 cp "conftest.in" "conftest.nl"
4653 $as_echo '' >> "conftest.nl"
4654 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4655 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4656 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4657 if test $ac_count -gt ${ac_path_SED_max-0}; then
4658 # Best one so far, save it but keep looking for a better one
4659 ac_cv_path_SED
="$ac_path_SED"
4660 ac_path_SED_max
=$ac_count
4662 # 10*(2^10) chars as input seems more than enough
4663 test $ac_count -gt 10 && break
4665 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4668 $ac_path_SED_found && break 3
4673 if test -z "$ac_cv_path_SED"; then
4674 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4682 $as_echo "$ac_cv_path_SED" >&6; }
4683 SED
="$ac_cv_path_SED"
4686 test -z "$SED" && SED
=sed
4687 Xsed
="$SED -e 1s/^X//"
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4700 $as_echo_n "checking for fgrep... " >&6; }
4701 if ${ac_cv_path_FGREP+:} false
; then :
4702 $as_echo_n "(cached) " >&6
4704 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
4705 then ac_cv_path_FGREP
="$GREP -F"
4707 if test -z "$FGREP"; then
4708 ac_path_FGREP_found
=false
4709 # Loop through the user's path and test for each of PROGNAME-LIST
4710 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4711 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4714 test -z "$as_dir" && as_dir
=.
4715 for ac_prog
in fgrep
; do
4716 for ac_exec_ext
in '' $ac_executable_extensions; do
4717 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
4718 as_fn_executable_p
"$ac_path_FGREP" ||
continue
4719 # Check for GNU ac_path_FGREP and select it if it is found.
4720 # Check for GNU $ac_path_FGREP
4721 case `"$ac_path_FGREP" --version 2>&1` in
4723 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
4726 $as_echo_n 0123456789 >"conftest.in"
4729 cat "conftest.in" "conftest.in" >"conftest.tmp"
4730 mv "conftest.tmp" "conftest.in"
4731 cp "conftest.in" "conftest.nl"
4732 $as_echo 'FGREP' >> "conftest.nl"
4733 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4734 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4735 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4736 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4737 # Best one so far, save it but keep looking for a better one
4738 ac_cv_path_FGREP
="$ac_path_FGREP"
4739 ac_path_FGREP_max
=$ac_count
4741 # 10*(2^10) chars as input seems more than enough
4742 test $ac_count -gt 10 && break
4744 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4747 $ac_path_FGREP_found && break 3
4752 if test -z "$ac_cv_path_FGREP"; then
4753 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4756 ac_cv_path_FGREP
=$FGREP
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4762 $as_echo "$ac_cv_path_FGREP" >&6; }
4763 FGREP
="$ac_cv_path_FGREP"
4766 test -z "$GREP" && GREP
=grep
4786 # Check whether --with-gnu-ld was given.
4787 if test "${with_gnu_ld+set}" = set; then :
4788 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
4794 if test "$GCC" = yes; then
4795 # Check if gcc -print-prog-name=ld gives a path.
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4797 $as_echo_n "checking for ld used by $CC... " >&6; }
4800 # gcc leaves a trailing carriage return which upsets mingw
4801 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4803 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4806 # Accept absolute paths.
4808 re_direlt
='/[^/][^/]*/\.\./'
4809 # Canonicalize the pathname of ld
4810 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4811 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4812 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4814 test -z "$LD" && LD
="$ac_prog"
4817 # If it fails, then pretend we aren't using GCC.
4821 # If it is relative, then search for the first ld in PATH.
4825 elif test "$with_gnu_ld" = yes; then
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4827 $as_echo_n "checking for GNU ld... " >&6; }
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4830 $as_echo_n "checking for non-GNU ld... " >&6; }
4832 if ${lt_cv_path_LD+:} false
; then :
4833 $as_echo_n "(cached) " >&6
4835 if test -z "$LD"; then
4836 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4837 for ac_dir
in $PATH; do
4839 test -z "$ac_dir" && ac_dir
=.
4840 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4841 lt_cv_path_LD
="$ac_dir/$ac_prog"
4842 # Check to see if the program is GNU ld. I'd rather use --version,
4843 # but apparently some variants of GNU ld only accept -v.
4844 # Break only if it was the GNU/non-GNU ld that we prefer.
4845 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4846 *GNU
* |
*'with BFD'*)
4847 test "$with_gnu_ld" != no
&& break
4850 test "$with_gnu_ld" != yes && break
4857 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4862 if test -n "$LD"; then
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4864 $as_echo "$LD" >&6; }
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4867 $as_echo "no" >&6; }
4869 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4871 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4872 if ${lt_cv_prog_gnu_ld+:} false
; then :
4873 $as_echo_n "(cached) " >&6
4875 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4876 case `$LD -v 2>&1 </dev/null` in
4877 *GNU
* |
*'with BFD'*)
4878 lt_cv_prog_gnu_ld
=yes
4881 lt_cv_prog_gnu_ld
=no
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4886 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4887 with_gnu_ld
=$lt_cv_prog_gnu_ld
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4898 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4899 if ${lt_cv_path_NM+:} false
; then :
4900 $as_echo_n "(cached) " >&6
4902 if test -n "$NM"; then
4903 # Let the user override the nm to test.
4904 lt_nm_to_check
="$NM"
4906 lt_nm_to_check
="${ac_tool_prefix}nm"
4907 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4908 lt_nm_to_check
="$lt_nm_to_check nm"
4911 for lt_tmp_nm
in "$lt_nm_to_check"; do
4912 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4913 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4915 test -z "$ac_dir" && ac_dir
=.
4916 # Strip out any user-provided options from the nm to test twice,
4917 # the first time to test to see if nm (rather than its options) has
4918 # an explicit path, the second time to yield a file which can be
4920 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
4921 case "$tmp_nm_path" in
4922 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
4923 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
4925 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
4926 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
4927 # Check to see if the nm accepts a BSD-compat flag.
4928 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4929 # nm: unknown option "B" ignored
4930 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
4931 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
4935 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
4937 lt_cv_path_NM
="$tmp_nm -p"
4941 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4942 continue # so that we can try to find one that supports BSD flags
4951 : ${lt_cv_path_NM=no}
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4954 $as_echo "$lt_cv_path_NM" >&6; }
4955 if test "$lt_cv_path_NM" != "no"; then
4958 # Didn't find any BSD compatible name lister, look for dumpbin.
4959 if test -n "$DUMPBIN"; then :
4960 # Let the user override the test.
4962 if test -n "$ac_tool_prefix"; then
4963 for ac_prog
in dumpbin
"link -dump"
4965 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4966 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4968 $as_echo_n "checking for $ac_word... " >&6; }
4969 if ${ac_cv_prog_DUMPBIN+:} false
; then :
4970 $as_echo_n "(cached) " >&6
4972 if test -n "$DUMPBIN"; then
4973 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4975 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4979 test -z "$as_dir" && as_dir
=.
4980 for ac_exec_ext
in '' $ac_executable_extensions; do
4981 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4982 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4992 DUMPBIN
=$ac_cv_prog_DUMPBIN
4993 if test -n "$DUMPBIN"; then
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4995 $as_echo "$DUMPBIN" >&6; }
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4998 $as_echo "no" >&6; }
5002 test -n "$DUMPBIN" && break
5005 if test -z "$DUMPBIN"; then
5006 ac_ct_DUMPBIN
=$DUMPBIN
5007 for ac_prog
in dumpbin
"link -dump"
5009 # Extract the first word of "$ac_prog", so it can be a program name with args.
5010 set dummy
$ac_prog; ac_word
=$2
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5012 $as_echo_n "checking for $ac_word... " >&6; }
5013 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5014 $as_echo_n "(cached) " >&6
5016 if test -n "$ac_ct_DUMPBIN"; then
5017 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5019 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5023 test -z "$as_dir" && as_dir
=.
5024 for ac_exec_ext
in '' $ac_executable_extensions; do
5025 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5026 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5036 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5037 if test -n "$ac_ct_DUMPBIN"; then
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5039 $as_echo "$ac_ct_DUMPBIN" >&6; }
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5046 test -n "$ac_ct_DUMPBIN" && break
5049 if test "x$ac_ct_DUMPBIN" = x
; then
5052 case $cross_compiling:$ac_tool_warned in
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5055 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5056 ac_tool_warned
=yes ;;
5058 DUMPBIN
=$ac_ct_DUMPBIN
5062 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5064 DUMPBIN
="$DUMPBIN -symbols"
5072 if test "$DUMPBIN" != ":"; then
5076 test -z "$NM" && NM
=nm
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5084 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5085 if ${lt_cv_nm_interface+:} false
; then :
5086 $as_echo_n "(cached) " >&6
5088 lt_cv_nm_interface
="BSD nm"
5089 echo "int some_variable = 0;" > conftest.
$ac_ext
5090 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5091 (eval "$ac_compile" 2>conftest.err
)
5092 cat conftest.err
>&5
5093 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5094 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5095 cat conftest.err
>&5
5096 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5097 cat conftest.out
>&5
5098 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5099 lt_cv_nm_interface
="MS dumpbin"
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5104 $as_echo "$lt_cv_nm_interface" >&6; }
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5107 $as_echo_n "checking whether ln -s works... " >&6; }
5109 if test "$LN_S" = "ln -s"; then
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5111 $as_echo "yes" >&6; }
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5114 $as_echo "no, using $LN_S" >&6; }
5117 # find the maximum length of command line arguments
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5119 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5120 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5121 $as_echo_n "(cached) " >&6
5128 # On DJGPP, this test can blow up pretty badly due to problems in libc
5129 # (any single argument exceeding 2000 bytes causes a buffer overrun
5130 # during glob expansion). Even if it were fixed, the result of this
5131 # check would be larger than it should be.
5132 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5136 # Under GNU Hurd, this test is not required because there is
5137 # no limit to the length of command line arguments.
5138 # Libtool will interpret -1 as no limit whatsoever
5139 lt_cv_sys_max_cmd_len
=-1;
5142 cygwin
* | mingw
* | cegcc
*)
5143 # On Win9x/ME, this test blows up -- it succeeds, but takes
5144 # about 5 minutes as the teststring grows exponentially.
5145 # Worse, since 9x/ME are not pre-emptively multitasking,
5146 # you end up with a "frozen" computer, even though with patience
5147 # the test eventually succeeds (with a max line length of 256k).
5148 # Instead, let's just punt: use the minimum linelength reported by
5149 # all of the supported platforms: 8192 (on NT/2K/XP).
5150 lt_cv_sys_max_cmd_len
=8192;
5154 # On MiNT this can take a long time and run out of memory.
5155 lt_cv_sys_max_cmd_len
=8192;
5159 # On AmigaOS with pdksh, this test takes hours, literally.
5160 # So we just punt and use a minimum line length of 8192.
5161 lt_cv_sys_max_cmd_len
=8192;
5164 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5165 # This has been around since 386BSD, at least. Likely further.
5166 if test -x /sbin
/sysctl
; then
5167 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5168 elif test -x /usr
/sbin
/sysctl
; then
5169 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5171 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5173 # And add a safety zone
5174 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5175 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5179 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5180 lt_cv_sys_max_cmd_len
=196608
5184 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5185 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5186 # nice to cause kernel panics so lets avoid the loop below.
5187 # First set a reasonable default.
5188 lt_cv_sys_max_cmd_len
=16384
5190 if test -x /sbin
/sysconfig
; then
5191 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5192 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5197 lt_cv_sys_max_cmd_len
=102400
5199 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5200 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5201 if test -n "$kargmax"; then
5202 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5204 lt_cv_sys_max_cmd_len
=32768
5208 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5209 if test -n "$lt_cv_sys_max_cmd_len"; then
5210 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5211 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5213 # Make teststring a little bigger before we do anything with it.
5214 # a 1K string should be a reasonable start.
5215 for i
in 1 2 3 4 5 6 7 8 ; do
5216 teststring
=$teststring$teststring
5218 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5219 # If test is not a shell built-in, we'll probably end up computing a
5220 # maximum length that is only half of the actual maximum length, but
5222 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5223 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5224 test $i != 17 # 1/2 MB should be enough
5227 teststring
=$teststring$teststring
5229 # Only check the string length outside the loop.
5230 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5232 # Add a significant safety factor because C++ compilers can tack on
5233 # massive amounts of additional arguments before passing them to the
5234 # linker. It appears as though 1/2 is a usable value.
5235 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5242 if test -n $lt_cv_sys_max_cmd_len ; then
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5244 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5247 $as_echo "none" >&6; }
5249 max_cmd_len
=$lt_cv_sys_max_cmd_len
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5261 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5262 # Try some XSI features
5265 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5267 && eval 'test $(( 1 + 1 )) -eq 2 \
5268 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5271 $as_echo "$xsi_shell" >&6; }
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5275 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5277 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5279 && lt_shell_append=yes
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5281 $as_echo "$lt_shell_append" >&6; }
5284 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5294 # test EBCDIC or ASCII
5295 case `echo X|tr X '\101'` in
5296 A) # ASCII based system
5297 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5298 lt_SP2NL='tr \040 \012'
5299 lt_NL2SP='tr \015\012 \040\040'
5301 *) # EBCDIC based system
5302 lt_SP2NL='tr \100 \n'
5303 lt_NL2SP='tr \r\n \100\100'
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5316 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5317 if ${lt_cv_ld_reload_flag+:} false; then :
5318 $as_echo_n "(cached
) " >&6
5320 lt_cv_ld_reload_flag='-r'
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5323 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5324 reload_flag=$lt_cv_ld_reload_flag
5325 case $reload_flag in
5327 *) reload_flag=" $reload_flag" ;;
5329 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5332 if test "$GCC" = yes; then
5333 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5335 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5348 if test -n "$ac_tool_prefix"; then
5349 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5350 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5352 $as_echo_n "checking
for $ac_word...
" >&6; }
5353 if ${ac_cv_prog_OBJDUMP+:} false; then :
5354 $as_echo_n "(cached
) " >&6
5356 if test -n "$OBJDUMP"; then
5357 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5363 test -z "$as_dir" && as_dir=.
5364 for ac_exec_ext in '' $ac_executable_extensions; do
5365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5366 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5367 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5376 OBJDUMP=$ac_cv_prog_OBJDUMP
5377 if test -n "$OBJDUMP"; then
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5379 $as_echo "$OBJDUMP" >&6; }
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5382 $as_echo "no
" >&6; }
5387 if test -z "$ac_cv_prog_OBJDUMP"; then
5388 ac_ct_OBJDUMP=$OBJDUMP
5389 # Extract the first word of "objdump
", so it can be a program name with args.
5390 set dummy objdump; ac_word=$2
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5392 $as_echo_n "checking
for $ac_word...
" >&6; }
5393 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5394 $as_echo_n "(cached
) " >&6
5396 if test -n "$ac_ct_OBJDUMP"; then
5397 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 test -z "$as_dir" && as_dir=.
5404 for ac_exec_ext in '' $ac_executable_extensions; do
5405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5406 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5407 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5416 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5417 if test -n "$ac_ct_OBJDUMP"; then
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5419 $as_echo "$ac_ct_OBJDUMP" >&6; }
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5422 $as_echo "no
" >&6; }
5425 if test "x
$ac_ct_OBJDUMP" = x; then
5428 case $cross_compiling:$ac_tool_warned in
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5431 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5432 ac_tool_warned=yes ;;
5434 OBJDUMP=$ac_ct_OBJDUMP
5437 OBJDUMP="$ac_cv_prog_OBJDUMP"
5440 test -z "$OBJDUMP" && OBJDUMP=objdump
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5451 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5452 if ${lt_cv_deplibs_check_method+:} false; then :
5453 $as_echo_n "(cached
) " >&6
5455 lt_cv_file_magic_cmd='$MAGIC_CMD'
5456 lt_cv_file_magic_test_file=
5457 lt_cv_deplibs_check_method='unknown'
5458 # Need to set the preceding variable on all platforms that support
5459 # interlibrary dependencies.
5460 # 'none' -- dependencies not supported.
5461 # `unknown' -- same as none, but documents that we really don't know.
5462 # 'pass_all' -- all dependencies passed with no checks.
5463 # 'test_compile' -- check by making test program.
5464 # 'file_magic [[regex]]' -- check by looking for files in library path
5465 # which responds to the $file_magic_cmd with a given extended regex.
5466 # If you have `file' or equivalent on your system and you're not sure
5467 # whether `pass_all' will *always* work, you probably want this one.
5471 lt_cv_deplibs_check_method=pass_all
5475 lt_cv_deplibs_check_method=pass_all
5479 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5480 lt_cv_file_magic_cmd='/usr/bin/file -L'
5481 lt_cv_file_magic_test_file=/shlib/libc.so
5485 # func_win32_libid is a shell function defined in ltmain.sh
5486 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5487 lt_cv_file_magic_cmd='func_win32_libid'
5491 # Base MSYS/MinGW do not provide the 'file' command needed by
5492 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5493 # unless we find 'file', for example because we are cross-compiling.
5494 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5495 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
5496 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5497 lt_cv_file_magic_cmd='func_win32_libid'
5499 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5500 lt_cv_file_magic_cmd='$OBJDUMP -f'
5505 # use the weaker test based on 'objdump'. See mingw*.
5506 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5507 lt_cv_file_magic_cmd='$OBJDUMP -f'
5510 darwin* | rhapsody*)
5511 lt_cv_deplibs_check_method=pass_all
5514 freebsd* | dragonfly*)
5515 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5518 # Not sure whether the presence of OpenBSD here was a mistake.
5519 # Let's accept both of them until this is cleared up.
5520 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5521 lt_cv_file_magic_cmd=/usr/bin/file
5522 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5526 lt_cv_deplibs_check_method=pass_all
5531 lt_cv_deplibs_check_method=pass_all
5535 lt_cv_deplibs_check_method=pass_all
5538 hpux10.20* | hpux11*)
5539 lt_cv_file_magic_cmd=/usr/bin/file
5542 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5543 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5546 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]'
5547 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5550 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5551 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5557 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5558 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5561 irix5* | irix6* | nonstopux*)
5563 *-32|*"-32 ") libmagic=32-bit;;
5564 *-n32|*"-n32 ") libmagic=N32;;
5565 *-64|*"-64 ") libmagic=64-bit;;
5566 *) libmagic=never-match;;
5568 lt_cv_deplibs_check_method=pass_all
5571 # This must be Linux ELF.
5572 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
5573 lt_cv_deplibs_check_method=pass_all
5577 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5578 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5580 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5585 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5586 lt_cv_file_magic_cmd=/usr/bin/file
5587 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5591 lt_cv_deplibs_check_method=pass_all
5595 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5596 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5598 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5602 osf3* | osf4* | osf5*)
5603 lt_cv_deplibs_check_method=pass_all
5607 lt_cv_deplibs_check_method=pass_all
5611 lt_cv_deplibs_check_method=pass_all
5614 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5615 lt_cv_deplibs_check_method=pass_all
5619 case $host_vendor in
5621 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]'
5622 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5625 lt_cv_deplibs_check_method=pass_all
5628 lt_cv_file_magic_cmd='/bin/file'
5629 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5632 lt_cv_file_magic_cmd='/bin/file'
5633 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5634 lt_cv_file_magic_test_file=/lib/libc.so
5637 lt_cv_deplibs_check_method=pass_all
5640 lt_cv_deplibs_check_method=pass_all
5646 lt_cv_deplibs_check_method=pass_all
5649 # Assume VxWorks cross toolchains are built on Linux, possibly
5650 # as canadian for Windows hosts.
5651 lt_cv_deplibs_check_method=pass_all
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
5657 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5658 file_magic_cmd=$lt_cv_file_magic_cmd
5659 deplibs_check_method=$lt_cv_deplibs_check_method
5660 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5674 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
5675 for plugin in $plugin_names; do
5676 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5677 if test x$plugin_so = x$plugin; then
5678 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5680 if test x$plugin_so != x$plugin; then
5681 plugin_option="--plugin $plugin_so"
5686 if test -n "$ac_tool_prefix"; then
5687 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5688 set dummy ${ac_tool_prefix}ar; ac_word=$2
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5690 $as_echo_n "checking
for $ac_word...
" >&6; }
5691 if ${ac_cv_prog_AR+:} false; then :
5692 $as_echo_n "(cached
) " >&6
5694 if test -n "$AR"; then
5695 ac_cv_prog_AR="$AR" # Let the user override the test.
5697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5701 test -z "$as_dir" && as_dir=.
5702 for ac_exec_ext in '' $ac_executable_extensions; do
5703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5704 ac_cv_prog_AR="${ac_tool_prefix}ar"
5705 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5715 if test -n "$AR"; then
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
5717 $as_echo "$AR" >&6; }
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5720 $as_echo "no
" >&6; }
5725 if test -z "$ac_cv_prog_AR"; then
5727 # Extract the first word of "ar", so it can be a program name with args.
5728 set dummy ar; ac_word=$2
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5730 $as_echo_n "checking
for $ac_word...
" >&6; }
5731 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5732 $as_echo_n "(cached
) " >&6
5734 if test -n "$ac_ct_AR"; then
5735 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5741 test -z "$as_dir" && as_dir=.
5742 for ac_exec_ext in '' $ac_executable_extensions; do
5743 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5744 ac_cv_prog_ac_ct_AR="ar"
5745 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5754 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5755 if test -n "$ac_ct_AR"; then
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
5757 $as_echo "$ac_ct_AR" >&6; }
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5760 $as_echo "no
" >&6; }
5763 if test "x
$ac_ct_AR" = x; then
5766 case $cross_compiling:$ac_tool_warned in
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5769 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5770 ac_tool_warned=yes ;;
5778 test -z "$AR" && AR=ar
5779 if test -n "$plugin_option"; then
5780 if $AR --help 2>&1 | grep -q "\
--plugin"; then
5782 $AR $plugin_option rc conftest.a conftest.c
5783 if test "$?
" != 0; then
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
5785 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
5787 AR="$AR $plugin_option"
5792 test -z "$AR_FLAGS" && AR_FLAGS=cru
5804 if test -n "$ac_tool_prefix"; then
5805 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5806 set dummy ${ac_tool_prefix}strip; ac_word=$2
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5808 $as_echo_n "checking
for $ac_word...
" >&6; }
5809 if ${ac_cv_prog_STRIP+:} false; then :
5810 $as_echo_n "(cached
) " >&6
5812 if test -n "$STRIP"; then
5813 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 test -z "$as_dir" && as_dir=.
5820 for ac_exec_ext in '' $ac_executable_extensions; do
5821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5822 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5823 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5832 STRIP=$ac_cv_prog_STRIP
5833 if test -n "$STRIP"; then
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
5835 $as_echo "$STRIP" >&6; }
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5838 $as_echo "no
" >&6; }
5843 if test -z "$ac_cv_prog_STRIP"; then
5845 # Extract the first word of "strip
", so it can be a program name with args.
5846 set dummy strip; ac_word=$2
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5848 $as_echo_n "checking
for $ac_word...
" >&6; }
5849 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5850 $as_echo_n "(cached
) " >&6
5852 if test -n "$ac_ct_STRIP"; then
5853 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859 test -z "$as_dir" && as_dir=.
5860 for ac_exec_ext in '' $ac_executable_extensions; do
5861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5862 ac_cv_prog_ac_ct_STRIP="strip
"
5863 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5872 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5873 if test -n "$ac_ct_STRIP"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
5875 $as_echo "$ac_ct_STRIP" >&6; }
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5878 $as_echo "no
" >&6; }
5881 if test "x
$ac_ct_STRIP" = x; then
5884 case $cross_compiling:$ac_tool_warned in
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5887 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5888 ac_tool_warned=yes ;;
5893 STRIP="$ac_cv_prog_STRIP"
5896 test -z "$STRIP" && STRIP=:
5903 if test -n "$ac_tool_prefix"; then
5904 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5905 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5907 $as_echo_n "checking
for $ac_word...
" >&6; }
5908 if ${ac_cv_prog_RANLIB+:} false; then :
5909 $as_echo_n "(cached
) " >&6
5911 if test -n "$RANLIB"; then
5912 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5931 RANLIB=$ac_cv_prog_RANLIB
5932 if test -n "$RANLIB"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
5934 $as_echo "$RANLIB" >&6; }
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5937 $as_echo "no
" >&6; }
5942 if test -z "$ac_cv_prog_RANLIB"; then
5943 ac_ct_RANLIB=$RANLIB
5944 # Extract the first word of "ranlib
", so it can be a program name with args.
5945 set dummy ranlib; ac_word=$2
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5947 $as_echo_n "checking
for $ac_word...
" >&6; }
5948 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5949 $as_echo_n "(cached
) " >&6
5951 if test -n "$ac_ct_RANLIB"; then
5952 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5958 test -z "$as_dir" && as_dir=.
5959 for ac_exec_ext in '' $ac_executable_extensions; do
5960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5961 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5962 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5971 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5972 if test -n "$ac_ct_RANLIB"; then
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
5974 $as_echo "$ac_ct_RANLIB" >&6; }
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5977 $as_echo "no
" >&6; }
5980 if test "x
$ac_ct_RANLIB" = x; then
5983 case $cross_compiling:$ac_tool_warned in
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5986 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5987 ac_tool_warned=yes ;;
5989 RANLIB=$ac_ct_RANLIB
5992 RANLIB="$ac_cv_prog_RANLIB"
5995 test -z "$RANLIB" && RANLIB=:
5996 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5997 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
5998 RANLIB="$RANLIB $plugin_option"
6007 # Determine commands to create old-style static archives.
6008 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6009 old_postinstall_cmds='chmod 644 $oldlib'
6010 old_postuninstall_cmds=
6012 if test -n "$RANLIB"; then
6015 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6018 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6021 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6026 lock_old_archive_extraction=yes ;;
6028 lock_old_archive_extraction=no ;;
6069 # If no C compiler was specified, use CC.
6072 # If no C compiler flags were specified, use CFLAGS.
6073 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6075 # Allow CC to be a program name with arguments.
6079 # Check for command to grab the raw symbol name followed by C symbol from nm.
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6081 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6082 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6083 $as_echo_n "(cached
) " >&6
6086 # These are sane defaults that work on at least a few old systems.
6087 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6089 # Character class describing NM global symbol codes.
6090 symcode='[BCDEGRST]'
6092 # Regexp to match symbols that can be accessed directly from C.
6093 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6095 # Define system-specific variables.
6100 cygwin* | mingw* | pw32* | cegcc*)
6101 symcode='[ABCDGISTW]'
6104 if test "$host_cpu" = ia64; then
6105 symcode='[ABCDEGRST]'
6109 symcode='[BCDEGRST]'
6112 symcode='[BCDEGQRST]'
6123 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6131 # If we're using GNU nm, then use its standard symbol codes.
6132 case `$NM -V 2>&1` in
6133 *GNU* | *'with BFD'*)
6134 symcode='[ABCDGIRSTW]' ;;
6137 # Transform an extracted symbol line into a proper C declaration.
6138 # Some systems (esp. on ia64) link data and code symbols differently,
6139 # so use this general approach.
6140 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6142 # Transform an extracted symbol line into symbol name and symbol address
6143 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6144 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'"
6146 # Handle CRLF in mingw tool chain
6150 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6154 # Try without a prefix underscore, then with it.
6155 for ac_symprfx in "" "_
"; do
6157 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6158 symxfrm="\\1 $ac_symprfx\\2 \\2"
6160 # Write the raw and C identifiers.
6161 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6162 # Fake it for dumpbin and say T for any non-static function
6163 # and D for any global variable.
6164 # Also find C++ and __fastcall symbols from MSVC++,
6165 # which start with @ or ?.
6166 lt_cv_sys_global_symbol_pipe="$AWK '"\
6167 " {last_section=section; section=\$ 3};"\
6168 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6169 " \$ 0!~/External *\|/{next};"\
6170 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6171 " {if(hide[section]) next};"\
6172 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6173 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6174 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6175 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6176 " ' prfx
=^
$ac_symprfx"
6178 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6181 # Check to see that the pipe works correctly.
6185 cat > conftest.$ac_ext <<_LT_EOF
6190 void nm_test_func(void);
6191 void nm_test_func(void){}
6195 int main(){nm_test_var='a';nm_test_func();return(0);}
6198 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6199 (eval $ac_compile) 2>&5
6201 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6202 test $ac_status = 0; }; then
6203 # Now try to grab the symbols.
6205 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6206 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6208 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6209 test $ac_status = 0; } && test -s "$nlist"; then
6210 # Try sorting and uniquifying the output.
6211 if sort "$nlist" | uniq > "$nlist"T; then
6212 mv -f "$nlist"T "$nlist"
6217 # Make sure that we snagged all the symbols we need.
6218 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6219 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6220 cat <<_LT_EOF > conftest.$ac_ext
6226 # Now generate the symbol file.
6227 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6229 cat <<_LT_EOF >> conftest.$ac_ext
6231 /* The mapping between symbol names and symbols. */
6236 lt__PROGRAM__LTX_preloaded_symbols[] =
6238 { "@PROGRAM@
", (void *) 0 },
6240 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6241 cat <<\_LT_EOF >> conftest.$ac_ext
6245 /* This works around a problem in FreeBSD linker */
6246 #ifdef FREEBSD_WORKAROUND
6247 static const void *lt_preloaded_setup() {
6248 return lt__PROGRAM__LTX_preloaded_symbols;
6256 # Now try linking the two files.
6257 mv conftest.$ac_objext conftstm.$ac_objext
6258 lt_save_LIBS="$LIBS"
6259 lt_save_CFLAGS="$CFLAGS"
6260 LIBS="conftstm.
$ac_objext"
6261 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6262 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6263 (eval $ac_link) 2>&5
6265 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6266 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6269 LIBS="$lt_save_LIBS"
6270 CFLAGS="$lt_save_CFLAGS"
6272 echo "cannot
find nm_test_func
in $nlist" >&5
6275 echo "cannot
find nm_test_var
in $nlist" >&5
6278 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6281 echo "$progname: failed program was
:" >&5
6282 cat conftest.$ac_ext >&5
6284 rm -rf conftest* conftst*
6286 # Do not use the global_symbol_pipe unless it works.
6287 if test "$pipe_works" = yes; then
6290 lt_cv_sys_global_symbol_pipe=
6296 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6297 lt_cv_sys_global_symbol_to_cdecl=
6299 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6301 $as_echo "failed
" >&6; }
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6304 $as_echo "ok
" >&6; }
6328 # Check whether --enable-libtool-lock was given.
6329 if test "${enable_libtool_lock+set}" = set; then :
6330 enableval=$enable_libtool_lock;
6333 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6335 # Some flags need to be propagated to the compiler or linker for good
6339 # Find out which ABI we are using.
6340 echo 'int i;' > conftest.$ac_ext
6341 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6342 (eval $ac_compile) 2>&5
6344 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6345 test $ac_status = 0; }; then
6346 case `/usr/bin/file conftest.$ac_objext` in
6358 # Find out which ABI we are using.
6359 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6360 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6361 (eval $ac_compile) 2>&5
6363 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6364 test $ac_status = 0; }; then
6365 if test "$lt_cv_prog_gnu_ld" = yes; then
6366 case `/usr/bin/file conftest.$ac_objext` in
6368 LD="${LD-ld} -melf32bsmip"
6371 LD="${LD-ld} -melf32bmipn32"
6374 LD="${LD-ld} -melf64bmip"
6378 case `/usr/bin/file conftest.$ac_objext` in
6394 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6395 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6396 # Find out which ABI we are using.
6397 echo 'int i;' > conftest.$ac_ext
6398 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6399 (eval $ac_compile) 2>&5
6401 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6402 test $ac_status = 0; }; then
6403 case `/usr/bin/file conftest.o` in
6406 x86_64-*kfreebsd*-gnu)
6407 LD="${LD-ld} -m elf_i386_fbsd
"
6410 case `/usr/bin/file conftest.o` in
6412 LD="${LD-ld} -m elf32_x86_64
"
6415 LD="${LD-ld} -m elf_i386
"
6419 powerpc64le-*linux*)
6420 LD="${LD-ld} -m elf32lppclinux
"
6423 LD="${LD-ld} -m elf32ppclinux
"
6426 LD="${LD-ld} -m elf_s390
"
6429 LD="${LD-ld} -m elf32_sparc
"
6435 x86_64-*kfreebsd*-gnu)
6436 LD="${LD-ld} -m elf_x86_64_fbsd
"
6439 LD="${LD-ld} -m elf_x86_64
"
6442 LD="${LD-ld} -m elf64lppc
"
6445 LD="${LD-ld} -m elf64ppc
"
6447 s390*-*linux*|s390*-*tpf*)
6448 LD="${LD-ld} -m elf64_s390
"
6451 LD="${LD-ld} -m elf64_sparc
"
6461 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6462 SAVE_CFLAGS="$CFLAGS"
6463 CFLAGS="$CFLAGS -belf"
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6465 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6466 if ${lt_cv_cc_needs_belf+:} false; then :
6467 $as_echo_n "(cached
) " >&6
6470 ac_cpp='$CPP $CPPFLAGS'
6471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6476 /* end confdefs.h. */
6486 if ac_fn_c_try_link "$LINENO"; then :
6487 lt_cv_cc_needs_belf=yes
6489 lt_cv_cc_needs_belf=no
6491 rm -f core conftest.err conftest.$ac_objext \
6492 conftest$ac_exeext conftest.$ac_ext
6494 ac_cpp='$CPP $CPPFLAGS'
6495 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6496 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6497 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
6501 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6502 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6503 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6504 CFLAGS="$SAVE_CFLAGS"
6508 # Find out which ABI we are using.
6509 echo 'int i;' > conftest.$ac_ext
6510 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6511 (eval $ac_compile) 2>&5
6513 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6514 test $ac_status = 0; }; then
6515 case `/usr/bin/file conftest.o` in
6517 case $lt_cv_prog_gnu_ld in
6518 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
6520 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6532 need_locks="$enable_libtool_lock"
6536 rhapsody* | darwin*)
6537 if test -n "$ac_tool_prefix"; then
6538 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
6539 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6541 $as_echo_n "checking
for $ac_word...
" >&6; }
6542 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6543 $as_echo_n "(cached
) " >&6
6545 if test -n "$DSYMUTIL"; then
6546 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6552 test -z "$as_dir" && as_dir=.
6553 for ac_exec_ext in '' $ac_executable_extensions; do
6554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6555 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
6556 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6565 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6566 if test -n "$DSYMUTIL"; then
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
6568 $as_echo "$DSYMUTIL" >&6; }
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6571 $as_echo "no
" >&6; }
6576 if test -z "$ac_cv_prog_DSYMUTIL"; then
6577 ac_ct_DSYMUTIL=$DSYMUTIL
6578 # Extract the first word of "dsymutil
", so it can be a program name with args.
6579 set dummy dsymutil; ac_word=$2
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6581 $as_echo_n "checking
for $ac_word...
" >&6; }
6582 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6583 $as_echo_n "(cached
) " >&6
6585 if test -n "$ac_ct_DSYMUTIL"; then
6586 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6592 test -z "$as_dir" && as_dir=.
6593 for ac_exec_ext in '' $ac_executable_extensions; do
6594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6595 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
6596 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6605 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6606 if test -n "$ac_ct_DSYMUTIL"; then
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
6608 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6611 $as_echo "no
" >&6; }
6614 if test "x
$ac_ct_DSYMUTIL" = x; then
6617 case $cross_compiling:$ac_tool_warned in
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6620 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6621 ac_tool_warned=yes ;;
6623 DSYMUTIL=$ac_ct_DSYMUTIL
6626 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6629 if test -n "$ac_tool_prefix"; then
6630 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
6631 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6633 $as_echo_n "checking
for $ac_word...
" >&6; }
6634 if ${ac_cv_prog_NMEDIT+:} false; then :
6635 $as_echo_n "(cached
) " >&6
6637 if test -n "$NMEDIT"; then
6638 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6644 test -z "$as_dir" && as_dir=.
6645 for ac_exec_ext in '' $ac_executable_extensions; do
6646 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6647 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
6648 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6657 NMEDIT=$ac_cv_prog_NMEDIT
6658 if test -n "$NMEDIT"; then
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
6660 $as_echo "$NMEDIT" >&6; }
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6663 $as_echo "no
" >&6; }
6668 if test -z "$ac_cv_prog_NMEDIT"; then
6669 ac_ct_NMEDIT=$NMEDIT
6670 # Extract the first word of "nmedit
", so it can be a program name with args.
6671 set dummy nmedit; ac_word=$2
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6673 $as_echo_n "checking
for $ac_word...
" >&6; }
6674 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6675 $as_echo_n "(cached
) " >&6
6677 if test -n "$ac_ct_NMEDIT"; then
6678 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6684 test -z "$as_dir" && as_dir=.
6685 for ac_exec_ext in '' $ac_executable_extensions; do
6686 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6687 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
6688 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6697 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6698 if test -n "$ac_ct_NMEDIT"; then
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
6700 $as_echo "$ac_ct_NMEDIT" >&6; }
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6703 $as_echo "no
" >&6; }
6706 if test "x
$ac_ct_NMEDIT" = x; then
6709 case $cross_compiling:$ac_tool_warned in
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6712 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6713 ac_tool_warned=yes ;;
6715 NMEDIT=$ac_ct_NMEDIT
6718 NMEDIT="$ac_cv_prog_NMEDIT"
6721 if test -n "$ac_tool_prefix"; then
6722 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
6723 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6725 $as_echo_n "checking
for $ac_word...
" >&6; }
6726 if ${ac_cv_prog_LIPO+:} false; then :
6727 $as_echo_n "(cached
) " >&6
6729 if test -n "$LIPO"; then
6730 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6736 test -z "$as_dir" && as_dir=.
6737 for ac_exec_ext in '' $ac_executable_extensions; do
6738 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6739 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
6740 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6749 LIPO=$ac_cv_prog_LIPO
6750 if test -n "$LIPO"; then
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
6752 $as_echo "$LIPO" >&6; }
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6755 $as_echo "no
" >&6; }
6760 if test -z "$ac_cv_prog_LIPO"; then
6762 # Extract the first word of "lipo
", so it can be a program name with args.
6763 set dummy lipo; ac_word=$2
6764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6765 $as_echo_n "checking
for $ac_word...
" >&6; }
6766 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6767 $as_echo_n "(cached
) " >&6
6769 if test -n "$ac_ct_LIPO"; then
6770 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6776 test -z "$as_dir" && as_dir=.
6777 for ac_exec_ext in '' $ac_executable_extensions; do
6778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6779 ac_cv_prog_ac_ct_LIPO="lipo
"
6780 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6789 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6790 if test -n "$ac_ct_LIPO"; then
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
6792 $as_echo "$ac_ct_LIPO" >&6; }
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6795 $as_echo "no
" >&6; }
6798 if test "x
$ac_ct_LIPO" = x; then
6801 case $cross_compiling:$ac_tool_warned in
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6804 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6805 ac_tool_warned=yes ;;
6810 LIPO="$ac_cv_prog_LIPO"
6813 if test -n "$ac_tool_prefix"; then
6814 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
6815 set dummy ${ac_tool_prefix}otool; ac_word=$2
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6817 $as_echo_n "checking
for $ac_word...
" >&6; }
6818 if ${ac_cv_prog_OTOOL+:} false; then :
6819 $as_echo_n "(cached
) " >&6
6821 if test -n "$OTOOL"; then
6822 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6828 test -z "$as_dir" && as_dir=.
6829 for ac_exec_ext in '' $ac_executable_extensions; do
6830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6831 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
6832 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6841 OTOOL=$ac_cv_prog_OTOOL
6842 if test -n "$OTOOL"; then
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
6844 $as_echo "$OTOOL" >&6; }
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6847 $as_echo "no
" >&6; }
6852 if test -z "$ac_cv_prog_OTOOL"; then
6854 # Extract the first word of "otool
", so it can be a program name with args.
6855 set dummy otool; ac_word=$2
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6857 $as_echo_n "checking
for $ac_word...
" >&6; }
6858 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6859 $as_echo_n "(cached
) " >&6
6861 if test -n "$ac_ct_OTOOL"; then
6862 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6868 test -z "$as_dir" && as_dir=.
6869 for ac_exec_ext in '' $ac_executable_extensions; do
6870 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6871 ac_cv_prog_ac_ct_OTOOL="otool
"
6872 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6881 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6882 if test -n "$ac_ct_OTOOL"; then
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
6884 $as_echo "$ac_ct_OTOOL" >&6; }
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6887 $as_echo "no
" >&6; }
6890 if test "x
$ac_ct_OTOOL" = x; then
6893 case $cross_compiling:$ac_tool_warned in
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6896 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6897 ac_tool_warned=yes ;;
6902 OTOOL="$ac_cv_prog_OTOOL"
6905 if test -n "$ac_tool_prefix"; then
6906 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
6907 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6909 $as_echo_n "checking
for $ac_word...
" >&6; }
6910 if ${ac_cv_prog_OTOOL64+:} false; then :
6911 $as_echo_n "(cached
) " >&6
6913 if test -n "$OTOOL64"; then
6914 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6920 test -z "$as_dir" && as_dir=.
6921 for ac_exec_ext in '' $ac_executable_extensions; do
6922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6923 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
6924 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6933 OTOOL64=$ac_cv_prog_OTOOL64
6934 if test -n "$OTOOL64"; then
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
6936 $as_echo "$OTOOL64" >&6; }
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6939 $as_echo "no
" >&6; }
6944 if test -z "$ac_cv_prog_OTOOL64"; then
6945 ac_ct_OTOOL64=$OTOOL64
6946 # Extract the first word of "otool64
", so it can be a program name with args.
6947 set dummy otool64; ac_word=$2
6948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6949 $as_echo_n "checking
for $ac_word...
" >&6; }
6950 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6951 $as_echo_n "(cached
) " >&6
6953 if test -n "$ac_ct_OTOOL64"; then
6954 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6960 test -z "$as_dir" && as_dir=.
6961 for ac_exec_ext in '' $ac_executable_extensions; do
6962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6963 ac_cv_prog_ac_ct_OTOOL64="otool64
"
6964 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6973 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6974 if test -n "$ac_ct_OTOOL64"; then
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
6976 $as_echo "$ac_ct_OTOOL64" >&6; }
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6979 $as_echo "no
" >&6; }
6982 if test "x
$ac_ct_OTOOL64" = x; then
6985 case $cross_compiling:$ac_tool_warned in
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6988 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6989 ac_tool_warned=yes ;;
6991 OTOOL64=$ac_ct_OTOOL64
6994 OTOOL64="$ac_cv_prog_OTOOL64"
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7024 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7025 if ${lt_cv_apple_cc_single_mod+:} false; then :
7026 $as_echo_n "(cached
) " >&6
7028 lt_cv_apple_cc_single_mod=no
7029 if test -z "${LT_MULTI_MODULE}"; then
7030 # By default we will add the -single_module flag. You can override
7031 # by either setting the environment variable LT_MULTI_MODULE
7032 # non-empty at configure time, or by adding -multi_module to the
7034 rm -rf libconftest.dylib*
7035 echo "int foo
(void
){return 1;}" > conftest.c
7036 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7037 -dynamiclib -Wl,-single_module conftest.c
" >&5
7038 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7039 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7041 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7042 lt_cv_apple_cc_single_mod=yes
7044 cat conftest.err >&5
7046 rm -rf libconftest.dylib*
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7051 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7053 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7054 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7055 $as_echo_n "(cached
) " >&6
7057 lt_cv_ld_exported_symbols_list=no
7058 save_LDFLAGS=$LDFLAGS
7059 echo "_main
" > conftest.sym
7060 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7062 /* end confdefs.h. */
7072 if ac_fn_c_try_link "$LINENO"; then :
7073 lt_cv_ld_exported_symbols_list=yes
7075 lt_cv_ld_exported_symbols_list=no
7077 rm -f core conftest.err conftest.$ac_objext \
7078 conftest$ac_exeext conftest.$ac_ext
7079 LDFLAGS="$save_LDFLAGS"
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7083 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7085 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7086 if ${lt_cv_ld_force_load+:} false; then :
7087 $as_echo_n "(cached
) " >&6
7089 lt_cv_ld_force_load=no
7090 cat > conftest.c << _LT_EOF
7091 int forced_loaded() { return 2;}
7093 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7094 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7095 echo "$AR cru libconftest.a conftest.o
" >&5
7096 $AR cru libconftest.a conftest.o 2>&5
7097 cat > conftest.c << _LT_EOF
7098 int main() { return 0;}
7100 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7101 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7103 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7104 lt_cv_ld_force_load=yes
7106 cat conftest.err >&5
7108 rm -f conftest.err libconftest.a conftest conftest.c
7109 rm -rf conftest.dSYM
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7113 $as_echo "$lt_cv_ld_force_load" >&6; }
7114 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7115 # build without first building modern cctools / linker.
7116 case $host_cpu-$host_os in
7117 *-rhapsody* | *-darwin1.[012])
7118 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7120 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7122 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7123 # deployment target is forced to an earlier version.
7124 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7125 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7128 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7135 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7136 _lt_dar_single_mod='$single_module'
7138 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7139 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7141 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7143 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7144 _lt_dsymutil='~$DSYMUTIL $lib || :'
7151 for ac_header in dlfcn.h
7153 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7155 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7156 cat >>confdefs.h <<_ACEOF
7157 #define HAVE_DLFCN_H 1
7178 # Check whether --enable-shared was given.
7179 if test "${enable_shared+set}" = set; then :
7180 enableval=$enable_shared; p=${PACKAGE-default}
7182 yes) enable_shared=yes ;;
7183 no) enable_shared=no ;;
7186 # Look at the argument we got. We use all the common list separators.
7187 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7188 for pkg in $enableval; do
7190 if test "X
$pkg" = "X
$p"; then
7209 # Check whether --enable-static was given.
7210 if test "${enable_static+set}" = set; then :
7211 enableval=$enable_static; p=${PACKAGE-default}
7213 yes) enable_static=yes ;;
7214 no) enable_static=no ;;
7217 # Look at the argument we got. We use all the common list separators.
7218 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7219 for pkg in $enableval; do
7221 if test "X
$pkg" = "X
$p"; then
7241 # Check whether --with-pic was given.
7242 if test "${with_pic+set}" = set; then :
7243 withval=$with_pic; pic_mode="$withval"
7249 test -z "$pic_mode" && pic_mode=default
7257 # Check whether --enable-fast-install was given.
7258 if test "${enable_fast_install+set}" = set; then :
7259 enableval=$enable_fast_install; p=${PACKAGE-default}
7261 yes) enable_fast_install=yes ;;
7262 no) enable_fast_install=no ;;
7264 enable_fast_install=no
7265 # Look at the argument we got. We use all the common list separators.
7266 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7267 for pkg in $enableval; do
7269 if test "X
$pkg" = "X
$p"; then
7270 enable_fast_install=yes
7277 enable_fast_install=yes
7290 # This can be used to rebuild libtool when needed
7291 LIBTOOL_DEPS="$ltmain"
7293 # Always use our own libtool.
7294 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7321 test -z "$LN_S" && LN_S="ln -s"
7336 if test -n "${ZSH_VERSION+set}" ; then
7337 setopt NO_GLOB_SUBST
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7341 $as_echo_n "checking
for objdir...
" >&6; }
7342 if ${lt_cv_objdir+:} false; then :
7343 $as_echo_n "(cached
) " >&6
7345 rm -f .libs 2>/dev/null
7346 mkdir .libs 2>/dev/null
7347 if test -d .libs; then
7350 # MS-DOS does not allow filenames that begin with a dot.
7353 rmdir .libs 2>/dev/null
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7356 $as_echo "$lt_cv_objdir" >&6; }
7357 objdir=$lt_cv_objdir
7363 cat >>confdefs.h <<_ACEOF
7364 #define LT_OBJDIR "$lt_cv_objdir/"
7372 # AIX sometimes has problems with the GCC collect2 program. For some
7373 # reason, if we set the COLLECT_NAMES environment variable, the problems
7374 # vanish in a puff of smoke.
7375 if test "X
${COLLECT_NAMES+set}" != Xset; then
7377 export COLLECT_NAMES
7384 can_build_shared=yes
7386 # All known linkers require a `.a' archive for static linking (except MSVC,
7387 # which needs '.lib').
7390 with_gnu_ld="$lt_cv_prog_gnu_ld"
7393 old_CFLAGS="$CFLAGS"
7395 # Set sane defaults for various variables
7396 test -z "$CC" && CC=cc
7397 test -z "$LTCC" && LTCC=$CC
7398 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7399 test -z "$LD" && LD=ld
7400 test -z "$ac_objext" && ac_objext=o
7402 for cc_temp in $compiler""; do
7404 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7405 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7410 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7413 # Only perform the check for file, if the check method requires it
7414 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7415 case $deplibs_check_method in
7417 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7419 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7420 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7421 $as_echo_n "(cached
) " >&6
7425 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7428 lt_save_MAGIC_CMD="$MAGIC_CMD"
7429 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7430 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7431 for ac_dir in $ac_dummy; do
7433 test -z "$ac_dir" && ac_dir=.
7434 if test -f $ac_dir/${ac_tool_prefix}file; then
7435 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7436 if test -n "$file_magic_test_file"; then
7437 case $deplibs_check_method in
7439 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7440 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7441 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7442 $EGREP "$file_magic_regex" > /dev/null; then
7447 *** Warning: the command libtool uses to detect shared libraries,
7448 *** $file_magic_cmd, produces output that libtool cannot recognize.
7449 *** The result is that libtool may fail to recognize shared libraries
7450 *** as such. This will affect the creation of libtool libraries that
7451 *** depend on shared libraries, but programs linked with such libtool
7452 *** libraries will work regardless of this problem. Nevertheless, you
7453 *** may want to report the problem to your system manager and/or to
7454 *** bug-libtool@gnu.org
7464 MAGIC_CMD="$lt_save_MAGIC_CMD"
7469 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7470 if test -n "$MAGIC_CMD"; then
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7472 $as_echo "$MAGIC_CMD" >&6; }
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7475 $as_echo "no
" >&6; }
7482 if test -z "$lt_cv_path_MAGIC_CMD"; then
7483 if test -n "$ac_tool_prefix"; then
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7485 $as_echo_n "checking
for file...
" >&6; }
7486 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7487 $as_echo_n "(cached
) " >&6
7491 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7494 lt_save_MAGIC_CMD="$MAGIC_CMD"
7495 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7496 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7497 for ac_dir in $ac_dummy; do
7499 test -z "$ac_dir" && ac_dir=.
7500 if test -f $ac_dir/file; then
7501 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7502 if test -n "$file_magic_test_file"; then
7503 case $deplibs_check_method in
7505 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7506 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7507 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7508 $EGREP "$file_magic_regex" > /dev/null; then
7513 *** Warning: the command libtool uses to detect shared libraries,
7514 *** $file_magic_cmd, produces output that libtool cannot recognize.
7515 *** The result is that libtool may fail to recognize shared libraries
7516 *** as such. This will affect the creation of libtool libraries that
7517 *** depend on shared libraries, but programs linked with such libtool
7518 *** libraries will work regardless of this problem. Nevertheless, you
7519 *** may want to report the problem to your system manager and/or to
7520 *** bug-libtool@gnu.org
7530 MAGIC_CMD="$lt_save_MAGIC_CMD"
7535 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7536 if test -n "$MAGIC_CMD"; then
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7538 $as_echo "$MAGIC_CMD" >&6; }
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7541 $as_echo "no
" >&6; }
7554 # Use C for the default configuration in the libtool script
7558 ac_cpp='$CPP $CPPFLAGS'
7559 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7560 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7561 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7564 # Source file extension for C test sources.
7567 # Object file extension for compiled C test sources.
7571 # Code to be used in simple compile tests
7572 lt_simple_compile_test_code="int some_variable
= 0;"
7574 # Code to be used in simple link tests
7575 lt_simple_link_test_code='int main(){return(0);}'
7583 # If no C compiler was specified, use CC.
7586 # If no C compiler flags were specified, use CFLAGS.
7587 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7589 # Allow CC to be a program name with arguments.
7592 # Save the default compiler, since it gets overwritten when the other
7593 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7594 compiler_DEFAULT=$CC
7596 # save warnings/boilerplate of simple test code
7597 ac_outfile=conftest.$ac_objext
7598 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7599 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7600 _lt_compiler_boilerplate=`cat conftest.err`
7603 ac_outfile=conftest.$ac_objext
7604 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7605 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7606 _lt_linker_boilerplate=`cat conftest.err`
7611 ## There is no encapsulation within the following macros, do not change
7612 ## the running order or otherwise move them around unless you know exactly
7613 ## what you are doing...
7614 if test -n "$compiler"; then
7616 lt_prog_compiler_no_builtin_flag=
7618 if test "$GCC" = yes; then
7619 case $cc_basename in
7621 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7623 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
7627 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
7628 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7629 $as_echo_n "(cached
) " >&6
7631 lt_cv_prog_compiler_rtti_exceptions=no
7632 ac_outfile=conftest.$ac_objext
7633 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7634 lt_compiler_flag="-fno-rtti -fno-exceptions"
7635 # Insert the option either (1) after the last *FLAGS variable, or
7636 # (2) before a word containing "conftest.
", or (3) at the end.
7637 # Note that $ac_compile itself does not contain backslashes and begins
7638 # with a dollar sign (not a hyphen), so the echo should work correctly.
7639 # The option is referenced via a variable to avoid confusing sed.
7640 lt_compile=`echo "$ac_compile" | $SED \
7641 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7642 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7643 -e 's:$: $lt_compiler_flag:'`
7644 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
7645 (eval "$lt_compile" 2>conftest.err)
7647 cat conftest.err >&5
7648 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7649 if (exit $ac_status) && test -s "$ac_outfile"; then
7650 # The compiler can only warn and ignore the option if not recognized
7651 # So say no if there are warnings other than the usual output.
7652 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7653 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7654 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7655 lt_cv_prog_compiler_rtti_exceptions=yes
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
7662 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7664 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7665 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7677 lt_prog_compiler_wl=
7678 lt_prog_compiler_pic=
7679 lt_prog_compiler_static=
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
7682 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
7684 if test "$GCC" = yes; then
7685 lt_prog_compiler_wl='-Wl,'
7686 lt_prog_compiler_static='-static'
7690 # All AIX code is PIC.
7691 if test "$host_cpu" = ia64; then
7692 # AIX 5 now supports IA64 processor
7693 lt_prog_compiler_static='-Bstatic'
7695 lt_prog_compiler_pic='-fPIC'
7701 # see comment about AmigaOS4 .so support
7702 lt_prog_compiler_pic='-fPIC'
7705 # FIXME: we need at least 68020 code to build shared libraries, but
7706 # adding the `-m68020' flag to GCC prevents building anything better,
7708 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7713 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7714 # PIC is the default for these OSes.
7717 mingw* | cygwin* | pw32* | os2* | cegcc*)
7718 # This hack is so that the source file can tell whether it is being
7719 # built for inclusion in a dll (and should export symbols for example).
7720 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7721 # (--disable-auto-import) libraries
7722 lt_prog_compiler_pic='-DDLL_EXPORT'
7725 darwin* | rhapsody*)
7726 # PIC is the default on this platform
7727 # Common symbols not allowed in MH_DYLIB files
7728 lt_prog_compiler_pic='-fno-common'
7732 # PIC is the default for Haiku.
7733 # The "-static" flag exists, but is broken.
7734 lt_prog_compiler_static=
7738 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7739 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7740 # sets the default TLS model and affects inlining.
7746 lt_prog_compiler_pic='-fPIC'
7752 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7753 # Instead, we relocate shared libraries at runtime.
7757 # Just because we use GCC doesn't mean we suddenly get shared libraries
7758 # on systems that don't support them.
7759 lt_prog_compiler_can_build_shared=no
7764 # QNX uses GNU C++, but need to define -shared option too, otherwise
7766 lt_prog_compiler_pic='-fPIC -shared'
7770 if test -d /usr/nec; then
7771 lt_prog_compiler_pic=-Kconform_pic
7776 lt_prog_compiler_pic='-fPIC'
7780 case $cc_basename in
7781 nvcc*) # Cuda Compiler Driver 2.2
7782 lt_prog_compiler_wl='-Xlinker '
7783 lt_prog_compiler_pic='-Xcompiler -fPIC'
7787 # PORTME Check for flag to pass linker flags through the system compiler.
7790 lt_prog_compiler_wl='-Wl,'
7791 if test "$host_cpu" = ia64; then
7792 # AIX 5 now supports IA64 processor
7793 lt_prog_compiler_static='-Bstatic'
7795 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7799 mingw* | cygwin* | pw32* | os2* | cegcc*)
7800 # This hack is so that the source file can tell whether it is being
7801 # built for inclusion in a dll (and should export symbols for example).
7802 lt_prog_compiler_pic='-DDLL_EXPORT'
7805 hpux9* | hpux10* | hpux11*)
7806 lt_prog_compiler_wl='-Wl,'
7807 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7814 lt_prog_compiler_pic='+Z'
7817 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7818 lt_prog_compiler_static='${wl}-a ${wl}archive'
7821 irix5* | irix6* | nonstopux*)
7822 lt_prog_compiler_wl='-Wl,'
7823 # PIC (with -KPIC) is the default.
7824 lt_prog_compiler_static='-non_shared'
7827 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7828 case $cc_basename in
7829 # old Intel for x86_64 which still supported -KPIC.
7831 lt_prog_compiler_wl='-Wl,'
7832 lt_prog_compiler_pic='-KPIC'
7833 lt_prog_compiler_static='-static'
7835 # icc used to be incompatible with GCC.
7836 # ICC 10 doesn't accept -KPIC any more.
7838 lt_prog_compiler_wl='-Wl,'
7839 lt_prog_compiler_pic='-fPIC'
7840 lt_prog_compiler_static='-static'
7842 # Lahey Fortran 8.1.
7844 lt_prog_compiler_wl='-Wl,'
7845 lt_prog_compiler_pic='--shared'
7846 lt_prog_compiler_static='--static'
7848 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7849 # Portland Group compilers (*not* the Pentium gcc compiler,
7850 # which looks to be a dead project)
7851 lt_prog_compiler_wl='-Wl,'
7852 lt_prog_compiler_pic='-fpic'
7853 lt_prog_compiler_static='-Bstatic'
7856 lt_prog_compiler_wl='-Wl,'
7857 # All Alpha code is PIC.
7858 lt_prog_compiler_static='-non_shared'
7860 xl* | bgxl* | bgf* | mpixl*)
7861 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7862 lt_prog_compiler_wl='-Wl,'
7863 lt_prog_compiler_pic='-qpic'
7864 lt_prog_compiler_static='-qstaticlink'
7867 case `$CC -V 2>&1 | sed 5q` in
7868 *Sun\ F* | *Sun*Fortran*)
7869 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7870 lt_prog_compiler_pic='-KPIC'
7871 lt_prog_compiler_static='-Bstatic'
7872 lt_prog_compiler_wl=''
7876 lt_prog_compiler_pic='-KPIC'
7877 lt_prog_compiler_static='-Bstatic'
7878 lt_prog_compiler_wl='-Wl,'
7886 lt_prog_compiler_pic='-KPIC'
7887 lt_prog_compiler_static='-Bstatic'
7891 # QNX uses GNU C++, but need to define -shared option too, otherwise
7893 lt_prog_compiler_pic='-fPIC -shared'
7896 osf3* | osf4* | osf5*)
7897 lt_prog_compiler_wl='-Wl,'
7898 # All OSF/1 code is PIC.
7899 lt_prog_compiler_static='-non_shared'
7903 lt_prog_compiler_static='-non_shared'
7907 lt_prog_compiler_pic='-KPIC'
7908 lt_prog_compiler_static='-Bstatic'
7909 case $cc_basename in
7911 lt_prog_compiler_wl='-Qoption ld ';;
7913 lt_prog_compiler_wl='-Wl,';;
7918 lt_prog_compiler_wl='-Qoption ld '
7919 lt_prog_compiler_pic='-PIC'
7920 lt_prog_compiler_static='-Bstatic'
7923 sysv4 | sysv4.2uw2* | sysv4.3*)
7924 lt_prog_compiler_wl='-Wl,'
7925 lt_prog_compiler_pic='-KPIC'
7926 lt_prog_compiler_static='-Bstatic'
7930 if test -d /usr/nec ;then
7931 lt_prog_compiler_pic='-Kconform_pic'
7932 lt_prog_compiler_static='-Bstatic'
7936 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7937 lt_prog_compiler_wl='-Wl,'
7938 lt_prog_compiler_pic='-KPIC'
7939 lt_prog_compiler_static='-Bstatic'
7943 lt_prog_compiler_wl='-Wl,'
7944 lt_prog_compiler_can_build_shared=no
7948 lt_prog_compiler_pic='-pic'
7949 lt_prog_compiler_static='-Bstatic'
7953 lt_prog_compiler_can_build_shared=no
7959 # For platforms which do not support PIC, -DPIC is meaningless:
7961 lt_prog_compiler_pic=
7964 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
7968 $as_echo "$lt_prog_compiler_pic" >&6; }
7976 # Check to make sure the PIC flag actually works.
7978 if test -n "$lt_prog_compiler_pic"; then
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
7980 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
7981 if ${lt_cv_prog_compiler_pic_works+:} false; then :
7982 $as_echo_n "(cached
) " >&6
7984 lt_cv_prog_compiler_pic_works=no
7985 ac_outfile=conftest.$ac_objext
7986 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7987 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7988 # Insert the option either (1) after the last *FLAGS variable, or
7989 # (2) before a word containing "conftest.
", or (3) at the end.
7990 # Note that $ac_compile itself does not contain backslashes and begins
7991 # with a dollar sign (not a hyphen), so the echo should work correctly.
7992 # The option is referenced via a variable to avoid confusing sed.
7993 lt_compile=`echo "$ac_compile" | $SED \
7994 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7995 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7996 -e 's:$: $lt_compiler_flag:'`
7997 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
7998 (eval "$lt_compile" 2>conftest.err)
8000 cat conftest.err >&5
8001 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8002 if (exit $ac_status) && test -s "$ac_outfile"; then
8003 # The compiler can only warn and ignore the option if not recognized
8004 # So say no if there are warnings other than the usual output.
8005 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8006 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8007 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8008 lt_cv_prog_compiler_pic_works=yes
8014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8015 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8017 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8018 case $lt_prog_compiler_pic in
8020 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8023 lt_prog_compiler_pic=
8024 lt_prog_compiler_can_build_shared=no
8035 # Check to make sure the static flag actually works.
8037 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8039 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8040 if ${lt_cv_prog_compiler_static_works+:} false; then :
8041 $as_echo_n "(cached
) " >&6
8043 lt_cv_prog_compiler_static_works=no
8044 save_LDFLAGS="$LDFLAGS"
8045 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8046 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8047 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8048 # The linker can only warn and ignore the option if not recognized
8049 # So say no if there are warnings
8050 if test -s conftest.err; then
8051 # Append any errors to the config.log.
8052 cat conftest.err 1>&5
8053 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8054 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8055 if diff conftest.exp conftest.er2 >/dev/null; then
8056 lt_cv_prog_compiler_static_works=yes
8059 lt_cv_prog_compiler_static_works=yes
8063 LDFLAGS="$save_LDFLAGS"
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8067 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8069 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8072 lt_prog_compiler_static=
8081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8082 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8083 if ${lt_cv_prog_compiler_c_o+:} false; then :
8084 $as_echo_n "(cached
) " >&6
8086 lt_cv_prog_compiler_c_o=no
8087 $RM -r conftest 2>/dev/null
8091 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8093 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8094 # Insert the option either (1) after the last *FLAGS variable, or
8095 # (2) before a word containing "conftest.
", or (3) at the end.
8096 # Note that $ac_compile itself does not contain backslashes and begins
8097 # with a dollar sign (not a hyphen), so the echo should work correctly.
8098 lt_compile=`echo "$ac_compile" | $SED \
8099 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8100 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8101 -e 's:$: $lt_compiler_flag:'`
8102 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8103 (eval "$lt_compile" 2>out/conftest.err)
8105 cat out/conftest.err >&5
8106 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8107 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8109 # The compiler can only warn and ignore the option if not recognized
8110 # So say no if there are warnings
8111 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8112 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8113 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8114 lt_cv_prog_compiler_c_o=yes
8119 # SGI C++ compiler will create directory out/ii_files/ for
8120 # template instantiation
8121 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8122 $RM out/* && rmdir out
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8129 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8137 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8138 if ${lt_cv_prog_compiler_c_o+:} false; then :
8139 $as_echo_n "(cached
) " >&6
8141 lt_cv_prog_compiler_c_o=no
8142 $RM -r conftest 2>/dev/null
8146 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8148 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8149 # Insert the option either (1) after the last *FLAGS variable, or
8150 # (2) before a word containing "conftest.
", or (3) at the end.
8151 # Note that $ac_compile itself does not contain backslashes and begins
8152 # with a dollar sign (not a hyphen), so the echo should work correctly.
8153 lt_compile=`echo "$ac_compile" | $SED \
8154 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8155 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8156 -e 's:$: $lt_compiler_flag:'`
8157 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8158 (eval "$lt_compile" 2>out/conftest.err)
8160 cat out/conftest.err >&5
8161 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8162 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8164 # The compiler can only warn and ignore the option if not recognized
8165 # So say no if there are warnings
8166 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8167 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8168 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8169 lt_cv_prog_compiler_c_o=yes
8174 # SGI C++ compiler will create directory out/ii_files/ for
8175 # template instantiation
8176 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8177 $RM out/* && rmdir out
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8184 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8189 hard_links="nottested
"
8190 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8191 # do not overwrite the value of need_locks provided by the user
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8193 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8196 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8198 ln conftest.a conftest.b 2>&5 || hard_links=no
8199 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8201 $as_echo "$hard_links" >&6; }
8202 if test "$hard_links" = no; then
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8204 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8217 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8220 allow_undefined_flag=
8221 always_export_symbols=no
8223 archive_expsym_cmds=
8224 compiler_needs_object=no
8225 enable_shared_with_static_runtimes=no
8226 export_dynamic_flag_spec=
8227 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8228 hardcode_automatic=no
8230 hardcode_direct_absolute=no
8231 hardcode_libdir_flag_spec=
8232 hardcode_libdir_flag_spec_ld=
8233 hardcode_libdir_separator=
8235 hardcode_shlibpath_var=unsupported
8237 link_all_deplibs=unknown
8240 old_archive_from_new_cmds=
8241 old_archive_from_expsyms_cmds=
8242 thread_safe_flag_spec=
8243 whole_archive_flag_spec=
8244 # include_expsyms should be a list of space-separated symbols to be *always*
8245 # included in the symbol list
8247 # exclude_expsyms can be an extended regexp of symbols to exclude
8248 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8249 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8250 # as well as any symbol that contains `d'.
8251 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8252 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8253 # platforms (ab)use it in PIC code, but their linkers get confused if
8254 # the symbol is explicitly referenced. Since portable code cannot
8255 # rely on this symbol name, it's probably fine to never include it in
8256 # preloaded symbol tables.
8257 # Exclude shared library initialization/finalization symbols.
8258 extract_expsyms_cmds=
8261 cygwin* | mingw* | pw32* | cegcc*)
8262 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8263 # When not using gcc, we currently assume that we are using
8264 # Microsoft Visual C++.
8265 if test "$GCC" != yes; then
8270 # we just hope/assume this is gcc and not c89 (= MSVC++)
8280 # On some targets, GNU ld is compatible enough with the native linker
8281 # that we're better off using the native interface for both.
8282 lt_use_gnu_ld_interface=no
8283 if test "$with_gnu_ld" = yes; then
8286 # The AIX port of GNU ld has always aspired to compatibility
8287 # with the native linker. However, as the warning in the GNU ld
8288 # block says, versions before 2.19.5* couldn't really create working
8289 # shared libraries, regardless of the interface used.
8290 case `$LD -v 2>&1` in
8291 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8292 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8293 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8295 lt_use_gnu_ld_interface=yes
8300 lt_use_gnu_ld_interface=yes
8305 if test "$lt_use_gnu_ld_interface" = yes; then
8306 # If archive_cmds runs LD, not CC, wlarc should be empty
8309 # Set some defaults for GNU ld with shared library support. These
8310 # are reset later if shared libraries are not supported. Putting them
8311 # here allows them to be overridden if necessary.
8312 runpath_var=LD_RUN_PATH
8313 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8314 export_dynamic_flag_spec='${wl}--export-dynamic'
8315 # ancient GNU ld didn't support --whole-archive et. al.
8316 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8317 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8319 whole_archive_flag_spec=
8321 supports_anon_versioning=no
8322 case `$LD -v 2>&1` in
8323 *GNU\ gold*) supports_anon_versioning=yes ;;
8324 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8325 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8326 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8327 *\ 2.11.*) ;; # other 2.11 versions
8328 *) supports_anon_versioning=yes ;;
8331 # See if GNU ld supports shared libraries.
8334 # On AIX/PPC, the GNU linker is very broken
8335 if test "$host_cpu" != ia64; then
8339 *** Warning: the GNU linker, at least up to release 2.19, is reported
8340 *** to be unable to reliably create shared libraries on AIX.
8341 *** Therefore, libtool is disabling shared libraries support. If you
8342 *** really care for shared libraries, you may want to install binutils
8343 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8344 *** You will then need to restart the configuration process.
8353 # see comment about AmigaOS4 .so support
8354 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8355 archive_expsym_cmds=''
8358 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)'
8359 hardcode_libdir_flag_spec
='-L$libdir'
8360 hardcode_minus_L
=yes
8366 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8367 allow_undefined_flag
=unsupported
8368 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8369 # support --undefined. This deserves some investigation. FIXME
8370 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8376 cygwin
* | mingw
* | pw32
* | cegcc
*)
8377 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8378 # as there is no search path for DLLs.
8379 hardcode_libdir_flag_spec
='-L$libdir'
8380 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8381 allow_undefined_flag
=unsupported
8382 always_export_symbols
=no
8383 enable_shared_with_static_runtimes
=yes
8384 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8386 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8387 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8388 # If the export-symbols file already is a .def file (1st line
8389 # is EXPORTS), use it as is; otherwise, prepend...
8390 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8391 cp $export_symbols $output_objdir/$soname.def;
8393 echo EXPORTS > $output_objdir/$soname.def;
8394 cat $export_symbols >> $output_objdir/$soname.def;
8396 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8403 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8404 link_all_deplibs
=yes
8409 hardcode_shlibpath_var
=no
8410 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8411 export_dynamic_flag_spec
='${wl}-E'
8412 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8413 # Instead, shared libraries are loaded at an image base (0x10000000 by
8414 # default) and relocated if they conflict, which is a slow very memory
8415 # consuming and fragmenting process. To avoid this, we pick a random,
8416 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8417 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8418 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8419 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'
8422 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
8424 if test "$host_os" = linux-dietlibc
; then
8425 case $cc_basename in
8426 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8429 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8430 && test "$tmp_diet" = no
8432 tmp_addflag
=' $pic_flag'
8433 tmp_sharedflag
='-shared'
8434 case $cc_basename,$host_cpu in
8435 pgcc
*) # Portland Group C compiler
8436 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'
8437 tmp_addflag
=' $pic_flag'
8439 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8440 # Portland Group f77 and f90 compilers
8441 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'
8442 tmp_addflag
=' $pic_flag -Mnomain' ;;
8443 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8444 tmp_addflag
=' -i_dynamic' ;;
8445 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8446 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8447 ifc
* | ifort
*) # Intel Fortran compiler
8448 tmp_addflag
=' -nofor_main' ;;
8449 lf95
*) # Lahey Fortran 8.1
8450 whole_archive_flag_spec
=
8451 tmp_sharedflag
='--shared' ;;
8452 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8453 tmp_sharedflag
='-qmkshrobj'
8455 nvcc
*) # Cuda Compiler Driver 2.2
8456 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'
8457 compiler_needs_object
=yes
8460 case `$CC -V 2>&1 | sed 5q` in
8461 *Sun\ C
*) # Sun C 5.9
8462 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'
8463 compiler_needs_object
=yes
8464 tmp_sharedflag
='-G' ;;
8465 *Sun\ F
*) # Sun Fortran 8.3
8466 tmp_sharedflag
='-G' ;;
8468 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8470 if test "x$supports_anon_versioning" = xyes
; then
8471 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8472 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8473 echo "local: *; };" >> $output_objdir/$libname.ver~
8474 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8477 case $cc_basename in
8478 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8479 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8480 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8481 hardcode_libdir_flag_spec
=
8482 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8483 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8484 if test "x$supports_anon_versioning" = xyes
; then
8485 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8486 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8487 echo "local: *; };" >> $output_objdir/$libname.ver~
8488 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8498 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8499 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8502 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8503 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8508 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8512 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8513 *** create shared libraries on Solaris systems. Therefore, libtool
8514 *** is disabling shared libraries support. We urge you to upgrade GNU
8515 *** binutils to release 2.9.1 or newer. Another option is to modify
8516 *** your PATH or compiler configuration so that the native linker is
8517 *** used, and then restart.
8520 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8521 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8522 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8528 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8529 case `$LD -v 2>&1` in
8530 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8534 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8535 *** reliably create shared libraries on SCO systems. Therefore, libtool
8536 *** is disabling shared libraries support. We urge you to upgrade GNU
8537 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8538 *** your PATH or compiler configuration so that the native linker is
8539 *** used, and then restart.
8544 # For security reasons, it is highly recommended that you always
8545 # use absolute paths for naming shared libraries, and exclude the
8546 # DT_RUNPATH tag from executables and libraries. But doing so
8547 # requires that you compile everything twice, which is a pain.
8548 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8549 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8550 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8551 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8560 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8563 hardcode_shlibpath_var
=no
8567 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8568 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8569 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8576 if test "$ld_shlibs" = no
; then
8578 hardcode_libdir_flag_spec
=
8579 export_dynamic_flag_spec
=
8580 whole_archive_flag_spec
=
8583 # PORTME fill in a description of your system's linker (not GNU ld)
8586 allow_undefined_flag
=unsupported
8587 always_export_symbols
=yes
8588 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'
8589 # Note: this linker hardcodes the directories in LIBPATH if there
8590 # are no directories specified by -L.
8591 hardcode_minus_L
=yes
8592 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8593 # Neither direct hardcoding nor static linking is supported with a
8595 hardcode_direct
=unsupported
8600 if test "$host_cpu" = ia64
; then
8601 # On IA64, the linker does run time linking by default, so we don't
8602 # have to do anything special.
8603 aix_use_runtimelinking
=no
8604 exp_sym_flag
='-Bexport'
8607 # If we're using GNU nm, then we don't want the "-C" option.
8608 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8609 # Also, AIX nm treats weak defined symbols like other global
8610 # defined symbols, whereas GNU nm marks them as "W".
8611 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
8612 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'
8614 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'
8616 aix_use_runtimelinking
=no
8618 # Test if we are trying to use run time linking or normal
8619 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8620 # need to do runtime linking.
8621 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8622 for ld_flag
in $LDFLAGS; do
8623 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8624 aix_use_runtimelinking
=yes
8631 exp_sym_flag
='-bexport'
8632 no_entry_flag
='-bnoentry'
8635 # When large executables or shared objects are built, AIX ld can
8636 # have problems creating the table of contents. If linking a library
8637 # or program results in "error TOC overflow" add -mminimal-toc to
8638 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8639 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8643 hardcode_direct_absolute
=yes
8644 hardcode_libdir_separator
=':'
8645 link_all_deplibs
=yes
8646 file_list_spec
='${wl}-f,'
8648 if test "$GCC" = yes; then
8649 case $host_os in aix4.
[012]|aix4.
[012].
*)
8650 # We only want to do this on AIX 4.2 and lower, the check
8651 # below for broken collect2 doesn't work under 4.3+
8652 collect2name
=`${CC} -print-prog-name=collect2`
8653 if test -f "$collect2name" &&
8654 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
8656 # We have reworked collect2
8659 # We have old collect2
8660 hardcode_direct
=unsupported
8661 # It fails to find uninstalled libraries when the uninstalled
8662 # path is not listed in the libpath. Setting hardcode_minus_L
8663 # to unsupported forces relinking
8664 hardcode_minus_L
=yes
8665 hardcode_libdir_flag_spec
='-L$libdir'
8666 hardcode_libdir_separator
=
8670 shared_flag
='-shared'
8671 if test "$aix_use_runtimelinking" = yes; then
8672 shared_flag
="$shared_flag "'${wl}-G'
8676 if test "$host_cpu" = ia64
; then
8677 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8678 # chokes on -Wl,-G. The following line is correct:
8681 if test "$aix_use_runtimelinking" = yes; then
8682 shared_flag
='${wl}-G'
8684 shared_flag
='${wl}-bM:SRE'
8689 export_dynamic_flag_spec
='${wl}-bexpall'
8690 # It seems that -bexpall does not export symbols beginning with
8691 # underscore (_), so it is better to generate a list of symbols to export.
8692 always_export_symbols
=yes
8693 if test "$aix_use_runtimelinking" = yes; then
8694 # Warning - without using the other runtime loading flags (-brtl),
8695 # -berok will link without error, but may produce a broken library.
8696 allow_undefined_flag
='-berok'
8697 # Determine the default libpath from the value encoded in an
8699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8700 /* end confdefs.h. */
8710 if ac_fn_c_try_link
"$LINENO"; then :
8712 lt_aix_libpath_sed
='
8713 /Import File Strings/,/^$/ {
8719 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8720 # Check for a 64-bit object if we didn't find anything.
8721 if test -z "$aix_libpath"; then
8722 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8725 rm -f core conftest.err conftest.
$ac_objext \
8726 conftest
$ac_exeext conftest.
$ac_ext
8727 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8729 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8730 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"
8732 if test "$host_cpu" = ia64
; then
8733 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
8734 allow_undefined_flag
="-z nodefs"
8735 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"
8737 # Determine the default libpath from the value encoded in an
8739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8740 /* end confdefs.h. */
8750 if ac_fn_c_try_link
"$LINENO"; then :
8752 lt_aix_libpath_sed
='
8753 /Import File Strings/,/^$/ {
8759 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8760 # Check for a 64-bit object if we didn't find anything.
8761 if test -z "$aix_libpath"; then
8762 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8765 rm -f core conftest.err conftest.
$ac_objext \
8766 conftest
$ac_exeext conftest.
$ac_ext
8767 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8769 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8770 # Warning - without using the other run time loading flags,
8771 # -berok will link without error, but may produce a broken library.
8772 no_undefined_flag
=' ${wl}-bernotok'
8773 allow_undefined_flag
=' ${wl}-berok'
8774 if test "$with_gnu_ld" = yes; then
8775 # We only use this code for GNU lds that support --whole-archive.
8776 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8778 # Exported symbols can be pulled into shared objects from archives
8779 whole_archive_flag_spec
='$convenience'
8781 archive_cmds_need_lc
=yes
8782 # This is similar to how AIX traditionally builds its shared libraries.
8783 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'
8791 # see comment about AmigaOS4 .so support
8792 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8793 archive_expsym_cmds
=''
8796 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)'
8797 hardcode_libdir_flag_spec
='-L$libdir'
8798 hardcode_minus_L
=yes
8804 export_dynamic_flag_spec
=-rdynamic
8807 cygwin
* | mingw
* | pw32
* | cegcc
*)
8808 # When not using gcc, we currently assume that we are using
8809 # Microsoft Visual C++.
8810 # hardcode_libdir_flag_spec is actually meaningless, as there is
8811 # no search path for DLLs.
8812 hardcode_libdir_flag_spec
=' '
8813 allow_undefined_flag
=unsupported
8814 # Tell ltmain to make .lib files, not .a files.
8816 # Tell ltmain to make .dll files, not .so files.
8818 # FIXME: Setting linknames here is a bad hack.
8819 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8820 # The linker will automatically build a .lib file if we build a DLL.
8821 old_archive_from_new_cmds
='true'
8822 # FIXME: Should let the user specify the lib program.
8823 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8824 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8825 enable_shared_with_static_runtimes
=yes
8828 darwin
* | rhapsody
*)
8831 archive_cmds_need_lc
=no
8833 hardcode_automatic
=yes
8834 hardcode_shlibpath_var
=unsupported
8835 if test "$lt_cv_ld_force_load" = "yes"; then
8836 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\"`'
8838 whole_archive_flag_spec
=''
8840 link_all_deplibs
=yes
8841 allow_undefined_flag
="$_lt_dar_allow_undefined"
8842 case $cc_basename in
8843 ifort
*) _lt_dar_can_shared
=yes ;;
8844 *) _lt_dar_can_shared
=$GCC ;;
8846 if test "$_lt_dar_can_shared" = "yes"; then
8847 output_verbose_link_cmd
=func_echo_all
8848 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8849 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8850 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}"
8851 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}"
8860 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8861 hardcode_libdir_flag_spec
='-L$libdir'
8862 hardcode_shlibpath_var
=no
8865 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8866 # support. Future versions do this automatically, but an explicit c++rt0.o
8867 # does not break anything, and helps significantly (at the cost of a little
8870 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8871 hardcode_libdir_flag_spec
='-R$libdir'
8873 hardcode_shlibpath_var
=no
8876 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8878 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8880 hardcode_minus_L
=yes
8881 hardcode_shlibpath_var
=no
8884 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8885 freebsd
* | dragonfly
*)
8886 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8887 hardcode_libdir_flag_spec
='-R$libdir'
8889 hardcode_shlibpath_var
=no
8893 if test "$GCC" = yes; then
8894 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'
8896 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'
8898 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8899 hardcode_libdir_separator
=:
8902 # hardcode_minus_L: Not really in the search PATH,
8903 # but as the default location of the library.
8904 hardcode_minus_L
=yes
8905 export_dynamic_flag_spec
='${wl}-E'
8909 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
8910 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8912 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8914 if test "$with_gnu_ld" = no
; then
8915 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8916 hardcode_libdir_flag_spec_ld
='+b $libdir'
8917 hardcode_libdir_separator
=:
8919 hardcode_direct_absolute
=yes
8920 export_dynamic_flag_spec
='${wl}-E'
8921 # hardcode_minus_L: Not really in the search PATH,
8922 # but as the default location of the library.
8923 hardcode_minus_L
=yes
8928 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
8931 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8934 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8937 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8943 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8946 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8950 # Older versions of the 11.00 compiler do not understand -b yet
8951 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8953 $as_echo_n "checking if $CC understands -b... " >&6; }
8954 if ${lt_cv_prog_compiler__b+:} false
; then :
8955 $as_echo_n "(cached) " >&6
8957 lt_cv_prog_compiler__b
=no
8958 save_LDFLAGS
="$LDFLAGS"
8959 LDFLAGS
="$LDFLAGS -b"
8960 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8961 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8962 # The linker can only warn and ignore the option if not recognized
8963 # So say no if there are warnings
8964 if test -s conftest.err
; then
8965 # Append any errors to the config.log.
8966 cat conftest.err
1>&5
8967 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8968 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8969 if diff conftest.exp conftest.er2
>/dev
/null
; then
8970 lt_cv_prog_compiler__b
=yes
8973 lt_cv_prog_compiler__b
=yes
8977 LDFLAGS
="$save_LDFLAGS"
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8981 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8983 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
8984 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8986 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8992 if test "$with_gnu_ld" = no
; then
8993 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8994 hardcode_libdir_separator
=:
8999 hardcode_shlibpath_var
=no
9003 hardcode_direct_absolute
=yes
9004 export_dynamic_flag_spec
='${wl}-E'
9006 # hardcode_minus_L: Not really in the search PATH,
9007 # but as the default location of the library.
9008 hardcode_minus_L
=yes
9014 irix5
* | irix6
* | nonstopux
*)
9015 if test "$GCC" = yes; then
9016 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'
9017 # Try to use the -exported_symbol ld option, if it does not
9018 # work, assume that -exports_file does not work either and
9019 # implicitly export all symbols.
9020 save_LDFLAGS
="$LDFLAGS"
9021 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9023 /* end confdefs.h. */
9026 if ac_fn_c_try_link
"$LINENO"; then :
9027 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'
9030 rm -f core conftest.err conftest.
$ac_objext \
9031 conftest
$ac_exeext conftest.
$ac_ext
9032 LDFLAGS
="$save_LDFLAGS"
9034 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'
9035 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'
9037 archive_cmds_need_lc
='no'
9038 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9039 hardcode_libdir_separator
=:
9041 link_all_deplibs
=yes
9045 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9046 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9048 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9050 hardcode_libdir_flag_spec
='-R$libdir'
9052 hardcode_shlibpath_var
=no
9056 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9058 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9059 hardcode_libdir_separator
=:
9060 hardcode_shlibpath_var
=no
9067 if test -f /usr
/libexec
/ld.so
; then
9069 hardcode_shlibpath_var
=no
9070 hardcode_direct_absolute
=yes
9071 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9072 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9073 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9074 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9075 export_dynamic_flag_spec
='${wl}-E'
9078 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9079 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9080 hardcode_libdir_flag_spec
='-R$libdir'
9083 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9084 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9094 hardcode_libdir_flag_spec
='-L$libdir'
9095 hardcode_minus_L
=yes
9096 allow_undefined_flag
=unsupported
9097 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'
9098 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9102 if test "$GCC" = yes; then
9103 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9104 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'
9106 allow_undefined_flag
=' -expect_unresolved \*'
9107 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'
9109 archive_cmds_need_lc
='no'
9110 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9111 hardcode_libdir_separator
=:
9114 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9115 if test "$GCC" = yes; then
9116 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9117 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'
9118 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9120 allow_undefined_flag
=' -expect_unresolved \*'
9121 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'
9122 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~
9123 $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'
9125 # Both c and cxx compiler support -rpath directly
9126 hardcode_libdir_flag_spec
='-rpath $libdir'
9128 archive_cmds_need_lc
='no'
9129 hardcode_libdir_separator
=:
9133 no_undefined_flag
=' -z defs'
9134 if test "$GCC" = yes; then
9136 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9137 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9138 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9140 case `$CC -V 2>&1` in
9143 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9144 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9145 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9149 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9150 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9151 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9155 hardcode_libdir_flag_spec
='-R$libdir'
9156 hardcode_shlibpath_var
=no
9158 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9160 # The compiler driver will combine and reorder linker options,
9161 # but understands `-z linker_flag'. GCC discards it without `$wl',
9162 # but is careful enough not to reorder.
9163 # Supported since Solaris 2.6 (maybe 2.5.1?)
9164 if test "$GCC" = yes; then
9165 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9167 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9171 link_all_deplibs
=yes
9175 if test "x$host_vendor" = xsequent
; then
9176 # Use $CC to link under sequent, because it throws in some extra .o
9177 # files that make .init and .fini sections work.
9178 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9180 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9182 hardcode_libdir_flag_spec
='-L$libdir'
9184 hardcode_minus_L
=yes
9185 hardcode_shlibpath_var
=no
9189 case $host_vendor in
9191 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9192 hardcode_direct
=yes # is this really true???
9195 ## LD is ld it makes a PLAMLIB
9196 ## CC just makes a GrossModule.
9197 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9198 reload_cmds
='$CC -r -o $output$reload_objs'
9202 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9203 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9206 runpath_var
='LD_RUN_PATH'
9207 hardcode_shlibpath_var
=no
9211 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9212 hardcode_shlibpath_var
=no
9213 export_dynamic_flag_spec
='-Bexport'
9217 if test -d /usr
/nec
; then
9218 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9219 hardcode_shlibpath_var
=no
9220 runpath_var
=LD_RUN_PATH
9221 hardcode_runpath_var
=yes
9226 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9227 no_undefined_flag
='${wl}-z,text'
9228 archive_cmds_need_lc
=no
9229 hardcode_shlibpath_var
=no
9230 runpath_var
='LD_RUN_PATH'
9232 if test "$GCC" = yes; then
9233 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9234 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9236 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9237 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9241 sysv5
* | sco3.2v5
* | sco5v6
*)
9242 # Note: We can NOT use -z defs as we might desire, because we do not
9243 # link with -lc, and that would cause any symbols used from libc to
9244 # always be unresolved, which means just about no library would
9245 # ever link correctly. If we're not using GNU ld we use -z text
9246 # though, which does catch some bad symbols but isn't as heavy-handed
9248 no_undefined_flag
='${wl}-z,text'
9249 allow_undefined_flag
='${wl}-z,nodefs'
9250 archive_cmds_need_lc
=no
9251 hardcode_shlibpath_var
=no
9252 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9253 hardcode_libdir_separator
=':'
9254 link_all_deplibs
=yes
9255 export_dynamic_flag_spec
='${wl}-Bexport'
9256 runpath_var
='LD_RUN_PATH'
9258 if test "$GCC" = yes; then
9259 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9260 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9262 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9263 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9268 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9269 hardcode_libdir_flag_spec
='-L$libdir'
9270 hardcode_shlibpath_var
=no
9278 if test x
$host_vendor = xsni
; then
9280 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9281 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9288 $as_echo "$ld_shlibs" >&6; }
9289 test "$ld_shlibs" = no
&& can_build_shared
=no
9291 with_gnu_ld
=$with_gnu_ld
9308 # Do we need to explicitly link libc?
9310 case "x$archive_cmds_need_lc" in
9312 # Assume -lc should be added
9313 archive_cmds_need_lc
=yes
9315 if test "$enable_shared" = yes && test "$GCC" = yes; then
9316 case $archive_cmds in
9318 # FIXME: we may have to deal with multi-command sequences.
9321 # Test whether the compiler implicitly links with -lc since on some
9322 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9323 # to ld, don't add -lc before -lgcc.
9324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9325 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9326 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9327 $as_echo_n "(cached) " >&6
9330 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9332 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9333 (eval $ac_compile) 2>&5
9335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9336 test $ac_status = 0; } 2>conftest.err
; then
9339 libobjs
=conftest.
$ac_objext
9341 wl
=$lt_prog_compiler_wl
9342 pic_flag
=$lt_prog_compiler_pic
9348 lt_save_allow_undefined_flag
=$allow_undefined_flag
9349 allow_undefined_flag
=
9350 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9351 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9353 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9354 test $ac_status = 0; }
9356 lt_cv_archive_cmds_need_lc
=no
9358 lt_cv_archive_cmds_need_lc
=yes
9360 allow_undefined_flag
=$lt_save_allow_undefined_flag
9362 cat conftest.err
1>&5
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9368 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9369 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9533 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9535 if test "$GCC" = yes; then
9537 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9538 *) lt_awk_arg
="/^libraries:/" ;;
9541 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
9542 *) lt_sed_strip_eq
="s,=/,/,g" ;;
9544 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9545 case $lt_search_path_spec in
9547 # if the path contains ";" then we assume it to be the separator
9548 # otherwise default to the standard path separator (i.e. ":") - it is
9549 # assumed that no part of a normal pathname contains ";" but that should
9550 # okay in the real world where ";" in dirpaths is itself problematic.
9551 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9554 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9557 # Ok, now we have the path, separated by spaces, we can step through it
9558 # and add multilib dir if necessary.
9559 lt_tmp_lt_search_path_spec
=
9560 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9561 for lt_sys_path
in $lt_search_path_spec; do
9562 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9563 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9565 test -d "$lt_sys_path" && \
9566 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9569 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9570 BEGIN {RS=" "; FS="/|\n";} {
9573 for (lt_i = NF; lt_i > 0; lt_i--) {
9574 if ($lt_i != "" && $lt_i != ".") {
9575 if ($lt_i == "..") {
9578 if (lt_count == 0) {
9579 lt_foo="/" $lt_i lt_foo;
9586 if (lt_foo != "") { lt_freq[lt_foo]++; }
9587 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9589 # AWK program above erroneously prepends '/' to C:/dos/paths
9592 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
9593 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9595 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9597 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9600 libname_spec
='lib$name'
9608 shlibpath_overrides_runpath
=unknown
9610 dynamic_linker
="$host_os ld.so"
9611 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9612 need_lib_prefix
=unknown
9613 hardcode_into_libs
=no
9615 # when you set need_version to no, make sure it does not cause -set_version
9616 # flags to be left without arguments
9617 need_version
=unknown
9622 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9623 shlibpath_var
=LIBPATH
9625 # AIX 3 has no versioning support, so we append a major version to the name.
9626 soname_spec
='${libname}${release}${shared_ext}$major'
9633 hardcode_into_libs
=yes
9634 if test "$host_cpu" = ia64
; then
9635 # AIX 5 supports IA64
9636 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9637 shlibpath_var
=LD_LIBRARY_PATH
9639 # With GCC up to 2.95.x, collect2 would create an import file
9640 # for dependence libraries. The import file would start with
9641 # the line `#! .'. This would cause the generated library to
9642 # depend on `.', always an invalid library. This was fixed in
9643 # development snapshots of GCC prior to 3.0.
9645 aix4 | aix4.
[01] | aix4.
[01].
*)
9646 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9648 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
9655 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9656 # soname into executable. Probably we can add versioning support to
9657 # collect2, so additional links can be useful in future.
9658 if test "$aix_use_runtimelinking" = yes; then
9659 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9660 # instead of lib<name>.a to let people know that these are not
9661 # typical AIX shared libraries.
9662 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9664 # We preserve .a as extension for shared libraries through AIX4.2
9665 # and later when we are not doing run time linking.
9666 library_names_spec
='${libname}${release}.a $libname.a'
9667 soname_spec
='${libname}${release}${shared_ext}$major'
9669 shlibpath_var
=LIBPATH
9676 # Since July 2007 AmigaOS4 officially supports .so libraries.
9677 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9678 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9681 library_names_spec
='$libname.ixlibrary $libname.a'
9682 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9683 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'
9689 library_names_spec
='${libname}${shared_ext}'
9690 dynamic_linker
="$host_os ld.so"
9691 shlibpath_var
=LIBRARY_PATH
9697 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9698 soname_spec
='${libname}${release}${shared_ext}$major'
9699 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9700 shlibpath_var
=LD_LIBRARY_PATH
9701 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9702 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9703 # the default ld.so.conf also contains /usr/contrib/lib and
9704 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9705 # libtool to hard-code these into programs
9708 cygwin
* | mingw
* | pw32
* | cegcc
*)
9709 version_type
=windows
9714 case $GCC,$host_os in
9715 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
9716 library_names_spec
='$libname.dll.a'
9717 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9718 postinstall_cmds
='base_file=`basename \${file}`~
9719 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9720 dldir=$destdir/`dirname \$dlpath`~
9721 test -d \$dldir || mkdir -p \$dldir~
9722 $install_prog $dir/$dlname \$dldir/$dlname~
9723 chmod a+x \$dldir/$dlname~
9724 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9725 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9727 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9728 dlpath=$dir/\$dldll~
9730 shlibpath_overrides_runpath
=yes
9734 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9735 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9737 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
9740 # MinGW DLLs use traditional 'lib' prefix
9741 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9744 # pw32 DLLs use 'pw' prefix rather than 'lib'
9745 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9751 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9754 dynamic_linker
='Win32 ld.exe'
9755 # FIXME: first we should search . and the directory the executable is in
9759 darwin
* | rhapsody
*)
9760 dynamic_linker
="$host_os dyld"
9764 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9765 soname_spec
='${libname}${release}${major}$shared_ext'
9766 shlibpath_overrides_runpath
=yes
9767 shlibpath_var
=DYLD_LIBRARY_PATH
9768 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9770 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9771 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9778 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9779 soname_spec
='${libname}${release}${shared_ext}$major'
9780 shlibpath_var
=LD_LIBRARY_PATH
9783 freebsd
* | dragonfly
*)
9784 # DragonFly does not have aout. When/if they implement a new
9785 # versioning mechanism, adjust this.
9786 if test -x /usr
/bin
/objformat
; then
9787 objformat
=`/usr/bin/objformat`
9790 freebsd
[23].
*) objformat
=aout
;;
9794 version_type
=freebsd-
$objformat
9795 case $version_type in
9797 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9802 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9806 shlibpath_var
=LD_LIBRARY_PATH
9809 shlibpath_overrides_runpath
=yes
9811 freebsd3.
[01]* | freebsdelf3.
[01]*)
9812 shlibpath_overrides_runpath
=yes
9813 hardcode_into_libs
=yes
9815 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9816 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9817 shlibpath_overrides_runpath
=no
9818 hardcode_into_libs
=yes
9820 *) # from 4.6 on, and DragonFly
9821 shlibpath_overrides_runpath
=yes
9822 hardcode_into_libs
=yes
9831 dynamic_linker
="$host_os runtime_loader"
9832 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9833 soname_spec
='${libname}${release}${shared_ext}$major'
9834 shlibpath_var
=LIBRARY_PATH
9835 shlibpath_overrides_runpath
=yes
9836 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9837 hardcode_into_libs
=yes
9840 hpux9
* | hpux10
* | hpux11
*)
9841 # Give a soname corresponding to the major version so that dld.sl refuses to
9842 # link against other versions.
9849 hardcode_into_libs
=yes
9850 dynamic_linker
="$host_os dld.so"
9851 shlibpath_var
=LD_LIBRARY_PATH
9852 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9853 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9854 soname_spec
='${libname}${release}${shared_ext}$major'
9855 if test "X$HPUX_IA64_MODE" = X32
; then
9856 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9858 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9860 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9864 hardcode_into_libs
=yes
9865 dynamic_linker
="$host_os dld.sl"
9866 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9867 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9868 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9869 soname_spec
='${libname}${release}${shared_ext}$major'
9870 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9871 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9875 dynamic_linker
="$host_os dld.sl"
9876 shlibpath_var
=SHLIB_PATH
9877 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9878 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9879 soname_spec
='${libname}${release}${shared_ext}$major'
9882 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9883 postinstall_cmds
='chmod 555 $lib'
9884 # or fails outright, so override atomically:
9885 install_override_mode
=555
9892 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9893 soname_spec
='${libname}${release}${shared_ext}$major'
9894 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9895 shlibpath_var
=LD_LIBRARY_PATH
9896 shlibpath_overrides_runpath
=no
9897 hardcode_into_libs
=yes
9900 irix5
* | irix6
* | nonstopux
*)
9902 nonstopux
*) version_type
=nonstopux
;;
9904 if test "$lt_cv_prog_gnu_ld" = yes; then
9912 soname_spec
='${libname}${release}${shared_ext}$major'
9913 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9915 irix5
* | nonstopux
*)
9919 case $LD in # libtool.m4 will add one of these switches to LD
9920 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9921 libsuff
= shlibsuff
= libmagic
=32-bit;;
9922 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9923 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9924 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9925 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9926 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9930 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9931 shlibpath_overrides_runpath
=no
9932 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9933 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9934 hardcode_into_libs
=yes
9937 # No shared lib support for Linux oldld, aout, or coff.
9938 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9942 # This must be Linux ELF.
9944 # uclinux* changes (here and below) have been submitted to the libtool
9945 # project, but have not yet been accepted: they are GCC-local changes
9946 # for the time being. (See
9947 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
9948 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
* | uclinuxfdpiceabi
)
9952 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9953 soname_spec
='${libname}${release}${shared_ext}$major'
9954 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9955 shlibpath_var
=LD_LIBRARY_PATH
9956 shlibpath_overrides_runpath
=no
9958 # Some binutils ld are patched to set DT_RUNPATH
9959 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
9960 $as_echo_n "(cached) " >&6
9962 lt_cv_shlibpath_overrides_runpath
=no
9963 save_LDFLAGS
=$LDFLAGS
9965 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9966 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9968 /* end confdefs.h. */
9978 if ac_fn_c_try_link
"$LINENO"; then :
9979 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
9980 lt_cv_shlibpath_overrides_runpath
=yes
9983 rm -f core conftest.err conftest.
$ac_objext \
9984 conftest
$ac_exeext conftest.
$ac_ext
9985 LDFLAGS
=$save_LDFLAGS
9990 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
9992 # This implies no fast_install, which is unacceptable.
9993 # Some rework will be needed to allow for fast_install
9994 # before this can be enabled.
9995 hardcode_into_libs
=yes
9997 # Append ld.so.conf contents to the search path
9998 if test -f /etc
/ld.so.conf
; then
9999 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' ' '`
10000 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10003 # We used to test for /lib/ld.so.1 and disable shared libraries on
10004 # powerpc, because MkLinux only supported shared libraries with the
10005 # GNU dynamic linker. Since this was broken with cross compilers,
10006 # most powerpc-linux boxes support dynamic linking these days and
10007 # people can always --disable-shared, the test was removed, and we
10008 # assume the GNU/Linux dynamic linker is in use.
10009 dynamic_linker
='GNU/Linux ld.so'
10016 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10017 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10018 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10019 dynamic_linker
='NetBSD (a.out) ld.so'
10021 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10022 soname_spec
='${libname}${release}${shared_ext}$major'
10023 dynamic_linker
='NetBSD ld.elf_so'
10025 shlibpath_var
=LD_LIBRARY_PATH
10026 shlibpath_overrides_runpath
=yes
10027 hardcode_into_libs
=yes
10032 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10033 shlibpath_var
=LD_LIBRARY_PATH
10034 shlibpath_overrides_runpath
=yes
10041 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10042 soname_spec
='${libname}${release}${shared_ext}$major'
10043 shlibpath_var
=LD_LIBRARY_PATH
10044 shlibpath_overrides_runpath
=no
10045 hardcode_into_libs
=yes
10046 dynamic_linker
='ldqnx.so'
10051 sys_lib_dlsearch_path_spec
="/usr/lib"
10053 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10055 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10056 *) need_version
=no
;;
10058 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10059 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10060 shlibpath_var
=LD_LIBRARY_PATH
10061 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10063 openbsd2.
[89] | openbsd2.
[89].
*)
10064 shlibpath_overrides_runpath
=no
10067 shlibpath_overrides_runpath
=yes
10071 shlibpath_overrides_runpath
=yes
10076 libname_spec
='$name'
10079 library_names_spec
='$libname${shared_ext} $libname.a'
10080 dynamic_linker
='OS/2 ld.exe'
10081 shlibpath_var
=LIBPATH
10084 osf3
* | osf4
* | osf5
*)
10088 soname_spec
='${libname}${release}${shared_ext}$major'
10089 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10090 shlibpath_var
=LD_LIBRARY_PATH
10091 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10092 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10103 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10104 soname_spec
='${libname}${release}${shared_ext}$major'
10105 shlibpath_var
=LD_LIBRARY_PATH
10106 shlibpath_overrides_runpath
=yes
10107 hardcode_into_libs
=yes
10108 # ldd complains unless libraries are executable
10109 postinstall_cmds
='chmod +x $lib'
10114 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10115 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10116 shlibpath_var
=LD_LIBRARY_PATH
10117 shlibpath_overrides_runpath
=yes
10118 if test "$with_gnu_ld" = yes; then
10126 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10127 soname_spec
='${libname}${release}${shared_ext}$major'
10128 shlibpath_var
=LD_LIBRARY_PATH
10129 case $host_vendor in
10131 shlibpath_overrides_runpath
=no
10133 runpath_var
=LD_RUN_PATH
10141 shlibpath_overrides_runpath
=no
10142 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10148 if test -d /usr
/nec
;then
10150 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10151 soname_spec
='$libname${shared_ext}.$major'
10152 shlibpath_var
=LD_LIBRARY_PATH
10156 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10157 version_type
=freebsd-elf
10160 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10161 soname_spec
='${libname}${release}${shared_ext}$major'
10162 shlibpath_var
=LD_LIBRARY_PATH
10163 shlibpath_overrides_runpath
=yes
10164 hardcode_into_libs
=yes
10165 if test "$with_gnu_ld" = yes; then
10166 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10168 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10171 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10175 sys_lib_dlsearch_path_spec
='/usr/lib'
10179 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10183 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10184 shlibpath_var
=LD_LIBRARY_PATH
10185 shlibpath_overrides_runpath
=no
10186 hardcode_into_libs
=yes
10191 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10192 soname_spec
='${libname}${release}${shared_ext}$major'
10193 shlibpath_var
=LD_LIBRARY_PATH
10196 # Shared libraries for VwWorks, >= 7 only at this stage
10197 # and (fpic) still incompatible with "large" code models
10198 # in a few configurations. Only for RTP mode in any case,
10199 # and upon explicit request at configure time.
10202 case ${with_multisubdir}-${enable_shared} in
10209 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10210 soname_spec
='${libname}${release}${shared_ext}$major'
10211 dynamic_linker
="$host_os module_loader"
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10220 $as_echo "$dynamic_linker" >&6; }
10221 test "$dynamic_linker" = no
&& can_build_shared
=no
10223 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10224 if test "$GCC" = yes; then
10225 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10228 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10229 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10231 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10232 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10327 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10329 if test -n "$hardcode_libdir_flag_spec" ||
10330 test -n "$runpath_var" ||
10331 test "X$hardcode_automatic" = "Xyes" ; then
10333 # We can hardcode non-existent directories.
10334 if test "$hardcode_direct" != no
&&
10335 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10336 # have to relink, otherwise we might link with an installed library
10337 # when we should be linking with a yet-to-be-installed one
10338 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10339 test "$hardcode_minus_L" != no
; then
10340 # Linking always hardcodes the temporary library directory.
10341 hardcode_action
=relink
10343 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10344 hardcode_action
=immediate
10347 # We cannot hardcode anything, or else we can only hardcode existing
10349 hardcode_action
=unsupported
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10352 $as_echo "$hardcode_action" >&6; }
10354 if test "$hardcode_action" = relink ||
10355 test "$inherit_rpath" = yes; then
10356 # Fast installation is not supported
10357 enable_fast_install
=no
10358 elif test "$shlibpath_overrides_runpath" = yes ||
10359 test "$enable_shared" = no
; then
10360 # Fast installation is not necessary
10361 enable_fast_install
=needless
10369 if test "x$enable_dlopen" != xyes
; then
10370 enable_dlopen
=unknown
10371 enable_dlopen_self
=unknown
10372 enable_dlopen_self_static
=unknown
10379 lt_cv_dlopen
="load_add_on"
10381 lt_cv_dlopen_self
=yes
10384 mingw
* | pw32
* | cegcc
*)
10385 lt_cv_dlopen
="LoadLibrary"
10390 lt_cv_dlopen
="dlopen"
10395 # if libdl is installed we need to link against it
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10397 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10398 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10399 $as_echo_n "(cached) " >&6
10401 ac_check_lib_save_LIBS
=$LIBS
10403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10404 /* end confdefs.h. */
10406 /* Override any GCC internal prototype to avoid an error.
10407 Use char because int might match the return type of a GCC
10408 builtin and then its argument prototype would still apply. */
10421 if ac_fn_c_try_link
"$LINENO"; then :
10422 ac_cv_lib_dl_dlopen
=yes
10424 ac_cv_lib_dl_dlopen
=no
10426 rm -f core conftest.err conftest.
$ac_objext \
10427 conftest
$ac_exeext conftest.
$ac_ext
10428 LIBS
=$ac_check_lib_save_LIBS
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10431 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10432 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10433 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10436 lt_cv_dlopen
="dyld"
10438 lt_cv_dlopen_self
=yes
10445 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10446 if test "x$ac_cv_func_shl_load" = xyes
; then :
10447 lt_cv_dlopen
="shl_load"
10449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10450 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10451 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10452 $as_echo_n "(cached) " >&6
10454 ac_check_lib_save_LIBS
=$LIBS
10456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10457 /* end confdefs.h. */
10459 /* Override any GCC internal prototype to avoid an error.
10460 Use char because int might match the return type of a GCC
10461 builtin and then its argument prototype would still apply. */
10469 return shl_load ();
10474 if ac_fn_c_try_link
"$LINENO"; then :
10475 ac_cv_lib_dld_shl_load
=yes
10477 ac_cv_lib_dld_shl_load
=no
10479 rm -f core conftest.err conftest.
$ac_objext \
10480 conftest
$ac_exeext conftest.
$ac_ext
10481 LIBS
=$ac_check_lib_save_LIBS
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10484 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10485 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10486 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10488 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10489 if test "x$ac_cv_func_dlopen" = xyes
; then :
10490 lt_cv_dlopen
="dlopen"
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10493 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10494 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10495 $as_echo_n "(cached) " >&6
10497 ac_check_lib_save_LIBS
=$LIBS
10499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10500 /* end confdefs.h. */
10502 /* Override any GCC internal prototype to avoid an error.
10503 Use char because int might match the return type of a GCC
10504 builtin and then its argument prototype would still apply. */
10517 if ac_fn_c_try_link
"$LINENO"; then :
10518 ac_cv_lib_dl_dlopen
=yes
10520 ac_cv_lib_dl_dlopen
=no
10522 rm -f core conftest.err conftest.
$ac_objext \
10523 conftest
$ac_exeext conftest.
$ac_ext
10524 LIBS
=$ac_check_lib_save_LIBS
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10527 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10528 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10529 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10532 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10533 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10534 $as_echo_n "(cached) " >&6
10536 ac_check_lib_save_LIBS
=$LIBS
10537 LIBS
="-lsvld $LIBS"
10538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10539 /* end confdefs.h. */
10541 /* Override any GCC internal prototype to avoid an error.
10542 Use char because int might match the return type of a GCC
10543 builtin and then its argument prototype would still apply. */
10556 if ac_fn_c_try_link
"$LINENO"; then :
10557 ac_cv_lib_svld_dlopen
=yes
10559 ac_cv_lib_svld_dlopen
=no
10561 rm -f core conftest.err conftest.
$ac_objext \
10562 conftest
$ac_exeext conftest.
$ac_ext
10563 LIBS
=$ac_check_lib_save_LIBS
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10566 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10567 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
10568 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10571 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10572 if ${ac_cv_lib_dld_dld_link+:} false
; then :
10573 $as_echo_n "(cached) " >&6
10575 ac_check_lib_save_LIBS
=$LIBS
10577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10578 /* end confdefs.h. */
10580 /* Override any GCC internal prototype to avoid an error.
10581 Use char because int might match the return type of a GCC
10582 builtin and then its argument prototype would still apply. */
10590 return dld_link ();
10595 if ac_fn_c_try_link
"$LINENO"; then :
10596 ac_cv_lib_dld_dld_link
=yes
10598 ac_cv_lib_dld_dld_link
=no
10600 rm -f core conftest.err conftest.
$ac_objext \
10601 conftest
$ac_exeext conftest.
$ac_ext
10602 LIBS
=$ac_check_lib_save_LIBS
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10605 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10606 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
10607 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
10628 if test "x$lt_cv_dlopen" != xno
; then
10634 case $lt_cv_dlopen in
10636 save_CPPFLAGS
="$CPPFLAGS"
10637 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10639 save_LDFLAGS
="$LDFLAGS"
10640 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10643 LIBS
="$lt_cv_dlopen_libs $LIBS"
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10646 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10647 if ${lt_cv_dlopen_self+:} false
; then :
10648 $as_echo_n "(cached) " >&6
10650 if test "$cross_compiling" = yes; then :
10651 lt_cv_dlopen_self
=cross
10653 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10654 lt_status
=$lt_dlunknown
10655 cat > conftest.
$ac_ext <<_LT_EOF
10656 #line 10656 "configure"
10657 #include "confdefs.h"
10666 # define LT_DLGLOBAL RTLD_GLOBAL
10669 # define LT_DLGLOBAL DL_GLOBAL
10671 # define LT_DLGLOBAL 0
10675 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10676 find out it does not work in some platform. */
10677 #ifndef LT_DLLAZY_OR_NOW
10679 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10682 # define LT_DLLAZY_OR_NOW DL_LAZY
10685 # define LT_DLLAZY_OR_NOW RTLD_NOW
10688 # define LT_DLLAZY_OR_NOW DL_NOW
10690 # define LT_DLLAZY_OR_NOW 0
10697 /* When -fvisbility=hidden is used, assume the code has been annotated
10698 correspondingly for the symbols needed. */
10699 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10700 void fnord () __attribute__((visibility("default")));
10703 void fnord () { int i=42; }
10706 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10707 int status = $lt_dlunknown;
10711 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10714 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10715 else puts (dlerror ());
10717 /* dlclose (self); */
10725 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10726 (eval $ac_link) 2>&5
10728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10729 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10730 (.
/conftest
; exit; ) >&5 2>/dev
/null
10732 case x
$lt_status in
10733 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10734 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10735 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10738 # compilation failed
10739 lt_cv_dlopen_self
=no
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10747 $as_echo "$lt_cv_dlopen_self" >&6; }
10749 if test "x$lt_cv_dlopen_self" = xyes
; then
10750 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10752 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10753 if ${lt_cv_dlopen_self_static+:} false
; then :
10754 $as_echo_n "(cached) " >&6
10756 if test "$cross_compiling" = yes; then :
10757 lt_cv_dlopen_self_static
=cross
10759 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10760 lt_status
=$lt_dlunknown
10761 cat > conftest.
$ac_ext <<_LT_EOF
10762 #line 10762 "configure"
10763 #include "confdefs.h"
10772 # define LT_DLGLOBAL RTLD_GLOBAL
10775 # define LT_DLGLOBAL DL_GLOBAL
10777 # define LT_DLGLOBAL 0
10781 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10782 find out it does not work in some platform. */
10783 #ifndef LT_DLLAZY_OR_NOW
10785 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10788 # define LT_DLLAZY_OR_NOW DL_LAZY
10791 # define LT_DLLAZY_OR_NOW RTLD_NOW
10794 # define LT_DLLAZY_OR_NOW DL_NOW
10796 # define LT_DLLAZY_OR_NOW 0
10803 /* When -fvisbility=hidden is used, assume the code has been annotated
10804 correspondingly for the symbols needed. */
10805 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10806 void fnord () __attribute__((visibility("default")));
10809 void fnord () { int i=42; }
10812 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10813 int status = $lt_dlunknown;
10817 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10820 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10821 else puts (dlerror ());
10823 /* dlclose (self); */
10831 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10832 (eval $ac_link) 2>&5
10834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10835 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10836 (.
/conftest
; exit; ) >&5 2>/dev
/null
10838 case x
$lt_status in
10839 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10840 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10841 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10844 # compilation failed
10845 lt_cv_dlopen_self_static
=no
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10853 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10856 CPPFLAGS
="$save_CPPFLAGS"
10857 LDFLAGS
="$save_LDFLAGS"
10862 case $lt_cv_dlopen_self in
10863 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10864 *) enable_dlopen_self
=unknown
;;
10867 case $lt_cv_dlopen_self_static in
10868 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10869 *) enable_dlopen_self_static
=unknown
;;
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10892 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10893 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10894 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10895 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10897 $as_echo "yes" >&6; }
10899 # FIXME - insert some real tests, host_os isn't really good enough
10902 if test -n "$STRIP" ; then
10903 striplib
="$STRIP -x"
10904 old_striplib
="$STRIP -S"
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10906 $as_echo "yes" >&6; }
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10909 $as_echo "no" >&6; }
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10914 $as_echo "no" >&6; }
10930 # Report which library types will actually be built
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10932 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10934 $as_echo "$can_build_shared" >&6; }
10936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10937 $as_echo_n "checking whether to build shared libraries... " >&6; }
10938 test "$can_build_shared" = "no" && enable_shared
=no
10940 # On AIX, shared libraries and static libraries use the same namespace, and
10941 # are all built from PIC.
10944 test "$enable_shared" = yes && enable_static
=no
10945 if test -n "$RANLIB"; then
10946 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10947 postinstall_cmds
='$RANLIB $lib'
10952 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10953 test "$enable_shared" = yes && enable_static
=no
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10958 $as_echo "$enable_shared" >&6; }
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10961 $as_echo_n "checking whether to build static libraries... " >&6; }
10962 # Make sure either enable_shared or enable_static is yes.
10963 test "$enable_shared" = yes || enable_static
=yes
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10965 $as_echo "$enable_static" >&6; }
10972 ac_cpp
='$CPP $CPPFLAGS'
10973 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10974 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10975 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10991 ac_config_commands
="$ac_config_commands libtool"
10996 # Only expand once:
11000 # The tests for host and target for $enable_largefile require
11005 # As the $enable_largefile decision depends on --enable-plugins we must set it
11006 # even in directories otherwise not depending on the $plugins option.
11010 for ac_header
in dlfcn.h
11012 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11014 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11015 cat >>confdefs.h
<<_ACEOF
11016 #define HAVE_DLFCN_H 1
11023 for ac_header
in windows.h
11025 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11027 if test "x$ac_cv_header_windows_h" = xyes
; then :
11028 cat >>confdefs.h
<<_ACEOF
11029 #define HAVE_WINDOWS_H 1
11037 # Check whether --enable-plugins was given.
11038 if test "${enable_plugins+set}" = set; then :
11039 enableval
=$enable_plugins; case "${enableval}" in
11042 if test "$maybe_plugins" != "yes" ; then
11043 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11047 plugins
=$maybe_plugins
11051 if test "$plugins" = "yes"; then
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11053 $as_echo_n "checking for library containing dlsym... " >&6; }
11054 if ${ac_cv_search_dlsym+:} false
; then :
11055 $as_echo_n "(cached) " >&6
11057 ac_func_search_save_LIBS
=$LIBS
11058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11076 for ac_lib
in '' dl
; do
11077 if test -z "$ac_lib"; then
11078 ac_res
="none required"
11081 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11083 if ac_fn_c_try_link
"$LINENO"; then :
11084 ac_cv_search_dlsym
=$ac_res
11086 rm -f core conftest.err conftest.
$ac_objext \
11088 if ${ac_cv_search_dlsym+:} false
; then :
11092 if ${ac_cv_search_dlsym+:} false
; then :
11095 ac_cv_search_dlsym
=no
11097 rm conftest.
$ac_ext
11098 LIBS
=$ac_func_search_save_LIBS
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11101 $as_echo "$ac_cv_search_dlsym" >&6; }
11102 ac_res
=$ac_cv_search_dlsym
11103 if test "$ac_res" != no
; then :
11104 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11112 sparc-
*-solaris*|i?
86-*-solaris*)
11113 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11114 # were mutually exclusive until Solaris 11.3. Without procfs support,
11115 # the bfd/ elf module cannot provide certain routines such as
11116 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11117 # explicitly requested large-file support through the
11118 # --enable-largefile switch, disable large-file support in favor of
11121 # Check if <sys/procfs.h> is incompatible with large-file support.
11122 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11123 /* end confdefs.h. */
11124 #define _FILE_OFFSET_BITS 64
11125 #define _STRUCTURED_PROC 1
11126 #include <sys/procfs.h>
11135 if ac_fn_c_try_compile
"$LINENO"; then :
11136 acx_cv_procfs_lfs
=yes
11138 acx_cv_procfs_lfs
=no
11140 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11142 # Forcefully disable large-file support only if necessary, gdb is in
11143 # tree and enabled.
11144 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11145 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
11146 : ${enable_largefile="no"}
11147 if test "$plugins" = yes; then
11148 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11149 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11150 $as_echo "$as_me: WARNING:
11151 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11156 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11157 # benefit of g++ 9+ which predefines it on Solaris.
11158 if test "$enable_largefile" = no
; then
11159 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
11165 # Check whether --enable-largefile was given.
11166 if test "${enable_largefile+set}" = set; then :
11167 enableval
=$enable_largefile;
11170 if test "$enable_largefile" != no
; then
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11173 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11174 if ${ac_cv_sys_largefile_CC+:} false
; then :
11175 $as_echo_n "(cached) " >&6
11177 ac_cv_sys_largefile_CC
=no
11178 if test "$GCC" != yes; then
11181 # IRIX 6.2 and later do not support large files by default,
11182 # so use the C compiler's -n32 option if that helps.
11183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11184 /* end confdefs.h. */
11185 #include <sys/types.h>
11186 /* Check that off_t can represent 2**63 - 1 correctly.
11187 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11188 since some C++ compilers masquerading as C compilers
11189 incorrectly reject 9223372036854775807. */
11190 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11191 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11192 && LARGE_OFF_T % 2147483647 == 1)
11202 if ac_fn_c_try_compile
"$LINENO"; then :
11205 rm -f core conftest.err conftest.
$ac_objext
11207 if ac_fn_c_try_compile
"$LINENO"; then :
11208 ac_cv_sys_largefile_CC
=' -n32'; break
11210 rm -f core conftest.err conftest.
$ac_objext
11214 rm -f conftest.
$ac_ext
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11218 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11219 if test "$ac_cv_sys_largefile_CC" != no
; then
11220 CC
=$CC$ac_cv_sys_largefile_CC
11223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11224 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11225 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11226 $as_echo_n "(cached) " >&6
11229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11230 /* end confdefs.h. */
11231 #include <sys/types.h>
11232 /* Check that off_t can represent 2**63 - 1 correctly.
11233 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11234 since some C++ compilers masquerading as C compilers
11235 incorrectly reject 9223372036854775807. */
11236 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11237 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11238 && LARGE_OFF_T % 2147483647 == 1)
11248 if ac_fn_c_try_compile
"$LINENO"; then :
11249 ac_cv_sys_file_offset_bits
=no
; break
11251 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11253 /* end confdefs.h. */
11254 #define _FILE_OFFSET_BITS 64
11255 #include <sys/types.h>
11256 /* Check that off_t can represent 2**63 - 1 correctly.
11257 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11258 since some C++ compilers masquerading as C compilers
11259 incorrectly reject 9223372036854775807. */
11260 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11261 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11262 && LARGE_OFF_T % 2147483647 == 1)
11272 if ac_fn_c_try_compile
"$LINENO"; then :
11273 ac_cv_sys_file_offset_bits
=64; break
11275 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11276 ac_cv_sys_file_offset_bits
=unknown
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11281 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11282 case $ac_cv_sys_file_offset_bits in #(
11285 cat >>confdefs.h
<<_ACEOF
11286 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11291 if test $ac_cv_sys_file_offset_bits = unknown
; then
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11293 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11294 if ${ac_cv_sys_large_files+:} false
; then :
11295 $as_echo_n "(cached) " >&6
11298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11299 /* end confdefs.h. */
11300 #include <sys/types.h>
11301 /* Check that off_t can represent 2**63 - 1 correctly.
11302 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11303 since some C++ compilers masquerading as C compilers
11304 incorrectly reject 9223372036854775807. */
11305 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11306 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11307 && LARGE_OFF_T % 2147483647 == 1)
11317 if ac_fn_c_try_compile
"$LINENO"; then :
11318 ac_cv_sys_large_files
=no
; break
11320 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11322 /* end confdefs.h. */
11323 #define _LARGE_FILES 1
11324 #include <sys/types.h>
11325 /* Check that off_t can represent 2**63 - 1 correctly.
11326 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11327 since some C++ compilers masquerading as C compilers
11328 incorrectly reject 9223372036854775807. */
11329 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11330 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11331 && LARGE_OFF_T % 2147483647 == 1)
11341 if ac_fn_c_try_compile
"$LINENO"; then :
11342 ac_cv_sys_large_files
=1; break
11344 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11345 ac_cv_sys_large_files
=unknown
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11350 $as_echo "$ac_cv_sys_large_files" >&6; }
11351 case $ac_cv_sys_large_files in #(
11354 cat >>confdefs.h
<<_ACEOF
11355 #define _LARGE_FILES $ac_cv_sys_large_files
11367 # These are in addition to what is made available in bfd/.
11368 for ac_header
in sys
/time.h
11370 ac_fn_c_check_header_mongrel
"$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
11371 if test "x$ac_cv_header_sys_time_h" = xyes
; then :
11372 cat >>confdefs.h
<<_ACEOF
11373 #define HAVE_SYS_TIME_H 1
11380 for ac_func
in setitimer
11382 ac_fn_c_check_func
"$LINENO" "setitimer" "ac_cv_func_setitimer"
11383 if test "x$ac_cv_func_setitimer" = xyes
; then :
11384 cat >>confdefs.h
<<_ACEOF
11385 #define HAVE_SETITIMER 1
11392 ALL_LINGUAS
="bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi"
11395 if test -n "$ac_aux_dir"; then
11396 case "$ac_aux_dir" in
11397 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
11398 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11401 if test -z "$MKINSTALLDIRS"; then
11402 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11408 $as_echo_n "checking whether NLS is requested... " >&6; }
11409 # Check whether --enable-nls was given.
11410 if test "${enable_nls+set}" = set; then :
11411 enableval
=$enable_nls; USE_NLS
=$enableval
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11417 $as_echo "$USE_NLS" >&6; }
11424 # Prepare PATH_SEPARATOR.
11425 # The user is always right.
11426 if test "${PATH_SEPARATOR+set}" != set; then
11427 echo "#! /bin/sh" >conf$$.sh
11428 echo "exit 0" >>conf$$.sh
11430 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11438 # Find out how to test for executable files. Don't use a zero-byte file,
11439 # as systems may use methods other than mode bits to determine executability.
11440 cat >conf$$.
file <<_ASEOF
11444 chmod +x conf$$.
file
11445 if test -x conf$$.
file >/dev
/null
2>&1; then
11446 ac_executable_p
="test -x"
11448 ac_executable_p
="test -f"
11452 # Extract the first word of "msgfmt", so it can be a program name with args.
11453 set dummy msgfmt
; ac_word
=$2
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11455 $as_echo_n "checking for $ac_word... " >&6; }
11456 if ${ac_cv_path_MSGFMT+:} false
; then :
11457 $as_echo_n "(cached) " >&6
11461 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
11464 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11465 for ac_dir
in $PATH; do
11467 test -z "$ac_dir" && ac_dir
=.
11468 for ac_exec_ext
in '' $ac_executable_extensions; do
11469 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11470 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
11471 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11472 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
11479 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
11483 MSGFMT
="$ac_cv_path_MSGFMT"
11484 if test "$MSGFMT" != ":"; then
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11486 $as_echo "$MSGFMT" >&6; }
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11489 $as_echo "no" >&6; }
11492 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11493 set dummy gmsgfmt
; ac_word
=$2
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11495 $as_echo_n "checking for $ac_word... " >&6; }
11496 if ${ac_cv_path_GMSGFMT+:} false
; then :
11497 $as_echo_n "(cached) " >&6
11501 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
11504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11505 for as_dir
in $PATH
11508 test -z "$as_dir" && as_dir
=.
11509 for ac_exec_ext
in '' $ac_executable_extensions; do
11510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
11511 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
11512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11519 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
11523 GMSGFMT
=$ac_cv_path_GMSGFMT
11524 if test -n "$GMSGFMT"; then
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11526 $as_echo "$GMSGFMT" >&6; }
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11529 $as_echo "no" >&6; }
11535 # Prepare PATH_SEPARATOR.
11536 # The user is always right.
11537 if test "${PATH_SEPARATOR+set}" != set; then
11538 echo "#! /bin/sh" >conf$$.sh
11539 echo "exit 0" >>conf$$.sh
11541 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11549 # Find out how to test for executable files. Don't use a zero-byte file,
11550 # as systems may use methods other than mode bits to determine executability.
11551 cat >conf$$.
file <<_ASEOF
11555 chmod +x conf$$.
file
11556 if test -x conf$$.
file >/dev
/null
2>&1; then
11557 ac_executable_p
="test -x"
11559 ac_executable_p
="test -f"
11563 # Extract the first word of "xgettext", so it can be a program name with args.
11564 set dummy xgettext
; ac_word
=$2
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11566 $as_echo_n "checking for $ac_word... " >&6; }
11567 if ${ac_cv_path_XGETTEXT+:} false
; then :
11568 $as_echo_n "(cached) " >&6
11570 case "$XGETTEXT" in
11572 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
11575 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11576 for ac_dir
in $PATH; do
11578 test -z "$ac_dir" && ac_dir
=.
11579 for ac_exec_ext
in '' $ac_executable_extensions; do
11580 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11581 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11582 (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
11583 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
11590 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
11594 XGETTEXT
="$ac_cv_path_XGETTEXT"
11595 if test "$XGETTEXT" != ":"; then
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11597 $as_echo "$XGETTEXT" >&6; }
11599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11600 $as_echo "no" >&6; }
11606 # Prepare PATH_SEPARATOR.
11607 # The user is always right.
11608 if test "${PATH_SEPARATOR+set}" != set; then
11609 echo "#! /bin/sh" >conf$$.sh
11610 echo "exit 0" >>conf$$.sh
11612 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11620 # Find out how to test for executable files. Don't use a zero-byte file,
11621 # as systems may use methods other than mode bits to determine executability.
11622 cat >conf$$.
file <<_ASEOF
11626 chmod +x conf$$.
file
11627 if test -x conf$$.
file >/dev
/null
2>&1; then
11628 ac_executable_p
="test -x"
11630 ac_executable_p
="test -f"
11634 # Extract the first word of "msgmerge", so it can be a program name with args.
11635 set dummy msgmerge
; ac_word
=$2
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11637 $as_echo_n "checking for $ac_word... " >&6; }
11638 if ${ac_cv_path_MSGMERGE+:} false
; then :
11639 $as_echo_n "(cached) " >&6
11641 case "$MSGMERGE" in
11643 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
11646 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11647 for ac_dir
in $PATH; do
11649 test -z "$ac_dir" && ac_dir
=.
11650 for ac_exec_ext
in '' $ac_executable_extensions; do
11651 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11652 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
11653 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
11660 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
11664 MSGMERGE
="$ac_cv_path_MSGMERGE"
11665 if test "$MSGMERGE" != ":"; then
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
11667 $as_echo "$MSGMERGE" >&6; }
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11670 $as_echo "no" >&6; }
11674 if test "$GMSGFMT" != ":"; then
11675 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
11676 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11679 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
11681 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
11686 if test "$XGETTEXT" != ":"; then
11687 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11688 (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
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
11692 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
11698 ac_config_commands
="$ac_config_commands default-1"
11702 if test "X$prefix" = "XNONE"; then
11703 acl_final_prefix
="$ac_default_prefix"
11705 acl_final_prefix
="$prefix"
11707 if test "X$exec_prefix" = "XNONE"; then
11708 acl_final_exec_prefix
='${prefix}'
11710 acl_final_exec_prefix
="$exec_prefix"
11712 acl_save_prefix
="$prefix"
11713 prefix
="$acl_final_prefix"
11714 eval acl_final_exec_prefix
=\"$acl_final_exec_prefix\"
11715 prefix
="$acl_save_prefix"
11718 # Check whether --with-gnu-ld was given.
11719 if test "${with_gnu_ld+set}" = set; then :
11720 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
11725 # Prepare PATH_SEPARATOR.
11726 # The user is always right.
11727 if test "${PATH_SEPARATOR+set}" != set; then
11728 echo "#! /bin/sh" >conf$$.sh
11729 echo "exit 0" >>conf$$.sh
11731 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11739 if test "$GCC" = yes; then
11740 # Check if gcc -print-prog-name=ld gives a path.
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
11742 $as_echo_n "checking for ld used by GCC... " >&6; }
11745 # gcc leaves a trailing carriage return which upsets mingw
11746 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11748 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
11751 # Accept absolute paths.
11752 [\\/]* |
[A-Za-z
]:[\\/]*)
11753 re_direlt
='/[^/][^/]*/\.\./'
11754 # Canonicalize the path of ld
11755 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
11756 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
11757 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
11759 test -z "$LD" && LD
="$ac_prog"
11762 # If it fails, then pretend we aren't using GCC.
11766 # If it is relative, then search for the first ld in PATH.
11767 with_gnu_ld
=unknown
11770 elif test "$with_gnu_ld" = yes; then
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11772 $as_echo_n "checking for GNU ld... " >&6; }
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11775 $as_echo_n "checking for non-GNU ld... " >&6; }
11777 if ${acl_cv_path_LD+:} false
; then :
11778 $as_echo_n "(cached) " >&6
11780 if test -z "$LD"; then
11781 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
11782 for ac_dir
in $PATH; do
11783 test -z "$ac_dir" && ac_dir
=.
11784 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
11785 acl_cv_path_LD
="$ac_dir/$ac_prog"
11786 # Check to see if the program is GNU ld. I'd rather use --version,
11787 # but apparently some GNU ld's only accept -v.
11788 # Break only if it was the GNU/non-GNU ld that we prefer.
11789 if "$acl_cv_path_LD" -v 2>&1 < /dev
/null |
$EGREP '(GNU|with BFD)' > /dev
/null
; then
11790 test "$with_gnu_ld" != no
&& break
11792 test "$with_gnu_ld" != yes && break
11798 acl_cv_path_LD
="$LD" # Let the user override the test with a path.
11802 LD
="$acl_cv_path_LD"
11803 if test -n "$LD"; then
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11805 $as_echo "$LD" >&6; }
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11808 $as_echo "no" >&6; }
11810 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11812 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11813 if ${acl_cv_prog_gnu_ld+:} false
; then :
11814 $as_echo_n "(cached) " >&6
11816 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
11817 if $LD -v 2>&1 </dev
/null |
$EGREP '(GNU|with BFD)' 1>&5; then
11818 acl_cv_prog_gnu_ld
=yes
11820 acl_cv_prog_gnu_ld
=no
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
11824 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
11825 with_gnu_ld
=$acl_cv_prog_gnu_ld
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
11830 $as_echo_n "checking for shared library run path origin... " >&6; }
11831 if ${acl_cv_rpath+:} false
; then :
11832 $as_echo_n "(cached) " >&6
11835 CC
="$CC" GCC
="$GCC" LDFLAGS
="$LDFLAGS" LD
="$LD" with_gnu_ld
="$with_gnu_ld" \
11836 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
11838 rm -f .
/conftest.sh
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
11843 $as_echo "$acl_cv_rpath" >&6; }
11845 libext
="$acl_cv_libext"
11846 shlibext
="$acl_cv_shlibext"
11847 hardcode_libdir_flag_spec
="$acl_cv_hardcode_libdir_flag_spec"
11848 hardcode_libdir_separator
="$acl_cv_hardcode_libdir_separator"
11849 hardcode_direct
="$acl_cv_hardcode_direct"
11850 hardcode_minus_L
="$acl_cv_hardcode_minus_L"
11851 # Check whether --enable-rpath was given.
11852 if test "${enable_rpath+set}" = set; then :
11853 enableval
=$enable_rpath; :
11867 acl_save_prefix
="$prefix"
11868 prefix
="$acl_final_prefix"
11869 acl_save_exec_prefix
="$exec_prefix"
11870 exec_prefix
="$acl_final_exec_prefix"
11872 eval additional_includedir
=\"$includedir\"
11873 eval additional_libdir
=\"$libdir\"
11875 exec_prefix
="$acl_save_exec_prefix"
11876 prefix
="$acl_save_prefix"
11879 # Check whether --with-libiconv-prefix was given.
11880 if test "${with_libiconv_prefix+set}" = set; then :
11881 withval
=$with_libiconv_prefix;
11882 if test "X$withval" = "Xno"; then
11885 if test "X$withval" = "X"; then
11887 acl_save_prefix
="$prefix"
11888 prefix
="$acl_final_prefix"
11889 acl_save_exec_prefix
="$exec_prefix"
11890 exec_prefix
="$acl_final_exec_prefix"
11892 eval additional_includedir
=\"$includedir\"
11893 eval additional_libdir
=\"$libdir\"
11895 exec_prefix
="$acl_save_exec_prefix"
11896 prefix
="$acl_save_prefix"
11899 additional_includedir
="$withval/include"
11900 additional_libdir
="$withval/lib"
11907 # Check whether --with-libiconv-type was given.
11908 if test "${with_libiconv_type+set}" = set; then :
11909 withval
=$with_libiconv_type; with_libiconv_type
=$withval
11911 with_libiconv_type
=auto
11914 lib_type
=`eval echo \$with_libiconv_type`
11921 names_already_handled
=
11922 names_next_round
='iconv '
11923 while test -n "$names_next_round"; do
11924 names_this_round
="$names_next_round"
11926 for name
in $names_this_round; do
11928 for n
in $names_already_handled; do
11929 if test "$n" = "$name"; then
11930 already_handled
=yes
11934 if test -z "$already_handled"; then
11935 names_already_handled
="$names_already_handled $name"
11936 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
11937 eval value
=\"\
$HAVE_LIB$uppername\"
11938 if test -n "$value"; then
11939 if test "$value" = yes; then
11940 eval value
=\"\
$LIB$uppername\"
11941 test -z "$value" || LIBICONV
="${LIBICONV}${LIBICONV:+ }$value"
11942 eval value
=\"\
$LTLIB$uppername\"
11943 test -z "$value" || LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$value"
11952 if test $use_additional = yes; then
11953 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
11954 found_dir
="$additional_libdir"
11955 found_so
="$additional_libdir/lib$name.$shlibext"
11956 if test -f "$additional_libdir/lib$name.la"; then
11957 found_la
="$additional_libdir/lib$name.la"
11959 elif test x
$lib_type != xshared
; then
11960 if test -f "$additional_libdir/lib$name.$libext"; then
11961 found_dir
="$additional_libdir"
11962 found_a
="$additional_libdir/lib$name.$libext"
11963 if test -f "$additional_libdir/lib$name.la"; then
11964 found_la
="$additional_libdir/lib$name.la"
11969 if test "X$found_dir" = "X"; then
11970 for x
in $LDFLAGS $LTLIBICONV; do
11972 acl_save_prefix
="$prefix"
11973 prefix
="$acl_final_prefix"
11974 acl_save_exec_prefix
="$exec_prefix"
11975 exec_prefix
="$acl_final_exec_prefix"
11977 exec_prefix
="$acl_save_exec_prefix"
11978 prefix
="$acl_save_prefix"
11982 dir
=`echo "X$x" | sed -e 's/^X-L//'`
11983 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
11985 found_so
="$dir/lib$name.$shlibext"
11986 if test -f "$dir/lib$name.la"; then
11987 found_la
="$dir/lib$name.la"
11989 elif test x
$lib_type != xshared
; then
11990 if test -f "$dir/lib$name.$libext"; then
11992 found_a
="$dir/lib$name.$libext"
11993 if test -f "$dir/lib$name.la"; then
11994 found_la
="$dir/lib$name.la"
12000 if test "X$found_dir" != "X"; then
12005 if test "X$found_dir" != "X"; then
12006 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
12007 if test "X$found_so" != "X"; then
12008 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
12009 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
12012 for x
in $ltrpathdirs; do
12013 if test "X$x" = "X$found_dir"; then
12018 if test -z "$haveit"; then
12019 ltrpathdirs
="$ltrpathdirs $found_dir"
12021 if test "$hardcode_direct" = yes; then
12022 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
12024 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
12025 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
12027 for x
in $rpathdirs; do
12028 if test "X$x" = "X$found_dir"; then
12033 if test -z "$haveit"; then
12034 rpathdirs
="$rpathdirs $found_dir"
12038 for x
in $LDFLAGS $LIBICONV; do
12040 acl_save_prefix
="$prefix"
12041 prefix
="$acl_final_prefix"
12042 acl_save_exec_prefix
="$exec_prefix"
12043 exec_prefix
="$acl_final_exec_prefix"
12045 exec_prefix
="$acl_save_exec_prefix"
12046 prefix
="$acl_save_prefix"
12048 if test "X$x" = "X-L$found_dir"; then
12053 if test -z "$haveit"; then
12054 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir"
12056 if test "$hardcode_minus_L" != no
; then
12057 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
12059 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
12065 if test "X$found_a" != "X"; then
12066 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_a"
12068 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
12071 additional_includedir
=
12072 case "$found_dir" in
12074 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
12075 additional_includedir
="$basedir/include"
12078 if test "X$additional_includedir" != "X"; then
12079 if test "X$additional_includedir" != "X/usr/include"; then
12081 if test "X$additional_includedir" = "X/usr/local/include"; then
12082 if test -n "$GCC"; then
12084 linux
*) haveit
=yes;;
12088 if test -z "$haveit"; then
12089 for x
in $CPPFLAGS $INCICONV; do
12091 acl_save_prefix
="$prefix"
12092 prefix
="$acl_final_prefix"
12093 acl_save_exec_prefix
="$exec_prefix"
12094 exec_prefix
="$acl_final_exec_prefix"
12096 exec_prefix
="$acl_save_exec_prefix"
12097 prefix
="$acl_save_prefix"
12099 if test "X$x" = "X-I$additional_includedir"; then
12104 if test -z "$haveit"; then
12105 if test -d "$additional_includedir"; then
12106 INCICONV
="${INCICONV}${INCICONV:+ }-I$additional_includedir"
12112 if test -n "$found_la"; then
12113 save_libdir
="$libdir"
12114 case "$found_la" in
12115 */* |
*\\*) .
"$found_la" ;;
12116 *) .
"./$found_la" ;;
12118 libdir
="$save_libdir"
12119 for dep
in $dependency_libs; do
12122 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
12123 if test "X$additional_libdir" != "X/usr/lib"; then
12125 if test "X$additional_libdir" = "X/usr/local/lib"; then
12126 if test -n "$GCC"; then
12128 linux
*) haveit
=yes;;
12132 if test -z "$haveit"; then
12134 for x
in $LDFLAGS $LIBICONV; do
12136 acl_save_prefix
="$prefix"
12137 prefix
="$acl_final_prefix"
12138 acl_save_exec_prefix
="$exec_prefix"
12139 exec_prefix
="$acl_final_exec_prefix"
12141 exec_prefix
="$acl_save_exec_prefix"
12142 prefix
="$acl_save_prefix"
12144 if test "X$x" = "X-L$additional_libdir"; then
12149 if test -z "$haveit"; then
12150 if test -d "$additional_libdir"; then
12151 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
12155 for x
in $LDFLAGS $LTLIBICONV; do
12157 acl_save_prefix
="$prefix"
12158 prefix
="$acl_final_prefix"
12159 acl_save_exec_prefix
="$exec_prefix"
12160 exec_prefix
="$acl_final_exec_prefix"
12162 exec_prefix
="$acl_save_exec_prefix"
12163 prefix
="$acl_save_prefix"
12165 if test "X$x" = "X-L$additional_libdir"; then
12170 if test -z "$haveit"; then
12171 if test -d "$additional_libdir"; then
12172 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
12179 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
12180 if test "$enable_rpath" != no
; then
12182 for x
in $rpathdirs; do
12183 if test "X$x" = "X$dir"; then
12188 if test -z "$haveit"; then
12189 rpathdirs
="$rpathdirs $dir"
12192 for x
in $ltrpathdirs; do
12193 if test "X$x" = "X$dir"; then
12198 if test -z "$haveit"; then
12199 ltrpathdirs
="$ltrpathdirs $dir"
12204 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
12207 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
12210 LIBICONV
="${LIBICONV}${LIBICONV:+ }$dep"
12211 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$dep"
12217 if test "x$lib_type" = "xauto" ||
test "x$lib_type" = "xshared"; then
12218 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
12219 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
12221 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
12222 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
12229 if test "X$rpathdirs" != "X"; then
12230 if test -n "$hardcode_libdir_separator"; then
12232 for found_dir
in $rpathdirs; do
12233 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
12235 acl_save_libdir
="$libdir"
12237 eval flag
=\"$hardcode_libdir_flag_spec\"
12238 libdir
="$acl_save_libdir"
12239 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
12241 for found_dir
in $rpathdirs; do
12242 acl_save_libdir
="$libdir"
12243 libdir
="$found_dir"
12244 eval flag
=\"$hardcode_libdir_flag_spec\"
12245 libdir
="$acl_save_libdir"
12246 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
12250 if test "X$ltrpathdirs" != "X"; then
12251 for found_dir
in $ltrpathdirs; do
12252 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
12260 if test -f ..
/gettext
/uninstalled-config.sh
; then
12261 relative_builddir
='$(top_builddir)/../gettext'
12262 . ..
/gettext
/uninstalled-config.sh
12264 # The sister gettext directory doesn't exist and won't collect information on
12265 # using gettext for us. Call a bundled AM_GNU_GETTEXT.
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
12290 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
12291 if ${gt_cv_func_CFPreferencesCopyAppValue+:} false
; then :
12292 $as_echo_n "(cached) " >&6
12294 gt_save_LIBS
="$LIBS"
12295 LIBS
="$LIBS -Wl,-framework -Wl,CoreFoundation"
12296 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12297 /* end confdefs.h. */
12298 #include <CoreFoundation/CFPreferences.h>
12302 CFPreferencesCopyAppValue(NULL, NULL)
12307 if ac_fn_c_try_link
"$LINENO"; then :
12308 gt_cv_func_CFPreferencesCopyAppValue
=yes
12310 gt_cv_func_CFPreferencesCopyAppValue
=no
12312 rm -f core conftest.err conftest.
$ac_objext \
12313 conftest
$ac_exeext conftest.
$ac_ext
12314 LIBS
="$gt_save_LIBS"
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
12317 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
12318 if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
12320 $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyPreferredLanguages" >&5
12324 $as_echo_n "checking for CFLocaleCopyPreferredLanguages... " >&6; }
12325 if ${gt_cv_func_CFLocaleCopyPreferredLanguages+:} false
; then :
12326 $as_echo_n "(cached) " >&6
12328 gt_save_LIBS
="$LIBS"
12329 LIBS
="$LIBS -Wl,-framework -Wl,CoreFoundation"
12330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12331 /* end confdefs.h. */
12332 #include <CoreFoundation/CFLocale.h>
12336 CFLocaleCopyPreferredLanguages();
12341 if ac_fn_c_try_link
"$LINENO"; then :
12342 gt_cv_func_CFLocaleCopyPreferredLanguages
=yes
12344 gt_cv_func_CFLocaleCopyPreferredLanguages
=no
12346 rm -f core conftest.err conftest.
$ac_objext \
12347 conftest
$ac_exeext conftest.
$ac_ext
12348 LIBS
="$gt_save_LIBS"
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyPreferredLanguages" >&5
12351 $as_echo "$gt_cv_func_CFLocaleCopyPreferredLanguages" >&6; }
12352 if test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then
12354 $as_echo "#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1" >>confdefs.h
12358 if test $gt_cv_func_CFPreferencesCopyAppValue = yes \
12359 ||
test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then
12360 INTL_MACOSX_LIBS
="-Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreServices"
12372 case " $gt_needs " in
12373 *" need-formatstring-macros "*) gt_api_version
=3 ;;
12374 *" need-ngettext "*) gt_api_version
=2 ;;
12375 *) gt_api_version
=1 ;;
12377 gt_func_gnugettext_libc
="gt_cv_func_gnugettext${gt_api_version}_libc"
12378 gt_func_gnugettext_libintl
="gt_cv_func_gnugettext${gt_api_version}_libintl"
12380 if test "$USE_NLS" = "yes"; then
12381 gt_use_preinstalled_gnugettext
=no
12384 if test $gt_api_version -ge 3; then
12385 gt_revision_test_code
='
12386 #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
12387 #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
12389 typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
12392 gt_revision_test_code
=
12394 if test $gt_api_version -ge 2; then
12395 gt_expression_test_code
=' + * ngettext ("", "", 0)'
12397 gt_expression_test_code
=
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
12401 $as_echo_n "checking for GNU gettext in libc... " >&6; }
12402 if eval \
${$gt_func_gnugettext_libc+:} false
; then :
12403 $as_echo_n "(cached) " >&6
12405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12406 /* end confdefs.h. */
12408 #include <libintl.h>
12409 #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
12410 extern int _nl_msg_cat_cntr;
12411 extern int *_nl_domain_bindings;
12412 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
12414 #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
12416 $gt_revision_test_code
12422 bindtextdomain ("", "");
12423 return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
12429 if ac_fn_c_try_link
"$LINENO"; then :
12430 eval "$gt_func_gnugettext_libc=yes"
12432 eval "$gt_func_gnugettext_libc=no"
12434 rm -f core conftest.err conftest.
$ac_objext \
12435 conftest
$ac_exeext conftest.
$ac_ext
12437 eval ac_res
=\$
$gt_func_gnugettext_libc
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12439 $as_echo "$ac_res" >&6; }
12441 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
12447 am_save_CPPFLAGS
="$CPPFLAGS"
12449 for element
in $INCICONV; do
12451 for x
in $CPPFLAGS; do
12453 acl_save_prefix
="$prefix"
12454 prefix
="$acl_final_prefix"
12455 acl_save_exec_prefix
="$exec_prefix"
12456 exec_prefix
="$acl_final_exec_prefix"
12458 exec_prefix
="$acl_save_exec_prefix"
12459 prefix
="$acl_save_prefix"
12461 if test "X$x" = "X$element"; then
12466 if test -z "$haveit"; then
12467 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
12473 $as_echo_n "checking for iconv... " >&6; }
12474 if ${am_cv_func_iconv+:} false
; then :
12475 $as_echo_n "(cached) " >&6
12478 am_cv_func_iconv
="no, consider installing GNU libiconv"
12480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12481 /* end confdefs.h. */
12483 #include <stdlib.h>
12489 iconv_t cd = iconv_open("","");
12490 iconv(cd,NULL,NULL,NULL,NULL);
12496 if ac_fn_c_try_link
"$LINENO"; then :
12497 am_cv_func_iconv
=yes
12499 rm -f core conftest.err conftest.
$ac_objext \
12500 conftest
$ac_exeext conftest.
$ac_ext
12501 if test "$am_cv_func_iconv" != yes; then
12502 am_save_LIBS
="$LIBS"
12503 LIBS
="$LIBS $LIBICONV"
12504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12505 /* end confdefs.h. */
12507 #include <stdlib.h>
12513 iconv_t cd = iconv_open("","");
12514 iconv(cd,NULL,NULL,NULL,NULL);
12520 if ac_fn_c_try_link
"$LINENO"; then :
12521 am_cv_lib_iconv
=yes
12522 am_cv_func_iconv
=yes
12524 rm -f core conftest.err conftest.
$ac_objext \
12525 conftest
$ac_exeext conftest.
$ac_ext
12526 LIBS
="$am_save_LIBS"
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
12531 $as_echo "$am_cv_func_iconv" >&6; }
12532 if test "$am_cv_func_iconv" = yes; then
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
12534 $as_echo_n "checking for working iconv... " >&6; }
12535 if ${am_cv_func_iconv_works+:} false
; then :
12536 $as_echo_n "(cached) " >&6
12539 am_save_LIBS
="$LIBS"
12540 if test $am_cv_lib_iconv = yes; then
12541 LIBS
="$LIBS $LIBICONV"
12543 am_cv_func_iconv_works
=no
12544 for ac_iconv_const
in '' 'const'; do
12545 if test "$cross_compiling" = yes; then :
12547 aix
* | hpux
*) am_cv_func_iconv_works
="guessing no" ;;
12548 *) am_cv_func_iconv_works
="guessing yes" ;;
12551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12552 /* end confdefs.h. */
12555 #include <string.h>
12557 #ifndef ICONV_CONST
12558 # define ICONV_CONST $ac_iconv_const
12565 /* Test against AIX 5.1...7.2 bug: Failures are not distinguishable from
12566 successful returns. This is even documented in
12567 <https://www.ibm.com/support/knowledgecenter/ssw_aix_72/i_bostechref/iconv.html> */
12569 iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
12570 if (cd_utf8_to_88591 != (iconv_t)(-1))
12572 static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
12574 ICONV_CONST char *inptr = input;
12575 size_t inbytesleft = strlen (input);
12576 char *outptr = buf;
12577 size_t outbytesleft = sizeof (buf);
12578 size_t res = iconv (cd_utf8_to_88591,
12579 &inptr, &inbytesleft,
12580 &outptr, &outbytesleft);
12583 iconv_close (cd_utf8_to_88591);
12586 /* Test against Solaris 10 bug: Failures are not distinguishable from
12587 successful returns. */
12589 iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
12590 if (cd_ascii_to_88591 != (iconv_t)(-1))
12592 static ICONV_CONST char input[] = "\263";
12594 ICONV_CONST char *inptr = input;
12595 size_t inbytesleft = strlen (input);
12596 char *outptr = buf;
12597 size_t outbytesleft = sizeof (buf);
12598 size_t res = iconv (cd_ascii_to_88591,
12599 &inptr, &inbytesleft,
12600 &outptr, &outbytesleft);
12603 iconv_close (cd_ascii_to_88591);
12606 /* Test against AIX 6.1..7.1 bug: Buffer overrun. */
12608 iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
12609 if (cd_88591_to_utf8 != (iconv_t)(-1))
12611 static ICONV_CONST char input[] = "\304";
12612 static char buf[2] = { (char)0xDE, (char)0xAD };
12613 ICONV_CONST char *inptr = input;
12614 size_t inbytesleft = 1;
12615 char *outptr = buf;
12616 size_t outbytesleft = 1;
12617 size_t res = iconv (cd_88591_to_utf8,
12618 &inptr, &inbytesleft,
12619 &outptr, &outbytesleft);
12620 if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
12622 iconv_close (cd_88591_to_utf8);
12625 #if 0 /* This bug could be worked around by the caller. */
12626 /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
12628 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
12629 if (cd_88591_to_utf8 != (iconv_t)(-1))
12631 static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
12633 ICONV_CONST char *inptr = input;
12634 size_t inbytesleft = strlen (input);
12635 char *outptr = buf;
12636 size_t outbytesleft = sizeof (buf);
12637 size_t res = iconv (cd_88591_to_utf8,
12638 &inptr, &inbytesleft,
12639 &outptr, &outbytesleft);
12642 iconv_close (cd_88591_to_utf8);
12646 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
12649 /* Try standardized names. */
12650 iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP");
12651 /* Try IRIX, OSF/1 names. */
12652 iconv_t cd2 = iconv_open ("UTF-8", "eucJP");
12653 /* Try AIX names. */
12654 iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP");
12655 /* Try HP-UX names. */
12656 iconv_t cd4 = iconv_open ("utf8", "eucJP");
12657 if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1)
12658 && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1))
12660 if (cd1 != (iconv_t)(-1))
12662 if (cd2 != (iconv_t)(-1))
12664 if (cd3 != (iconv_t)(-1))
12666 if (cd4 != (iconv_t)(-1))
12675 if ac_fn_c_try_run
"$LINENO"; then :
12676 am_cv_func_iconv_works
=yes
12678 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
12679 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
12682 test "$am_cv_func_iconv_works" = no ||
break
12684 LIBS
="$am_save_LIBS"
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
12688 $as_echo "$am_cv_func_iconv_works" >&6; }
12689 case "$am_cv_func_iconv_works" in
12690 *no
) am_func_iconv
=no am_cv_lib_iconv
=no
;;
12691 *) am_func_iconv
=yes ;;
12694 am_func_iconv
=no am_cv_lib_iconv
=no
12696 if test "$am_func_iconv" = yes; then
12698 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
12701 if test "$am_cv_lib_iconv" = yes; then
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
12703 $as_echo_n "checking how to link with libiconv... " >&6; }
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
12705 $as_echo "$LIBICONV" >&6; }
12707 CPPFLAGS
="$am_save_CPPFLAGS"
12719 acl_save_prefix
="$prefix"
12720 prefix
="$acl_final_prefix"
12721 acl_save_exec_prefix
="$exec_prefix"
12722 exec_prefix
="$acl_final_exec_prefix"
12724 eval additional_includedir
=\"$includedir\"
12725 eval additional_libdir
=\"$libdir\"
12727 exec_prefix
="$acl_save_exec_prefix"
12728 prefix
="$acl_save_prefix"
12731 # Check whether --with-libintl-prefix was given.
12732 if test "${with_libintl_prefix+set}" = set; then :
12733 withval
=$with_libintl_prefix;
12734 if test "X$withval" = "Xno"; then
12737 if test "X$withval" = "X"; then
12739 acl_save_prefix
="$prefix"
12740 prefix
="$acl_final_prefix"
12741 acl_save_exec_prefix
="$exec_prefix"
12742 exec_prefix
="$acl_final_exec_prefix"
12744 eval additional_includedir
=\"$includedir\"
12745 eval additional_libdir
=\"$libdir\"
12747 exec_prefix
="$acl_save_exec_prefix"
12748 prefix
="$acl_save_prefix"
12751 additional_includedir
="$withval/include"
12752 additional_libdir
="$withval/lib"
12759 # Check whether --with-libintl-type was given.
12760 if test "${with_libintl_type+set}" = set; then :
12761 withval
=$with_libintl_type; with_libintl_type
=$withval
12763 with_libintl_type
=auto
12766 lib_type
=`eval echo \$with_libintl_type`
12773 names_already_handled
=
12774 names_next_round
='intl '
12775 while test -n "$names_next_round"; do
12776 names_this_round
="$names_next_round"
12778 for name
in $names_this_round; do
12780 for n
in $names_already_handled; do
12781 if test "$n" = "$name"; then
12782 already_handled
=yes
12786 if test -z "$already_handled"; then
12787 names_already_handled
="$names_already_handled $name"
12788 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
12789 eval value
=\"\
$HAVE_LIB$uppername\"
12790 if test -n "$value"; then
12791 if test "$value" = yes; then
12792 eval value
=\"\
$LIB$uppername\"
12793 test -z "$value" || LIBINTL
="${LIBINTL}${LIBINTL:+ }$value"
12794 eval value
=\"\
$LTLIB$uppername\"
12795 test -z "$value" || LTLIBINTL
="${LTLIBINTL}${LTLIBINTL:+ }$value"
12804 if test $use_additional = yes; then
12805 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
12806 found_dir
="$additional_libdir"
12807 found_so
="$additional_libdir/lib$name.$shlibext"
12808 if test -f "$additional_libdir/lib$name.la"; then
12809 found_la
="$additional_libdir/lib$name.la"
12811 elif test x
$lib_type != xshared
; then
12812 if test -f "$additional_libdir/lib$name.$libext"; then
12813 found_dir
="$additional_libdir"
12814 found_a
="$additional_libdir/lib$name.$libext"
12815 if test -f "$additional_libdir/lib$name.la"; then
12816 found_la
="$additional_libdir/lib$name.la"
12821 if test "X$found_dir" = "X"; then
12822 for x
in $LDFLAGS $LTLIBINTL; do
12824 acl_save_prefix
="$prefix"
12825 prefix
="$acl_final_prefix"
12826 acl_save_exec_prefix
="$exec_prefix"
12827 exec_prefix
="$acl_final_exec_prefix"
12829 exec_prefix
="$acl_save_exec_prefix"
12830 prefix
="$acl_save_prefix"
12834 dir
=`echo "X$x" | sed -e 's/^X-L//'`
12835 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
12837 found_so
="$dir/lib$name.$shlibext"
12838 if test -f "$dir/lib$name.la"; then
12839 found_la
="$dir/lib$name.la"
12841 elif test x
$lib_type != xshared
; then
12842 if test -f "$dir/lib$name.$libext"; then
12844 found_a
="$dir/lib$name.$libext"
12845 if test -f "$dir/lib$name.la"; then
12846 found_la
="$dir/lib$name.la"
12852 if test "X$found_dir" != "X"; then
12857 if test "X$found_dir" != "X"; then
12858 LTLIBINTL
="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
12859 if test "X$found_so" != "X"; then
12860 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
12861 LIBINTL
="${LIBINTL}${LIBINTL:+ }$found_so"
12864 for x
in $ltrpathdirs; do
12865 if test "X$x" = "X$found_dir"; then
12870 if test -z "$haveit"; then
12871 ltrpathdirs
="$ltrpathdirs $found_dir"
12873 if test "$hardcode_direct" = yes; then
12874 LIBINTL
="${LIBINTL}${LIBINTL:+ }$found_so"
12876 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
12877 LIBINTL
="${LIBINTL}${LIBINTL:+ }$found_so"
12879 for x
in $rpathdirs; do
12880 if test "X$x" = "X$found_dir"; then
12885 if test -z "$haveit"; then
12886 rpathdirs
="$rpathdirs $found_dir"
12890 for x
in $LDFLAGS $LIBINTL; do
12892 acl_save_prefix
="$prefix"
12893 prefix
="$acl_final_prefix"
12894 acl_save_exec_prefix
="$exec_prefix"
12895 exec_prefix
="$acl_final_exec_prefix"
12897 exec_prefix
="$acl_save_exec_prefix"
12898 prefix
="$acl_save_prefix"
12900 if test "X$x" = "X-L$found_dir"; then
12905 if test -z "$haveit"; then
12906 LIBINTL
="${LIBINTL}${LIBINTL:+ }-L$found_dir"
12908 if test "$hardcode_minus_L" != no
; then
12909 LIBINTL
="${LIBINTL}${LIBINTL:+ }$found_so"
12911 LIBINTL
="${LIBINTL}${LIBINTL:+ }-l$name"
12917 if test "X$found_a" != "X"; then
12918 LIBINTL
="${LIBINTL}${LIBINTL:+ }$found_a"
12920 LIBINTL
="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
12923 additional_includedir
=
12924 case "$found_dir" in
12926 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
12927 additional_includedir
="$basedir/include"
12930 if test "X$additional_includedir" != "X"; then
12931 if test "X$additional_includedir" != "X/usr/include"; then
12933 if test "X$additional_includedir" = "X/usr/local/include"; then
12934 if test -n "$GCC"; then
12936 linux
*) haveit
=yes;;
12940 if test -z "$haveit"; then
12941 for x
in $CPPFLAGS $INCINTL; do
12943 acl_save_prefix
="$prefix"
12944 prefix
="$acl_final_prefix"
12945 acl_save_exec_prefix
="$exec_prefix"
12946 exec_prefix
="$acl_final_exec_prefix"
12948 exec_prefix
="$acl_save_exec_prefix"
12949 prefix
="$acl_save_prefix"
12951 if test "X$x" = "X-I$additional_includedir"; then
12956 if test -z "$haveit"; then
12957 if test -d "$additional_includedir"; then
12958 INCINTL
="${INCINTL}${INCINTL:+ }-I$additional_includedir"
12964 if test -n "$found_la"; then
12965 save_libdir
="$libdir"
12966 case "$found_la" in
12967 */* |
*\\*) .
"$found_la" ;;
12968 *) .
"./$found_la" ;;
12970 libdir
="$save_libdir"
12971 for dep
in $dependency_libs; do
12974 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
12975 if test "X$additional_libdir" != "X/usr/lib"; then
12977 if test "X$additional_libdir" = "X/usr/local/lib"; then
12978 if test -n "$GCC"; then
12980 linux
*) haveit
=yes;;
12984 if test -z "$haveit"; then
12986 for x
in $LDFLAGS $LIBINTL; do
12988 acl_save_prefix
="$prefix"
12989 prefix
="$acl_final_prefix"
12990 acl_save_exec_prefix
="$exec_prefix"
12991 exec_prefix
="$acl_final_exec_prefix"
12993 exec_prefix
="$acl_save_exec_prefix"
12994 prefix
="$acl_save_prefix"
12996 if test "X$x" = "X-L$additional_libdir"; then
13001 if test -z "$haveit"; then
13002 if test -d "$additional_libdir"; then
13003 LIBINTL
="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
13007 for x
in $LDFLAGS $LTLIBINTL; do
13009 acl_save_prefix
="$prefix"
13010 prefix
="$acl_final_prefix"
13011 acl_save_exec_prefix
="$exec_prefix"
13012 exec_prefix
="$acl_final_exec_prefix"
13014 exec_prefix
="$acl_save_exec_prefix"
13015 prefix
="$acl_save_prefix"
13017 if test "X$x" = "X-L$additional_libdir"; then
13022 if test -z "$haveit"; then
13023 if test -d "$additional_libdir"; then
13024 LTLIBINTL
="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
13031 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
13032 if test "$enable_rpath" != no
; then
13034 for x
in $rpathdirs; do
13035 if test "X$x" = "X$dir"; then
13040 if test -z "$haveit"; then
13041 rpathdirs
="$rpathdirs $dir"
13044 for x
in $ltrpathdirs; do
13045 if test "X$x" = "X$dir"; then
13050 if test -z "$haveit"; then
13051 ltrpathdirs
="$ltrpathdirs $dir"
13056 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13059 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13062 LIBINTL
="${LIBINTL}${LIBINTL:+ }$dep"
13063 LTLIBINTL
="${LTLIBINTL}${LTLIBINTL:+ }$dep"
13069 if test "x$lib_type" = "xauto" ||
test "x$lib_type" = "xshared"; then
13070 LIBINTL
="${LIBINTL}${LIBINTL:+ }-l$name"
13071 LTLIBINTL
="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
13073 LIBINTL
="${LIBINTL}${LIBINTL:+ }-l:lib$name.$libext"
13074 LTLIBINTL
="${LTLIBINTL}${LTLIBINTL:+ }-l:lib$name.$libext"
13081 if test "X$rpathdirs" != "X"; then
13082 if test -n "$hardcode_libdir_separator"; then
13084 for found_dir
in $rpathdirs; do
13085 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13087 acl_save_libdir
="$libdir"
13089 eval flag
=\"$hardcode_libdir_flag_spec\"
13090 libdir
="$acl_save_libdir"
13091 LIBINTL
="${LIBINTL}${LIBINTL:+ }$flag"
13093 for found_dir
in $rpathdirs; do
13094 acl_save_libdir
="$libdir"
13095 libdir
="$found_dir"
13096 eval flag
=\"$hardcode_libdir_flag_spec\"
13097 libdir
="$acl_save_libdir"
13098 LIBINTL
="${LIBINTL}${LIBINTL:+ }$flag"
13102 if test "X$ltrpathdirs" != "X"; then
13103 for found_dir
in $ltrpathdirs; do
13104 LTLIBINTL
="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
13109 $as_echo_n "checking for GNU gettext in libintl... " >&6; }
13110 if eval \
${$gt_func_gnugettext_libintl+:} false
; then :
13111 $as_echo_n "(cached) " >&6
13113 gt_save_CPPFLAGS
="$CPPFLAGS"
13114 CPPFLAGS
="$CPPFLAGS $INCINTL"
13115 gt_save_LIBS
="$LIBS"
13116 LIBS
="$LIBS $LIBINTL"
13117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13118 /* end confdefs.h. */
13120 #include <libintl.h>
13121 #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
13122 extern int _nl_msg_cat_cntr;
13127 const char *_nl_expand_alias (const char *);
13128 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
13130 #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
13132 $gt_revision_test_code
13138 bindtextdomain ("", "");
13139 return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
13145 if ac_fn_c_try_link
"$LINENO"; then :
13146 eval "$gt_func_gnugettext_libintl=yes"
13148 eval "$gt_func_gnugettext_libintl=no"
13150 rm -f core conftest.err conftest.
$ac_objext \
13151 conftest
$ac_exeext conftest.
$ac_ext
13152 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
13153 LIBS
="$LIBS $LIBICONV"
13154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13155 /* end confdefs.h. */
13157 #include <libintl.h>
13158 #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
13159 extern int _nl_msg_cat_cntr;
13164 const char *_nl_expand_alias (const char *);
13165 #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
13167 #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
13169 $gt_revision_test_code
13175 bindtextdomain ("", "");
13176 return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
13182 if ac_fn_c_try_link
"$LINENO"; then :
13183 LIBINTL
="$LIBINTL $LIBICONV"
13184 LTLIBINTL
="$LTLIBINTL $LTLIBICONV"
13185 eval "$gt_func_gnugettext_libintl=yes"
13188 rm -f core conftest.err conftest.
$ac_objext \
13189 conftest
$ac_exeext conftest.
$ac_ext
13191 CPPFLAGS
="$gt_save_CPPFLAGS"
13192 LIBS
="$gt_save_LIBS"
13194 eval ac_res
=\$
$gt_func_gnugettext_libintl
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13196 $as_echo "$ac_res" >&6; }
13199 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
13200 ||
{ { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
13201 && test "$PACKAGE" != gettext-runtime \
13202 && test "$PACKAGE" != gettext-tools
; }; then
13203 gt_use_preinstalled_gnugettext
=yes
13212 if test -n "$INTL_MACOSX_LIBS"; then
13213 if test "$gt_use_preinstalled_gnugettext" = "yes" \
13214 ||
test "$nls_cv_use_gnu_gettext" = "yes"; then
13215 LIBINTL
="$LIBINTL $INTL_MACOSX_LIBS"
13216 LTLIBINTL
="$LTLIBINTL $INTL_MACOSX_LIBS"
13220 if test "$gt_use_preinstalled_gnugettext" = "yes" \
13221 ||
test "$nls_cv_use_gnu_gettext" = "yes"; then
13223 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
13231 $as_echo_n "checking whether to use NLS... " >&6; }
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13233 $as_echo "$USE_NLS" >&6; }
13234 if test "$USE_NLS" = "yes"; then
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
13236 $as_echo_n "checking where the gettext function comes from... " >&6; }
13237 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
13238 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
13239 gt_source
="external libintl"
13244 gt_source
="included intl directory"
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
13247 $as_echo "$gt_source" >&6; }
13250 if test "$USE_NLS" = "yes"; then
13252 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
13253 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
13255 $as_echo_n "checking how to link with libintl... " >&6; }
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
13257 $as_echo "$LIBINTL" >&6; }
13259 for element
in $INCINTL; do
13261 for x
in $CPPFLAGS; do
13263 acl_save_prefix
="$prefix"
13264 prefix
="$acl_final_prefix"
13265 acl_save_exec_prefix
="$exec_prefix"
13266 exec_prefix
="$acl_final_exec_prefix"
13268 exec_prefix
="$acl_save_exec_prefix"
13269 prefix
="$acl_save_prefix"
13271 if test "X$x" = "X$element"; then
13276 if test -z "$haveit"; then
13277 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
13284 $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
13287 $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
13296 INTLLIBS
="$LIBINTL"
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13316 $as_echo_n "checking whether NLS is requested... " >&6; }
13317 if test x
"$USE_NLS" != xyes
; then
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13319 $as_echo "no" >&6; }
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13322 $as_echo "yes" >&6; }
13324 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13328 $as_echo_n "checking for catalogs to be installed... " >&6; }
13329 # Look for .po and .gmo files in the source directory.
13332 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
13333 # If there aren't any .gmo files the shell will give us the
13334 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13336 case "$cat" in *\
**)
13339 # The quadruple backslash is collapsed to a double backslash
13340 # by the backticks, then collapsed again by the double quotes,
13341 # leaving us with one backslash in the sed expression (right
13342 # before the dot that mustn't act as a wildcard).
13343 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13344 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
13345 # The user is allowed to set LINGUAS to a list of languages to
13346 # install catalogs for. If it's empty that means "all of them."
13347 if test "x$LINGUAS" = x
; then
13348 CATALOGS
="$CATALOGS $cat"
13349 XLINGUAS
="$XLINGUAS $lang"
13351 case "$LINGUAS" in *$lang*)
13352 CATALOGS
="$CATALOGS $cat"
13353 XLINGUAS
="$XLINGUAS $lang"
13358 LINGUAS
="$XLINGUAS"
13359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13360 $as_echo "$LINGUAS" >&6; }
13376 # Prepare PATH_SEPARATOR.
13377 # The user is always right.
13378 if test "${PATH_SEPARATOR+set}" != set; then
13379 echo "#! /bin/sh" >conf$$.sh
13380 echo "exit 0" >>conf$$.sh
13382 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13390 # Find out how to test for executable files. Don't use a zero-byte file,
13391 # as systems may use methods other than mode bits to determine executability.
13392 cat >conf$$.
file <<_ASEOF
13396 chmod +x conf$$.
file
13397 if test -x conf$$.
file >/dev
/null
2>&1; then
13398 ac_executable_p
="test -x"
13400 ac_executable_p
="test -f"
13404 # Extract the first word of "msgfmt", so it can be a program name with args.
13405 set dummy msgfmt
; ac_word
=$2
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13407 $as_echo_n "checking for $ac_word... " >&6; }
13408 if ${ac_cv_path_MSGFMT+:} false
; then :
13409 $as_echo_n "(cached) " >&6
13413 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
13416 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13417 for ac_dir
in $PATH; do
13419 test -z "$ac_dir" && ac_dir
=.
13420 for ac_exec_ext
in '' $ac_executable_extensions; do
13421 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13422 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
13423 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13424 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
13431 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
13435 MSGFMT
="$ac_cv_path_MSGFMT"
13436 if test "$MSGFMT" != ":"; then
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13438 $as_echo "$MSGFMT" >&6; }
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13441 $as_echo "no" >&6; }
13444 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13445 set dummy gmsgfmt
; ac_word
=$2
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13447 $as_echo_n "checking for $ac_word... " >&6; }
13448 if ${ac_cv_path_GMSGFMT+:} false
; then :
13449 $as_echo_n "(cached) " >&6
13453 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
13456 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13457 for as_dir
in $PATH
13460 test -z "$as_dir" && as_dir
=.
13461 for ac_exec_ext
in '' $ac_executable_extensions; do
13462 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13463 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
13464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13471 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
13475 GMSGFMT
=$ac_cv_path_GMSGFMT
13476 if test -n "$GMSGFMT"; then
13477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13478 $as_echo "$GMSGFMT" >&6; }
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13481 $as_echo "no" >&6; }
13487 # Prepare PATH_SEPARATOR.
13488 # The user is always right.
13489 if test "${PATH_SEPARATOR+set}" != set; then
13490 echo "#! /bin/sh" >conf$$.sh
13491 echo "exit 0" >>conf$$.sh
13493 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13501 # Find out how to test for executable files. Don't use a zero-byte file,
13502 # as systems may use methods other than mode bits to determine executability.
13503 cat >conf$$.
file <<_ASEOF
13507 chmod +x conf$$.
file
13508 if test -x conf$$.
file >/dev
/null
2>&1; then
13509 ac_executable_p
="test -x"
13511 ac_executable_p
="test -f"
13515 # Extract the first word of "xgettext", so it can be a program name with args.
13516 set dummy xgettext
; ac_word
=$2
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13518 $as_echo_n "checking for $ac_word... " >&6; }
13519 if ${ac_cv_path_XGETTEXT+:} false
; then :
13520 $as_echo_n "(cached) " >&6
13522 case "$XGETTEXT" in
13524 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
13527 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13528 for ac_dir
in $PATH; do
13530 test -z "$ac_dir" && ac_dir
=.
13531 for ac_exec_ext
in '' $ac_executable_extensions; do
13532 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13533 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
13534 (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
13535 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
13542 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
13546 XGETTEXT
="$ac_cv_path_XGETTEXT"
13547 if test "$XGETTEXT" != ":"; then
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13549 $as_echo "$XGETTEXT" >&6; }
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13552 $as_echo "no" >&6; }
13558 # Prepare PATH_SEPARATOR.
13559 # The user is always right.
13560 if test "${PATH_SEPARATOR+set}" != set; then
13561 echo "#! /bin/sh" >conf$$.sh
13562 echo "exit 0" >>conf$$.sh
13564 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13572 # Find out how to test for executable files. Don't use a zero-byte file,
13573 # as systems may use methods other than mode bits to determine executability.
13574 cat >conf$$.
file <<_ASEOF
13578 chmod +x conf$$.
file
13579 if test -x conf$$.
file >/dev
/null
2>&1; then
13580 ac_executable_p
="test -x"
13582 ac_executable_p
="test -f"
13586 # Extract the first word of "msgmerge", so it can be a program name with args.
13587 set dummy msgmerge
; ac_word
=$2
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13589 $as_echo_n "checking for $ac_word... " >&6; }
13590 if ${ac_cv_path_MSGMERGE+:} false
; then :
13591 $as_echo_n "(cached) " >&6
13593 case "$MSGMERGE" in
13595 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
13598 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13599 for ac_dir
in $PATH; do
13601 test -z "$ac_dir" && ac_dir
=.
13602 for ac_exec_ext
in '' $ac_executable_extensions; do
13603 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13604 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
13605 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
13612 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
13616 MSGMERGE
="$ac_cv_path_MSGMERGE"
13617 if test "$MSGMERGE" != ":"; then
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13619 $as_echo "$MSGMERGE" >&6; }
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13622 $as_echo "no" >&6; }
13626 if test "$GMSGFMT" != ":"; then
13627 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
13628 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13631 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13633 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13638 if test "$XGETTEXT" != ":"; then
13639 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
13640 (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
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13644 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13650 ac_config_commands
="$ac_config_commands default-2"
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13656 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13657 # Check whether --enable-maintainer-mode was given.
13658 if test "${enable_maintainer_mode+set}" = set; then :
13659 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
13661 USE_MAINTAINER_MODE
=no
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13665 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13666 if test $USE_MAINTAINER_MODE = yes; then
13667 MAINTAINER_MODE_TRUE
=
13668 MAINTAINER_MODE_FALSE
='#'
13670 MAINTAINER_MODE_TRUE
='#'
13671 MAINTAINER_MODE_FALSE
=
13674 MAINT
=$MAINTAINER_MODE_TRUE
13678 GENINSRC_NEVER_TRUE
=
13679 GENINSRC_NEVER_FALSE
='#'
13681 GENINSRC_NEVER_TRUE
='#'
13682 GENINSRC_NEVER_FALSE
=
13687 for ac_header
in sys
/gmon_out.h
13689 ac_fn_c_check_header_mongrel
"$LINENO" "sys/gmon_out.h" "ac_cv_header_sys_gmon_out_h" "$ac_includes_default"
13690 if test "x$ac_cv_header_sys_gmon_out_h" = xyes
; then :
13691 cat >>confdefs.h
<<_ACEOF
13692 #define HAVE_SYS_GMON_OUT_H 1
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13701 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13702 if ${gprof_cv_decl_getopt_unistd_h+:} false
; then :
13703 $as_echo_n "(cached) " >&6
13705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13706 /* end confdefs.h. */
13707 #include <unistd.h>
13711 extern int getopt (int, char *const*, const char *);
13716 if ac_fn_c_try_compile
"$LINENO"; then :
13717 gprof_cv_decl_getopt_unistd_h
=yes
13719 gprof_cv_decl_getopt_unistd_h
=no
13721 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gprof_cv_decl_getopt_unistd_h" >&5
13725 $as_echo "$gprof_cv_decl_getopt_unistd_h" >&6; }
13726 if test $gprof_cv_decl_getopt_unistd_h = yes; then
13728 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13732 # Some systems have fabs only in -lm, not in -lc.
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fabs" >&5
13734 $as_echo_n "checking for library containing fabs... " >&6; }
13735 if ${ac_cv_search_fabs+:} false
; then :
13736 $as_echo_n "(cached) " >&6
13738 ac_func_search_save_LIBS
=$LIBS
13739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13740 /* end confdefs.h. */
13742 /* Override any GCC internal prototype to avoid an error.
13743 Use char because int might match the return type of a GCC
13744 builtin and then its argument prototype would still apply. */
13757 for ac_lib
in '' m
; do
13758 if test -z "$ac_lib"; then
13759 ac_res
="none required"
13762 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
13764 if ac_fn_c_try_link
"$LINENO"; then :
13765 ac_cv_search_fabs
=$ac_res
13767 rm -f core conftest.err conftest.
$ac_objext \
13769 if ${ac_cv_search_fabs+:} false
; then :
13773 if ${ac_cv_search_fabs+:} false
; then :
13776 ac_cv_search_fabs
=no
13778 rm conftest.
$ac_ext
13779 LIBS
=$ac_func_search_save_LIBS
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_fabs" >&5
13782 $as_echo "$ac_cv_search_fabs" >&6; }
13783 ac_res
=$ac_cv_search_fabs
13784 if test "$ac_res" != no
; then :
13785 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
13791 # Set the 'development' global.
13792 .
$srcdir/..
/bfd
/development.sh
13794 # Set acp_cpp_for_build variable
13795 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
13797 # Default set of GCC warnings to enable.
13798 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
13799 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
13801 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
13802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13803 /* end confdefs.h. */
13806 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13807 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
13810 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
13815 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
13816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13817 /* end confdefs.h. */
13820 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13821 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
13824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13825 /* end confdefs.h. */
13828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13829 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
13830 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
13838 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
13839 WARN_WRITE_STRINGS
=""
13840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13841 /* end confdefs.h. */
13844 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13845 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
13848 WARN_WRITE_STRINGS
="-Wwrite-strings"
13853 # Verify CC_FOR_BUILD to be compatible with warning flags
13855 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
13856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13857 /* end confdefs.h. */
13860 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
13861 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
13864 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
13869 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
13870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13871 /* end confdefs.h. */
13874 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
13875 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
13878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13879 /* end confdefs.h. */
13882 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
13883 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
13884 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
13892 # Check whether --enable-werror was given.
13893 if test "${enable_werror+set}" = set; then :
13894 enableval
=$enable_werror; case "${enableval}" in
13895 yes | y
) ERROR_ON_WARNING
="yes" ;;
13896 no | n
) ERROR_ON_WARNING
="no" ;;
13897 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13902 # Disable -Wformat by default when using gcc on mingw
13905 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13906 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
13907 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
13913 # Enable -Werror by default when using gcc. Turn it off for releases.
13914 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
13915 ERROR_ON_WARNING
=yes
13919 if test "${ERROR_ON_WARNING}" = yes ; then
13920 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
13921 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
13922 NO_WERROR
="-Wno-error"
13925 if test "${GCC}" = yes ; then
13926 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
13927 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
13930 # Check whether --enable-build-warnings was given.
13931 if test "${enable_build_warnings+set}" = set; then :
13932 enableval
=$enable_build_warnings; case "${enableval}" in
13933 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
13934 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
13935 no
) if test "${GCC}" = yes ; then
13937 WARN_CFLAGS_FOR_BUILD
="-w"
13939 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
13940 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
13941 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
13942 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
13943 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
13944 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
13945 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
13946 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13951 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
13952 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
13966 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13968 cat >confcache
<<\_ACEOF
13969 # This file is a shell script that caches the results of configure
13970 # tests run on this system so they can be shared between configure
13971 # scripts and configure runs, see configure's option --config-cache.
13972 # It is not useful on other systems. If it contains results you don't
13973 # want to keep, you may remove or edit it.
13975 # config.status only pays attention to the cache file if you give it
13976 # the --recheck option to rerun configure.
13978 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13979 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13980 # following values.
13984 # The following way of writing the cache mishandles newlines in values,
13985 # but we know of no workaround that is simple, portable, and efficient.
13986 # So, we kill variables containing newlines.
13987 # Ultrix sh set writes to stderr and can't be redirected directly,
13988 # and sets the high bit in the cache file unless we assign to the vars.
13990 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13991 eval ac_val
=\$
$ac_var
13995 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13996 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13999 _ | IFS | as_nl
) ;; #(
14000 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
14001 *) { eval $ac_var=; unset $ac_var;} ;;
14007 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14008 *${as_nl}ac_space
=\
*)
14009 # `set' does not quote correctly, so add quotes: double-quote
14010 # substitution turns \\\\ into \\, and sed turns \\ into \.
14013 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14016 # `set' quotes correctly as required by POSIX, so do not add quotes.
14017 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14026 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14028 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14030 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
14031 if test -w "$cache_file"; then
14032 if test "x$cache_file" != "x/dev/null"; then
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14034 $as_echo "$as_me: updating cache $cache_file" >&6;}
14035 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
14036 cat confcache
>"$cache_file"
14038 case $cache_file in #(
14040 mv -f confcache
"$cache_file"$$
&&
14041 mv -f "$cache_file"$$
"$cache_file" ;; #(
14043 mv -f confcache
"$cache_file" ;;
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14049 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14054 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
14055 # Let make expand exec_prefix.
14056 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
14058 DEFS
=-DHAVE_CONFIG_H
14063 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
14064 # 1. Remove the extension, and $U if already installed.
14065 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
14066 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
14067 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14068 # will be set to the directory where LIBOBJS objects are built.
14069 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14070 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
14072 LIBOBJS
=$ac_libobjs
14074 LTLIBOBJS
=$ac_ltlibobjs
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14078 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14079 if test -n "$am_sleep_pid"; then
14080 # Hide warnings about reused PIDs.
14081 wait $am_sleep_pid 2>/dev
/null
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14084 $as_echo "done" >&6; }
14085 if test -n "$EXEEXT"; then
14087 am__EXEEXT_FALSE
='#'
14089 am__EXEEXT_TRUE
='#'
14093 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14094 as_fn_error $?
"conditional \"AMDEP\" was never defined.
14095 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14097 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14098 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
14099 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14101 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14102 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
14103 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14105 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14106 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
14107 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14110 : "${CONFIG_STATUS=./config.status}"
14112 ac_clean_files_save
=$ac_clean_files
14113 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14115 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14117 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14119 # Generated by $as_me.
14120 # Run this file to recreate the current configuration.
14121 # Compiler output produced by configure, useful for debugging
14122 # configure, is in config.log if it exists.
14125 ac_cs_recheck=false
14128 SHELL=\${CONFIG_SHELL-$SHELL}
14131 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
14132 ## -------------------- ##
14133 ## M4sh Initialization. ##
14134 ## -------------------- ##
14136 # Be more Bourne compatible
14137 DUALCASE
=1; export DUALCASE
# for MKS sh
14138 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
14141 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14142 # is contrary to our usage. Disable this feature.
14143 alias -g '${1+"$@"}'='"$@"'
14144 setopt NO_GLOB_SUBST
14146 case `(set -o) 2>/dev/null` in #(
14158 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14159 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14160 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14161 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14162 # Prefer a ksh shell builtin over an external printf program on Solaris,
14163 # but without wasting forks for bash or zsh.
14164 if test -z "$BASH_VERSION$ZSH_VERSION" \
14165 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14166 as_echo='print
-r --'
14167 as_echo_n='print
-rn --'
14168 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14169 as_echo='printf %s
\n'
14170 as_echo_n='printf %s
'
14172 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14173 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
14174 as_echo_n='/usr
/ucb
/echo -n'
14176 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14177 as_echo_n_body='eval
14181 expr "X$arg" : "X\\(.*\\)$as_nl";
14182 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14184 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
14186 export as_echo_n_body
14187 as_echo_n='sh
-c $as_echo_n_body as_echo
'
14189 export as_echo_body
14190 as_echo='sh
-c $as_echo_body as_echo
'
14193 # The user is always right.
14194 if test "${PATH_SEPARATOR+set}" != set; then
14196 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14197 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14204 # We need space, tab and new line, in precisely that order. Quoting is
14205 # there to prevent editors from complaining about space-tab.
14206 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14207 # splitting by setting IFS to empty value.)
14210 # Find who we are. Look in the path if we contain no directory separator.
14213 *[\\/]* ) as_myself=$0 ;;
14214 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14215 for as_dir in $PATH
14218 test -z "$as_dir" && as_dir=.
14219 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14225 # We did not find ourselves, most probably we were run as `sh COMMAND'
14226 # in which case we are not to be found in the path.
14227 if test "x$as_myself" = x
; then
14230 if test ! -f "$as_myself"; then
14231 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14235 # Unset variables that we do not need and which cause bugs (e.g. in
14236 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14237 # suppresses any "Segmentation fault" message there. '((' could
14238 # trigger a bug in pdksh 5.2.14.
14239 for as_var
in BASH_ENV ENV MAIL MAILPATH
14240 do eval test x\
${$as_var+set} = xset \
14241 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14254 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14257 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14258 # ----------------------------------------
14259 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14260 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14261 # script with STATUS, using 1 if that was 0.
14264 as_status
=$1; test $as_status -eq 0 && as_status
=1
14266 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14267 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14269 $as_echo "$as_me: error: $2" >&2
14270 as_fn_exit
$as_status
14274 # as_fn_set_status STATUS
14275 # -----------------------
14276 # Set $? to STATUS, without forking.
14277 as_fn_set_status
()
14280 } # as_fn_set_status
14282 # as_fn_exit STATUS
14283 # -----------------
14284 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14288 as_fn_set_status
$1
14294 # Portably unset VAR.
14297 { eval $1=; unset $1;}
14299 as_unset
=as_fn_unset
14300 # as_fn_append VAR VALUE
14301 # ----------------------
14302 # Append the text in VALUE to the end of the definition contained in VAR. Take
14303 # advantage of any shell optimizations that allow amortized linear growth over
14304 # repeated appends, instead of the typical quadratic growth present in naive
14306 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
14307 eval 'as_fn_append ()
14318 # as_fn_arith ARG...
14319 # ------------------
14320 # Perform arithmetic evaluation on the ARGs, and store the result in the
14321 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14322 # must be portable across $(()) and expr.
14323 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
14324 eval 'as_fn_arith ()
14331 as_val
=`expr "$@" || test $? -eq 1`
14336 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
14337 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
14343 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14344 as_basename
=basename
14349 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
14355 as_me
=`$as_basename -- "$0" ||
14356 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14357 X"$0" : 'X\(//\)$' \| \
14358 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14360 sed '/^.*\/\([^/][^/]*\)\/*$/{
14374 # Avoid depending upon Character Ranges.
14375 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14376 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14377 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14378 as_cr_digits
='0123456789'
14379 as_cr_alnum
=$as_cr_Letters$as_cr_digits
14381 ECHO_C
= ECHO_N
= ECHO_T
=
14382 case `echo -n x` in #(((((
14384 case `echo 'xy\c'` in
14385 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
14387 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
14394 rm -f conf$$ conf$$.exe conf$$.
file
14395 if test -d conf$$.dir
; then
14396 rm -f conf$$.dir
/conf$$.
file
14399 mkdir conf$$.dir
2>/dev
/null
14401 if (echo >conf$$.
file) 2>/dev
/null
; then
14402 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
14404 # ... but there are two gotchas:
14405 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14406 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14407 # In both cases, we have to default to `cp -pR'.
14408 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
14410 elif ln conf$$.
file conf$$
2>/dev
/null
; then
14418 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
14419 rmdir conf$$.dir
2>/dev
/null
14424 # Create "$as_dir" as a directory, including parents if necessary.
14429 -*) as_dir
=.
/$as_dir;;
14431 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
14435 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14436 *) as_qdir
=$as_dir;;
14438 as_dirs
="'$as_qdir' $as_dirs"
14439 as_dir
=`$as_dirname -- "$as_dir" ||
14440 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14441 X"$as_dir" : 'X\(//\)[^/]' \| \
14442 X"$as_dir" : 'X\(//\)$' \| \
14443 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14444 $as_echo X"$as_dir" |
14445 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14449 /^X\(\/\/\)[^/].*/{
14462 test -d "$as_dir" && break
14464 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
14465 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
14469 if mkdir
-p .
2>/dev
/null
; then
14470 as_mkdir_p
='mkdir -p "$as_dir"'
14472 test -d .
/-p && rmdir .
/-p
14477 # as_fn_executable_p FILE
14478 # -----------------------
14479 # Test if FILE is an executable regular file.
14480 as_fn_executable_p
()
14482 test -f "$1" && test -x "$1"
14483 } # as_fn_executable_p
14484 as_test_x
='test -x'
14485 as_executable_p
=as_fn_executable_p
14487 # Sed expression to map a string onto a valid CPP name.
14488 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14490 # Sed expression to map a string onto a valid variable name.
14491 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14495 ## ----------------------------------- ##
14496 ## Main body of $CONFIG_STATUS script. ##
14497 ## ----------------------------------- ##
14499 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
14501 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14502 # Save the log message, to keep $0 and so on meaningful, and to
14503 # report actual input values of CONFIG_FILES etc. instead of their
14504 # values after options handling.
14506 This file was extended by gprof $as_me 2.43.50, which was
14507 generated by GNU Autoconf 2.69. Invocation command line was
14509 CONFIG_FILES = $CONFIG_FILES
14510 CONFIG_HEADERS = $CONFIG_HEADERS
14511 CONFIG_LINKS = $CONFIG_LINKS
14512 CONFIG_COMMANDS = $CONFIG_COMMANDS
14515 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14520 case $ac_config_files in *"
14521 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
14524 case $ac_config_headers in *"
14525 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
14529 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14530 # Files that config.status was made for.
14531 config_files="$ac_config_files"
14532 config_headers="$ac_config_headers"
14533 config_commands="$ac_config_commands"
14537 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14539 \`$as_me' instantiates files and other configuration actions
14540 from templates according to the current configuration. Unless the files
14541 and actions are specified as TAGs, all are instantiated by default.
14543 Usage: $0 [OPTION]... [TAG]...
14545 -h, --help print this help, then exit
14546 -V, --version print version number and configuration settings, then exit
14547 --config print configuration, then exit
14548 -q, --quiet, --silent
14549 do not print progress messages
14550 -d, --debug don't remove temporary files
14551 --recheck update $as_me by reconfiguring in the same conditions
14552 --file=FILE[:TEMPLATE]
14553 instantiate the configuration file FILE
14554 --header=FILE[:TEMPLATE]
14555 instantiate the configuration header FILE
14557 Configuration files:
14560 Configuration headers:
14563 Configuration commands:
14566 Report bugs to the package provider."
14569 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14570 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14572 gprof config.status 2.43.50
14573 configured by $0, generated by GNU Autoconf 2.69,
14574 with options \\"\$ac_cs_config\\"
14576 Copyright (C) 2012 Free Software Foundation, Inc.
14577 This config.status script is free software; the Free Software Foundation
14578 gives unlimited permission to copy, distribute and modify it."
14585 test -n "\$AWK" || AWK=awk
14588 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14589 # The default lists apply if the user does not specify any file.
14595 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
14596 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
14600 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
14612 # Handling of the options.
14613 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
14615 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
14616 $as_echo "$ac_cs_version"; exit ;;
14617 --config |
--confi |
--conf |
--con |
--co |
--c )
14618 $as_echo "$ac_cs_config"; exit ;;
14619 --debug |
--debu |
--deb |
--de |
--d |
-d )
14621 --file |
--fil |
--fi |
--f )
14624 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14625 '') as_fn_error $?
"missing file argument" ;;
14627 as_fn_append CONFIG_FILES
" '$ac_optarg'"
14628 ac_need_defaults
=false
;;
14629 --header |
--heade |
--head |
--hea )
14632 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14634 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
14635 ac_need_defaults
=false
;;
14637 # Conflict between --help and --header
14638 as_fn_error $?
"ambiguous option: \`$1'
14639 Try \`$0 --help' for more information.";;
14640 --help |
--hel |
-h )
14641 $as_echo "$ac_cs_usage"; exit ;;
14642 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
14643 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
14646 # This is an error.
14647 -*) as_fn_error $?
"unrecognized option: \`$1'
14648 Try \`$0 --help' for more information." ;;
14650 *) as_fn_append ac_config_targets
" $1"
14651 ac_need_defaults
=false
;;
14657 ac_configure_extra_args
=
14659 if $ac_cs_silent; then
14661 ac_configure_extra_args
="$ac_configure_extra_args --silent"
14665 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14666 if \$ac_cs_recheck; then
14667 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14669 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14670 CONFIG_SHELL='$SHELL'
14671 export CONFIG_SHELL
14676 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14680 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14681 ## Running $as_me. ##
14687 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14691 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14694 # The HP-UX ksh and POSIX shell print the target directory to stdout
14695 # if CDPATH is set.
14696 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14698 sed_quote_subst='$sed_quote_subst'
14699 double_quote_subst='$double_quote_subst'
14700 delay_variable_subst='$delay_variable_subst'
14701 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14702 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14703 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14704 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14705 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14706 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14707 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14708 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14709 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14710 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14711 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14712 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14713 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14714 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14715 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14716 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14717 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14718 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14719 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14720 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14721 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14722 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14723 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14724 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14725 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14726 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14727 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14728 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14729 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14730 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14731 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14732 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14733 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14734 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14735 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14736 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14737 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14738 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14739 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14740 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14741 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14742 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14743 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14744 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14745 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14746 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14747 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14748 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14749 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"`'
14750 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14751 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14752 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14753 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14754 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14755 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14756 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14757 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14758 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14759 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14760 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14761 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14762 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14763 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14764 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14765 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14766 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14767 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14768 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14769 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14770 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14771 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14772 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14773 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14774 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14775 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14776 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14777 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14778 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14779 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14780 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14781 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14782 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14783 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14784 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14785 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14786 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14787 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14788 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14789 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14790 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14791 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14792 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14793 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14794 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14795 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14796 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14797 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14798 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14799 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14800 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14801 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14802 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14803 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14804 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14805 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14806 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14807 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14808 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14809 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14810 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14811 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14812 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14813 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14814 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14815 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14816 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14817 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14818 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14819 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14820 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14823 LTCFLAGS='$LTCFLAGS'
14824 compiler='$compiler_DEFAULT'
14826 # A function that is used when there is no print builtin or printf.
14827 func_fallback_echo ()
14829 eval 'cat <<_LTECHO_EOF
14834 # Quote evaled strings.
14848 deplibs_check_method \
14857 lt_cv_sys_global_symbol_pipe \
14858 lt_cv_sys_global_symbol_to_cdecl \
14859 lt_cv_sys_global_symbol_to_c_name_address \
14860 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14861 lt_prog_compiler_no_builtin_flag \
14862 lt_prog_compiler_wl \
14863 lt_prog_compiler_pic \
14864 lt_prog_compiler_static \
14865 lt_cv_prog_compiler_c_o \
14873 export_dynamic_flag_spec \
14874 whole_archive_flag_spec \
14875 compiler_needs_object \
14877 allow_undefined_flag \
14878 no_undefined_flag \
14879 hardcode_libdir_flag_spec \
14880 hardcode_libdir_flag_spec_ld \
14881 hardcode_libdir_separator \
14886 variables_saved_for_relink \
14888 library_names_spec \
14890 install_override_mode \
14894 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14895 *[\\\\\\\`\\"\\\$]*)
14896 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14899 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14904 # Double-quote double-evaled strings.
14905 for var in reload_cmds \
14906 old_postinstall_cmds \
14907 old_postuninstall_cmds \
14909 extract_expsyms_cmds \
14910 old_archive_from_new_cmds \
14911 old_archive_from_expsyms_cmds \
14913 archive_expsym_cmds \
14915 module_expsym_cmds \
14916 export_symbols_cmds \
14919 postuninstall_cmds \
14921 sys_lib_search_path_spec \
14922 sys_lib_dlsearch_path_spec; do
14923 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14924 *[\\\\\\\`\\"\\\$]*)
14925 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14928 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14933 ac_aux_dir='$ac_aux_dir'
14934 xsi_shell='$xsi_shell'
14935 lt_shell_append='$lt_shell_append'
14937 # See if we are running on zsh, and set the options which allow our
14938 # commands through without removal of \ escapes INIT.
14939 if test -n "\${ZSH_VERSION+set}" ; then
14940 setopt NO_GLOB_SUBST
14946 TIMESTAMP='$TIMESTAMP'
14952 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
14953 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14955 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14956 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14957 LINGUAS="${LINGUAS-%UNSET%}"
14959 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
14960 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14962 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14963 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14964 LINGUAS="${LINGUAS-%UNSET%}"
14969 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14971 # Handling of arguments.
14972 for ac_config_target
in $ac_config_targets
14974 case $ac_config_target in
14975 "gconfig.h") CONFIG_HEADERS
="$CONFIG_HEADERS gconfig.h:gconfig.in" ;;
14976 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
14977 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
14978 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
14979 "default-2") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-2" ;;
14980 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
14981 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14983 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14988 # If the user did not use the arguments to specify the items to instantiate,
14989 # then the envvar interface is used. Set only those that are not.
14990 # We use the long form for the default assignment because of an extremely
14991 # bizarre bug on SunOS 4.1.3.
14992 if $ac_need_defaults; then
14993 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
14994 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
14995 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
14998 # Have a temporary directory for convenience. Make it in the build tree
14999 # simply because there is no reason against having it here, and in addition,
15000 # creating and moving files from /tmp can sometimes cause problems.
15001 # Hook for its removal unless debugging.
15002 # Note that there is a small window in which the directory will not be cleaned:
15003 # after its creation but before its name has been assigned to `$tmp'.
15007 trap 'exit_status=$?
15008 : "${ac_tmp:=$tmp}"
15009 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15011 trap 'as_fn_exit 1' 1 2 13 15
15013 # Create a (secure) tmp directory for tmp files.
15016 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15020 tmp
=.
/conf$$
-$RANDOM
15021 (umask 077 && mkdir
"$tmp")
15022 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
15025 # Set up the scripts for CONFIG_FILES section.
15026 # No need to generate them if there are no CONFIG_FILES.
15027 # This happens for instance with `./config.status config.h'.
15028 if test -n "$CONFIG_FILES"; then
15031 ac_cr
=`echo X | tr X '\015'`
15032 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15033 # But we know of no other shell where ac_cr would be empty at this
15034 # point, so we can use a bashism as a fallback.
15035 if test "x$ac_cr" = x
; then
15036 eval ac_cr
=\$
\'\\r
\'
15038 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15039 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15042 ac_cs_awk_cr
=$ac_cr
15045 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15050 echo "cat >conf$$subs.awk <<_ACEOF" &&
15051 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15053 } >conf$$subs.sh ||
15054 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15055 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15057 for ac_last_try in false false false false false :; do
15058 . ./conf$$subs.sh ||
15059 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15061 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15062 if test $ac_delim_n = $ac_delim_num; then
15064 elif $ac_last_try; then
15065 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15067 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15070 rm -f conf$$subs.sh
15072 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15073 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
15077 s/^/S["/; s
/!.
*/"]=/
15087 s/\(.\{148\}\)..*/\1/
15089 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15094 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15101 s/\(.\{148\}\)..*/\1/
15103 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15107 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15112 ' <conf$$subs.awk | sed '
15117 ' >>$CONFIG_STATUS || ac_write_fail=1
15118 rm -f conf$$subs.awk
15119 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15121 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
15122 for (key in S) S_is_set[key] = 1
15128 nfields = split(line, field, "@
")
15130 len = length(field[1])
15131 for (i = 2; i < nfields; i++) {
15133 keylen = length(key)
15134 if (S_is_set[key]) {
15136 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15137 len += length(value) + length(field[++i])
15148 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15149 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15150 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15153 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
15154 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
15157 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15158 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
15159 # trailing colons and then remove the whole line if VPATH becomes empty
15160 # (actually we leave an empty line to preserve line numbers).
15161 if test "x
$srcdir" = x.; then
15162 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15181 fi # test -n "$CONFIG_FILES"
15183 # Set up the scripts for CONFIG_HEADERS section.
15184 # No need to generate them if there are no CONFIG_HEADERS.
15185 # This happens for instance with `./config.status Makefile'.
15186 if test -n "$CONFIG_HEADERS"; then
15187 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
15191 # Transform confdefs.h into an awk script `defines.awk', embedded as
15192 # here-document in config.status, that substitutes the proper values into
15193 # config.h.in to produce config.h.
15195 # Create a delimiter string that does not exist in confdefs.h, to ease
15196 # handling of long lines.
15198 for ac_last_try in false false :; do
15199 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
15200 if test -z "$ac_tt"; then
15202 elif $ac_last_try; then
15203 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
15205 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15209 # For the awk script, D is an array of macro values keyed by name,
15210 # likewise P contains macro parameters if any. Preserve backslash
15211 # newline sequences.
15213 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15215 s/.\{148\}/&'"$ac_delim"'/g
15218 s/^[ ]*#[ ]*define[ ][ ]*/ /
15225 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
15227 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
15231 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
15232 D["\
1"]=" \
3\\\\\\n
"\\/p
15234 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
15239 s/.\{148\}/&'"$ac_delim"'/g
15244 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
15247 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
15249 ' <confdefs.h | sed '
15250 s/'"$ac_delim"'/"\\\
15251 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15253 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15254 for (key in D) D_is_set[key] = 1
15257 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15259 split(line, arg, " ")
15260 if (arg[1] == "#") {
15264 defundef
= substr
(arg
[1], 2)
15267 split(mac1
, mac2
, "(") #)
15269 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
15270 if (D_is_set
[macro
]) {
15271 # Preserve the white space surrounding the "#".
15272 print prefix
"define", macro P
[macro
] D
[macro
]
15275 # Replace #undef with comments. This is necessary, for example,
15276 # in the case of _POSIX_SOURCE, which is predefined and required
15277 # on some systems where configure will not decide to define it.
15278 if (defundef
== "undef") {
15279 print
"/*", prefix defundef
, macro
, "*/"
15287 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15288 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
15289 fi # test -n "$CONFIG_HEADERS"
15292 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15297 :[FHLC
]) ac_mode
=$ac_tag; continue;;
15299 case $ac_mode$ac_tag in
15301 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
15302 :[FH
]-) ac_tag
=-:-;;
15303 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
15320 -) ac_f
="$ac_tmp/stdin";;
15321 *) # Look for the file first in the build tree, then in the source tree
15322 # (if the path is not absolute). The absolute path cannot be DOS-style,
15323 # because $ac_f cannot contain `:'.
15327 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
15329 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15331 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15332 as_fn_append ac_file_inputs
" '$ac_f'"
15335 # Let's still pretend it is `configure' which instantiates (i.e., don't
15336 # use $as_me), people would be surprised to read:
15337 # /* config.h. Generated by config.status. */
15338 configure_input
='Generated from '`
15339 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15341 if test x
"$ac_file" != x-
; then
15342 configure_input
="$ac_file. $configure_input"
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15344 $as_echo "$as_me: creating $ac_file" >&6;}
15346 # Neutralize special characters interpreted by sed in replacement strings.
15347 case $configure_input in #(
15348 *\
&* |
*\|
* |
*\\* )
15349 ac_sed_conf_input
=`$as_echo "$configure_input" |
15350 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15351 *) ac_sed_conf_input
=$configure_input;;
15355 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
15356 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
15361 ac_dir
=`$as_dirname -- "$ac_file" ||
15362 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15363 X"$ac_file" : 'X\(//\)[^/]' \| \
15364 X"$ac_file" : 'X\(//\)$' \| \
15365 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15366 $as_echo X"$ac_file" |
15367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15371 /^X\(\/\/\)[^/].*/{
15384 as_dir
="$ac_dir"; as_fn_mkdir_p
15388 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
15390 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15391 # A ".." for each directory in $ac_dir_suffix.
15392 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15393 case $ac_top_builddir_sub in
15394 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
15395 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
15398 ac_abs_top_builddir
=$ac_pwd
15399 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
15400 # for backward compatibility:
15401 ac_top_builddir
=$ac_top_build_prefix
15404 .
) # We are building in place.
15406 ac_top_srcdir
=$ac_top_builddir_sub
15407 ac_abs_top_srcdir
=$ac_pwd ;;
15408 [\\/]* | ?
:[\\/]* ) # Absolute name.
15409 ac_srcdir
=$srcdir$ac_dir_suffix;
15410 ac_top_srcdir
=$srcdir
15411 ac_abs_top_srcdir
=$srcdir ;;
15412 *) # Relative name.
15413 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
15414 ac_top_srcdir
=$ac_top_build_prefix$srcdir
15415 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
15417 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
15427 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
15428 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
15430 ac_MKDIR_P
=$MKDIR_P
15432 [\\/$
]* | ?
:[\\/]* ) ;;
15433 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
15437 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15438 # If the template does not know about datarootdir, expand it.
15439 # FIXME: This hack should be removed a few years after 2.60.
15440 ac_datarootdir_hack
=; ac_datarootdir_seen
=
15451 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15452 *datarootdir
*) ac_datarootdir_seen
=yes;;
15453 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15455 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15457 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15458 ac_datarootdir_hack='
15459 s&@datadir@&$datadir&g
15460 s&@docdir@&$docdir&g
15461 s&@infodir@&$infodir&g
15462 s&@localedir@&$localedir&g
15463 s&@mandir@&$mandir&g
15464 s&\\\${datarootdir}&$datarootdir&g' ;;
15468 # Neutralize VPATH when `$srcdir' = `.'.
15469 # Shell code in configure.ac might set extrasub.
15470 # FIXME: do we really want to maintain this feature?
15471 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15472 ac_sed_extra="$ac_vpsub
15475 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15477 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
15478 s|@configure_input@|
$ac_sed_conf_input|
;t t
15479 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
15480 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
15481 s
&@srcdir@
&$ac_srcdir&;t t
15482 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
15483 s
&@top_srcdir@
&$ac_top_srcdir&;t t
15484 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
15485 s
&@builddir@
&$ac_builddir&;t t
15486 s
&@abs_builddir@
&$ac_abs_builddir&;t t
15487 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
15488 s
&@INSTALL@
&$ac_INSTALL&;t t
15489 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
15490 $ac_datarootdir_hack
15492 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
15493 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
15495 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15496 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
15497 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15498 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
15499 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
15500 which seems to be undefined. Please make sure it is defined" >&5
15501 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
15502 which seems to be undefined. Please make sure it is defined" >&2;}
15504 rm -f "$ac_tmp/stdin"
15506 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15507 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15509 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15515 if test x"$ac_file" != x-; then
15517 $as_echo "/* $configure_input */" \
15518 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15519 } >"$ac_tmp/config.h" \
15520 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15521 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15522 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15523 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15526 mv "$ac_tmp/config.h" "$ac_file" \
15527 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15530 $as_echo "/* $configure_input */" \
15531 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15532 || as_fn_error $? "could not create -" "$LINENO" 5
15534 # Compute "$ac_file"'s index
in $config_headers.
15537 for _am_header
in $config_headers :; do
15538 case $_am_header in
15539 $_am_arg |
$_am_arg:* )
15542 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
15545 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15546 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15547 X"$_am_arg" : 'X\(//\)[^/]' \| \
15548 X"$_am_arg" : 'X\(//\)$' \| \
15549 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15550 $as_echo X"$_am_arg" |
15551 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15555 /^X\(\/\/\)[^/].*/{
15567 s/.*/./; q'`/stamp-h
$_am_stamp_count
15570 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15571 $as_echo "$as_me: executing $ac_file commands" >&6;}
15576 case $ac_file$ac_mode in
15577 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
15578 # Older Autoconf quotes --file arguments for eval, but not when files
15579 # are listed without --file. Let's play safe and only enable the eval
15580 # if we detect the quoting.
15581 case $CONFIG_FILES in
15582 *\'*) eval set x
"$CONFIG_FILES" ;;
15583 *) set x
$CONFIG_FILES ;;
15588 # Strip MF so we end up with the name of the file.
15589 mf
=`echo "$mf" | sed -e 's/:.*$//'`
15590 # Check whether this is an Automake generated Makefile or not.
15591 # We used to match only the files named 'Makefile.in', but
15592 # some people rename them; so instead we look at the file content.
15593 # Grep'ing the first line is not enough: some people post-process
15594 # each Makefile.in and add a new line on top of each file to say so.
15595 # Grep'ing the whole file is not good either: AIX grep has a line
15596 # limit of 2048, but all sed's we know have understand at least 4000.
15597 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
15598 dirpart
=`$as_dirname -- "$mf" ||
15599 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15600 X"$mf" : 'X\(//\)[^/]' \| \
15601 X"$mf" : 'X\(//\)$' \| \
15602 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15604 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15608 /^X\(\/\/\)[^/].*/{
15624 # Extract the definition of DEPDIR, am__include, and am__quote
15625 # from the Makefile without running 'make'.
15626 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
15627 test -z "$DEPDIR" && continue
15628 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
15629 test -z "$am__include" && continue
15630 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
15631 # Find all dependency output files, they are included files with
15632 # $(DEPDIR) in their names. We invoke sed twice because it is the
15633 # simplest approach to changing $(DEPDIR) to its actual value in the
15635 for file in `sed -n "
15636 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15637 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
15638 # Make sure the directory exists.
15639 test -f "$dirpart/$file" && continue
15640 fdir
=`$as_dirname -- "$file" ||
15641 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15642 X"$file" : 'X\(//\)[^/]' \| \
15643 X"$file" : 'X\(//\)$' \| \
15644 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15645 $as_echo X"$file" |
15646 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15650 /^X\(\/\/\)[^/].*/{
15663 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
15664 # echo "creating $dirpart/$file"
15665 echo '# dummy' > "$dirpart/$file"
15672 # See if we are running on zsh, and set the options which allow our
15673 # commands through without removal of \ escapes.
15674 if test -n "${ZSH_VERSION+set}" ; then
15675 setopt NO_GLOB_SUBST
15678 cfgfile
="${ofile}T"
15679 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15682 cat <<_LT_EOF >> "$cfgfile"
15685 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15686 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15687 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15688 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15690 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15691 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15692 # Written by Gordon Matzigkeit, 1996
15694 # This file is part of GNU Libtool.
15696 # GNU Libtool is free software; you can redistribute it and/or
15697 # modify it under the terms of the GNU General Public License as
15698 # published by the Free Software Foundation; either version 2 of
15699 # the License, or (at your option) any later version.
15701 # As a special exception to the GNU General Public License,
15702 # if you distribute this file as part of a program or library that
15703 # is built using GNU Libtool, you may include this file under the
15704 # same distribution terms that you use for the rest of that program.
15706 # GNU Libtool is distributed in the hope that it will be useful,
15707 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15708 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15709 # GNU General Public License for more details.
15711 # You should have received a copy of the GNU General Public License
15712 # along with GNU Libtool; see the file COPYING. If not, a copy
15713 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15714 # obtained by writing to the Free Software Foundation, Inc.,
15715 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15718 # The names of the tagged configurations supported by this script.
15721 # ### BEGIN LIBTOOL CONFIG
15723 # Which release of libtool.m4 was used?
15724 macro_version=$macro_version
15725 macro_revision=$macro_revision
15727 # Whether or not to build shared libraries.
15728 build_libtool_libs=$enable_shared
15730 # Whether or not to build static libraries.
15731 build_old_libs=$enable_static
15733 # What type of objects to build.
15736 # Whether or not to optimize for fast installation.
15737 fast_install=$enable_fast_install
15739 # Shell to use when invoking shell scripts.
15742 # An echo program that protects backslashes.
15746 host_alias=$host_alias
15750 # The build system.
15751 build_alias=$build_alias
15755 # A sed program that does not truncate output.
15758 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15759 Xsed="\$SED -e 1s/^X//"
15761 # A grep program that handles long lines.
15767 # A literal string matcher.
15770 # A BSD- or MS-compatible name lister.
15773 # Whether we need soft or hard links.
15776 # What is the maximum length of a command?
15777 max_cmd_len=$max_cmd_len
15779 # Object file suffix (normally "o").
15782 # Executable file suffix (normally "").
15785 # whether the shell understands "unset".
15788 # turn spaces into newlines.
15791 # turn newlines into spaces.
15794 # An object symbol dumper.
15795 OBJDUMP=$lt_OBJDUMP
15797 # Method to check whether dependent libraries are shared objects.
15798 deplibs_check_method=$lt_deplibs_check_method
15800 # Command to use when deplibs_check_method == "file_magic".
15801 file_magic_cmd=$lt_file_magic_cmd
15805 AR_FLAGS=$lt_AR_FLAGS
15807 # A symbol stripping program.
15810 # Commands used to install an old-style archive.
15812 old_postinstall_cmds=$lt_old_postinstall_cmds
15813 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15815 # Whether to use a lock for old archive extraction.
15816 lock_old_archive_extraction=$lock_old_archive_extraction
15821 # LTCC compiler flags.
15822 LTCFLAGS=$lt_CFLAGS
15824 # Take the output of nm and produce a listing of raw symbols and C names.
15825 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15827 # Transform the output of nm in a proper C declaration.
15828 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15830 # Transform the output of nm in a C name address pair.
15831 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15833 # Transform the output of nm in a C name address pair when lib prefix is needed.
15834 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15836 # The name of the directory that contains temporary libtool files.
15839 # Used to examine libraries when file_magic_cmd begins with "file".
15840 MAGIC_CMD=$MAGIC_CMD
15842 # Must we lock files when doing compilation?
15843 need_locks=$lt_need_locks
15845 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15846 DSYMUTIL=$lt_DSYMUTIL
15848 # Tool to change global to local symbols on Mac OS X.
15851 # Tool to manipulate fat objects and archives on Mac OS X.
15854 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15857 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15858 OTOOL64=$lt_OTOOL64
15860 # Old archive suffix (normally "a").
15863 # Shared library suffix (normally ".so").
15864 shrext_cmds=$lt_shrext_cmds
15866 # The commands to extract the exported symbol list from a shared archive.
15867 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15869 # Variables whose values should be saved in libtool wrapper scripts and
15870 # restored at link time.
15871 variables_saved_for_relink=$lt_variables_saved_for_relink
15873 # Do we need the "lib" prefix for modules?
15874 need_lib_prefix=$need_lib_prefix
15876 # Do we need a version for libraries?
15877 need_version=$need_version
15879 # Library versioning type.
15880 version_type=$version_type
15882 # Shared library runtime path variable.
15883 runpath_var=$runpath_var
15885 # Shared library path variable.
15886 shlibpath_var=$shlibpath_var
15888 # Is shlibpath searched before the hard-coded library search path?
15889 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15891 # Format of library name prefix.
15892 libname_spec=$lt_libname_spec
15894 # List of archive names. First name is the real one, the rest are links.
15895 # The last name is the one that the linker finds with -lNAME
15896 library_names_spec=$lt_library_names_spec
15898 # The coded name of the library, if different from the real name.
15899 soname_spec=$lt_soname_spec
15901 # Permission mode override for installation of shared libraries.
15902 install_override_mode=$lt_install_override_mode
15904 # Command to use after installation of a shared archive.
15905 postinstall_cmds=$lt_postinstall_cmds
15907 # Command to use after uninstallation of a shared archive.
15908 postuninstall_cmds=$lt_postuninstall_cmds
15910 # Commands used to finish a libtool library installation in a directory.
15911 finish_cmds=$lt_finish_cmds
15913 # As "finish_cmds", except a single script fragment to be evaled but
15915 finish_eval=$lt_finish_eval
15917 # Whether we should hardcode library paths into libraries.
15918 hardcode_into_libs=$hardcode_into_libs
15920 # Compile-time system search path for libraries.
15921 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15923 # Run-time system search path for libraries.
15924 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15926 # Whether dlopen is supported.
15927 dlopen_support=$enable_dlopen
15929 # Whether dlopen of programs is supported.
15930 dlopen_self=$enable_dlopen_self
15932 # Whether dlopen of statically linked programs is supported.
15933 dlopen_self_static=$enable_dlopen_self_static
15935 # Commands to strip libraries.
15936 old_striplib=$lt_old_striplib
15937 striplib=$lt_striplib
15940 # The linker used to build libraries.
15943 # How to create reloadable object files.
15944 reload_flag=$lt_reload_flag
15945 reload_cmds=$lt_reload_cmds
15947 # Commands used to build an old-style archive.
15948 old_archive_cmds=$lt_old_archive_cmds
15950 # A language specific compiler.
15953 # Is the compiler the GNU compiler?
15956 # Compiler flag to turn off builtin functions.
15957 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15959 # How to pass a linker flag through the compiler.
15960 wl=$lt_lt_prog_compiler_wl
15962 # Additional compiler flags for building library objects.
15963 pic_flag=$lt_lt_prog_compiler_pic
15965 # Compiler flag to prevent dynamic linking.
15966 link_static_flag=$lt_lt_prog_compiler_static
15968 # Does compiler simultaneously support -c and -o options?
15969 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15971 # Whether or not to add -lc for building shared libraries.
15972 build_libtool_need_lc=$archive_cmds_need_lc
15974 # Whether or not to disallow shared libs when runtime libs are static.
15975 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15977 # Compiler flag to allow reflexive dlopens.
15978 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15980 # Compiler flag to generate shared objects directly from archives.
15981 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15983 # Whether the compiler copes with passing no objects directly.
15984 compiler_needs_object=$lt_compiler_needs_object
15986 # Create an old-style archive from a shared archive.
15987 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15989 # Create a temporary old-style archive to link instead of a shared archive.
15990 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15992 # Commands used to build a shared archive.
15993 archive_cmds=$lt_archive_cmds
15994 archive_expsym_cmds=$lt_archive_expsym_cmds
15996 # Commands used to build a loadable module if different from building
15997 # a shared archive.
15998 module_cmds=$lt_module_cmds
15999 module_expsym_cmds=$lt_module_expsym_cmds
16001 # Whether we are building with GNU ld or not.
16002 with_gnu_ld=$lt_with_gnu_ld
16004 # Flag that allows shared libraries with undefined symbols to be built.
16005 allow_undefined_flag=$lt_allow_undefined_flag
16007 # Flag that enforces no undefined symbols.
16008 no_undefined_flag=$lt_no_undefined_flag
16010 # Flag to hardcode \$libdir into a binary during linking.
16011 # This must work even if \$libdir does not exist
16012 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16014 # If ld is used when linking, flag to hardcode \$libdir into a binary
16015 # during linking. This must work even if \$libdir does not exist.
16016 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16018 # Whether we need a single "-rpath" flag with a separated argument.
16019 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16021 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16022 # DIR into the resulting binary.
16023 hardcode_direct=$hardcode_direct
16025 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16026 # DIR into the resulting binary and the resulting library dependency is
16027 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16028 # library is relocated.
16029 hardcode_direct_absolute=$hardcode_direct_absolute
16031 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16032 # into the resulting binary.
16033 hardcode_minus_L=$hardcode_minus_L
16035 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16036 # into the resulting binary.
16037 hardcode_shlibpath_var=$hardcode_shlibpath_var
16039 # Set to "yes" if building a shared library automatically hardcodes DIR
16040 # into the library and all subsequent libraries and executables linked
16042 hardcode_automatic=$hardcode_automatic
16044 # Set to yes if linker adds runtime paths of dependent libraries
16045 # to runtime path list.
16046 inherit_rpath=$inherit_rpath
16048 # Whether libtool must link a program against all its dependency libraries.
16049 link_all_deplibs=$link_all_deplibs
16051 # Fix the shell variable \$srcfile for the compiler.
16052 fix_srcfile_path=$lt_fix_srcfile_path
16054 # Set to "yes" if exported symbols are required.
16055 always_export_symbols=$always_export_symbols
16057 # The commands to list exported symbols.
16058 export_symbols_cmds=$lt_export_symbols_cmds
16060 # Symbols that should not be listed in the preloaded symbols.
16061 exclude_expsyms=$lt_exclude_expsyms
16063 # Symbols that must always be exported.
16064 include_expsyms=$lt_include_expsyms
16066 # Commands necessary for linking programs (against libraries) with templates.
16067 prelink_cmds=$lt_prelink_cmds
16069 # Specify filename containing input files.
16070 file_list_spec=$lt_file_list_spec
16072 # How to hardcode a shared library path into an executable.
16073 hardcode_action=$hardcode_action
16075 # ### END LIBTOOL CONFIG
16081 cat <<\_LT_EOF
>> "$cfgfile"
16082 # AIX sometimes has problems with the GCC collect2 program. For some
16083 # reason, if we set the COLLECT_NAMES environment variable, the problems
16084 # vanish in a puff of smoke.
16085 if test "X${COLLECT_NAMES+set}" != Xset
; then
16087 export COLLECT_NAMES
16094 ltmain
="$ac_aux_dir/ltmain.sh"
16097 # We use sed instead of cat because bash on DJGPP gets confused if
16098 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16099 # text mode, it properly converts lines to CR/LF. This bash problem
16100 # is reportedly fixed, but why not run on old versions too?
16101 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16102 ||
(rm -f "$cfgfile"; exit 1)
16106 cat << \_LT_EOF
>> "$cfgfile"
16108 # func_dirname file append nondir_replacement
16109 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16110 # otherwise set result to NONDIR_REPLACEMENT.
16114 */*) func_dirname_result
="${1%/*}${2}" ;;
16115 * ) func_dirname_result
="${3}" ;;
16119 # func_basename file
16122 func_basename_result
="${1##*/}"
16125 # func_dirname_and_basename file append nondir_replacement
16126 # perform func_basename and func_dirname in a single function
16128 # dirname: Compute the dirname of FILE. If nonempty,
16129 # add APPEND to the result, otherwise set result
16130 # to NONDIR_REPLACEMENT.
16131 # value returned in "$func_dirname_result"
16132 # basename: Compute filename of FILE.
16133 # value retuned in "$func_basename_result"
16134 # Implementation must be kept synchronized with func_dirname
16135 # and func_basename. For efficiency, we do not delegate to
16136 # those functions but instead duplicate the functionality here.
16137 func_dirname_and_basename
()
16140 */*) func_dirname_result
="${1%/*}${2}" ;;
16141 * ) func_dirname_result
="${3}" ;;
16143 func_basename_result
="${1##*/}"
16146 # func_stripname prefix suffix name
16147 # strip PREFIX and SUFFIX off of NAME.
16148 # PREFIX and SUFFIX must not contain globbing or regex special
16149 # characters, hashes, percent signs, but SUFFIX may contain a leading
16150 # dot (in which case that matches only a dot).
16153 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16154 # positional parameters, so assign one to ordinary parameter first.
16155 func_stripname_result
=${3}
16156 func_stripname_result
=${func_stripname_result#"${1}"}
16157 func_stripname_result
=${func_stripname_result%"${2}"}
16163 func_opt_split_opt
=${1%%=*}
16164 func_opt_split_arg
=${1#*=}
16171 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
16172 *) func_lo2o_result
=${1} ;;
16176 # func_xform libobj-or-source
16179 func_xform_result
=${1%.*}.lo
16182 # func_arith arithmetic-term...
16185 func_arith_result
=$
(( $
* ))
16189 # STRING may not start with a hyphen.
16192 func_len_result
=${#1}
16197 *) # Bourne compatible functions.
16198 cat << \_LT_EOF
>> "$cfgfile"
16200 # func_dirname file append nondir_replacement
16201 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16202 # otherwise set result to NONDIR_REPLACEMENT.
16205 # Extract subdirectory from the argument.
16206 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
16207 if test "X$func_dirname_result" = "X${1}"; then
16208 func_dirname_result
="${3}"
16210 func_dirname_result
="$func_dirname_result${2}"
16214 # func_basename file
16217 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
16221 # func_stripname prefix suffix name
16222 # strip PREFIX and SUFFIX off of NAME.
16223 # PREFIX and SUFFIX must not contain globbing or regex special
16224 # characters, hashes, percent signs, but SUFFIX may contain a leading
16225 # dot (in which case that matches only a dot).
16226 # func_strip_suffix prefix name
16230 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16231 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16236 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
16237 my_sed_long_arg
='1s/^-[^=]*=//'
16242 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16243 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16249 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
16252 # func_xform libobj-or-source
16255 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16258 # func_arith arithmetic-term...
16261 func_arith_result
=`expr "$@"`
16265 # STRING may not start with a hyphen.
16268 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16274 case $lt_shell_append in
16276 cat << \_LT_EOF
>> "$cfgfile"
16278 # func_append var value
16279 # Append VALUE to the end of shell variable VAR.
16287 cat << \_LT_EOF
>> "$cfgfile"
16289 # func_append var value
16290 # Append VALUE to the end of shell variable VAR.
16301 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16302 ||
(rm -f "$cfgfile"; exit 1)
16304 mv -f "$cfgfile" "$ofile" ||
16305 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16310 for ac_file
in $CONFIG_FILES; do
16311 # Support "outfile[:infile[:infile...]]"
16313 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
16315 # PO directories have a Makefile.in generated from Makefile.in.in.
16316 case "$ac_file" in */Makefile.
in)
16317 # Adjust a relative srcdir.
16318 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16319 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
16320 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16321 # In autoconf-2.13 it is called $ac_given_srcdir.
16322 # In autoconf-2.50 it is called $srcdir.
16323 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
16324 case "$ac_given_srcdir" in
16325 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
16326 /*) top_srcdir
="$ac_given_srcdir" ;;
16327 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
16329 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16330 rm -f "$ac_dir/POTFILES"
16331 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
16332 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16333 POMAKEFILEDEPS
="POTFILES.in"
16334 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16335 # on $ac_dir but don't depend on user-specified configuration
16337 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16338 # The LINGUAS file contains the set of available languages.
16339 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16340 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
16342 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16343 # Hide the ALL_LINGUAS assigment from automake.
16344 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16345 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
16347 # The set of available languages was given in configure.ac.
16348 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16350 case "$ac_given_srcdir" in
16352 *) srcdirpre
='$(srcdir)/' ;;
16358 for lang
in $ALL_LINGUAS; do
16359 POFILES
="$POFILES $srcdirpre$lang.po"
16360 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
16361 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
16362 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
16364 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16365 # environment variable.
16367 if test -n "$ALL_LINGUAS"; then
16368 for presentlang
in $ALL_LINGUAS; do
16370 if test "%UNSET%" != "$LINGUAS"; then
16371 desiredlanguages
="$LINGUAS"
16373 desiredlanguages
="$ALL_LINGUAS"
16375 for desiredlang
in $desiredlanguages; do
16376 # Use the presentlang catalog if desiredlang is
16377 # a. equal to presentlang, or
16378 # b. a variant of presentlang (because in this case,
16379 # presentlang can be used as a fallback for messages
16380 # which are not translated in the desiredlang catalog).
16381 case "$desiredlang" in
16382 "$presentlang"*) useit
=yes;;
16385 if test $useit = yes; then
16386 INST_LINGUAS
="$INST_LINGUAS $presentlang"
16391 if test -n "$INST_LINGUAS"; then
16392 for lang
in $INST_LINGUAS; do
16393 CATALOGS
="$CATALOGS $lang.gmo"
16396 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
16397 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"
16398 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
16399 if test -f "$f"; then
16401 *.orig |
*.bak |
*~
) ;;
16402 *) cat "$f" >> "$ac_dir/Makefile" ;;
16411 for ac_file
in $CONFIG_FILES; do
16412 # Support "outfile[:infile[:infile...]]"
16414 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
16416 # PO directories have a Makefile.in generated from Makefile.in.in.
16417 case "$ac_file" in */Makefile.
in)
16418 # Adjust a relative srcdir.
16419 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16420 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
16421 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16422 # In autoconf-2.13 it is called $ac_given_srcdir.
16423 # In autoconf-2.50 it is called $srcdir.
16424 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
16425 case "$ac_given_srcdir" in
16426 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
16427 /*) top_srcdir
="$ac_given_srcdir" ;;
16428 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
16430 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16431 rm -f "$ac_dir/POTFILES"
16432 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
16433 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16434 POMAKEFILEDEPS
="POTFILES.in"
16435 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16436 # on $ac_dir but don't depend on user-specified configuration
16438 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16439 # The LINGUAS file contains the set of available languages.
16440 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16441 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
16443 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16444 # Hide the ALL_LINGUAS assigment from automake.
16445 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16446 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
16448 # The set of available languages was given in configure.ac.
16449 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16451 case "$ac_given_srcdir" in
16453 *) srcdirpre
='$(srcdir)/' ;;
16459 for lang
in $ALL_LINGUAS; do
16460 POFILES
="$POFILES $srcdirpre$lang.po"
16461 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
16462 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
16463 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
16465 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16466 # environment variable.
16468 if test -n "$ALL_LINGUAS"; then
16469 for presentlang
in $ALL_LINGUAS; do
16471 if test "%UNSET%" != "$LINGUAS"; then
16472 desiredlanguages
="$LINGUAS"
16474 desiredlanguages
="$ALL_LINGUAS"
16476 for desiredlang
in $desiredlanguages; do
16477 # Use the presentlang catalog if desiredlang is
16478 # a. equal to presentlang, or
16479 # b. a variant of presentlang (because in this case,
16480 # presentlang can be used as a fallback for messages
16481 # which are not translated in the desiredlang catalog).
16482 case "$desiredlang" in
16483 "$presentlang"*) useit
=yes;;
16486 if test $useit = yes; then
16487 INST_LINGUAS
="$INST_LINGUAS $presentlang"
16492 if test -n "$INST_LINGUAS"; then
16493 for lang
in $INST_LINGUAS; do
16494 CATALOGS
="$CATALOGS $lang.gmo"
16497 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
16498 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"
16499 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
16500 if test -f "$f"; then
16502 *.orig |
*.bak |
*~
) ;;
16503 *) cat "$f" >> "$ac_dir/Makefile" ;;
16518 ac_clean_files
=$ac_clean_files_save
16520 test $ac_write_fail = 0 ||
16521 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
16524 # configure is writing to config.log, and then calls config.status.
16525 # config.status does its own redirection, appending to config.log.
16526 # Unfortunately, on DOS this fails, as config.log is still kept open
16527 # by configure, so config.status won't be able to write to it; its
16528 # output is simply discarded. So we exec the FD to /dev/null,
16529 # effectively closing config.log, so it can be properly (re)opened and
16530 # appended to by config.status. When coming back to configure, we
16531 # need to make the FD available again.
16532 if test "$no_create" != yes; then
16534 ac_config_status_args
=
16535 test "$silent" = yes &&
16536 ac_config_status_args
="$ac_config_status_args --quiet"
16538 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
16540 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16541 # would make configure fail if this is the last instruction.
16542 $ac_cs_success || as_fn_exit
1
16544 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
16545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16546 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16551 touch config.status.tmp
16552 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
16553 sed '/as_fn_exit 0/i \
16554 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16555 touch --reference=Makefile Makefile.tmp \
16556 mv Makefile.tmp Makefile \
16557 ' config.status
> config.status.tmp
16558 touch --reference=config.status config.status.tmp
16559 mv config.status.tmp config.status
16560 chmod +x config.status
16561 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
16562 touch --reference=Makefile Makefile.tmp
16563 mv Makefile.tmp Makefile
16565 rm -f config.status.tmp