Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / bootstrap
index 1199ae213af4f46d2d4d346674fc96831ae0394b..4b7e4110fcbc0db63f0a42c0a427b14ea3695314 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 -W all,error
This page took 0.022654 seconds and 4 git commands to generate.