X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bootstrap;h=2bec3713512d2c4fab2371a3a66a5367bcb18c4a;hb=006c5ffb42f32e802136e3c27a63accb59b4d6c4;hp=1dd41c0d30988586a123c99718668f4bdfbf97f5;hpb=24931fd6793c8ab161ec06f17eecf2483455fcba;p=babeltrace.git diff --git a/bootstrap b/bootstrap index 1dd41c0d..2bec3713 100755 --- 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