summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 0f3d1037..b0763a5c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,11 +1,4 @@
#!/bin/sh
-mkdir -p autotools
-
-aclocal
-autoheader
-automake -ac
-autoconf
-automake
-
+autoreconf -fi
./configure "$@"