projects
/
babeltrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801340d
)
Port: make bootstrap script work on most shell
author
Michael Jeanson
<mjeanson@efficios.com>
Tue, 6 Oct 2015 16:08:00 +0000
(12:08 -0400)
committer
Michael 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
patch
|
blob
|
blame
|
history
diff --git
a/bootstrap
b/bootstrap
index 1dd41c0d30988586a123c99718668f4bdfbf97f5..dd404cb85aff418d64ff679f26bd1d68a628bdbe 100755
(executable)
--- a/
bootstrap
+++ b/
bootstrap
@@
-1,9
+1,8
@@
-#!
/bin/sh
+#!/bin/sh
set -x
-if [ ! -
e config
]; then
+if [ ! -
d "config"
]; then
mkdir config
fi
-libtoolize --force --copy
-autoreconf -i
+autoreconf -vif
This page took
0.024332 seconds
and
4
git commands to generate.