[Forensics-changes] [yara] 345/415: Fix wrong error message

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 31b6c3b236e2bb13d254791827b6407c47902cf9
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Thu Dec 26 22:15:33 2013 +0100

    Fix wrong error message
---
 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index 6404018..e97442c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -27,7 +27,7 @@ autogen() {
   if test x$LIBTOOLIZE = x; then
     LIBTOOLIZE=`locate_binary libtoolize glibtoolize`
     if test x$LIBTOOLIZE = x; then
-      die "Did not find a supported aclocal"
+      die "Did not find a supported libtoolize"
     fi
   fi
   $LIBTOOLIZE --force --quiet || exit 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list