X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bootstrap;h=dd404cb85aff418d64ff679f26bd1d68a628bdbe;hp=f6926cac5e8b2bd374f35f6554d7fd91877861b9;hb=5f38bc819a3feece3f0c8cf1155735b090e533c1;hpb=24a3136a3837ee43162b1393827faa938f0789eb 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