aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 8a743e1..fa602dc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,9 +5,7 @@
# Andreas Buesching <crunchy@tzi.de>
# $ID$
-aclocal && autoconf && automake -a
-
-./configure $@
+aclocal && autoconf && automake -a && ./configure $@
# end of autogen.sh