[Forensics-changes] [yara] 10/135: Fix issue #127
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:27:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.1.0
in repository yara.
commit 74ca1138719ebb381593a43bd289a4a249d2ad19
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Mon Mar 24 09:34:12 2014 +0100
Fix issue #127
---
bootstrap.sh | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/bootstrap.sh b/bootstrap.sh
index 6949401..f3ee6fa 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -30,7 +30,7 @@ autogen() {
die "Did not find a supported libtoolize"
fi
fi
- $LIBTOOLIZE --force --quiet || exit 1
+ $LIBTOOLIZE --force || exit 1
echo "aclocal..."
if test x$ACLOCAL = x; then
@@ -61,4 +61,10 @@ autogen() {
}
echo "== bootstraping yara"
+
+if [ ! -d m4 ]; then
+ echo "mkdir m4..."
+ mkdir m4
+fi
+
autogen
--
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