summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 4999b58..59a046b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,7 +11,8 @@ run ()
fi
}
-run aclocal-1.6
+run libtoolize
+run aclocal
#run autoheader
-run automake-1.6 -a
+run automake -a
run autoconf