summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh16
1 files changed, 2 insertions, 14 deletions
diff --git a/autogen.sh b/autogen.sh
index cf24171a..aca98064 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -143,19 +143,7 @@ echo "Running aclocal..."
aclocal
echo "Running autoheader..."
autoheader
-echo "Running automake --gnu ..."
-automake --gnu;
+echo "Running automake --gnu -a ..."
+automake --gnu -a
echo "Running autoconf..."
autoconf
-
-if test "$*" = ""; then
- conf_options="--enable-maintainer-mode"
-else
- conf_options=$*
-fi
-echo "Running ./configure $conf_options"
-./configure $conf_options
-
-
-
-