[Forensics-changes] [yara] 307/415: Fix problem finding automake in some systems
Hilko Bengen
bengen at moszumanska.debian.org
Thu Apr 3 05:43:17 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 5c43e54febec3dc2371ee14510b48cb7ed5ed8c1
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Tue Dec 10 22:17:44 2013 +0100
Fix problem finding automake in some systems
---
bootstrap.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap.sh b/bootstrap.sh
index 3145865..6404018 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -47,7 +47,7 @@ autogen() {
echo "automake..."
if test x$AUTOMAKE = x; then
- AUTOMAKE=`locate_binary automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7`
+ AUTOMAKE=`locate_binary automake-1.14 automake-1.3 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7 automake`
if test x$AUTOMAKE = x; then
die "Did not find a supported automake"
fi
--
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