From 8b83e79992b6dcd1f3b905bb0d41f53ba574a311 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 13 Sep 2016 00:47:54 +0100 Subject: [PATCH] Remove -fv flags from autoreconf --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 9b6b39f7..abae7294 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,3 +1,4 @@ #!/bin/sh -autoreconf -fiv +mkdir -p m4 +autoreconf -i $@