bootstrap: Standardize on autoreconf -vi
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 May 2016 16:44:14 +0000 (12:44 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 May 2016 16:44:14 +0000 (12:44 -0400)
Don't overwrite already generated files.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bootstrap

index dd404cb85aff418d64ff679f26bd1d68a628bdbe..2bec3713512d2c4fab2371a3a66a5367bcb18c4a 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,4 +5,4 @@ if [ ! -d "config" ]; then
        mkdir config
 fi
 
-autoreconf -vif
+autoreconf -vi
This page took 0.026697 seconds and 5 git commands to generate.