Harmonize bootstrap script across projects
[lttng-ust.git] / bootstrap
index 1199ae213af4f46d2d4d346674fc96831ae0394b..6d140c1d2fc95c60c07a725dedf371a5964beea9 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,9 +1,8 @@
 #! /bin/sh
 
 set -x
-aclocal -I config
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
+if [ ! -e config ]; then
+       mkdir config
+fi
 
+autoreconf -vif
This page took 0.022979 seconds and 4 git commands to generate.