summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 7cd3d75..8056ee7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,3 @@
-libtoolize
-aclocal
-automake --add-missing
-autoheader
-autoconf
+#!/bin/sh
+
+autoreconf --install --symlink --force