aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index fa602dc..75068a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,10 @@
# Andreas Buesching <crunchy@tzi.de>
# $ID$
+cd mplib
+./autogen.sh
+cd ..
+
aclocal && autoconf && automake -a && ./configure $@