configure: check for elfutils (libelf and libdw) >= 0.154
[babeltrace.git] / bootstrap
index f6926cac5e8b2bd374f35f6554d7fd91877861b9..dd404cb85aff418d64ff679f26bd1d68a628bdbe 100755 (executable)
--- 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
This page took 0.022951 seconds and 4 git commands to generate.