X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bootstrap;h=dd404cb85aff418d64ff679f26bd1d68a628bdbe;hb=e0c22560d5b5d0346d798ee0115e94e6455058a8;hp=f6926cac5e8b2bd374f35f6554d7fd91877861b9;hpb=24a3136a3837ee43162b1393827faa938f0789eb;p=babeltrace.git diff --git a/bootstrap b/bootstrap index f6926cac..dd404cb8 100755 --- a/bootstrap +++ b/bootstrap @@ -1,12 +1,8 @@ -#! /bin/sh +#!/bin/sh set -x -if [ ! -e config ]; then +if [ ! -d "config" ]; then mkdir config fi -aclocal -I m4 -libtoolize --force --copy -autoheader -automake --add-missing --copy -autoconf +autoreconf -vif