|
|
|
@ -665,7 +665,6 @@ LTLIBOBJS
|
|
|
|
|
LIBOBJS
|
|
|
|
|
HAVE_LD_OUTPUT_DEF_FALSE
|
|
|
|
|
HAVE_LD_OUTPUT_DEF_TRUE
|
|
|
|
|
AS
|
|
|
|
|
WASI_FALSE
|
|
|
|
|
WASI_TRUE
|
|
|
|
|
EMSCRIPTEN_FALSE
|
|
|
|
@ -737,10 +736,6 @@ EGREP
|
|
|
|
|
GREP
|
|
|
|
|
CPP
|
|
|
|
|
SED
|
|
|
|
|
target_os
|
|
|
|
|
target_vendor
|
|
|
|
|
target_cpu
|
|
|
|
|
target
|
|
|
|
|
SODIUM_LIBRARY_MINIMAL_DEF
|
|
|
|
|
MINIMAL_FALSE
|
|
|
|
|
MINIMAL_TRUE
|
|
|
|
@ -799,6 +794,10 @@ am__isrc
|
|
|
|
|
INSTALL_DATA
|
|
|
|
|
INSTALL_SCRIPT
|
|
|
|
|
INSTALL_PROGRAM
|
|
|
|
|
target_os
|
|
|
|
|
target_vendor
|
|
|
|
|
target_cpu
|
|
|
|
|
target
|
|
|
|
|
host_os
|
|
|
|
|
host_vendor
|
|
|
|
|
host_cpu
|
|
|
|
@ -2858,6 +2857,46 @@ IFS=$ac_save_IFS
|
|
|
|
|
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
|
|
|
|
|
printf %s "checking target system type... " >&6; }
|
|
|
|
|
if test ${ac_cv_target+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test "x$target_alias" = x; then
|
|
|
|
|
ac_cv_target=$ac_cv_host
|
|
|
|
|
else
|
|
|
|
|
ac_cv_target=`$SHELL "${ac_aux_dir}config.sub" $target_alias` ||
|
|
|
|
|
as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $target_alias failed" "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
|
|
|
|
|
printf "%s\n" "$ac_cv_target" >&6; }
|
|
|
|
|
case $ac_cv_target in
|
|
|
|
|
*-*-*) ;;
|
|
|
|
|
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
|
|
|
|
|
esac
|
|
|
|
|
target=$ac_cv_target
|
|
|
|
|
ac_save_IFS=$IFS; IFS='-'
|
|
|
|
|
set x $ac_cv_target
|
|
|
|
|
shift
|
|
|
|
|
target_cpu=$1
|
|
|
|
|
target_vendor=$2
|
|
|
|
|
shift; shift
|
|
|
|
|
# Remember, the first character of IFS is used to create $*,
|
|
|
|
|
# except with old shells:
|
|
|
|
|
target_os=$*
|
|
|
|
|
IFS=$ac_save_IFS
|
|
|
|
|
case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
|
|
|
# will get canonicalized.
|
|
|
|
|
test -n "$target_alias" &&
|
|
|
|
|
test "$program_prefix$program_suffix$program_transform_name" = \
|
|
|
|
|
NONENONEs,x,x, &&
|
|
|
|
|
program_prefix=${target_alias}-
|
|
|
|
|
am__api_version='1.16'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -3705,50 +3744,6 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEPDIR="${am__leading_dot}deps"
|
|
|
|
|
|
|
|
|
|
ac_config_commands="$ac_config_commands depfiles"
|
|
|
|
|
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
|
|
|
|
|
printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
|
|
|
|
|
cat > confinc.mk << 'END'
|
|
|
|
|
am__doit:
|
|
|
|
|
@echo this is the am__doit target >confinc.out
|
|
|
|
|
.PHONY: am__doit
|
|
|
|
|
END
|
|
|
|
|
am__include="#"
|
|
|
|
|
am__quote=
|
|
|
|
|
# BSD make does it like this.
|
|
|
|
|
echo '.include "confinc.mk" # ignored' > confmf.BSD
|
|
|
|
|
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
|
|
|
|
|
echo 'include confinc.mk # ignored' > confmf.GNU
|
|
|
|
|
_am_result=no
|
|
|
|
|
for s in GNU BSD; do
|
|
|
|
|
{ echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
|
|
|
|
|
(${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); }
|
|
|
|
|
case $?:`cat confinc.out 2>/dev/null` in #(
|
|
|
|
|
'0:this is the am__doit target') :
|
|
|
|
|
case $s in #(
|
|
|
|
|
BSD) :
|
|
|
|
|
am__include='.include' am__quote='"' ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
am__include='include' am__quote='' ;;
|
|
|
|
|
esac ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
if test "$am__include" != "#"; then
|
|
|
|
|
_am_result="yes ($s style)"
|
|
|
|
|
break
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
rm -f confinc.* confmf.*
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
|
|
|
|
|
printf "%s\n" "${_am_result}" >&6; }
|
|
|
|
|
|
|
|
|
|
ac_ext=c
|
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
@ -4795,6 +4790,50 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
|
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
|
|
|
|
|
DEPDIR="${am__leading_dot}deps"
|
|
|
|
|
|
|
|
|
|
ac_config_commands="$ac_config_commands depfiles"
|
|
|
|
|
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
|
|
|
|
|
printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
|
|
|
|
|
cat > confinc.mk << 'END'
|
|
|
|
|
am__doit:
|
|
|
|
|
@echo this is the am__doit target >confinc.out
|
|
|
|
|
.PHONY: am__doit
|
|
|
|
|
END
|
|
|
|
|
am__include="#"
|
|
|
|
|
am__quote=
|
|
|
|
|
# BSD make does it like this.
|
|
|
|
|
echo '.include "confinc.mk" # ignored' > confmf.BSD
|
|
|
|
|
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
|
|
|
|
|
echo 'include confinc.mk # ignored' > confmf.GNU
|
|
|
|
|
_am_result=no
|
|
|
|
|
for s in GNU BSD; do
|
|
|
|
|
{ echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
|
|
|
|
|
(${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); }
|
|
|
|
|
case $?:`cat confinc.out 2>/dev/null` in #(
|
|
|
|
|
'0:this is the am__doit target') :
|
|
|
|
|
case $s in #(
|
|
|
|
|
BSD) :
|
|
|
|
|
am__include='.include' am__quote='"' ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
am__include='include' am__quote='' ;;
|
|
|
|
|
esac ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
if test "$am__include" != "#"; then
|
|
|
|
|
_am_result="yes ($s style)"
|
|
|
|
|
break
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
rm -f confinc.* confmf.*
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
|
|
|
|
|
printf "%s\n" "${_am_result}" >&6; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
depcc="$CC" am_compiler_list=
|
|
|
|
|
|
|
|
|
@ -4925,7 +4964,6 @@ else
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# By default we simply use the C compiler to build assembly code.
|
|
|
|
|
|
|
|
|
|
test "${CCAS+set}" = set || CCAS=$CC
|
|
|
|
@ -5409,46 +5447,6 @@ else $as_nop
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
|
|
|
|
|
printf %s "checking target system type... " >&6; }
|
|
|
|
|
if test ${ac_cv_target+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test "x$target_alias" = x; then
|
|
|
|
|
ac_cv_target=$ac_cv_host
|
|
|
|
|
else
|
|
|
|
|
ac_cv_target=`$SHELL "${ac_aux_dir}config.sub" $target_alias` ||
|
|
|
|
|
as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $target_alias failed" "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
|
|
|
|
|
printf "%s\n" "$ac_cv_target" >&6; }
|
|
|
|
|
case $ac_cv_target in
|
|
|
|
|
*-*-*) ;;
|
|
|
|
|
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
|
|
|
|
|
esac
|
|
|
|
|
target=$ac_cv_target
|
|
|
|
|
ac_save_IFS=$IFS; IFS='-'
|
|
|
|
|
set x $ac_cv_target
|
|
|
|
|
shift
|
|
|
|
|
target_cpu=$1
|
|
|
|
|
target_vendor=$2
|
|
|
|
|
shift; shift
|
|
|
|
|
# Remember, the first character of IFS is used to create $*,
|
|
|
|
|
# except with old shells:
|
|
|
|
|
target_os=$*
|
|
|
|
|
IFS=$ac_save_IFS
|
|
|
|
|
case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
|
|
|
# will get canonicalized.
|
|
|
|
|
test -n "$target_alias" &&
|
|
|
|
|
test "$program_prefix$program_suffix$program_transform_name" = \
|
|
|
|
|
NONENONEs,x,x, &&
|
|
|
|
|
program_prefix=${target_alias}-
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
|
|
|
|
|
printf %s "checking for a sed that does not truncate output... " >&6; }
|
|
|
|
|
if test ${ac_cv_path_SED+y}
|
|
|
|
@ -20414,17 +20412,38 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "posix_memalign" "ac_cv_func_posix_memalign"
|
|
|
|
|
if test "x$ac_cv_func_posix_memalign" = xyes
|
|
|
|
|
then :
|
|
|
|
|
printf "%s\n" "#define HAVE_POSIX_MEMALIGN 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
if test "x$WASI" = "x"
|
|
|
|
|
then :
|
|
|
|
|
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "getpid" "ac_cv_func_getpid"
|
|
|
|
|
if test "x$ac_cv_func_getpid" = xyes
|
|
|
|
|
then :
|
|
|
|
|
printf "%s\n" "#define HAVE_GETPID 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "getauxva" "ac_cv_func_getauxva"
|
|
|
|
|
if test "x$ac_cv_func_getauxva" = xyes
|
|
|
|
|
then :
|
|
|
|
|
printf "%s\n" "#define HAVE_GETAUXVA 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "elf_aux_info" "ac_cv_func_elf_aux_info"
|
|
|
|
|
if test "x$ac_cv_func_elf_aux_info" = xyes
|
|
|
|
|
then :
|
|
|
|
|
printf "%s\n" "#define HAVE_ELF_AUX_INFO 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "posix_memalign" "ac_cv_func_posix_memalign"
|
|
|
|
|
if test "x$ac_cv_func_posix_memalign" = xyes
|
|
|
|
|
then :
|
|
|
|
|
printf "%s\n" "#define HAVE_POSIX_MEMALIGN 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
|
|
|
|
|
if test "x$ac_cv_func_nanosleep" = xyes
|
|
|
|
@ -20487,333 +20506,6 @@ printf "%s\n" "#define CONFIGURED 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enable_win32_dll=yes
|
|
|
|
|
|
|
|
|
|
case $host in
|
|
|
|
|
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
|
|
|
|
|
if test -n "$ac_tool_prefix"; then
|
|
|
|
|
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
|
|
|
|
|
set dummy ${ac_tool_prefix}as; ac_word=$2
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
printf %s "checking for $ac_word... " >&6; }
|
|
|
|
|
if test ${ac_cv_prog_AS+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test -n "$AS"; then
|
|
|
|
|
ac_cv_prog_AS="$AS" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
case $as_dir in #(((
|
|
|
|
|
'') as_dir=./ ;;
|
|
|
|
|
*/) ;;
|
|
|
|
|
*) as_dir=$as_dir/ ;;
|
|
|
|
|
esac
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
|
|
|
|
ac_cv_prog_AS="${ac_tool_prefix}as"
|
|
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
AS=$ac_cv_prog_AS
|
|
|
|
|
if test -n "$AS"; then
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
|
|
|
|
|
printf "%s\n" "$AS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
printf "%s\n" "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
if test -z "$ac_cv_prog_AS"; then
|
|
|
|
|
ac_ct_AS=$AS
|
|
|
|
|
# Extract the first word of "as", so it can be a program name with args.
|
|
|
|
|
set dummy as; ac_word=$2
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
printf %s "checking for $ac_word... " >&6; }
|
|
|
|
|
if test ${ac_cv_prog_ac_ct_AS+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test -n "$ac_ct_AS"; then
|
|
|
|
|
ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
case $as_dir in #(((
|
|
|
|
|
'') as_dir=./ ;;
|
|
|
|
|
*/) ;;
|
|
|
|
|
*) as_dir=$as_dir/ ;;
|
|
|
|
|
esac
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
|
|
|
|
ac_cv_prog_ac_ct_AS="as"
|
|
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
ac_ct_AS=$ac_cv_prog_ac_ct_AS
|
|
|
|
|
if test -n "$ac_ct_AS"; then
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
|
|
|
|
|
printf "%s\n" "$ac_ct_AS" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
printf "%s\n" "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x$ac_ct_AS" = x; then
|
|
|
|
|
AS="false"
|
|
|
|
|
else
|
|
|
|
|
case $cross_compiling:$ac_tool_warned in
|
|
|
|
|
yes:)
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
|
|
|
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
|
|
|
ac_tool_warned=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
AS=$ac_ct_AS
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
AS="$ac_cv_prog_AS"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test -n "$ac_tool_prefix"; then
|
|
|
|
|
# Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
|
|
|
|
|
set dummy ${ac_tool_prefix}dlltool; ac_word=$2
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
printf %s "checking for $ac_word... " >&6; }
|
|
|
|
|
if test ${ac_cv_prog_DLLTOOL+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test -n "$DLLTOOL"; then
|
|
|
|
|
ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
case $as_dir in #(((
|
|
|
|
|
'') as_dir=./ ;;
|
|
|
|
|
*/) ;;
|
|
|
|
|
*) as_dir=$as_dir/ ;;
|
|
|
|
|
esac
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
|
|
|
|
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
|
|
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
DLLTOOL=$ac_cv_prog_DLLTOOL
|
|
|
|
|
if test -n "$DLLTOOL"; then
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
|
|
|
|
|
printf "%s\n" "$DLLTOOL" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
printf "%s\n" "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
if test -z "$ac_cv_prog_DLLTOOL"; then
|
|
|
|
|
ac_ct_DLLTOOL=$DLLTOOL
|
|
|
|
|
# Extract the first word of "dlltool", so it can be a program name with args.
|
|
|
|
|
set dummy dlltool; ac_word=$2
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
printf %s "checking for $ac_word... " >&6; }
|
|
|
|
|
if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test -n "$ac_ct_DLLTOOL"; then
|
|
|
|
|
ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
case $as_dir in #(((
|
|
|
|
|
'') as_dir=./ ;;
|
|
|
|
|
*/) ;;
|
|
|
|
|
*) as_dir=$as_dir/ ;;
|
|
|
|
|
esac
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
|
|
|
|
ac_cv_prog_ac_ct_DLLTOOL="dlltool"
|
|
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
|
|
|
|
|
if test -n "$ac_ct_DLLTOOL"; then
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
|
|
|
|
|
printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
printf "%s\n" "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x$ac_ct_DLLTOOL" = x; then
|
|
|
|
|
DLLTOOL="false"
|
|
|
|
|
else
|
|
|
|
|
case $cross_compiling:$ac_tool_warned in
|
|
|
|
|
yes:)
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
|
|
|
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
|
|
|
ac_tool_warned=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
DLLTOOL=$ac_ct_DLLTOOL
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
DLLTOOL="$ac_cv_prog_DLLTOOL"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test -n "$ac_tool_prefix"; then
|
|
|
|
|
# Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
|
|
|
|
|
set dummy ${ac_tool_prefix}objdump; ac_word=$2
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
printf %s "checking for $ac_word... " >&6; }
|
|
|
|
|
if test ${ac_cv_prog_OBJDUMP+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test -n "$OBJDUMP"; then
|
|
|
|
|
ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
case $as_dir in #(((
|
|
|
|
|
'') as_dir=./ ;;
|
|
|
|
|
*/) ;;
|
|
|
|
|
*) as_dir=$as_dir/ ;;
|
|
|
|
|
esac
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
|
|
|
|
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
|
|
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
OBJDUMP=$ac_cv_prog_OBJDUMP
|
|
|
|
|
if test -n "$OBJDUMP"; then
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
|
|
|
|
|
printf "%s\n" "$OBJDUMP" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
printf "%s\n" "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
if test -z "$ac_cv_prog_OBJDUMP"; then
|
|
|
|
|
ac_ct_OBJDUMP=$OBJDUMP
|
|
|
|
|
# Extract the first word of "objdump", so it can be a program name with args.
|
|
|
|
|
set dummy objdump; ac_word=$2
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
|
|
|
printf %s "checking for $ac_word... " >&6; }
|
|
|
|
|
if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
|
|
|
|
|
then :
|
|
|
|
|
printf %s "(cached) " >&6
|
|
|
|
|
else $as_nop
|
|
|
|
|
if test -n "$ac_ct_OBJDUMP"; then
|
|
|
|
|
ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
|
|
|
|
|
else
|
|
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
|
|
|
for as_dir in $PATH
|
|
|
|
|
do
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
case $as_dir in #(((
|
|
|
|
|
'') as_dir=./ ;;
|
|
|
|
|
*/) ;;
|
|
|
|
|
*) as_dir=$as_dir/ ;;
|
|
|
|
|
esac
|
|
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
|
|
|
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
|
|
|
|
ac_cv_prog_ac_ct_OBJDUMP="objdump"
|
|
|
|
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
|
|
|
|
break 2
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
IFS=$as_save_IFS
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
|
|
|
|
|
if test -n "$ac_ct_OBJDUMP"; then
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
|
|
|
|
|
printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
|
|
|
|
|
else
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
printf "%s\n" "no" >&6; }
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if test "x$ac_ct_OBJDUMP" = x; then
|
|
|
|
|
OBJDUMP="false"
|
|
|
|
|
else
|
|
|
|
|
case $cross_compiling:$ac_tool_warned in
|
|
|
|
|
yes:)
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
|
|
|
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
|
|
|
ac_tool_warned=yes ;;
|
|
|
|
|
esac
|
|
|
|
|
OBJDUMP=$ac_ct_OBJDUMP
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
OBJDUMP="$ac_cv_prog_OBJDUMP"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
test -z "$AS" && AS=as
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test -z "$OBJDUMP" && OBJDUMP=objdump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if gcc/ld supports -Wl,--output-def" >&5
|
|
|
|
|
printf %s "checking if gcc/ld supports -Wl,--output-def... " >&6; }
|
|
|
|
@ -21785,7 +21477,6 @@ enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_sub
|
|
|
|
|
enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
|
|
|
|
|
old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
|
|
|
|
|
striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
|
|
|
|
|
AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
|
|
|
|
|
|
|
|
|
|
LTCC='$LTCC'
|
|
|
|
|
LTCFLAGS='$LTCFLAGS'
|
|
|
|
@ -21867,8 +21558,7 @@ soname_spec \
|
|
|
|
|
install_override_mode \
|
|
|
|
|
finish_eval \
|
|
|
|
|
old_striplib \
|
|
|
|
|
striplib \
|
|
|
|
|
AS; do
|
|
|
|
|
striplib; do
|
|
|
|
|
case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
|
|
|
|
|
*[\\\\\\\`\\"\\\$]*)
|
|
|
|
|
eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
|
|
|
|
@ -22793,9 +22483,6 @@ dlopen_self_static=$enable_dlopen_self_static
|
|
|
|
|
old_striplib=$lt_old_striplib
|
|
|
|
|
striplib=$lt_striplib
|
|
|
|
|
|
|
|
|
|
# Assembler program.
|
|
|
|
|
AS=$lt_AS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The linker used to build libraries.
|
|
|
|
|
LD=$lt_LD
|
|
|
|
|