Port: make bootstrap script work on most shell
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 6 Oct 2015 16:08:00 +0000 (12:08 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 16 Oct 2015 18:45:37 +0000 (14:45 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bootstrap

index 1dd41c0d30988586a123c99718668f4bdfbf97f5..dd404cb85aff418d64ff679f26bd1d68a628bdbe 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,9 +1,8 @@
-#! /bin/sh
+#!/bin/sh
 
 set -x
 
 set -x
-if [ ! -e config ]; then
+if [ ! -d "config" ]; then
        mkdir config
 fi
 
        mkdir config
 fi
 
-libtoolize --force --copy
-autoreconf -i
+autoreconf -vif
This page took 0.024952 seconds and 4 git commands to generate.