Updated archivers setup
This commit is contained in:
40
configure
vendored
40
configure
vendored
@@ -7019,6 +7019,45 @@ else
|
||||
echo "${ECHO_T}no" >&6
|
||||
fi
|
||||
|
||||
# Extract the first word of "nomarch", so it can be a program name with args.
|
||||
set dummy nomarch; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
if test "${ac_cv_path_NOMARCH+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
case $NOMARCH in
|
||||
[\\/]* | ?:[\\/]*)
|
||||
ac_cv_path_NOMARCH="$NOMARCH" # Let the user override the test with a path.
|
||||
;;
|
||||
*)
|
||||
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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||
ac_cv_path_NOMARCH="$as_dir/$ac_word$ac_exec_ext"
|
||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
NOMARCH=$ac_cv_path_NOMARCH
|
||||
|
||||
if test -n "$NOMARCH"; then
|
||||
echo "$as_me:$LINENO: result: $NOMARCH" >&5
|
||||
echo "${ECHO_T}$NOMARCH" >&6
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
fi
|
||||
|
||||
# Extract the first word of "arj", so it can be a program name with args.
|
||||
set dummy arj; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
@@ -8538,6 +8577,7 @@ s,@LIBOBJS@,$LIBOBJS,;t t
|
||||
s,@COMPRESS@,$COMPRESS,;t t
|
||||
s,@GZIP@,$GZIP,;t t
|
||||
s,@ARC@,$ARC,;t t
|
||||
s,@NOMARCH@,$NOMARCH,;t t
|
||||
s,@ARJ@,$ARJ,;t t
|
||||
s,@UNARJ@,$UNARJ,;t t
|
||||
s,@LHA@,$LHA,;t t
|
||||
|
Reference in New Issue
Block a user