From: Mathieu Desnoyers Date: Thu, 12 May 2016 15:55:19 +0000 (-0400) Subject: bootstrap: Standardize on autoreconf -vi X-Git-Tag: v2.8.0~18 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=9aa3d4e5992d218c25ab9ddcc1a21c01145d6ade 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