From: Jérémie Galarneau Date: Thu, 12 May 2016 16:43:22 +0000 (-0400) Subject: bootstrap: Standardize on autoreconf -vi X-Git-Tag: v1.4.0-rc1~4 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=7d7466d89f0d46afc31a1520903b9f9e2aa183b1;ds=sidebyside 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 dd404cb8..2bec3713 100755 --- a/bootstrap +++ b/bootstrap @@ -5,4 +5,4 @@ if [ ! -d "config" ]; then mkdir config fi -autoreconf -vif +autoreconf -vi