X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bootstrap;h=2bec3713512d2c4fab2371a3a66a5367bcb18c4a;hp=f6926cac5e8b2bd374f35f6554d7fd91877861b9;hb=e08b9e07b43b305ee9f31690b5c27e5ae24f0078;hpb=f85f806c0bd6b0d2583805d6bdd8d792b311c412 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