Cleanup: remove redundant memory barrier
[lttng-ust.git] / bootstrap
index 0374e3816ed830695a4f311a15566aa427363fb5..0ade5adcda756e795d8fa64d14668c3b4c3af9b2 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,9 +1,8 @@
 #! /bin/sh
 
 set -x
-aclocal
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
+if [ ! -e config ]; then
+       mkdir config
+fi
 
+autoreconf -vi
This page took 0.023324 seconds and 4 git commands to generate.