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