From d0a2ce50a4e14aa46b3e7afccc896a7ddd703365 Mon Sep 17 00:00:00 2001 From: Mickey Sola Date: Wed, 16 Nov 2016 11:45:03 -0500 Subject: [PATCH] bb11062 - updated libmspack missing script to warn only and included more prescient advice --- libclamav/libmspack-0.5alpha/missing | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libclamav/libmspack-0.5alpha/missing b/libclamav/libmspack-0.5alpha/missing index db98974ff..ddea37738 100644 --- a/libclamav/libmspack-0.5alpha/missing +++ b/libclamav/libmspack-0.5alpha/missing @@ -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)