From: Jérémie Galarneau Date: Thu, 12 May 2016 16:44:14 +0000 (-0400) Subject: bootstrap: Standardize on autoreconf -vi X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=3528f2a3f2378f44a2f42028c276a446aa15a933;hp=2038dd6ce78bc856ece474626b7f039d19860bce 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