From: Ruben Kerkhof Date: Sun, 5 Oct 2014 13:50:31 +0000 (+0200) Subject: Don't run automake twice X-Git-Tag: rec-3.7.0-rc1~228^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1775%2Fhead;p=thirdparty%2Fpdns.git Don't run automake twice autoreconf already does that. also run autoreconf in verbose mode --- 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