From 1970276de9337fafd0297a97c6aeaddc84f454e3 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 5 Oct 2014 15:50:31 +0200 Subject: [PATCH] Don't run automake twice autoreconf already does that. also run autoreconf in verbose mode --- bootstrap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 2ba8bef1c6..442cb4f28e 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,2 @@ #!/bin/sh -set -e -autoreconf -i -automake --add-missing +autoreconf -vi -- 2.47.2