Tests: no substitution needed for multi-trace intersection test
[babeltrace.git] / bootstrap
index 1dd41c0d30988586a123c99718668f4bdfbf97f5..2bec3713512d2c4fab2371a3a66a5367bcb18c4a 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,9 +1,8 @@
-#! /bin/sh
+#!/bin/sh
 
 set -x
-if [ ! -e config ]; then
+if [ ! -d "config" ]; then
        mkdir config
 fi
 
-libtoolize --force --copy
-autoreconf -i
+autoreconf -vi
This page took 0.023114 seconds and 4 git commands to generate.