bootstrap: Standardize on autoreconf -vi
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 12 May 2016 15:55:19 +0000 (11:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 12 May 2016 15:55:50 +0000 (11:55 -0400)
Don't overwrite already generated files.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
bootstrap

index 6d140c1d2fc95c60c07a725dedf371a5964beea9..0ade5adcda756e795d8fa64d14668c3b4c3af9b2 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,4 +5,4 @@ if [ ! -e config ]; then
        mkdir config
 fi
 
-autoreconf -vif
+autoreconf -vi
This page took 0.024314 seconds and 4 git commands to generate.