X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bootstrap;h=dd404cb85aff418d64ff679f26bd1d68a628bdbe;hb=e0c22560d5b5d0346d798ee0115e94e6455058a8;hp=1dd41c0d30988586a123c99718668f4bdfbf97f5;hpb=24931fd6793c8ab161ec06f17eecf2483455fcba;p=babeltrace.git diff --git a/bootstrap b/bootstrap index 1dd41c0d..dd404cb8 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 -vif