Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / bootstrap
index ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e..4b7e4110fcbc0db63f0a42c0a427b14ea3695314 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,8 @@
 #! /bin/sh
 
-aclocal \
-&& automake --gnu --add-missing \
-&& autoconf
+set -x
+if [ ! -e config ]; then
+       mkdir config
+fi
+
+autoreconf -vif -W all,error
This page took 0.02609 seconds and 4 git commands to generate.