From 281e3ed0590f253ef717a1f82123dfc569a110a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 6 Sep 2011 12:11:05 +0000 Subject: [PATCH] bootstrap: Simplify & make more robust. --- bootstrap.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 09d2b628..e3e25935 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,8 +1,4 @@ #! /bin/sh -e rm -f aclocal.m4 mkdir -p config -libtoolize --copy -f -aclocal -autoheader -f -automake --add-missing --copy -f -autoconf -f +exec autoreconf -vfi