aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f0bc897..a92008e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,8 @@
# Andreas Buesching <crunchy@tzi.de>
# $id$
+export WANT_AUTOMAKE="1.7"
+
aclocal && autoconf && automake -a && ./configure $@
# end of autogen.sh