mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-05 12:31:41 -05:00
bb11062 - updated libmspack missing script to warn only and included more prescient advice
This commit is contained in:
@@ -136,6 +136,9 @@ give_advice ()
|
||||
|
||||
printf '%s\n' "'$1' is $msg."
|
||||
|
||||
echo "If you pulled this source code from a git repo,"
|
||||
echo "try running 'autoreconf -ivf' to resolve this warning"
|
||||
|
||||
configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
|
||||
case $normalized_program in
|
||||
autoconf*)
|
||||
@@ -204,7 +207,10 @@ give_advice "$1" | sed -e '1s/^/WARNING: /' \
|
||||
|
||||
# Propagate the correct exit status (expected to be 127 for a program
|
||||
# not found, 63 for a program that failed due to version mismatch).
|
||||
exit $st
|
||||
#exit $st
|
||||
|
||||
# Modification to exit normally after printing warning.
|
||||
exit 0
|
||||
|
||||
# Local variables:
|
||||
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
||||
|
||||
Reference in New Issue
Block a user