Commit 513b445d6ad06e7cc6d1571f84b484cbaddf11ef

Michael Kedzierski 2011-07-02T13:10:30

autogen.sh fix

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/autogen.sh b/autogen.sh
index dc5e47a..bf564eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@
 
 set -e
 
-aclocal
+aclocal -I m4
 autoheader
 automake --add-missing --copy
 autoconf