Fix: don't use a return code in _bt_ctf_stream_append_discarded_events
[babeltrace.git] / bootstrap
index c507425667e579d73a2a31c27b0e7a96baa4e8da..1dd41c0d30988586a123c99718668f4bdfbf97f5 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,9 +4,6 @@ set -x
 if [ ! -e config ]; then
        mkdir config
 fi
-aclocal
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
 
+libtoolize --force --copy
+autoreconf -i
This page took 0.022471 seconds and 4 git commands to generate.