From d0dac944aeb6385da874d07da2c9897f2f9bd7d6 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Thu, 21 Jun 2012 11:26:31 +0200 Subject: Use autoreconf to bootstrap the project This avoid to manually list all autotool programs required --- bootstrap.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3302c9f..ba2bee2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,2 @@ #! /bin/sh -e -aclocal -#autoheader -automake --add-missing --copy --foreign -autoconf --force +autoreconf --verbose --install --force --warnings=all -- cgit v0.12