Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Feb 28, 2021
1 parent aa0ed11 commit e1c17eb
Showing 1 changed file with 9 additions and 43 deletions.
52 changes: 9 additions & 43 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ build_os
build_vendor
build_cpu
build
awa_has_msys
HAVE_DYNAMO
HAVE_PANDOC
EXEC_PREFIX
Expand Down Expand Up @@ -2098,53 +2097,20 @@ fi
if test x${awa_build_root} != x; then

if test x${awa_host_pwd_check} != xyes; then
# Extract the first word of "msysinfo", so it can be a program name with args.
set dummy msysinfo; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_awa_has_msys+:} false; then :
$as_echo_n "(cached) " >&6
else
if test -n "$awa_has_msys"; then
ac_cv_prog_awa_has_msys="$awa_has_msys" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
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_awa_has_msys="yes"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
case "${target_os}" in
mingw32*|cygwin*|mingw64*|msys)
awa_pwd_option="-W"
;;

test -z "$ac_cv_prog_awa_has_msys" && ac_cv_prog_awa_has_msys="no"
fi
fi
awa_has_msys=$ac_cv_prog_awa_has_msys
if test -n "$awa_has_msys"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $awa_has_msys" >&5
$as_echo "$awa_has_msys" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi


if test x${awa_has_msys} = xyes; then
awa_pwd_option="-W"
else
*)
awa_pwd_option=""
fi
;;

esac
awa_host_pwd_check=yes
fi

awa_build_pwd=`cd ${awa_build_root} && pwd $pwd_option`
awa_build_pwd=`cd ${awa_build_root} && pwd $awa_pwd_option`
if test x${awa_build_pwd} != x${awa_build_root}; then
awa_build_root=${awa_build_pwd}/
fi
Expand Down

0 comments on commit e1c17eb

Please sign in to comment.