2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
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
200 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
201 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
202 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 PATH=/empty FPATH=/empty; export PATH FPATH
205 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
206 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
207 test \$(( 1 + 1 )) = 2 || 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.
595 ac_unique_file="README.txt"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
632 ac_subst_vars='LTLIBOBJS
756 program_transform_name
769 enable_option_checking
778 enable_dependency_tracking
818 enable_pulseaudio_shared
826 enable_fusionsound_shared
830 enable_libsamplerate_shared
832 enable_video_wayland_qt_touch
833 enable_wayland_shared
840 enable_video_x11_xcursor
841 enable_video_x11_xdbe
842 enable_video_x11_xinerama
843 enable_video_x11_xinput
844 enable_video_x11_xrandr
845 enable_video_x11_scrnsaver
846 enable_video_x11_xshape
851 enable_video_directfb
852 enable_directfb_shared
857 enable_video_opengles
858 enable_video_opengles1
859 enable_video_opengles2
877 ac_precious_vars='build_alias
893 # Initialize some variables set by options.
895 ac_init_version=false
896 ac_unrecognized_opts=
898 # The variables have the same names as the options, with
899 # dashes changed to underlines.
907 program_transform_name=s,x,x,
915 # Installation directory options.
916 # These are left unexpanded so users can "make install exec_prefix=/foo"
917 # and all the variables that are supposed to be based on exec_prefix
918 # by default will actually change.
919 # Use braces instead of parens because sh, perl, etc. also accept them.
920 # (The list follows the same order as the GNU Coding Standards.)
921 bindir='${exec_prefix}/bin'
922 sbindir='${exec_prefix}/sbin'
923 libexecdir='${exec_prefix}/libexec'
924 datarootdir='${prefix}/share'
925 datadir='${datarootdir}'
926 sysconfdir='${prefix}/etc'
927 sharedstatedir='${prefix}/com'
928 localstatedir='${prefix}/var'
929 includedir='${prefix}/include'
930 oldincludedir='/usr/include'
931 docdir='${datarootdir}/doc/${PACKAGE}'
932 infodir='${datarootdir}/info'
937 libdir='${exec_prefix}/lib'
938 localedir='${datarootdir}/locale'
939 mandir='${datarootdir}/man'
945 # If the previous option needs an argument, assign it.
946 if test -n "$ac_prev"; then
947 eval $ac_prev=\$ac_option
953 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
958 # Accept the important Cygnus configure options, so we can diagnose typos.
960 case $ac_dashdash$ac_option in
964 -bindir | --bindir | --bindi | --bind | --bin | --bi)
966 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
969 -build | --build | --buil | --bui | --bu)
970 ac_prev=build_alias ;;
971 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
972 build_alias=$ac_optarg ;;
974 -cache-file | --cache-file | --cache-fil | --cache-fi \
975 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
976 ac_prev=cache_file ;;
977 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
978 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
979 cache_file=$ac_optarg ;;
982 cache_file=config.cache ;;
984 -datadir | --datadir | --datadi | --datad)
986 -datadir=* | --datadir=* | --datadi=* | --datad=*)
987 datadir=$ac_optarg ;;
989 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
990 | --dataroo | --dataro | --datar)
991 ac_prev=datarootdir ;;
992 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
993 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
994 datarootdir=$ac_optarg ;;
996 -disable-* | --disable-*)
997 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
998 # Reject names that are not valid shell variable names.
999 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1000 as_fn_error $? "invalid feature name: $ac_useropt"
1001 ac_useropt_orig=$ac_useropt
1002 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1003 case $ac_user_opts in
1005 "enable_$ac_useropt"
1007 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1008 ac_unrecognized_sep=', ';;
1010 eval enable_$ac_useropt=no ;;
1012 -docdir | --docdir | --docdi | --doc | --do)
1014 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1015 docdir=$ac_optarg ;;
1017 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1019 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1020 dvidir=$ac_optarg ;;
1022 -enable-* | --enable-*)
1023 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1024 # Reject names that are not valid shell variable names.
1025 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1026 as_fn_error $? "invalid feature name: $ac_useropt"
1027 ac_useropt_orig=$ac_useropt
1028 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1029 case $ac_user_opts in
1031 "enable_$ac_useropt"
1033 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1034 ac_unrecognized_sep=', ';;
1036 eval enable_$ac_useropt=\$ac_optarg ;;
1038 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1039 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1040 | --exec | --exe | --ex)
1041 ac_prev=exec_prefix ;;
1042 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1043 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1044 | --exec=* | --exe=* | --ex=*)
1045 exec_prefix=$ac_optarg ;;
1047 -gas | --gas | --ga | --g)
1048 # Obsolete; use --with-gas.
1051 -help | --help | --hel | --he | -h)
1052 ac_init_help=long ;;
1053 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1054 ac_init_help=recursive ;;
1055 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1056 ac_init_help=short ;;
1058 -host | --host | --hos | --ho)
1059 ac_prev=host_alias ;;
1060 -host=* | --host=* | --hos=* | --ho=*)
1061 host_alias=$ac_optarg ;;
1063 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1065 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1067 htmldir=$ac_optarg ;;
1069 -includedir | --includedir | --includedi | --included | --include \
1070 | --includ | --inclu | --incl | --inc)
1071 ac_prev=includedir ;;
1072 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1073 | --includ=* | --inclu=* | --incl=* | --inc=*)
1074 includedir=$ac_optarg ;;
1076 -infodir | --infodir | --infodi | --infod | --info | --inf)
1078 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1079 infodir=$ac_optarg ;;
1081 -libdir | --libdir | --libdi | --libd)
1083 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1084 libdir=$ac_optarg ;;
1086 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1087 | --libexe | --libex | --libe)
1088 ac_prev=libexecdir ;;
1089 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1090 | --libexe=* | --libex=* | --libe=*)
1091 libexecdir=$ac_optarg ;;
1093 -localedir | --localedir | --localedi | --localed | --locale)
1094 ac_prev=localedir ;;
1095 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1096 localedir=$ac_optarg ;;
1098 -localstatedir | --localstatedir | --localstatedi | --localstated \
1099 | --localstate | --localstat | --localsta | --localst | --locals)
1100 ac_prev=localstatedir ;;
1101 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1102 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1103 localstatedir=$ac_optarg ;;
1105 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1107 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1108 mandir=$ac_optarg ;;
1110 -nfp | --nfp | --nf)
1111 # Obsolete; use --without-fp.
1114 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1115 | --no-cr | --no-c | -n)
1118 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1119 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1122 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1123 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1124 | --oldin | --oldi | --old | --ol | --o)
1125 ac_prev=oldincludedir ;;
1126 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1127 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1128 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1129 oldincludedir=$ac_optarg ;;
1131 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1133 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1134 prefix=$ac_optarg ;;
1136 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1137 | --program-pre | --program-pr | --program-p)
1138 ac_prev=program_prefix ;;
1139 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1140 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1141 program_prefix=$ac_optarg ;;
1143 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1144 | --program-suf | --program-su | --program-s)
1145 ac_prev=program_suffix ;;
1146 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1147 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1148 program_suffix=$ac_optarg ;;
1150 -program-transform-name | --program-transform-name \
1151 | --program-transform-nam | --program-transform-na \
1152 | --program-transform-n | --program-transform- \
1153 | --program-transform | --program-transfor \
1154 | --program-transfo | --program-transf \
1155 | --program-trans | --program-tran \
1156 | --progr-tra | --program-tr | --program-t)
1157 ac_prev=program_transform_name ;;
1158 -program-transform-name=* | --program-transform-name=* \
1159 | --program-transform-nam=* | --program-transform-na=* \
1160 | --program-transform-n=* | --program-transform-=* \
1161 | --program-transform=* | --program-transfor=* \
1162 | --program-transfo=* | --program-transf=* \
1163 | --program-trans=* | --program-tran=* \
1164 | --progr-tra=* | --program-tr=* | --program-t=*)
1165 program_transform_name=$ac_optarg ;;
1167 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1169 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1170 pdfdir=$ac_optarg ;;
1172 -psdir | --psdir | --psdi | --psd | --ps)
1174 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1178 | -silent | --silent | --silen | --sile | --sil)
1181 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1183 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1185 sbindir=$ac_optarg ;;
1187 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1188 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1189 | --sharedst | --shareds | --shared | --share | --shar \
1191 ac_prev=sharedstatedir ;;
1192 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1193 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1194 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1196 sharedstatedir=$ac_optarg ;;
1198 -site | --site | --sit)
1200 -site=* | --site=* | --sit=*)
1203 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1205 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1206 srcdir=$ac_optarg ;;
1208 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1209 | --syscon | --sysco | --sysc | --sys | --sy)
1210 ac_prev=sysconfdir ;;
1211 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1212 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1213 sysconfdir=$ac_optarg ;;
1215 -target | --target | --targe | --targ | --tar | --ta | --t)
1216 ac_prev=target_alias ;;
1217 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1218 target_alias=$ac_optarg ;;
1220 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1223 -version | --version | --versio | --versi | --vers | -V)
1224 ac_init_version=: ;;
1227 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1228 # Reject names that are not valid shell variable names.
1229 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1230 as_fn_error $? "invalid package name: $ac_useropt"
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1240 eval with_$ac_useropt=\$ac_optarg ;;
1242 -without-* | --without-*)
1243 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1244 # Reject names that are not valid shell variable names.
1245 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1246 as_fn_error $? "invalid package name: $ac_useropt"
1247 ac_useropt_orig=$ac_useropt
1248 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1249 case $ac_user_opts in
1253 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1254 ac_unrecognized_sep=', ';;
1256 eval with_$ac_useropt=no ;;
1259 # Obsolete; use --with-x.
1262 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1263 | --x-incl | --x-inc | --x-in | --x-i)
1264 ac_prev=x_includes ;;
1265 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1266 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1267 x_includes=$ac_optarg ;;
1269 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1270 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1271 ac_prev=x_libraries ;;
1272 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1273 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1274 x_libraries=$ac_optarg ;;
1276 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1277 Try \`$0 --help' for more information"
1281 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1282 # Reject names that are not valid shell variable names.
1283 case $ac_envvar in #(
1284 '' | [0-9]* | *[!_$as_cr_alnum]* )
1285 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1287 eval $ac_envvar=\$ac_optarg
1288 export $ac_envvar ;;
1291 # FIXME: should be removed in autoconf 3.0.
1292 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1293 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1294 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1295 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1301 if test -n "$ac_prev"; then
1302 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1303 as_fn_error $? "missing argument to $ac_option"
1306 if test -n "$ac_unrecognized_opts"; then
1307 case $enable_option_checking in
1309 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1310 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1314 # Check all directory arguments for consistency.
1315 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1316 datadir sysconfdir sharedstatedir localstatedir includedir \
1317 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1318 libdir localedir mandir
1320 eval ac_val=\$$ac_var
1321 # Remove trailing slashes.
1324 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1325 eval $ac_var=\$ac_val;;
1327 # Be sure to have absolute directory names.
1329 [\\/$]* | ?:[\\/]* ) continue;;
1330 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1332 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1335 # There might be people who depend on the old broken behavior: `$host'
1336 # used to hold the argument of --host etc.
1337 # FIXME: To remove some day.
1340 target=$target_alias
1342 # FIXME: To remove some day.
1343 if test "x$host_alias" != x; then
1344 if test "x$build_alias" = x; then
1345 cross_compiling=maybe
1346 elif test "x$build_alias" != "x$host_alias"; then
1352 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1354 test "$silent" = yes && exec 6>/dev/null
1357 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1358 ac_ls_di=`ls -di .` &&
1359 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1360 as_fn_error $? "working directory cannot be determined"
1361 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1362 as_fn_error $? "pwd does not report name of working directory"
1365 # Find the source files, if location was not specified.
1366 if test -z "$srcdir"; then
1367 ac_srcdir_defaulted=yes
1368 # Try the directory containing this script, then the parent directory.
1369 ac_confdir=`$as_dirname -- "$as_myself" ||
1370 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1371 X"$as_myself" : 'X\(//\)[^/]' \| \
1372 X"$as_myself" : 'X\(//\)$' \| \
1373 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1374 $as_echo X"$as_myself" |
1375 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1393 if test ! -r "$srcdir/$ac_unique_file"; then
1397 ac_srcdir_defaulted=no
1399 if test ! -r "$srcdir/$ac_unique_file"; then
1400 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1401 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1403 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1405 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1407 # When building in place, set srcdir=.
1408 if test "$ac_abs_confdir" = "$ac_pwd"; then
1411 # Remove unnecessary trailing slashes from srcdir.
1412 # Double slashes in file names in object file debugging info
1413 # mess up M-x gdb in Emacs.
1415 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1417 for ac_var in $ac_precious_vars; do
1418 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1419 eval ac_env_${ac_var}_value=\$${ac_var}
1420 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1421 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1425 # Report the --help message.
1427 if test "$ac_init_help" = "long"; then
1428 # Omit some internal or obsolete options to make the list less imposing.
1429 # This message is too long to be a string in the A/UX 3.1 sh.
1431 \`configure' configures this package to adapt to many kinds of systems.
1433 Usage: $0 [OPTION]... [VAR=VALUE]...
1435 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1436 VAR=VALUE. See below for descriptions of some of the useful variables.
1438 Defaults for the options are specified in brackets.
1441 -h, --help display this help and exit
1442 --help=short display options specific to this package
1443 --help=recursive display the short help of all the included packages
1444 -V, --version display version information and exit
1445 -q, --quiet, --silent do not print \`checking ...' messages
1446 --cache-file=FILE cache test results in FILE [disabled]
1447 -C, --config-cache alias for \`--cache-file=config.cache'
1448 -n, --no-create do not create output files
1449 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1451 Installation directories:
1452 --prefix=PREFIX install architecture-independent files in PREFIX
1453 [$ac_default_prefix]
1454 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1457 By default, \`make install' will install all the files in
1458 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1459 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1460 for instance \`--prefix=\$HOME'.
1462 For better control, use the options below.
1464 Fine tuning of the installation directories:
1465 --bindir=DIR user executables [EPREFIX/bin]
1466 --sbindir=DIR system admin executables [EPREFIX/sbin]
1467 --libexecdir=DIR program executables [EPREFIX/libexec]
1468 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1469 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1470 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1471 --libdir=DIR object code libraries [EPREFIX/lib]
1472 --includedir=DIR C header files [PREFIX/include]
1473 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1474 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1475 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1476 --infodir=DIR info documentation [DATAROOTDIR/info]
1477 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1478 --mandir=DIR man documentation [DATAROOTDIR/man]
1479 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1480 --htmldir=DIR html documentation [DOCDIR]
1481 --dvidir=DIR dvi documentation [DOCDIR]
1482 --pdfdir=DIR pdf documentation [DOCDIR]
1483 --psdir=DIR ps documentation [DOCDIR]
1489 --x-includes=DIR X include files are in DIR
1490 --x-libraries=DIR X library files are in DIR
1493 --build=BUILD configure for building on BUILD [guessed]
1494 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1498 if test -n "$ac_init_help"; then
1503 --disable-option-checking ignore unrecognized --enable/--with options
1504 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1505 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1506 --enable-shared[=PKGS] build shared libraries [default=yes]
1507 --enable-static[=PKGS] build static libraries [default=yes]
1508 --enable-fast-install[=PKGS]
1509 optimize for fast installation [default=yes]
1510 --disable-libtool-lock avoid locking (might break parallel builds)
1511 --enable-assertions Enable internal sanity checks
1512 (auto/disabled/release/enabled/paranoid)
1514 --enable-dependency-tracking
1515 Use gcc -MMD -MT dependency tracking [[default=yes]]
1516 --enable-libc Use the system C library [[default=yes]]
1517 --enable-gcc-atomics Use gcc builtin atomics [[default=yes]]
1518 --enable-atomic Enable the atomic operations subsystem
1520 --enable-audio Enable the audio subsystem [[default=yes]]
1521 --enable-video Enable the video subsystem [[default=yes]]
1522 --enable-render Enable the render subsystem [[default=yes]]
1523 --enable-events Enable the events subsystem [[default=yes]]
1524 --enable-joystick Enable the joystick subsystem [[default=yes]]
1525 --enable-haptic Enable the haptic (force feedback) subsystem
1527 --enable-sensor Enable the sensor subsystem [[default=yes]]
1528 --enable-power Enable the power subsystem [[default=yes]]
1529 --enable-filesystem Enable the filesystem subsystem [[default=yes]]
1530 --enable-threads Enable the threading subsystem [[default=yes]]
1531 --enable-timers Enable the timer subsystem [[default=yes]]
1532 --enable-file Enable the file subsystem [[default=yes]]
1533 --enable-loadso Enable the shared object loading subsystem
1535 --enable-cpuinfo Enable the cpuinfo subsystem [[default=yes]]
1536 --enable-assembly Enable assembly routines [[default=yes]]
1537 --enable-ssemath Allow GCC to use SSE floating point math
1539 --enable-mmx use MMX assembly routines [[default=yes]]
1540 --enable-3dnow use 3DNow! assembly routines [[default=yes]]
1541 --enable-sse use SSE assembly routines [[default=yes]]
1542 --enable-sse2 use SSE2 assembly routines [[default=maybe]]
1543 --enable-sse3 use SSE3 assembly routines [[default=maybe]]
1544 --enable-altivec use Altivec assembly routines [[default=yes]]
1545 --enable-oss support the OSS audio API [[default=maybe]]
1546 --enable-alsa support the ALSA audio API [[default=yes]]
1547 --disable-alsatest Do not try to compile and run a test Alsa program
1548 --enable-alsa-shared dynamically load ALSA audio support [[default=yes]]
1549 --enable-jack use JACK audio [[default=yes]]
1550 --enable-jack-shared dynamically load JACK audio support [[default=yes]]
1551 --enable-esd support the Enlightened Sound Daemon [[default=yes]]
1552 --disable-esdtest Do not try to compile and run a test ESD program
1553 --enable-esd-shared dynamically load ESD audio support [[default=yes]]
1554 --enable-pulseaudio use PulseAudio [[default=yes]]
1555 --enable-pulseaudio-shared
1556 dynamically load PulseAudio support [[default=yes]]
1557 --enable-arts support the Analog Real Time Synthesizer
1559 --enable-arts-shared dynamically load aRts audio support [[default=yes]]
1560 --enable-nas support the NAS audio API [[default=yes]]
1561 --enable-nas-shared dynamically load NAS audio support [[default=yes]]
1562 --enable-sndio support the sndio audio API [[default=yes]]
1563 --enable-sndio-shared dynamically load sndio audio support [[default=yes]]
1564 --enable-fusionsound use FusionSound audio driver [[default=no]]
1565 --enable-fusionsound-shared
1566 dynamically load fusionsound audio support
1568 --enable-diskaudio support the disk writer audio driver [[default=yes]]
1569 --enable-dummyaudio support the dummy audio driver [[default=yes]]
1570 --enable-libsamplerate use libsamplerate for audio rate conversion
1572 --enable-libsamplerate-shared
1573 dynamically load libsamplerate [[default=yes]]
1574 --enable-video-wayland use Wayland video driver [[default=yes]]
1575 --enable-video-wayland-qt-touch
1576 QtWayland server support for Wayland video driver
1578 --enable-wayland-shared dynamically load Wayland support [[default=maybe]]
1579 --enable-video-mir use Mir video driver [[default=no]]
1580 --enable-mir-shared dynamically load Mir support [[default=maybe]]
1581 --enable-video-rpi use Raspberry Pi video driver [[default=yes]]
1582 --enable-video-x11 use X11 video driver [[default=yes]]
1583 --enable-x11-shared dynamically load X11 support [[default=maybe]]
1584 --enable-video-x11-xcursor
1585 enable X11 Xcursor support [[default=yes]]
1586 --enable-video-x11-xdbe enable X11 Xdbe support [[default=yes]]
1587 --enable-video-x11-xinerama
1588 enable X11 Xinerama support [[default=yes]]
1589 --enable-video-x11-xinput
1590 enable X11 XInput extension for manymouse, tablets,
1592 --enable-video-x11-xrandr
1593 enable X11 Xrandr extension for fullscreen
1595 --enable-video-x11-scrnsaver
1596 enable X11 screensaver extension [[default=yes]]
1597 --enable-video-x11-xshape
1598 enable X11 XShape support [[default=yes]]
1599 --enable-video-x11-vm use X11 VM extension for fullscreen [[default=yes]]
1600 --enable-video-vivante use Vivante EGL video driver [[default=yes]]
1601 --enable-video-cocoa use Cocoa video driver [[default=yes]]
1602 --enable-render-metal enable the Metal render driver [[default=yes]]
1603 --enable-video-directfb use DirectFB video driver [[default=no]]
1604 --enable-directfb-shared
1605 dynamically load directfb support [[default=yes]]
1606 --enable-video-kmsdrm use KMSDRM video driver [[default=no]]
1607 --enable-kmsdrm-shared dynamically load kmsdrm support [[default=yes]]
1608 --enable-video-dummy use dummy video driver [[default=yes]]
1609 --enable-video-opengl include OpenGL support [[default=yes]]
1610 --enable-video-opengles include OpenGL ES support [[default=yes]]
1611 --enable-video-opengles1
1612 include OpenGL ES 1.1 support [[default=yes]]
1613 --enable-video-opengles2
1614 include OpenGL ES 2.0 support [[default=yes]]
1615 --enable-video-vulkan include Vulkan support [[default=yes]]
1616 --enable-libudev enable libudev support [[default=yes]]
1617 --enable-dbus enable D-Bus support [[default=yes]]
1618 --enable-ime enable IME support [[default=yes]]
1619 --enable-ibus enable IBus support [[default=yes]]
1620 --enable-fcitx enable fcitx support [[default=yes]]
1621 --enable-input-tslib use the Touchscreen library for input
1623 --enable-pthreads use POSIX threads for multi-threading
1625 --enable-pthread-sem use pthread semaphores [[default=yes]]
1626 --enable-directx use DirectX for Windows audio/video [[default=yes]]
1627 --enable-wasapi use the Windows WASAPI audio driver [[default=yes]]
1628 --enable-sdl-dlopen use dlopen for shared object loading [[default=yes]]
1629 --enable-hidapi use HIDAPI for low level joystick drivers
1631 --enable-clock_gettime use clock_gettime() instead of gettimeofday() on
1632 UNIX [[default=yes]]
1633 --enable-rpath use an rpath when linking SDL [[default=yes]]
1634 --enable-render-d3d enable the Direct3D render driver [[default=yes]]
1637 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1638 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1639 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1641 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1642 --with-sysroot=DIR Search for dependent libraries within DIR
1643 (or the compiler's sysroot if not specified).
1644 --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)
1645 --with-alsa-inc-prefix=PFX Prefix where include libraries are (optional)
1646 --with-esd-prefix=PFX Prefix where ESD is installed (optional)
1647 --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)
1648 --with-x use the X Window System
1650 Some influential environment variables:
1651 CC C compiler command
1652 CFLAGS C compiler flags
1653 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1654 nonstandard directory <lib dir>
1655 LIBS libraries to pass to the linker, e.g. -l<library>
1656 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1657 you have headers in a nonstandard directory <include dir>
1659 CXX C++ compiler command
1660 CXXFLAGS C++ compiler flags
1661 CXXCPP C++ preprocessor
1662 XMKMF Path to xmkmf, Makefile generator for X Window System
1664 Use these variables to override the choices made by `configure' or to help
1665 it to find libraries and programs with nonstandard names/locations.
1667 Report bugs to the package provider.
1672 if test "$ac_init_help" = "recursive"; then
1673 # If there are subdirs, report their specific --help.
1674 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1675 test -d "$ac_dir" ||
1676 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1681 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1683 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1684 # A ".." for each directory in $ac_dir_suffix.
1685 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1686 case $ac_top_builddir_sub in
1687 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1688 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1691 ac_abs_top_builddir=$ac_pwd
1692 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1693 # for backward compatibility:
1694 ac_top_builddir=$ac_top_build_prefix
1697 .) # We are building in place.
1699 ac_top_srcdir=$ac_top_builddir_sub
1700 ac_abs_top_srcdir=$ac_pwd ;;
1701 [\\/]* | ?:[\\/]* ) # Absolute name.
1702 ac_srcdir=$srcdir$ac_dir_suffix;
1703 ac_top_srcdir=$srcdir
1704 ac_abs_top_srcdir=$srcdir ;;
1706 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1707 ac_top_srcdir=$ac_top_build_prefix$srcdir
1708 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1710 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1712 cd "$ac_dir" || { ac_status=$?; continue; }
1713 # Check for guested configure.
1714 if test -f "$ac_srcdir/configure.gnu"; then
1716 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1717 elif test -f "$ac_srcdir/configure"; then
1719 $SHELL "$ac_srcdir/configure" --help=recursive
1721 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1723 cd "$ac_pwd" || { ac_status=$?; break; }
1727 test -n "$ac_init_help" && exit $ac_status
1728 if $ac_init_version; then
1731 generated by GNU Autoconf 2.69
1733 Copyright (C) 2012 Free Software Foundation, Inc.
1734 This configure script is free software; the Free Software Foundation
1735 gives unlimited permission to copy, distribute and modify it.
1740 ## ------------------------ ##
1741 ## Autoconf initialization. ##
1742 ## ------------------------ ##
1744 # ac_fn_c_try_compile LINENO
1745 # --------------------------
1746 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1747 ac_fn_c_try_compile ()
1749 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1750 rm -f conftest.$ac_objext
1751 if { { ac_try="$ac_compile"
1753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1754 *) ac_try_echo=$ac_try;;
1756 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1757 $as_echo "$ac_try_echo"; } >&5
1758 (eval "$ac_compile") 2>conftest.err
1760 if test -s conftest.err; then
1761 grep -v '^ *+' conftest.err >conftest.er1
1762 cat conftest.er1 >&5
1763 mv -f conftest.er1 conftest.err
1765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766 test $ac_status = 0; } && {
1767 test -z "$ac_c_werror_flag" ||
1768 test ! -s conftest.err
1769 } && test -s conftest.$ac_objext; then :
1772 $as_echo "$as_me: failed program was:" >&5
1773 sed 's/^/| /' conftest.$ac_ext >&5
1777 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1778 as_fn_set_status $ac_retval
1780 } # ac_fn_c_try_compile
1782 # ac_fn_c_try_link LINENO
1783 # -----------------------
1784 # Try to link conftest.$ac_ext, and return whether this succeeded.
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1788 rm -f conftest.$ac_objext conftest$ac_exeext
1789 if { { ac_try="$ac_link"
1791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1792 *) ac_try_echo=$ac_try;;
1794 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1795 $as_echo "$ac_try_echo"; } >&5
1796 (eval "$ac_link") 2>conftest.err
1798 if test -s conftest.err; then
1799 grep -v '^ *+' conftest.err >conftest.er1
1800 cat conftest.er1 >&5
1801 mv -f conftest.er1 conftest.err
1803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1804 test $ac_status = 0; } && {
1805 test -z "$ac_c_werror_flag" ||
1806 test ! -s conftest.err
1807 } && test -s conftest$ac_exeext && {
1808 test "$cross_compiling" = yes ||
1809 test -x conftest$ac_exeext
1813 $as_echo "$as_me: failed program was:" >&5
1814 sed 's/^/| /' conftest.$ac_ext >&5
1818 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1819 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1820 # interfere with the next link command; also delete a directory that is
1821 # left behind by Apple's compiler. We do this before executing the actions.
1822 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1823 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1824 as_fn_set_status $ac_retval
1826 } # ac_fn_c_try_link
1828 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1829 # -------------------------------------------------------
1830 # Tests whether HEADER exists and can be compiled using the include files in
1831 # INCLUDES, setting the cache variable VAR accordingly.
1832 ac_fn_c_check_header_compile ()
1834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1836 $as_echo_n "checking for $2... " >&6; }
1837 if eval \${$3+:} false; then :
1838 $as_echo_n "(cached) " >&6
1840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1841 /* end confdefs.h. */
1845 if ac_fn_c_try_compile "$LINENO"; then :
1850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1854 $as_echo "$ac_res" >&6; }
1855 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1857 } # ac_fn_c_check_header_compile
1859 # ac_fn_c_try_cpp LINENO
1860 # ----------------------
1861 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1864 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1865 if { { ac_try="$ac_cpp conftest.$ac_ext"
1867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1868 *) ac_try_echo=$ac_try;;
1870 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1871 $as_echo "$ac_try_echo"; } >&5
1872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1874 if test -s conftest.err; then
1875 grep -v '^ *+' conftest.err >conftest.er1
1876 cat conftest.er1 >&5
1877 mv -f conftest.er1 conftest.err
1879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1880 test $ac_status = 0; } > conftest.i && {
1881 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1882 test ! -s conftest.err
1886 $as_echo "$as_me: failed program was:" >&5
1887 sed 's/^/| /' conftest.$ac_ext >&5
1891 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1892 as_fn_set_status $ac_retval
1896 # ac_fn_c_try_run LINENO
1897 # ----------------------
1898 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1899 # that executables *can* be run.
1902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1903 if { { ac_try="$ac_link"
1905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1906 *) ac_try_echo=$ac_try;;
1908 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1909 $as_echo "$ac_try_echo"; } >&5
1910 (eval "$ac_link") 2>&5
1912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1913 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1914 { { case "(($ac_try" in
1915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1916 *) ac_try_echo=$ac_try;;
1918 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1919 $as_echo "$ac_try_echo"; } >&5
1920 (eval "$ac_try") 2>&5
1922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1923 test $ac_status = 0; }; }; then :
1926 $as_echo "$as_me: program exited with status $ac_status" >&5
1927 $as_echo "$as_me: failed program was:" >&5
1928 sed 's/^/| /' conftest.$ac_ext >&5
1930 ac_retval=$ac_status
1932 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1933 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1934 as_fn_set_status $ac_retval
1938 # ac_fn_c_check_func LINENO FUNC VAR
1939 # ----------------------------------
1940 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1941 ac_fn_c_check_func ()
1943 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1945 $as_echo_n "checking for $2... " >&6; }
1946 if eval \${$3+:} false; then :
1947 $as_echo_n "(cached) " >&6
1949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950 /* end confdefs.h. */
1951 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1952 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1953 #define $2 innocuous_$2
1955 /* System header to define __stub macros and hopefully few prototypes,
1956 which can conflict with char $2 (); below.
1957 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1958 <limits.h> exists even on freestanding compilers. */
1961 # include <limits.h>
1963 # include <assert.h>
1968 /* Override any GCC internal prototype to avoid an error.
1969 Use char because int might match the return type of a GCC
1970 builtin and then its argument prototype would still apply. */
1975 /* The GNU C library defines this for functions which it implements
1976 to always fail with ENOSYS. Some functions are actually named
1977 something starting with __ and the normal name is an alias. */
1978 #if defined __stub_$2 || defined __stub___$2
1990 if ac_fn_c_try_link "$LINENO"; then :
1995 rm -f core conftest.err conftest.$ac_objext \
1996 conftest$ac_exeext conftest.$ac_ext
1999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2000 $as_echo "$ac_res" >&6; }
2001 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2003 } # ac_fn_c_check_func
2005 # ac_fn_cxx_try_compile LINENO
2006 # ----------------------------
2007 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2008 ac_fn_cxx_try_compile ()
2010 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2011 rm -f conftest.$ac_objext
2012 if { { ac_try="$ac_compile"
2014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2015 *) ac_try_echo=$ac_try;;
2017 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2018 $as_echo "$ac_try_echo"; } >&5
2019 (eval "$ac_compile") 2>conftest.err
2021 if test -s conftest.err; then
2022 grep -v '^ *+' conftest.err >conftest.er1
2023 cat conftest.er1 >&5
2024 mv -f conftest.er1 conftest.err
2026 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2027 test $ac_status = 0; } && {
2028 test -z "$ac_cxx_werror_flag" ||
2029 test ! -s conftest.err
2030 } && test -s conftest.$ac_objext; then :
2033 $as_echo "$as_me: failed program was:" >&5
2034 sed 's/^/| /' conftest.$ac_ext >&5
2038 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2039 as_fn_set_status $ac_retval
2041 } # ac_fn_cxx_try_compile
2043 # ac_fn_cxx_try_cpp LINENO
2044 # ------------------------
2045 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2046 ac_fn_cxx_try_cpp ()
2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049 if { { ac_try="$ac_cpp conftest.$ac_ext"
2051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2052 *) ac_try_echo=$ac_try;;
2054 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2055 $as_echo "$ac_try_echo"; } >&5
2056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2058 if test -s conftest.err; then
2059 grep -v '^ *+' conftest.err >conftest.er1
2060 cat conftest.er1 >&5
2061 mv -f conftest.er1 conftest.err
2063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2064 test $ac_status = 0; } > conftest.i && {
2065 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2066 test ! -s conftest.err
2070 $as_echo "$as_me: failed program was:" >&5
2071 sed 's/^/| /' conftest.$ac_ext >&5
2075 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2076 as_fn_set_status $ac_retval
2078 } # ac_fn_cxx_try_cpp
2080 # ac_fn_cxx_try_link LINENO
2081 # -------------------------
2082 # Try to link conftest.$ac_ext, and return whether this succeeded.
2083 ac_fn_cxx_try_link ()
2085 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2086 rm -f conftest.$ac_objext conftest$ac_exeext
2087 if { { ac_try="$ac_link"
2089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2090 *) ac_try_echo=$ac_try;;
2092 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2093 $as_echo "$ac_try_echo"; } >&5
2094 (eval "$ac_link") 2>conftest.err
2096 if test -s conftest.err; then
2097 grep -v '^ *+' conftest.err >conftest.er1
2098 cat conftest.er1 >&5
2099 mv -f conftest.er1 conftest.err
2101 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2102 test $ac_status = 0; } && {
2103 test -z "$ac_cxx_werror_flag" ||
2104 test ! -s conftest.err
2105 } && test -s conftest$ac_exeext && {
2106 test "$cross_compiling" = yes ||
2107 test -x conftest$ac_exeext
2111 $as_echo "$as_me: failed program was:" >&5
2112 sed 's/^/| /' conftest.$ac_ext >&5
2116 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2117 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2118 # interfere with the next link command; also delete a directory that is
2119 # left behind by Apple's compiler. We do this before executing the actions.
2120 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2121 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2122 as_fn_set_status $ac_retval
2124 } # ac_fn_cxx_try_link
2126 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2127 # -------------------------------------------------------
2128 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2129 # the include files in INCLUDES and setting the cache variable VAR
2131 ac_fn_c_check_header_mongrel ()
2133 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2134 if eval \${$3+:} false; then :
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2136 $as_echo_n "checking for $2... " >&6; }
2137 if eval \${$3+:} false; then :
2138 $as_echo_n "(cached) " >&6
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2142 $as_echo "$ac_res" >&6; }
2144 # Is the header compilable?
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2146 $as_echo_n "checking $2 usability... " >&6; }
2147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2148 /* end confdefs.h. */
2152 if ac_fn_c_try_compile "$LINENO"; then :
2153 ac_header_compiler=yes
2155 ac_header_compiler=no
2157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2159 $as_echo "$ac_header_compiler" >&6; }
2161 # Is the header present?
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2163 $as_echo_n "checking $2 presence... " >&6; }
2164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2165 /* end confdefs.h. */
2168 if ac_fn_c_try_cpp "$LINENO"; then :
2169 ac_header_preproc=yes
2171 ac_header_preproc=no
2173 rm -f conftest.err conftest.i conftest.$ac_ext
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2175 $as_echo "$ac_header_preproc" >&6; }
2177 # So? What about this header?
2178 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2181 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2183 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2187 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2189 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2191 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2193 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2195 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2199 $as_echo_n "checking for $2... " >&6; }
2200 if eval \${$3+:} false; then :
2201 $as_echo_n "(cached) " >&6
2203 eval "$3=\$ac_header_compiler"
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2207 $as_echo "$ac_res" >&6; }
2209 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2211 } # ac_fn_c_check_header_mongrel
2213 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2214 # -------------------------------------------
2215 # Tests whether TYPE exists after having included INCLUDES, setting cache
2216 # variable VAR accordingly.
2217 ac_fn_c_check_type ()
2219 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2221 $as_echo_n "checking for $2... " >&6; }
2222 if eval \${$3+:} false; then :
2223 $as_echo_n "(cached) " >&6
2226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2227 /* end confdefs.h. */
2238 if ac_fn_c_try_compile "$LINENO"; then :
2239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2240 /* end confdefs.h. */
2251 if ac_fn_c_try_compile "$LINENO"; then :
2256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2262 $as_echo "$ac_res" >&6; }
2263 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2265 } # ac_fn_c_check_type
2267 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2268 # ----------------------------------------------------
2269 # Tries to find if the field MEMBER exists in type AGGR, after including
2270 # INCLUDES, setting cache variable VAR accordingly.
2271 ac_fn_c_check_member ()
2273 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2275 $as_echo_n "checking for $2.$3... " >&6; }
2276 if eval \${$4+:} false; then :
2277 $as_echo_n "(cached) " >&6
2279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2280 /* end confdefs.h. */
2292 if ac_fn_c_try_compile "$LINENO"; then :
2295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2296 /* end confdefs.h. */
2302 if (sizeof ac_aggr.$3)
2308 if ac_fn_c_try_compile "$LINENO"; then :
2313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2319 $as_echo "$ac_res" >&6; }
2320 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2322 } # ac_fn_c_check_member
2323 cat >config.log <<_ACEOF
2324 This file contains any messages produced by compilers while
2325 running configure, to aid debugging if configure makes a mistake.
2327 It was created by $as_me, which was
2328 generated by GNU Autoconf 2.69. Invocation command line was
2340 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2341 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2342 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2343 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2344 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2346 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2347 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2349 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2350 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2351 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2352 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2353 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2354 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2355 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2363 test -z "$as_dir" && as_dir=.
2364 $as_echo "PATH: $as_dir"
2380 # Keep a trace of the command line.
2381 # Strip out --no-create and --no-recursion so they do not pile up.
2382 # Strip out --silent because we don't want to record it for future runs.
2383 # Also quote any args containing shell meta-characters.
2384 # Make two passes to allow for proper duplicate-argument suppression.
2388 ac_must_keep_next=false
2394 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2395 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2396 | -silent | --silent | --silen | --sile | --sil)
2399 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2402 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2404 as_fn_append ac_configure_args1 " '$ac_arg'"
2405 if test $ac_must_keep_next = true; then
2406 ac_must_keep_next=false # Got value, back to normal.
2409 *=* | --config-cache | -C | -disable-* | --disable-* \
2410 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2411 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2412 | -with-* | --with-* | -without-* | --without-* | --x)
2413 case "$ac_configure_args0 " in
2414 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2417 -* ) ac_must_keep_next=true ;;
2420 as_fn_append ac_configure_args " '$ac_arg'"
2425 { ac_configure_args0=; unset ac_configure_args0;}
2426 { ac_configure_args1=; unset ac_configure_args1;}
2428 # When interrupted or exit'd, cleanup temporary files, and complete
2429 # config.log. We remove comments because anyway the quotes in there
2430 # would cause problems or look ugly.
2431 # WARNING: Use '\'' to represent an apostrophe within the trap.
2432 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2433 trap 'exit_status=$?
2434 # Save into config.log some information that might help in debugging.
2438 $as_echo "## ---------------- ##
2439 ## Cache variables. ##
2440 ## ---------------- ##"
2442 # The following way of writing the cache mishandles newlines in values,
2444 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2445 eval ac_val=\$$ac_var
2449 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2450 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2453 _ | IFS | as_nl) ;; #(
2454 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2455 *) { eval $ac_var=; unset $ac_var;} ;;
2460 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2461 *${as_nl}ac_space=\ *)
2463 "s/'\''/'\''\\\\'\'''\''/g;
2464 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2467 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2474 $as_echo "## ----------------- ##
2475 ## Output variables. ##
2476 ## ----------------- ##"
2478 for ac_var in $ac_subst_vars
2480 eval ac_val=\$$ac_var
2482 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2484 $as_echo "$ac_var='\''$ac_val'\''"
2488 if test -n "$ac_subst_files"; then
2489 $as_echo "## ------------------- ##
2490 ## File substitutions. ##
2491 ## ------------------- ##"
2493 for ac_var in $ac_subst_files
2495 eval ac_val=\$$ac_var
2497 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2499 $as_echo "$ac_var='\''$ac_val'\''"
2504 if test -s confdefs.h; then
2505 $as_echo "## ----------- ##
2512 test "$ac_signal" != 0 &&
2513 $as_echo "$as_me: caught signal $ac_signal"
2514 $as_echo "$as_me: exit $exit_status"
2516 rm -f core *.core core.conftest.* &&
2517 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2520 for ac_signal in 1 2 13 15; do
2521 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2525 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2526 rm -f -r conftest* confdefs.h
2528 $as_echo "/* confdefs.h */" > confdefs.h
2530 # Predefined preprocessor variables.
2532 cat >>confdefs.h <<_ACEOF
2533 #define PACKAGE_NAME "$PACKAGE_NAME"
2536 cat >>confdefs.h <<_ACEOF
2537 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2540 cat >>confdefs.h <<_ACEOF
2541 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2544 cat >>confdefs.h <<_ACEOF
2545 #define PACKAGE_STRING "$PACKAGE_STRING"
2548 cat >>confdefs.h <<_ACEOF
2549 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2552 cat >>confdefs.h <<_ACEOF
2553 #define PACKAGE_URL "$PACKAGE_URL"
2557 # Let the site file select an alternate cache file if it wants to.
2558 # Prefer an explicitly selected file to automatically selected ones.
2561 if test -n "$CONFIG_SITE"; then
2562 # We do not want a PATH search for config.site.
2563 case $CONFIG_SITE in #((
2564 -*) ac_site_file1=./$CONFIG_SITE;;
2565 */*) ac_site_file1=$CONFIG_SITE;;
2566 *) ac_site_file1=./$CONFIG_SITE;;
2568 elif test "x$prefix" != xNONE; then
2569 ac_site_file1=$prefix/share/config.site
2570 ac_site_file2=$prefix/etc/config.site
2572 ac_site_file1=$ac_default_prefix/share/config.site
2573 ac_site_file2=$ac_default_prefix/etc/config.site
2575 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2577 test "x$ac_site_file" = xNONE && continue
2578 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2580 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2581 sed 's/^/| /' "$ac_site_file" >&5
2583 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2584 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2585 as_fn_error $? "failed to load site script $ac_site_file
2586 See \`config.log' for more details" "$LINENO" 5; }
2590 if test -r "$cache_file"; then
2591 # Some versions of bash will fail to source /dev/null (special files
2592 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2593 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2595 $as_echo "$as_me: loading cache $cache_file" >&6;}
2597 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2598 *) . "./$cache_file";;
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2603 $as_echo "$as_me: creating cache $cache_file" >&6;}
2607 # Check that the precious variables saved in the cache have kept the same
2609 ac_cache_corrupted=false
2610 for ac_var in $ac_precious_vars; do
2611 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2612 eval ac_new_set=\$ac_env_${ac_var}_set
2613 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2614 eval ac_new_val=\$ac_env_${ac_var}_value
2615 case $ac_old_set,$ac_new_set in
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2618 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2619 ac_cache_corrupted=: ;;
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2622 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2623 ac_cache_corrupted=: ;;
2626 if test "x$ac_old_val" != "x$ac_new_val"; then
2627 # differences in whitespace do not lead to failure.
2628 ac_old_val_w=`echo x $ac_old_val`
2629 ac_new_val_w=`echo x $ac_new_val`
2630 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2632 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2633 ac_cache_corrupted=:
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2636 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2637 eval $ac_var=\$ac_old_val
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2640 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2642 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2645 # Pass precious variables to config.status.
2646 if test "$ac_new_set" = set; then
2648 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2649 *) ac_arg=$ac_var=$ac_new_val ;;
2651 case " $ac_configure_args " in
2652 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2653 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2657 if $ac_cache_corrupted; then
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2659 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2661 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2662 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2664 ## -------------------- ##
2665 ## Main body of script. ##
2666 ## -------------------- ##
2669 ac_cpp='$CPP $CPPFLAGS'
2670 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2671 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2672 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2675 ac_config_headers="$ac_config_headers include/SDL_config.h"
2678 for ac_dir in build-scripts "$srcdir"/build-scripts; do
2679 if test -f "$ac_dir/install-sh"; then
2681 ac_install_sh="$ac_aux_dir/install-sh -c"
2683 elif test -f "$ac_dir/install.sh"; then
2685 ac_install_sh="$ac_aux_dir/install.sh -c"
2687 elif test -f "$ac_dir/shtool"; then
2689 ac_install_sh="$ac_aux_dir/shtool install -c"
2693 if test -z "$ac_aux_dir"; then
2694 as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-scripts \"$srcdir\"/build-scripts" "$LINENO" 5
2697 # These three variables are undocumented and unsupported,
2698 # and are intended to be withdrawn in a future Autoconf release.
2699 # They can cause serious problems if a builder's source tree is in a directory
2700 # whose full name contains unusual characters.
2701 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2702 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2703 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2708 orig_CFLAGS="$CFLAGS"
2712 # Edit include/SDL_version.h and change the version, then:
2713 # SDL_MICRO_VERSION += 1;
2714 # SDL_INTERFACE_AGE += 1;
2715 # SDL_BINARY_AGE += 1;
2716 # if any functions have been added, set SDL_INTERFACE_AGE to 0.
2717 # if backwards compatibility has been broken,
2718 # set SDL_BINARY_AGE and SDL_INTERFACE_AGE to 0.
2725 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
2734 # libtool versioning
2737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2738 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2743 macro_version='2.4.2'
2744 macro_revision='1.3337'
2758 ltmain="$ac_aux_dir/ltmain.sh"
2760 # Make sure we can run config.sub.
2761 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2762 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2765 $as_echo_n "checking build system type... " >&6; }
2766 if ${ac_cv_build+:} false; then :
2767 $as_echo_n "(cached) " >&6
2769 ac_build_alias=$build_alias
2770 test "x$ac_build_alias" = x &&
2771 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2772 test "x$ac_build_alias" = x &&
2773 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2774 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2775 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2779 $as_echo "$ac_cv_build" >&6; }
2780 case $ac_cv_build in
2782 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2785 ac_save_IFS=$IFS; IFS='-'
2791 # Remember, the first character of IFS is used to create $*,
2792 # except with old shells:
2795 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2799 $as_echo_n "checking host system type... " >&6; }
2800 if ${ac_cv_host+:} false; then :
2801 $as_echo_n "(cached) " >&6
2803 if test "x$host_alias" = x; then
2804 ac_cv_host=$ac_cv_build
2806 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2807 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2812 $as_echo "$ac_cv_host" >&6; }
2815 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2818 ac_save_IFS=$IFS; IFS='-'
2824 # Remember, the first character of IFS is used to create $*,
2825 # except with old shells:
2828 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2831 # Backslashify metacharacters that are still active within
2832 # double-quoted strings.
2833 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
2835 # Same as above, but do not quote variable references.
2836 double_quote_subst='s/\(["`\\]\)/\\\1/g'
2838 # Sed substitution to delay expansion of an escaped shell variable in a
2839 # double_quote_subst'ed string.
2840 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
2842 # Sed substitution to delay expansion of an escaped single quote.
2843 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
2845 # Sed substitution to avoid accidental globbing in evaled expressions
2846 no_glob_subst='s/\*/\\\*/g'
2848 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2849 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
2850 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
2853 $as_echo_n "checking how to print strings... " >&6; }
2854 # Test print first, because it will be a builtin if present.
2855 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
2856 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
2858 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
2861 # Use this function as a fallback that always works.
2862 func_fallback_echo ()
2864 eval 'cat <<_LTECHO_EOF
2868 ECHO='func_fallback_echo'
2871 # func_echo_all arg...
2872 # Invoke $ECHO with all args, space-separated.
2879 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
2880 $as_echo "printf" >&6; } ;;
2881 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
2882 $as_echo "print -r" >&6; } ;;
2883 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
2884 $as_echo "cat" >&6; } ;;
2901 ac_cpp='$CPP $CPPFLAGS'
2902 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2903 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2904 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2905 if test -n "$ac_tool_prefix"; then
2906 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2907 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2909 $as_echo_n "checking for $ac_word... " >&6; }
2910 if ${ac_cv_prog_CC+:} false; then :
2911 $as_echo_n "(cached) " >&6
2913 if test -n "$CC"; then
2914 ac_cv_prog_CC="$CC" # Let the user override the test.
2916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2920 test -z "$as_dir" && as_dir=.
2921 for ac_exec_ext in '' $ac_executable_extensions; do
2922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2923 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2934 if test -n "$CC"; then
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2936 $as_echo "$CC" >&6; }
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2939 $as_echo "no" >&6; }
2944 if test -z "$ac_cv_prog_CC"; then
2946 # Extract the first word of "gcc", so it can be a program name with args.
2947 set dummy gcc; ac_word=$2
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2949 $as_echo_n "checking for $ac_word... " >&6; }
2950 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2951 $as_echo_n "(cached) " >&6
2953 if test -n "$ac_ct_CC"; then
2954 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2960 test -z "$as_dir" && as_dir=.
2961 for ac_exec_ext in '' $ac_executable_extensions; do
2962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2963 ac_cv_prog_ac_ct_CC="gcc"
2964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2973 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2974 if test -n "$ac_ct_CC"; then
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2976 $as_echo "$ac_ct_CC" >&6; }
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2979 $as_echo "no" >&6; }
2982 if test "x$ac_ct_CC" = x; then
2985 case $cross_compiling:$ac_tool_warned in
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2989 ac_tool_warned=yes ;;
2997 if test -z "$CC"; then
2998 if test -n "$ac_tool_prefix"; then
2999 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3000 set dummy ${ac_tool_prefix}cc; ac_word=$2
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3002 $as_echo_n "checking for $ac_word... " >&6; }
3003 if ${ac_cv_prog_CC+:} false; then :
3004 $as_echo_n "(cached) " >&6
3006 if test -n "$CC"; then
3007 ac_cv_prog_CC="$CC" # Let the user override the test.
3009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3013 test -z "$as_dir" && as_dir=.
3014 for ac_exec_ext in '' $ac_executable_extensions; do
3015 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3016 ac_cv_prog_CC="${ac_tool_prefix}cc"
3017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3027 if test -n "$CC"; then
3028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3029 $as_echo "$CC" >&6; }
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3032 $as_echo "no" >&6; }
3038 if test -z "$CC"; then
3039 # Extract the first word of "cc", so it can be a program name with args.
3040 set dummy cc; ac_word=$2
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3042 $as_echo_n "checking for $ac_word... " >&6; }
3043 if ${ac_cv_prog_CC+:} false; then :
3044 $as_echo_n "(cached) " >&6
3046 if test -n "$CC"; then
3047 ac_cv_prog_CC="$CC" # Let the user override the test.
3050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3054 test -z "$as_dir" && as_dir=.
3055 for ac_exec_ext in '' $ac_executable_extensions; do
3056 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3057 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3058 ac_prog_rejected=yes
3062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3069 if test $ac_prog_rejected = yes; then
3070 # We found a bogon in the path, so make sure we never use it.
3071 set dummy $ac_cv_prog_CC
3073 if test $# != 0; then
3074 # We chose a different compiler from the bogus one.
3075 # However, it has the same basename, so the bogon will be chosen
3076 # first if we set CC to just the basename; use the full file name.
3078 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3084 if test -n "$CC"; then
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3086 $as_echo "$CC" >&6; }
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3089 $as_echo "no" >&6; }
3094 if test -z "$CC"; then
3095 if test -n "$ac_tool_prefix"; then
3096 for ac_prog in cl.exe
3098 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3099 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if ${ac_cv_prog_CC+:} false; then :
3103 $as_echo_n "(cached) " >&6
3105 if test -n "$CC"; then
3106 ac_cv_prog_CC="$CC" # Let the user override the test.
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3112 test -z "$as_dir" && as_dir=.
3113 for ac_exec_ext in '' $ac_executable_extensions; do
3114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3115 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3126 if test -n "$CC"; then
3127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3128 $as_echo "$CC" >&6; }
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3135 test -n "$CC" && break
3138 if test -z "$CC"; then
3140 for ac_prog in cl.exe
3142 # Extract the first word of "$ac_prog", so it can be a program name with args.
3143 set dummy $ac_prog; ac_word=$2
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3145 $as_echo_n "checking for $ac_word... " >&6; }
3146 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3147 $as_echo_n "(cached) " >&6
3149 if test -n "$ac_ct_CC"; then
3150 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3156 test -z "$as_dir" && as_dir=.
3157 for ac_exec_ext in '' $ac_executable_extensions; do
3158 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3159 ac_cv_prog_ac_ct_CC="$ac_prog"
3160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3169 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3170 if test -n "$ac_ct_CC"; then
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3172 $as_echo "$ac_ct_CC" >&6; }
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3175 $as_echo "no" >&6; }
3179 test -n "$ac_ct_CC" && break
3182 if test "x$ac_ct_CC" = x; then
3185 case $cross_compiling:$ac_tool_warned in
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3188 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3189 ac_tool_warned=yes ;;
3198 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3200 as_fn_error $? "no acceptable C compiler found in \$PATH
3201 See \`config.log' for more details" "$LINENO" 5; }
3203 # Provide some information about the compiler.
3204 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3207 for ac_option in --version -v -V -qversion; do
3208 { { ac_try="$ac_compiler $ac_option >&5"
3210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3211 *) ac_try_echo=$ac_try;;
3213 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3214 $as_echo "$ac_try_echo"; } >&5
3215 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3217 if test -s conftest.err; then
3219 ... rest of stderr output deleted ...
3220 10q' conftest.err >conftest.er1
3221 cat conftest.er1 >&5
3223 rm -f conftest.er1 conftest.err
3224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3225 test $ac_status = 0; }
3228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3229 /* end confdefs.h. */
3239 ac_clean_files_save=$ac_clean_files
3240 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3241 # Try to create an executable without -o first, disregard a.out.
3242 # It will help us diagnose broken compilers, and finding out an intuition
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3245 $as_echo_n "checking whether the C compiler works... " >&6; }
3246 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3248 # The possible output files:
3249 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3252 for ac_file in $ac_files
3255 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3256 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3261 if { { ac_try="$ac_link_default"
3263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3264 *) ac_try_echo=$ac_try;;
3266 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3267 $as_echo "$ac_try_echo"; } >&5
3268 (eval "$ac_link_default") 2>&5
3270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3271 test $ac_status = 0; }; then :
3272 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3273 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3274 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3275 # so that the user can short-circuit this test for compilers unknown to
3277 for ac_file in $ac_files ''
3279 test -f "$ac_file" || continue
3281 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3284 # We found the default executable, but exeext='' is most
3288 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3290 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3292 # We set ac_cv_exeext here because the later test for it is not
3293 # safe: cross compilers may not add the suffix if given an `-o'
3294 # argument, so we may need to know it at that point already.
3295 # Even if this section looks crufty: it has the advantage of
3302 test "$ac_cv_exeext" = no && ac_cv_exeext=
3307 if test -z "$ac_file"; then :
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3309 $as_echo "no" >&6; }
3310 $as_echo "$as_me: failed program was:" >&5
3311 sed 's/^/| /' conftest.$ac_ext >&5
3313 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3314 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3315 as_fn_error 77 "C compiler cannot create executables
3316 See \`config.log' for more details" "$LINENO" 5; }
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3319 $as_echo "yes" >&6; }
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3322 $as_echo_n "checking for C compiler default output file name... " >&6; }
3323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3324 $as_echo "$ac_file" >&6; }
3325 ac_exeext=$ac_cv_exeext
3327 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3328 ac_clean_files=$ac_clean_files_save
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3330 $as_echo_n "checking for suffix of executables... " >&6; }
3331 if { { ac_try="$ac_link"
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_link") 2>&5
3340 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3341 test $ac_status = 0; }; then :
3342 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3343 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3344 # work properly (i.e., refer to `conftest.exe'), while it won't with
3346 for ac_file in conftest.exe conftest conftest.*; do
3347 test -f "$ac_file" || continue
3349 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3350 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3356 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3357 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3358 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3359 See \`config.log' for more details" "$LINENO" 5; }
3361 rm -f conftest conftest$ac_cv_exeext
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3363 $as_echo "$ac_cv_exeext" >&6; }
3365 rm -f conftest.$ac_ext
3366 EXEEXT=$ac_cv_exeext
3368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3369 /* end confdefs.h. */
3374 FILE *f = fopen ("conftest.out", "w");
3375 return ferror (f) || fclose (f) != 0;
3381 ac_clean_files="$ac_clean_files conftest.out"
3382 # Check that the compiler produces executables we can run. If not, either
3383 # the compiler is broken, or we cross compile.
3384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3385 $as_echo_n "checking whether we are cross compiling... " >&6; }
3386 if test "$cross_compiling" != yes; then
3387 { { ac_try="$ac_link"
3389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3390 *) ac_try_echo=$ac_try;;
3392 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3393 $as_echo "$ac_try_echo"; } >&5
3394 (eval "$ac_link") 2>&5
3396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3397 test $ac_status = 0; }
3398 if { ac_try='./conftest$ac_cv_exeext'
3399 { { case "(($ac_try" in
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;;
3403 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3404 $as_echo "$ac_try_echo"; } >&5
3405 (eval "$ac_try") 2>&5
3407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3408 test $ac_status = 0; }; }; then
3411 if test "$cross_compiling" = maybe; then
3414 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3415 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3416 as_fn_error $? "cannot run C compiled programs.
3417 If you meant to cross compile, use \`--host'.
3418 See \`config.log' for more details" "$LINENO" 5; }
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3423 $as_echo "$cross_compiling" >&6; }
3425 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3426 ac_clean_files=$ac_clean_files_save
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3428 $as_echo_n "checking for suffix of object files... " >&6; }
3429 if ${ac_cv_objext+:} false; then :
3430 $as_echo_n "(cached) " >&6
3432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3433 /* end confdefs.h. */
3443 rm -f conftest.o conftest.obj
3444 if { { ac_try="$ac_compile"
3446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3447 *) ac_try_echo=$ac_try;;
3449 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3450 $as_echo "$ac_try_echo"; } >&5
3451 (eval "$ac_compile") 2>&5
3453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3454 test $ac_status = 0; }; then :
3455 for ac_file in conftest.o conftest.obj conftest.*; do
3456 test -f "$ac_file" || continue;
3458 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3459 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3464 $as_echo "$as_me: failed program was:" >&5
3465 sed 's/^/| /' conftest.$ac_ext >&5
3467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3468 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3469 as_fn_error $? "cannot compute suffix of object files: cannot compile
3470 See \`config.log' for more details" "$LINENO" 5; }
3472 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3475 $as_echo "$ac_cv_objext" >&6; }
3476 OBJEXT=$ac_cv_objext
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3479 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3480 if ${ac_cv_c_compiler_gnu+:} false; then :
3481 $as_echo_n "(cached) " >&6
3483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3484 /* end confdefs.h. */
3497 if ac_fn_c_try_compile "$LINENO"; then :
3502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3503 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3507 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3508 if test $ac_compiler_gnu = yes; then
3513 ac_test_CFLAGS=${CFLAGS+set}
3514 ac_save_CFLAGS=$CFLAGS
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3516 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3517 if ${ac_cv_prog_cc_g+:} false; then :
3518 $as_echo_n "(cached) " >&6
3520 ac_save_c_werror_flag=$ac_c_werror_flag
3521 ac_c_werror_flag=yes
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3535 if ac_fn_c_try_compile "$LINENO"; then :
3539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3540 /* end confdefs.h. */
3550 if ac_fn_c_try_compile "$LINENO"; then :
3553 ac_c_werror_flag=$ac_save_c_werror_flag
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3566 if ac_fn_c_try_compile "$LINENO"; then :
3569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3574 ac_c_werror_flag=$ac_save_c_werror_flag
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3577 $as_echo "$ac_cv_prog_cc_g" >&6; }
3578 if test "$ac_test_CFLAGS" = set; then
3579 CFLAGS=$ac_save_CFLAGS
3580 elif test $ac_cv_prog_cc_g = yes; then
3581 if test "$GCC" = yes; then
3587 if test "$GCC" = yes; then
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3594 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3595 if ${ac_cv_prog_cc_c89+:} false; then :
3596 $as_echo_n "(cached) " >&6
3598 ac_cv_prog_cc_c89=no
3600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3601 /* end confdefs.h. */
3605 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3606 struct buf { int x; };
3607 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3608 static char *e (p, i)
3614 static char *f (char * (*g) (char **, int), char **p, ...)
3619 s = g (p, va_arg (v,int));
3624 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3625 function prototypes and stuff, but not '\xHH' hex character constants.
3626 These don't provoke an error unfortunately, instead are silently treated
3627 as 'x'. The following induces an error, until -std is added to get
3628 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3629 array size at least. It's necessary to write '\x00'==0 to get something
3630 that's true only with -std. */
3631 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3633 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3634 inside strings and character constants. */
3636 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3638 int test (int i, double x);
3639 struct s1 {int (*f) (int a);};
3640 struct s2 {int (*f) (double a);};
3641 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3647 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3652 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3653 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3655 CC="$ac_save_CC $ac_arg"
3656 if ac_fn_c_try_compile "$LINENO"; then :
3657 ac_cv_prog_cc_c89=$ac_arg
3659 rm -f core conftest.err conftest.$ac_objext
3660 test "x$ac_cv_prog_cc_c89" != "xno" && break
3662 rm -f conftest.$ac_ext
3667 case "x$ac_cv_prog_cc_c89" in
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3670 $as_echo "none needed" >&6; } ;;
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3673 $as_echo "unsupported" >&6; } ;;
3675 CC="$CC $ac_cv_prog_cc_c89"
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3677 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3679 if test "x$ac_cv_prog_cc_c89" != xno; then :
3684 ac_cpp='$CPP $CPPFLAGS'
3685 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3686 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3687 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3690 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3691 if ${ac_cv_path_SED+:} false; then :
3692 $as_echo_n "(cached) " >&6
3694 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3695 for ac_i in 1 2 3 4 5 6 7; do
3696 ac_script="$ac_script$as_nl$ac_script"
3698 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3699 { ac_script=; unset ac_script;}
3700 if test -z "$SED"; then
3701 ac_path_SED_found=false
3702 # Loop through the user's path and test for each of PROGNAME-LIST
3703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3707 test -z "$as_dir" && as_dir=.
3708 for ac_prog in sed gsed; do
3709 for ac_exec_ext in '' $ac_executable_extensions; do
3710 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3711 as_fn_executable_p "$ac_path_SED" || continue
3712 # Check for GNU ac_path_SED and select it if it is found.
3713 # Check for GNU $ac_path_SED
3714 case `"$ac_path_SED" --version 2>&1` in
3716 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3719 $as_echo_n 0123456789 >"conftest.in"
3722 cat "conftest.in" "conftest.in" >"conftest.tmp"
3723 mv "conftest.tmp" "conftest.in"
3724 cp "conftest.in" "conftest.nl"
3725 $as_echo '' >> "conftest.nl"
3726 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3727 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3728 as_fn_arith $ac_count + 1 && ac_count=$as_val
3729 if test $ac_count -gt ${ac_path_SED_max-0}; then
3730 # Best one so far, save it but keep looking for a better one
3731 ac_cv_path_SED="$ac_path_SED"
3732 ac_path_SED_max=$ac_count
3734 # 10*(2^10) chars as input seems more than enough
3735 test $ac_count -gt 10 && break
3737 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3740 $ac_path_SED_found && break 3
3745 if test -z "$ac_cv_path_SED"; then
3746 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3754 $as_echo "$ac_cv_path_SED" >&6; }
3755 SED="$ac_cv_path_SED"
3758 test -z "$SED" && SED=sed
3759 Xsed="$SED -e 1s/^X//"
3771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3772 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3773 if ${ac_cv_path_GREP+:} false; then :
3774 $as_echo_n "(cached) " >&6
3776 if test -z "$GREP"; then
3777 ac_path_GREP_found=false
3778 # Loop through the user's path and test for each of PROGNAME-LIST
3779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3780 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3783 test -z "$as_dir" && as_dir=.
3784 for ac_prog in grep ggrep; do
3785 for ac_exec_ext in '' $ac_executable_extensions; do
3786 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3787 as_fn_executable_p "$ac_path_GREP" || continue
3788 # Check for GNU ac_path_GREP and select it if it is found.
3789 # Check for GNU $ac_path_GREP
3790 case `"$ac_path_GREP" --version 2>&1` in
3792 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3795 $as_echo_n 0123456789 >"conftest.in"
3798 cat "conftest.in" "conftest.in" >"conftest.tmp"
3799 mv "conftest.tmp" "conftest.in"
3800 cp "conftest.in" "conftest.nl"
3801 $as_echo 'GREP' >> "conftest.nl"
3802 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3803 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3804 as_fn_arith $ac_count + 1 && ac_count=$as_val
3805 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3806 # Best one so far, save it but keep looking for a better one
3807 ac_cv_path_GREP="$ac_path_GREP"
3808 ac_path_GREP_max=$ac_count
3810 # 10*(2^10) chars as input seems more than enough
3811 test $ac_count -gt 10 && break
3813 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3816 $ac_path_GREP_found && break 3
3821 if test -z "$ac_cv_path_GREP"; then
3822 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3825 ac_cv_path_GREP=$GREP
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3830 $as_echo "$ac_cv_path_GREP" >&6; }
3831 GREP="$ac_cv_path_GREP"
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3835 $as_echo_n "checking for egrep... " >&6; }
3836 if ${ac_cv_path_EGREP+:} false; then :
3837 $as_echo_n "(cached) " >&6
3839 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3840 then ac_cv_path_EGREP="$GREP -E"
3842 if test -z "$EGREP"; then
3843 ac_path_EGREP_found=false
3844 # Loop through the user's path and test for each of PROGNAME-LIST
3845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3846 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3849 test -z "$as_dir" && as_dir=.
3850 for ac_prog in egrep; do
3851 for ac_exec_ext in '' $ac_executable_extensions; do
3852 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3853 as_fn_executable_p "$ac_path_EGREP" || continue
3854 # Check for GNU ac_path_EGREP and select it if it is found.
3855 # Check for GNU $ac_path_EGREP
3856 case `"$ac_path_EGREP" --version 2>&1` in
3858 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3861 $as_echo_n 0123456789 >"conftest.in"
3864 cat "conftest.in" "conftest.in" >"conftest.tmp"
3865 mv "conftest.tmp" "conftest.in"
3866 cp "conftest.in" "conftest.nl"
3867 $as_echo 'EGREP' >> "conftest.nl"
3868 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3869 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3870 as_fn_arith $ac_count + 1 && ac_count=$as_val
3871 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3872 # Best one so far, save it but keep looking for a better one
3873 ac_cv_path_EGREP="$ac_path_EGREP"
3874 ac_path_EGREP_max=$ac_count
3876 # 10*(2^10) chars as input seems more than enough
3877 test $ac_count -gt 10 && break
3879 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3882 $ac_path_EGREP_found && break 3
3887 if test -z "$ac_cv_path_EGREP"; then
3888 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3891 ac_cv_path_EGREP=$EGREP
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3897 $as_echo "$ac_cv_path_EGREP" >&6; }
3898 EGREP="$ac_cv_path_EGREP"
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3902 $as_echo_n "checking for fgrep... " >&6; }
3903 if ${ac_cv_path_FGREP+:} false; then :
3904 $as_echo_n "(cached) " >&6
3906 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3907 then ac_cv_path_FGREP="$GREP -F"
3909 if test -z "$FGREP"; then
3910 ac_path_FGREP_found=false
3911 # Loop through the user's path and test for each of PROGNAME-LIST
3912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3913 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3916 test -z "$as_dir" && as_dir=.
3917 for ac_prog in fgrep; do
3918 for ac_exec_ext in '' $ac_executable_extensions; do
3919 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3920 as_fn_executable_p "$ac_path_FGREP" || continue
3921 # Check for GNU ac_path_FGREP and select it if it is found.
3922 # Check for GNU $ac_path_FGREP
3923 case `"$ac_path_FGREP" --version 2>&1` in
3925 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3928 $as_echo_n 0123456789 >"conftest.in"
3931 cat "conftest.in" "conftest.in" >"conftest.tmp"
3932 mv "conftest.tmp" "conftest.in"
3933 cp "conftest.in" "conftest.nl"
3934 $as_echo 'FGREP' >> "conftest.nl"
3935 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3936 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3937 as_fn_arith $ac_count + 1 && ac_count=$as_val
3938 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3939 # Best one so far, save it but keep looking for a better one
3940 ac_cv_path_FGREP="$ac_path_FGREP"
3941 ac_path_FGREP_max=$ac_count
3943 # 10*(2^10) chars as input seems more than enough
3944 test $ac_count -gt 10 && break
3946 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3949 $ac_path_FGREP_found && break 3
3954 if test -z "$ac_cv_path_FGREP"; then
3955 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3958 ac_cv_path_FGREP=$FGREP
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3964 $as_echo "$ac_cv_path_FGREP" >&6; }
3965 FGREP="$ac_cv_path_FGREP"
3968 test -z "$GREP" && GREP=grep
3988 # Check whether --with-gnu-ld was given.
3989 if test "${with_gnu_ld+set}" = set; then :
3990 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3996 if test "$GCC" = yes; then
3997 # Check if gcc -print-prog-name=ld gives a path.
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
3999 $as_echo_n "checking for ld used by $CC... " >&6; }
4002 # gcc leaves a trailing carriage return which upsets mingw
4003 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4005 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4008 # Accept absolute paths.
4010 re_direlt='/[^/][^/]*/\.\./'
4011 # Canonicalize the pathname of ld
4012 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4013 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4014 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4016 test -z "$LD" && LD="$ac_prog"
4019 # If it fails, then pretend we aren't using GCC.
4023 # If it is relative, then search for the first ld in PATH.
4027 elif test "$with_gnu_ld" = yes; then
4028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4029 $as_echo_n "checking for GNU ld... " >&6; }
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4032 $as_echo_n "checking for non-GNU ld... " >&6; }
4034 if ${lt_cv_path_LD+:} false; then :
4035 $as_echo_n "(cached) " >&6
4037 if test -z "$LD"; then
4038 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4039 for ac_dir in $PATH; do
4041 test -z "$ac_dir" && ac_dir=.
4042 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4043 lt_cv_path_LD="$ac_dir/$ac_prog"
4044 # Check to see if the program is GNU ld. I'd rather use --version,
4045 # but apparently some variants of GNU ld only accept -v.
4046 # Break only if it was the GNU/non-GNU ld that we prefer.
4047 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4048 *GNU* | *'with BFD'*)
4049 test "$with_gnu_ld" != no && break
4052 test "$with_gnu_ld" != yes && break
4059 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4064 if test -n "$LD"; then
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4066 $as_echo "$LD" >&6; }
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4069 $as_echo "no" >&6; }
4071 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4073 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4074 if ${lt_cv_prog_gnu_ld+:} false; then :
4075 $as_echo_n "(cached) " >&6
4077 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4078 case `$LD -v 2>&1 </dev/null` in
4079 *GNU* | *'with BFD'*)
4080 lt_cv_prog_gnu_ld=yes
4083 lt_cv_prog_gnu_ld=no
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4088 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4089 with_gnu_ld=$lt_cv_prog_gnu_ld
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4100 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4101 if ${lt_cv_path_NM+:} false; then :
4102 $as_echo_n "(cached) " >&6
4104 if test -n "$NM"; then
4105 # Let the user override the test.
4108 lt_nm_to_check="${ac_tool_prefix}nm"
4109 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4110 lt_nm_to_check="$lt_nm_to_check nm"
4112 for lt_tmp_nm in $lt_nm_to_check; do
4113 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4114 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4116 test -z "$ac_dir" && ac_dir=.
4117 tmp_nm="$ac_dir/$lt_tmp_nm"
4118 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4119 # Check to see if the nm accepts a BSD-compat flag.
4120 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4121 # nm: unknown option "B" ignored
4122 # Tru64's nm complains that /dev/null is an invalid object file
4123 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4124 */dev/null* | *'Invalid file or object type'*)
4125 lt_cv_path_NM="$tmp_nm -B"
4129 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4131 lt_cv_path_NM="$tmp_nm -p"
4135 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4136 continue # so that we can try to find one that supports BSD flags
4145 : ${lt_cv_path_NM=no}
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4149 $as_echo "$lt_cv_path_NM" >&6; }
4150 if test "$lt_cv_path_NM" != "no"; then
4153 # Didn't find any BSD compatible name lister, look for dumpbin.
4154 if test -n "$DUMPBIN"; then :
4155 # Let the user override the test.
4157 if test -n "$ac_tool_prefix"; then
4158 for ac_prog in dumpbin "link -dump"
4160 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4161 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4163 $as_echo_n "checking for $ac_word... " >&6; }
4164 if ${ac_cv_prog_DUMPBIN+:} false; then :
4165 $as_echo_n "(cached) " >&6
4167 if test -n "$DUMPBIN"; then
4168 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4174 test -z "$as_dir" && as_dir=.
4175 for ac_exec_ext in '' $ac_executable_extensions; do
4176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4177 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 DUMPBIN=$ac_cv_prog_DUMPBIN
4188 if test -n "$DUMPBIN"; then
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4190 $as_echo "$DUMPBIN" >&6; }
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4193 $as_echo "no" >&6; }
4197 test -n "$DUMPBIN" && break
4200 if test -z "$DUMPBIN"; then
4201 ac_ct_DUMPBIN=$DUMPBIN
4202 for ac_prog in dumpbin "link -dump"
4204 # Extract the first word of "$ac_prog", so it can be a program name with args.
4205 set dummy $ac_prog; ac_word=$2
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4207 $as_echo_n "checking for $ac_word... " >&6; }
4208 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4209 $as_echo_n "(cached) " >&6
4211 if test -n "$ac_ct_DUMPBIN"; then
4212 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4218 test -z "$as_dir" && as_dir=.
4219 for ac_exec_ext in '' $ac_executable_extensions; do
4220 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4221 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4231 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4232 if test -n "$ac_ct_DUMPBIN"; then
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4234 $as_echo "$ac_ct_DUMPBIN" >&6; }
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4237 $as_echo "no" >&6; }
4241 test -n "$ac_ct_DUMPBIN" && break
4244 if test "x$ac_ct_DUMPBIN" = x; then
4247 case $cross_compiling:$ac_tool_warned in
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4251 ac_tool_warned=yes ;;
4253 DUMPBIN=$ac_ct_DUMPBIN
4257 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4259 DUMPBIN="$DUMPBIN -symbols"
4267 if test "$DUMPBIN" != ":"; then
4271 test -z "$NM" && NM=nm
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4279 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4280 if ${lt_cv_nm_interface+:} false; then :
4281 $as_echo_n "(cached) " >&6
4283 lt_cv_nm_interface="BSD nm"
4284 echo "int some_variable = 0;" > conftest.$ac_ext
4285 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4286 (eval "$ac_compile" 2>conftest.err)
4287 cat conftest.err >&5
4288 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4289 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4290 cat conftest.err >&5
4291 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4292 cat conftest.out >&5
4293 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4294 lt_cv_nm_interface="MS dumpbin"
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4299 $as_echo "$lt_cv_nm_interface" >&6; }
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4302 $as_echo_n "checking whether ln -s works... " >&6; }
4304 if test "$LN_S" = "ln -s"; then
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4306 $as_echo "yes" >&6; }
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4309 $as_echo "no, using $LN_S" >&6; }
4312 # find the maximum length of command line arguments
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4314 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4315 if ${lt_cv_sys_max_cmd_len+:} false; then :
4316 $as_echo_n "(cached) " >&6
4323 # On DJGPP, this test can blow up pretty badly due to problems in libc
4324 # (any single argument exceeding 2000 bytes causes a buffer overrun
4325 # during glob expansion). Even if it were fixed, the result of this
4326 # check would be larger than it should be.
4327 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4331 # Under GNU Hurd, this test is not required because there is
4332 # no limit to the length of command line arguments.
4333 # Libtool will interpret -1 as no limit whatsoever
4334 lt_cv_sys_max_cmd_len=-1;
4337 cygwin* | mingw* | cegcc*)
4338 # On Win9x/ME, this test blows up -- it succeeds, but takes
4339 # about 5 minutes as the teststring grows exponentially.
4340 # Worse, since 9x/ME are not pre-emptively multitasking,
4341 # you end up with a "frozen" computer, even though with patience
4342 # the test eventually succeeds (with a max line length of 256k).
4343 # Instead, let's just punt: use the minimum linelength reported by
4344 # all of the supported platforms: 8192 (on NT/2K/XP).
4345 lt_cv_sys_max_cmd_len=8192;
4349 # On MiNT this can take a long time and run out of memory.
4350 lt_cv_sys_max_cmd_len=8192;
4354 # On AmigaOS with pdksh, this test takes hours, literally.
4355 # So we just punt and use a minimum line length of 8192.
4356 lt_cv_sys_max_cmd_len=8192;
4359 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4360 # This has been around since 386BSD, at least. Likely further.
4361 if test -x /sbin/sysctl; then
4362 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4363 elif test -x /usr/sbin/sysctl; then
4364 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4366 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4368 # And add a safety zone
4369 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4370 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4374 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4375 lt_cv_sys_max_cmd_len=196608
4379 # The test takes a long time on OS/2.
4380 lt_cv_sys_max_cmd_len=8192
4384 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4385 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4386 # nice to cause kernel panics so lets avoid the loop below.
4387 # First set a reasonable default.
4388 lt_cv_sys_max_cmd_len=16384
4390 if test -x /sbin/sysconfig; then
4391 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4392 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4397 lt_cv_sys_max_cmd_len=102400
4399 sysv5* | sco5v6* | sysv4.2uw2*)
4400 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4401 if test -n "$kargmax"; then
4402 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4404 lt_cv_sys_max_cmd_len=32768
4408 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4409 if test -n "$lt_cv_sys_max_cmd_len"; then
4410 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4411 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4413 # Make teststring a little bigger before we do anything with it.
4414 # a 1K string should be a reasonable start.
4415 for i in 1 2 3 4 5 6 7 8 ; do
4416 teststring=$teststring$teststring
4418 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4419 # If test is not a shell built-in, we'll probably end up computing a
4420 # maximum length that is only half of the actual maximum length, but
4422 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4423 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4424 test $i != 17 # 1/2 MB should be enough
4427 teststring=$teststring$teststring
4429 # Only check the string length outside the loop.
4430 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4432 # Add a significant safety factor because C++ compilers can tack on
4433 # massive amounts of additional arguments before passing them to the
4434 # linker. It appears as though 1/2 is a usable value.
4435 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4442 if test -n $lt_cv_sys_max_cmd_len ; then
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4444 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4447 $as_echo "none" >&6; }
4449 max_cmd_len=$lt_cv_sys_max_cmd_len
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4461 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4462 # Try some XSI features
4465 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
4467 && eval 'test $(( 1 + 1 )) -eq 2 \
4468 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4471 $as_echo "$xsi_shell" >&6; }
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4475 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4477 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4479 && lt_shell_append=yes
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4481 $as_echo "$lt_shell_append" >&6; }
4484 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4494 # test EBCDIC or ASCII
4495 case `echo X|tr X '\101'` in
4496 A) # ASCII based system
4497 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4498 lt_SP2NL='tr \040 \012'
4499 lt_NL2SP='tr \015\012 \040\040'
4501 *) # EBCDIC based system
4502 lt_SP2NL='tr \100 \n'
4503 lt_NL2SP='tr \r\n \100\100'
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
4516 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
4517 if ${lt_cv_to_host_file_cmd+:} false; then :
4518 $as_echo_n "(cached) " >&6
4523 *-*-mingw* ) # actually msys
4524 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
4527 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
4529 * ) # otherwise, assume *nix
4530 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
4536 *-*-mingw* ) # actually msys
4537 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
4540 lt_cv_to_host_file_cmd=func_convert_file_noop
4542 * ) # otherwise, assume *nix
4543 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
4547 * ) # unhandled hosts (and "normal" native builds)
4548 lt_cv_to_host_file_cmd=func_convert_file_noop
4554 to_host_file_cmd=$lt_cv_to_host_file_cmd
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
4556 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
4563 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
4564 if ${lt_cv_to_tool_file_cmd+:} false; then :
4565 $as_echo_n "(cached) " >&6
4567 #assume ordinary cross tools, or native build.
4568 lt_cv_to_tool_file_cmd=func_convert_file_noop
4572 *-*-mingw* ) # actually msys
4573 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
4581 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
4583 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4590 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4591 if ${lt_cv_ld_reload_flag+:} false; then :
4592 $as_echo_n "(cached) " >&6
4594 lt_cv_ld_reload_flag='-r'
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4597 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4598 reload_flag=$lt_cv_ld_reload_flag
4599 case $reload_flag in
4601 *) reload_flag=" $reload_flag" ;;
4603 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4605 cygwin* | mingw* | pw32* | cegcc*)
4606 if test "$GCC" != yes; then
4611 if test "$GCC" = yes; then
4612 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4614 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4627 if test -n "$ac_tool_prefix"; then
4628 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4629 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631 $as_echo_n "checking for $ac_word... " >&6; }
4632 if ${ac_cv_prog_OBJDUMP+:} false; then :
4633 $as_echo_n "(cached) " >&6
4635 if test -n "$OBJDUMP"; then
4636 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4642 test -z "$as_dir" && as_dir=.
4643 for ac_exec_ext in '' $ac_executable_extensions; do
4644 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4645 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4655 OBJDUMP=$ac_cv_prog_OBJDUMP
4656 if test -n "$OBJDUMP"; then
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4658 $as_echo "$OBJDUMP" >&6; }
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661 $as_echo "no" >&6; }
4666 if test -z "$ac_cv_prog_OBJDUMP"; then
4667 ac_ct_OBJDUMP=$OBJDUMP
4668 # Extract the first word of "objdump", so it can be a program name with args.
4669 set dummy objdump; ac_word=$2
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4671 $as_echo_n "checking for $ac_word... " >&6; }
4672 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4673 $as_echo_n "(cached) " >&6
4675 if test -n "$ac_ct_OBJDUMP"; then
4676 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4682 test -z "$as_dir" && as_dir=.
4683 for ac_exec_ext in '' $ac_executable_extensions; do
4684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4685 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4695 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4696 if test -n "$ac_ct_OBJDUMP"; then
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4698 $as_echo "$ac_ct_OBJDUMP" >&6; }
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4701 $as_echo "no" >&6; }
4704 if test "x$ac_ct_OBJDUMP" = x; then
4707 case $cross_compiling:$ac_tool_warned in
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4710 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4711 ac_tool_warned=yes ;;
4713 OBJDUMP=$ac_ct_OBJDUMP
4716 OBJDUMP="$ac_cv_prog_OBJDUMP"
4719 test -z "$OBJDUMP" && OBJDUMP=objdump
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4727 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4728 if ${lt_cv_deplibs_check_method+:} false; then :
4729 $as_echo_n "(cached) " >&6
4731 lt_cv_file_magic_cmd='$MAGIC_CMD'
4732 lt_cv_file_magic_test_file=
4733 lt_cv_deplibs_check_method='unknown'
4734 # Need to set the preceding variable on all platforms that support
4735 # interlibrary dependencies.
4736 # 'none' -- dependencies not supported.
4737 # `unknown' -- same as none, but documents that we really don't know.
4738 # 'pass_all' -- all dependencies passed with no checks.
4739 # 'test_compile' -- check by making test program.
4740 # 'file_magic [[regex]]' -- check by looking for files in library path
4741 # which responds to the $file_magic_cmd with a given extended regex.
4742 # If you have `file' or equivalent on your system and you're not sure
4743 # whether `pass_all' will *always* work, you probably want this one.
4747 lt_cv_deplibs_check_method=pass_all
4751 lt_cv_deplibs_check_method=pass_all
4755 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4756 lt_cv_file_magic_cmd='/usr/bin/file -L'
4757 lt_cv_file_magic_test_file=/shlib/libc.so
4761 # func_win32_libid is a shell function defined in ltmain.sh
4762 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4763 lt_cv_file_magic_cmd='func_win32_libid'
4764 lt_cv_deplibs_check_method=pass_all
4768 # Base MSYS/MinGW do not provide the 'file' command needed by
4769 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4770 # unless we find 'file', for example because we are cross-compiling.
4771 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4772 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4773 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4774 lt_cv_file_magic_cmd='func_win32_libid'
4776 # Keep this pattern in sync with the one in func_win32_libid.
4777 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
4778 lt_cv_file_magic_cmd='$OBJDUMP -f'
4780 lt_cv_deplibs_check_method=pass_all
4784 # use the weaker test based on 'objdump'. See mingw*.
4785 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4786 lt_cv_file_magic_cmd='$OBJDUMP -f'
4789 darwin* | rhapsody*)
4790 lt_cv_deplibs_check_method=pass_all
4793 freebsd* | dragonfly*)
4794 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4797 # Not sure whether the presence of OpenBSD here was a mistake.
4798 # Let's accept both of them until this is cleared up.
4799 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4800 lt_cv_file_magic_cmd=/usr/bin/file
4801 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4805 lt_cv_deplibs_check_method=pass_all
4810 lt_cv_deplibs_check_method=pass_all
4814 lt_cv_deplibs_check_method=pass_all
4817 hpux10.20* | hpux11*)
4818 lt_cv_file_magic_cmd=/usr/bin/file
4821 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4822 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4825 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]'
4826 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4829 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4830 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4836 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4837 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4840 irix5* | irix6* | nonstopux*)
4842 *-32|*"-32 ") libmagic=32-bit;;
4843 *-n32|*"-n32 ") libmagic=N32;;
4844 *-64|*"-64 ") libmagic=64-bit;;
4845 *) libmagic=never-match;;
4847 lt_cv_deplibs_check_method=pass_all
4850 # This must be glibc/ELF.
4851 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4852 lt_cv_deplibs_check_method=pass_all
4856 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4857 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4859 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4864 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4865 lt_cv_file_magic_cmd=/usr/bin/file
4866 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4870 lt_cv_deplibs_check_method=pass_all
4874 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4875 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4877 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4881 osf3* | osf4* | osf5*)
4882 lt_cv_deplibs_check_method=pass_all
4886 lt_cv_deplibs_check_method=pass_all
4890 lt_cv_deplibs_check_method=pass_all
4893 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4894 lt_cv_deplibs_check_method=pass_all
4898 case $host_vendor in
4900 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]'
4901 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4904 lt_cv_deplibs_check_method=pass_all
4907 lt_cv_file_magic_cmd='/bin/file'
4908 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4911 lt_cv_file_magic_cmd='/bin/file'
4912 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4913 lt_cv_file_magic_test_file=/lib/libc.so
4916 lt_cv_deplibs_check_method=pass_all
4919 lt_cv_deplibs_check_method=pass_all
4925 lt_cv_deplibs_check_method=pass_all
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4931 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4935 if test "$build" = "$host"; then
4938 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
4941 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
4947 file_magic_cmd=$lt_cv_file_magic_cmd
4948 deplibs_check_method=$lt_cv_deplibs_check_method
4949 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4972 if test -n "$ac_tool_prefix"; then
4973 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
4974 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4976 $as_echo_n "checking for $ac_word... " >&6; }
4977 if ${ac_cv_prog_DLLTOOL+:} false; then :
4978 $as_echo_n "(cached) " >&6
4980 if test -n "$DLLTOOL"; then
4981 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
4983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4987 test -z "$as_dir" && as_dir=.
4988 for ac_exec_ext in '' $ac_executable_extensions; do
4989 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4990 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
4991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5000 DLLTOOL=$ac_cv_prog_DLLTOOL
5001 if test -n "$DLLTOOL"; then
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5003 $as_echo "$DLLTOOL" >&6; }
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5006 $as_echo "no" >&6; }
5011 if test -z "$ac_cv_prog_DLLTOOL"; then
5012 ac_ct_DLLTOOL=$DLLTOOL
5013 # Extract the first word of "dlltool", so it can be a program name with args.
5014 set dummy dlltool; ac_word=$2
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5016 $as_echo_n "checking for $ac_word... " >&6; }
5017 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5018 $as_echo_n "(cached) " >&6
5020 if test -n "$ac_ct_DLLTOOL"; then
5021 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5027 test -z "$as_dir" && as_dir=.
5028 for ac_exec_ext in '' $ac_executable_extensions; do
5029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5030 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5040 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5041 if test -n "$ac_ct_DLLTOOL"; then
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5043 $as_echo "$ac_ct_DLLTOOL" >&6; }
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5046 $as_echo "no" >&6; }
5049 if test "x$ac_ct_DLLTOOL" = 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 DLLTOOL=$ac_ct_DLLTOOL
5061 DLLTOOL="$ac_cv_prog_DLLTOOL"
5064 test -z "$DLLTOOL" && DLLTOOL=dlltool
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5073 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5074 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5075 $as_echo_n "(cached) " >&6
5077 lt_cv_sharedlib_from_linklib_cmd='unknown'
5080 cygwin* | mingw* | pw32* | cegcc*)
5081 # two different shell functions defined in ltmain.sh
5082 # decide which to use based on capabilities of $DLLTOOL
5083 case `$DLLTOOL --help 2>&1` in
5084 *--identify-strict*)
5085 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5088 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5093 # fallback: assume linklib IS sharedlib
5094 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5100 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5101 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5102 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5111 if test -n "$ac_tool_prefix"; then
5114 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5115 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5117 $as_echo_n "checking for $ac_word... " >&6; }
5118 if ${ac_cv_prog_AR+:} false; then :
5119 $as_echo_n "(cached) " >&6
5121 if test -n "$AR"; then
5122 ac_cv_prog_AR="$AR" # Let the user override the test.
5124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5128 test -z "$as_dir" && as_dir=.
5129 for ac_exec_ext in '' $ac_executable_extensions; do
5130 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5131 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5142 if test -n "$AR"; then
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5144 $as_echo "$AR" >&6; }
5146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5147 $as_echo "no" >&6; }
5151 test -n "$AR" && break
5154 if test -z "$AR"; then
5158 # Extract the first word of "$ac_prog", so it can be a program name with args.
5159 set dummy $ac_prog; ac_word=$2
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5161 $as_echo_n "checking for $ac_word... " >&6; }
5162 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5163 $as_echo_n "(cached) " >&6
5165 if test -n "$ac_ct_AR"; then
5166 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5172 test -z "$as_dir" && as_dir=.
5173 for ac_exec_ext in '' $ac_executable_extensions; do
5174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5175 ac_cv_prog_ac_ct_AR="$ac_prog"
5176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5185 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5186 if test -n "$ac_ct_AR"; then
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5188 $as_echo "$ac_ct_AR" >&6; }
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5191 $as_echo "no" >&6; }
5195 test -n "$ac_ct_AR" && break
5198 if test "x$ac_ct_AR" = x; then
5201 case $cross_compiling:$ac_tool_warned in
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5204 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5205 ac_tool_warned=yes ;;
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5225 $as_echo_n "checking for archiver @FILE support... " >&6; }
5226 if ${lt_cv_ar_at_file+:} false; then :
5227 $as_echo_n "(cached) " >&6
5230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5231 /* end confdefs.h. */
5241 if ac_fn_c_try_compile "$LINENO"; then :
5242 echo conftest.$ac_objext > conftest.lst
5243 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5244 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5245 (eval $lt_ar_try) 2>&5
5247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5248 test $ac_status = 0; }
5249 if test "$ac_status" -eq 0; then
5250 # Ensure the archiver fails upon bogus file names.
5251 rm -f conftest.$ac_objext libconftest.a
5252 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5253 (eval $lt_ar_try) 2>&5
5255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5256 test $ac_status = 0; }
5257 if test "$ac_status" -ne 0; then
5261 rm -f conftest.* libconftest.a
5264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5268 $as_echo "$lt_cv_ar_at_file" >&6; }
5270 if test "x$lt_cv_ar_at_file" = xno; then
5273 archiver_list_spec=$lt_cv_ar_at_file
5282 if test -n "$ac_tool_prefix"; then
5283 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5284 set dummy ${ac_tool_prefix}strip; ac_word=$2
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5286 $as_echo_n "checking for $ac_word... " >&6; }
5287 if ${ac_cv_prog_STRIP+:} false; then :
5288 $as_echo_n "(cached) " >&6
5290 if test -n "$STRIP"; then
5291 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297 test -z "$as_dir" && as_dir=.
5298 for ac_exec_ext in '' $ac_executable_extensions; do
5299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5300 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5310 STRIP=$ac_cv_prog_STRIP
5311 if test -n "$STRIP"; then
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5313 $as_echo "$STRIP" >&6; }
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5316 $as_echo "no" >&6; }
5321 if test -z "$ac_cv_prog_STRIP"; then
5323 # Extract the first word of "strip", so it can be a program name with args.
5324 set dummy strip; ac_word=$2
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5326 $as_echo_n "checking for $ac_word... " >&6; }
5327 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5328 $as_echo_n "(cached) " >&6
5330 if test -n "$ac_ct_STRIP"; then
5331 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5337 test -z "$as_dir" && as_dir=.
5338 for ac_exec_ext in '' $ac_executable_extensions; do
5339 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5340 ac_cv_prog_ac_ct_STRIP="strip"
5341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5350 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5351 if test -n "$ac_ct_STRIP"; then
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5353 $as_echo "$ac_ct_STRIP" >&6; }
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5356 $as_echo "no" >&6; }
5359 if test "x$ac_ct_STRIP" = x; then
5362 case $cross_compiling:$ac_tool_warned in
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5365 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5366 ac_tool_warned=yes ;;
5371 STRIP="$ac_cv_prog_STRIP"
5374 test -z "$STRIP" && STRIP=:
5381 if test -n "$ac_tool_prefix"; then
5382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5383 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5385 $as_echo_n "checking for $ac_word... " >&6; }
5386 if ${ac_cv_prog_RANLIB+:} false; then :
5387 $as_echo_n "(cached) " >&6
5389 if test -n "$RANLIB"; then
5390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5396 test -z "$as_dir" && as_dir=.
5397 for ac_exec_ext in '' $ac_executable_extensions; do
5398 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5409 RANLIB=$ac_cv_prog_RANLIB
5410 if test -n "$RANLIB"; then
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5412 $as_echo "$RANLIB" >&6; }
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5415 $as_echo "no" >&6; }
5420 if test -z "$ac_cv_prog_RANLIB"; then
5421 ac_ct_RANLIB=$RANLIB
5422 # Extract the first word of "ranlib", so it can be a program name with args.
5423 set dummy ranlib; ac_word=$2
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5425 $as_echo_n "checking for $ac_word... " >&6; }
5426 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5427 $as_echo_n "(cached) " >&6
5429 if test -n "$ac_ct_RANLIB"; then
5430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5436 test -z "$as_dir" && as_dir=.
5437 for ac_exec_ext in '' $ac_executable_extensions; do
5438 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5439 ac_cv_prog_ac_ct_RANLIB="ranlib"
5440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5449 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5450 if test -n "$ac_ct_RANLIB"; then
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5452 $as_echo "$ac_ct_RANLIB" >&6; }
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5455 $as_echo "no" >&6; }
5458 if test "x$ac_ct_RANLIB" = x; then
5461 case $cross_compiling:$ac_tool_warned in
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5465 ac_tool_warned=yes ;;
5467 RANLIB=$ac_ct_RANLIB
5470 RANLIB="$ac_cv_prog_RANLIB"
5473 test -z "$RANLIB" && RANLIB=:
5480 # Determine commands to create old-style static archives.
5481 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5482 old_postinstall_cmds='chmod 644 $oldlib'
5483 old_postuninstall_cmds=
5485 if test -n "$RANLIB"; then
5488 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
5491 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
5494 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
5499 lock_old_archive_extraction=yes ;;
5501 lock_old_archive_extraction=no ;;
5524 for ac_prog in gawk mawk nawk awk
5526 # Extract the first word of "$ac_prog", so it can be a program name with args.
5527 set dummy $ac_prog; ac_word=$2
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5529 $as_echo_n "checking for $ac_word... " >&6; }
5530 if ${ac_cv_prog_AWK+:} false; then :
5531 $as_echo_n "(cached) " >&6
5533 if test -n "$AWK"; then
5534 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5540 test -z "$as_dir" && as_dir=.
5541 for ac_exec_ext in '' $ac_executable_extensions; do
5542 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5543 ac_cv_prog_AWK="$ac_prog"
5544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5554 if test -n "$AWK"; then
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5556 $as_echo "$AWK" >&6; }
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5559 $as_echo "no" >&6; }
5563 test -n "$AWK" && break
5584 # If no C compiler was specified, use CC.
5587 # If no C compiler flags were specified, use CFLAGS.
5588 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5590 # Allow CC to be a program name with arguments.
5594 # Check for command to grab the raw symbol name followed by C symbol from nm.
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5596 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5597 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5598 $as_echo_n "(cached) " >&6
5601 # These are sane defaults that work on at least a few old systems.
5602 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5604 # Character class describing NM global symbol codes.
5605 symcode='[BCDEGRST]'
5607 # Regexp to match symbols that can be accessed directly from C.
5608 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5610 # Define system-specific variables.
5615 cygwin* | mingw* | pw32* | cegcc*)
5616 symcode='[ABCDGISTW]'
5619 if test "$host_cpu" = ia64; then
5620 symcode='[ABCDEGRST]'
5624 symcode='[BCDEGRST]'
5627 symcode='[BCDEGQRST]'
5638 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5646 # If we're using GNU nm, then use its standard symbol codes.
5647 case `$NM -V 2>&1` in
5648 *GNU* | *'with BFD'*)
5649 symcode='[ABCDGIRSTW]' ;;
5652 # Transform an extracted symbol line into a proper C declaration.
5653 # Some systems (esp. on ia64) link data and code symbols differently,
5654 # so use this general approach.
5655 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5657 # Transform an extracted symbol line into symbol name and symbol address
5658 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5659 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'"
5661 # Handle CRLF in mingw tool chain
5665 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5669 # Try without a prefix underscore, then with it.
5670 for ac_symprfx in "" "_"; do
5672 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5673 symxfrm="\\1 $ac_symprfx\\2 \\2"
5675 # Write the raw and C identifiers.
5676 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5677 # Fake it for dumpbin and say T for any non-static function
5678 # and D for any global variable.
5679 # Also find C++ and __fastcall symbols from MSVC++,
5680 # which start with @ or ?.
5681 lt_cv_sys_global_symbol_pipe="$AWK '"\
5682 " {last_section=section; section=\$ 3};"\
5683 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
5684 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5685 " \$ 0!~/External *\|/{next};"\
5686 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5687 " {if(hide[section]) next};"\
5688 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5689 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5690 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5691 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5692 " ' prfx=^$ac_symprfx"
5694 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5696 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
5698 # Check to see that the pipe works correctly.
5702 cat > conftest.$ac_ext <<_LT_EOF
5707 void nm_test_func(void);
5708 void nm_test_func(void){}
5712 int main(){nm_test_var='a';nm_test_func();return(0);}
5715 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5716 (eval $ac_compile) 2>&5
5718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5719 test $ac_status = 0; }; then
5720 # Now try to grab the symbols.
5722 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5723 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5726 test $ac_status = 0; } && test -s "$nlist"; then
5727 # Try sorting and uniquifying the output.
5728 if sort "$nlist" | uniq > "$nlist"T; then
5729 mv -f "$nlist"T "$nlist"
5734 # Make sure that we snagged all the symbols we need.
5735 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5736 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5737 cat <<_LT_EOF > conftest.$ac_ext
5738 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
5739 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
5740 /* DATA imports from DLLs on WIN32 con't be const, because runtime
5741 relocations are performed -- see ld's documentation on pseudo-relocs. */
5742 # define LT_DLSYM_CONST
5743 #elif defined(__osf__)
5744 /* This system does not cope well with relocations in const data. */
5745 # define LT_DLSYM_CONST
5747 # define LT_DLSYM_CONST const
5755 # Now generate the symbol file.
5756 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5758 cat <<_LT_EOF >> conftest.$ac_ext
5760 /* The mapping between symbol names and symbols. */
5761 LT_DLSYM_CONST struct {
5765 lt__PROGRAM__LTX_preloaded_symbols[] =
5767 { "@PROGRAM@", (void *) 0 },
5769 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5770 cat <<\_LT_EOF >> conftest.$ac_ext
5774 /* This works around a problem in FreeBSD linker */
5775 #ifdef FREEBSD_WORKAROUND
5776 static const void *lt_preloaded_setup() {
5777 return lt__PROGRAM__LTX_preloaded_symbols;
5785 # Now try linking the two files.
5786 mv conftest.$ac_objext conftstm.$ac_objext
5787 lt_globsym_save_LIBS=$LIBS
5788 lt_globsym_save_CFLAGS=$CFLAGS
5789 LIBS="conftstm.$ac_objext"
5790 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5791 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5792 (eval $ac_link) 2>&5
5794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5795 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5798 LIBS=$lt_globsym_save_LIBS
5799 CFLAGS=$lt_globsym_save_CFLAGS
5801 echo "cannot find nm_test_func in $nlist" >&5
5804 echo "cannot find nm_test_var in $nlist" >&5
5807 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5810 echo "$progname: failed program was:" >&5
5811 cat conftest.$ac_ext >&5
5813 rm -rf conftest* conftst*
5815 # Do not use the global_symbol_pipe unless it works.
5816 if test "$pipe_works" = yes; then
5819 lt_cv_sys_global_symbol_pipe=
5825 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5826 lt_cv_sys_global_symbol_to_cdecl=
5828 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5830 $as_echo "failed" >&6; }
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5833 $as_echo "ok" >&6; }
5836 # Response file support.
5837 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5838 nm_file_list_spec='@'
5839 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
5840 nm_file_list_spec='@'
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
5870 $as_echo_n "checking for sysroot... " >&6; }
5872 # Check whether --with-sysroot was given.
5873 if test "${with_sysroot+set}" = set; then :
5874 withval=$with_sysroot;
5881 case ${with_sysroot} in #(
5883 if test "$GCC" = yes; then
5884 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
5888 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
5894 $as_echo "${with_sysroot}" >&6; }
5895 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
5900 $as_echo "${lt_sysroot:-no}" >&6; }
5906 # Check whether --enable-libtool-lock was given.
5907 if test "${enable_libtool_lock+set}" = set; then :
5908 enableval=$enable_libtool_lock;
5911 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5913 # Some flags need to be propagated to the compiler or linker for good
5917 # Find out which ABI we are using.
5918 echo 'int i;' > conftest.$ac_ext
5919 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5920 (eval $ac_compile) 2>&5
5922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5923 test $ac_status = 0; }; then
5924 case `/usr/bin/file conftest.$ac_objext` in
5936 # Find out which ABI we are using.
5937 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5938 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5939 (eval $ac_compile) 2>&5
5941 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5942 test $ac_status = 0; }; then
5943 if test "$lt_cv_prog_gnu_ld" = yes; then
5944 case `/usr/bin/file conftest.$ac_objext` in
5946 LD="${LD-ld} -melf32bsmip"
5949 LD="${LD-ld} -melf32bmipn32"
5952 LD="${LD-ld} -melf64bmip"
5956 case `/usr/bin/file conftest.$ac_objext` in
5972 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5973 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5974 # Find out which ABI we are using.
5975 echo 'int i;' > conftest.$ac_ext
5976 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5977 (eval $ac_compile) 2>&5
5979 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5980 test $ac_status = 0; }; then
5981 case `/usr/bin/file conftest.o` in
5984 x86_64-*kfreebsd*-gnu)
5985 LD="${LD-ld} -m elf_i386_fbsd"
5988 LD="${LD-ld} -m elf_i386"
5990 ppc64-*linux*|powerpc64-*linux*)
5991 LD="${LD-ld} -m elf32ppclinux"
5994 LD="${LD-ld} -m elf_s390"
5997 LD="${LD-ld} -m elf32_sparc"
6003 x86_64-*kfreebsd*-gnu)
6004 LD="${LD-ld} -m elf_x86_64_fbsd"
6007 LD="${LD-ld} -m elf_x86_64"
6009 powerpc64le-*linux*)
6010 LD="${LD-ld} -m elf64lppc"
6013 LD="${LD-ld} -m elf64ppc"
6015 s390*-*linux*|s390*-*tpf*)
6016 LD="${LD-ld} -m elf64_s390"
6019 LD="${LD-ld} -m elf64_sparc"
6029 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6030 SAVE_CFLAGS="$CFLAGS"
6031 CFLAGS="$CFLAGS -belf"
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6033 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6034 if ${lt_cv_cc_needs_belf+:} false; then :
6035 $as_echo_n "(cached) " >&6
6038 ac_cpp='$CPP $CPPFLAGS'
6039 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6040 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6041 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6044 /* end confdefs.h. */
6054 if ac_fn_c_try_link "$LINENO"; then :
6055 lt_cv_cc_needs_belf=yes
6057 lt_cv_cc_needs_belf=no
6059 rm -f core conftest.err conftest.$ac_objext \
6060 conftest$ac_exeext conftest.$ac_ext
6062 ac_cpp='$CPP $CPPFLAGS'
6063 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6064 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6065 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6069 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6070 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6071 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6072 CFLAGS="$SAVE_CFLAGS"
6076 # Find out which ABI we are using.
6077 echo 'int i;' > conftest.$ac_ext
6078 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6079 (eval $ac_compile) 2>&5
6081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6082 test $ac_status = 0; }; then
6083 case `/usr/bin/file conftest.o` in
6085 case $lt_cv_prog_gnu_ld in
6089 LD="${LD-ld} -m elf_x86_64"
6092 LD="${LD-ld} -m elf64_sparc"
6095 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6096 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6101 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6113 need_locks="$enable_libtool_lock"
6115 if test -n "$ac_tool_prefix"; then
6116 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6117 set dummy ${ac_tool_prefix}mt; ac_word=$2
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6119 $as_echo_n "checking for $ac_word... " >&6; }
6120 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6121 $as_echo_n "(cached) " >&6
6123 if test -n "$MANIFEST_TOOL"; then
6124 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6130 test -z "$as_dir" && as_dir=.
6131 for ac_exec_ext in '' $ac_executable_extensions; do
6132 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6133 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6143 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6144 if test -n "$MANIFEST_TOOL"; then
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6146 $as_echo "$MANIFEST_TOOL" >&6; }
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6149 $as_echo "no" >&6; }
6154 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6155 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6156 # Extract the first word of "mt", so it can be a program name with args.
6157 set dummy mt; ac_word=$2
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6159 $as_echo_n "checking for $ac_word... " >&6; }
6160 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6161 $as_echo_n "(cached) " >&6
6163 if test -n "$ac_ct_MANIFEST_TOOL"; then
6164 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6170 test -z "$as_dir" && as_dir=.
6171 for ac_exec_ext in '' $ac_executable_extensions; do
6172 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6173 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6183 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6184 if test -n "$ac_ct_MANIFEST_TOOL"; then
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
6186 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6189 $as_echo "no" >&6; }
6192 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6195 case $cross_compiling:$ac_tool_warned in
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6198 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6199 ac_tool_warned=yes ;;
6201 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6204 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6207 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6209 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6210 if ${lt_cv_path_mainfest_tool+:} false; then :
6211 $as_echo_n "(cached) " >&6
6213 lt_cv_path_mainfest_tool=no
6214 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
6215 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
6216 cat conftest.err >&5
6217 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
6218 lt_cv_path_mainfest_tool=yes
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6223 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
6224 if test "x$lt_cv_path_mainfest_tool" != xyes; then
6234 rhapsody* | darwin*)
6235 if test -n "$ac_tool_prefix"; then
6236 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6237 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6239 $as_echo_n "checking for $ac_word... " >&6; }
6240 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6241 $as_echo_n "(cached) " >&6
6243 if test -n "$DSYMUTIL"; then
6244 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6250 test -z "$as_dir" && as_dir=.
6251 for ac_exec_ext in '' $ac_executable_extensions; do
6252 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6253 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6263 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6264 if test -n "$DSYMUTIL"; then
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6266 $as_echo "$DSYMUTIL" >&6; }
6268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6269 $as_echo "no" >&6; }
6274 if test -z "$ac_cv_prog_DSYMUTIL"; then
6275 ac_ct_DSYMUTIL=$DSYMUTIL
6276 # Extract the first word of "dsymutil", so it can be a program name with args.
6277 set dummy dsymutil; ac_word=$2
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6279 $as_echo_n "checking for $ac_word... " >&6; }
6280 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6281 $as_echo_n "(cached) " >&6
6283 if test -n "$ac_ct_DSYMUTIL"; then
6284 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6290 test -z "$as_dir" && as_dir=.
6291 for ac_exec_ext in '' $ac_executable_extensions; do
6292 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6293 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6303 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6304 if test -n "$ac_ct_DSYMUTIL"; then
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6306 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6309 $as_echo "no" >&6; }
6312 if test "x$ac_ct_DSYMUTIL" = x; then
6315 case $cross_compiling:$ac_tool_warned in
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6318 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6319 ac_tool_warned=yes ;;
6321 DSYMUTIL=$ac_ct_DSYMUTIL
6324 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6327 if test -n "$ac_tool_prefix"; then
6328 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6329 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6331 $as_echo_n "checking for $ac_word... " >&6; }
6332 if ${ac_cv_prog_NMEDIT+:} false; then :
6333 $as_echo_n "(cached) " >&6
6335 if test -n "$NMEDIT"; then
6336 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6342 test -z "$as_dir" && as_dir=.
6343 for ac_exec_ext in '' $ac_executable_extensions; do
6344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6345 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6355 NMEDIT=$ac_cv_prog_NMEDIT
6356 if test -n "$NMEDIT"; then
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6358 $as_echo "$NMEDIT" >&6; }
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6361 $as_echo "no" >&6; }
6366 if test -z "$ac_cv_prog_NMEDIT"; then
6367 ac_ct_NMEDIT=$NMEDIT
6368 # Extract the first word of "nmedit", so it can be a program name with args.
6369 set dummy nmedit; ac_word=$2
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6371 $as_echo_n "checking for $ac_word... " >&6; }
6372 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6373 $as_echo_n "(cached) " >&6
6375 if test -n "$ac_ct_NMEDIT"; then
6376 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6382 test -z "$as_dir" && as_dir=.
6383 for ac_exec_ext in '' $ac_executable_extensions; do
6384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6385 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6395 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6396 if test -n "$ac_ct_NMEDIT"; then
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6398 $as_echo "$ac_ct_NMEDIT" >&6; }
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6401 $as_echo "no" >&6; }
6404 if test "x$ac_ct_NMEDIT" = x; then
6407 case $cross_compiling:$ac_tool_warned in
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6410 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6411 ac_tool_warned=yes ;;
6413 NMEDIT=$ac_ct_NMEDIT
6416 NMEDIT="$ac_cv_prog_NMEDIT"
6419 if test -n "$ac_tool_prefix"; then
6420 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6421 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6423 $as_echo_n "checking for $ac_word... " >&6; }
6424 if ${ac_cv_prog_LIPO+:} false; then :
6425 $as_echo_n "(cached) " >&6
6427 if test -n "$LIPO"; then
6428 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6434 test -z "$as_dir" && as_dir=.
6435 for ac_exec_ext in '' $ac_executable_extensions; do
6436 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6437 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6447 LIPO=$ac_cv_prog_LIPO
6448 if test -n "$LIPO"; then
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6450 $as_echo "$LIPO" >&6; }
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6453 $as_echo "no" >&6; }
6458 if test -z "$ac_cv_prog_LIPO"; then
6460 # Extract the first word of "lipo", so it can be a program name with args.
6461 set dummy lipo; ac_word=$2
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6463 $as_echo_n "checking for $ac_word... " >&6; }
6464 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6465 $as_echo_n "(cached) " >&6
6467 if test -n "$ac_ct_LIPO"; then
6468 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6474 test -z "$as_dir" && as_dir=.
6475 for ac_exec_ext in '' $ac_executable_extensions; do
6476 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6477 ac_cv_prog_ac_ct_LIPO="lipo"
6478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6487 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6488 if test -n "$ac_ct_LIPO"; then
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6490 $as_echo "$ac_ct_LIPO" >&6; }
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6493 $as_echo "no" >&6; }
6496 if test "x$ac_ct_LIPO" = x; then
6499 case $cross_compiling:$ac_tool_warned in
6501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6502 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6503 ac_tool_warned=yes ;;
6508 LIPO="$ac_cv_prog_LIPO"
6511 if test -n "$ac_tool_prefix"; then
6512 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6513 set dummy ${ac_tool_prefix}otool; ac_word=$2
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6515 $as_echo_n "checking for $ac_word... " >&6; }
6516 if ${ac_cv_prog_OTOOL+:} false; then :
6517 $as_echo_n "(cached) " >&6
6519 if test -n "$OTOOL"; then
6520 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6526 test -z "$as_dir" && as_dir=.
6527 for ac_exec_ext in '' $ac_executable_extensions; do
6528 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6529 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6539 OTOOL=$ac_cv_prog_OTOOL
6540 if test -n "$OTOOL"; then
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6542 $as_echo "$OTOOL" >&6; }
6544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6545 $as_echo "no" >&6; }
6550 if test -z "$ac_cv_prog_OTOOL"; then
6552 # Extract the first word of "otool", so it can be a program name with args.
6553 set dummy otool; ac_word=$2
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6555 $as_echo_n "checking for $ac_word... " >&6; }
6556 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6557 $as_echo_n "(cached) " >&6
6559 if test -n "$ac_ct_OTOOL"; then
6560 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6566 test -z "$as_dir" && as_dir=.
6567 for ac_exec_ext in '' $ac_executable_extensions; do
6568 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6569 ac_cv_prog_ac_ct_OTOOL="otool"
6570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6579 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6580 if test -n "$ac_ct_OTOOL"; then
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6582 $as_echo "$ac_ct_OTOOL" >&6; }
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6585 $as_echo "no" >&6; }
6588 if test "x$ac_ct_OTOOL" = x; then
6591 case $cross_compiling:$ac_tool_warned in
6593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6594 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6595 ac_tool_warned=yes ;;
6600 OTOOL="$ac_cv_prog_OTOOL"
6603 if test -n "$ac_tool_prefix"; then
6604 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6605 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6607 $as_echo_n "checking for $ac_word... " >&6; }
6608 if ${ac_cv_prog_OTOOL64+:} false; then :
6609 $as_echo_n "(cached) " >&6
6611 if test -n "$OTOOL64"; then
6612 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6618 test -z "$as_dir" && as_dir=.
6619 for ac_exec_ext in '' $ac_executable_extensions; do
6620 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6621 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6631 OTOOL64=$ac_cv_prog_OTOOL64
6632 if test -n "$OTOOL64"; then
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6634 $as_echo "$OTOOL64" >&6; }
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6637 $as_echo "no" >&6; }
6642 if test -z "$ac_cv_prog_OTOOL64"; then