From 09a41d937285b2e22e66fc2bc47242b9e05ddbef Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 12 May 2016 11:54:46 -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 dd404cb..2bec371 100755 --- a/bootstrap +++ b/bootstrap @@ -5,4 +5,4 @@ if [ ! -d "config" ]; then mkdir config fi -autoreconf -vif +autoreconf -vi -- 2.34.1