From: Jérémie Galarneau Date: Thu, 12 May 2016 16:44:14 +0000 (-0400) Subject: bootstrap: Standardize on autoreconf -vi X-Git-Tag: v2.8.0~136 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=1021ffb2e822833b13c6fa477ad77e3303c78a3c;p=lttng-tools.git bootstrap: Standardize on autoreconf -vi Don't overwrite already generated files. Signed-off-by: Jérémie Galarneau --- 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