X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bootstrap;h=2bec3713512d2c4fab2371a3a66a5367bcb18c4a;hp=f6926cac5e8b2bd374f35f6554d7fd91877861b9;hb=7d7466d89f0d46afc31a1520903b9f9e2aa183b1;hpb=71dd417a2b700c2315ef9919104572df1bc83f7a diff --git a/bootstrap b/bootstrap index f6926cac..2bec3713 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 -vi