Add project status to readme
[lttngtop.git] / bootstrap
index c507425667e579d73a2a31c27b0e7a96baa4e8da..7adcc4a878d27927baa8d1eca50f8bc89ec293be 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,12 +1,9 @@
 #! /bin/sh
 
-set -x
 if [ ! -e config ]; then
        mkdir config
 fi
-aclocal
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
-
+if [ ! -e m4 ]; then
+       mkdir m4
+fi
+autoreconf -i
This page took 0.021772 seconds and 4 git commands to generate.