Fix: posix_fallocate() returns int > 0 on errors
[babeltrace.git] / bootstrap
index f6926cac5e8b2bd374f35f6554d7fd91877861b9..1dd41c0d30988586a123c99718668f4bdfbf97f5 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,9 +4,6 @@ set -x
 if [ ! -e config ]; then
        mkdir config
 fi
-aclocal -I m4
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
 
+libtoolize --force --copy
+autoreconf -i
This page took 0.02387 seconds and 4 git commands to generate.