Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
[lttng-ust.git] / bootstrap
index 1199ae213af4f46d2d4d346674fc96831ae0394b..c71b862a5632b09cc8fd546a9ce9c208e37465c7 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 -i
This page took 0.022735 seconds and 4 git commands to generate.