From 7b34df2f310407966c8691a0ff59b33d664deff6 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 12 May 2016 11:55:19 -0400 Subject: [PATCH] bootstrap: Standardize on autoreconf -vi Don't overwrite already generated files. Signed-off-by: Mathieu Desnoyers --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 6d140c1d..0ade5adc 100755 --- a/bootstrap +++ b/bootstrap @@ -5,4 +5,4 @@ if [ ! -e config ]; then mkdir config fi -autoreconf -vif +autoreconf -vi -- 2.34.1