[Forensics-changes] [yara] 03/04: Ensure that m4 directory exists when autoreconf is run.
    Hilko Bengen 
    bengen at moszumanska.debian.org
       
    Thu Apr  3 05:44:36 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/2.0.0-2_bpo70+1
in repository yara.
commit e8c0e3252bd93f8690212df510a01a9463693b1e
Author: Hilko Bengen <bengen at debian.org>
Date:   Sun Jan 19 21:00:07 2014 +0100
    Ensure that m4 directory exists when autoreconf is run.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 5ae73cc..0dfd70b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,10 @@ override_dh_auto_clean:
 	dh_auto_clean
 	dh_auto_clean --sourcedirectory=yara-python
 
+override_dh_autoreconf:
+	mkdir -p m4 libyara/m4
+	dh_autoreconf
+
 override_dh_install:
 	dh_install --fail-missing -X.la
 
-- 
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