From bf66e180bf918f6eff64479969cc2e9a3507dae5 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:02:54 +0100
Subject: [PATCH 01/15] build: Use autoreconf instead of open coding it
Status: obsolete

---
 bootstrap | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bootstrap b/bootstrap
index 91756f9..54516bc 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,3 @@
 #!/bin/sh
 
-aclocal && \
-    autoheader && \
-	libtoolize --automake --copy --force && \
-	    automake --add-missing --copy && \
-		autoconf
+autoreconf --force --install
-- 
1.8.2.rc2

