From: Michael Richardson Date: Fri, 5 Mar 2010 17:37:17 +0000 (-0500) Subject: tell the user what package they might find uudecode in X-Git-Tag: tcpdump-4.1.0~5 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/1d1c9ba86a51677b16b10f1e2fbafab641b84308 tell the user what package they might find uudecode in --- diff --git a/Makefile.in b/Makefile.in index 787d12f1..a419a445 100644 --- a/Makefile.in +++ b/Makefile.in @@ -349,7 +349,7 @@ distclean: config.h gnuc.h os-proto.h stamp-h stamp-h.in $(PROG).1 check: tcpdump - uudecode -h || (echo "No uudecode program found, not running tests"; exit 1) + uudecode -h || (echo "No uudecode program found, not running tests"; echo "apt-get/rpm install sharutils?"; exit 1) (cd tests && ./TESTrun.sh) tags: $(TAGFILES)