From 3528f2a3f2378f44a2f42028c276a446aa15a933 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 12 May 2016 12:44:14 -0400 Subject: [PATCH] bootstrap: Standardize on autoreconf -vi MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Don't overwrite already generated files. Signed-off-by: Jérémie Galarneau --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index dd404cb85..2bec37135 100755 --- a/bootstrap +++ b/bootstrap @@ -5,4 +5,4 @@ if [ ! -d "config" ]; then mkdir config fi -autoreconf -vif +autoreconf -vi -- 2.34.1