From: Mathieu Desnoyers Date: Thu, 12 May 2016 15:55:19 +0000 (-0400) Subject: bootstrap: Standardize on autoreconf -vi X-Git-Tag: v2.9.0-rc1~110 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=7b34df2f310407966c8691a0ff59b33d664deff6;p=lttng-ust.git bootstrap: Standardize on autoreconf -vi Don't overwrite already generated files. Signed-off-by: Mathieu Desnoyers --- 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