From a7a3d5cccab3cd550f4e3ba1dde12108a8818bd2 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 24 Nov 2015 10:35:22 +0000 Subject: [PATCH] bootstrap: reduce number of words "error" in bootstrap output on some platforms --- bootstrap | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index beacc679..2e856c4a 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,3 @@ #!/bin/sh -aclocal -I m4 -automake -autoreconf -f -i +aclocal -I m4 --install +autoreconf -I m4 -f -i