aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 2e856c4a..ca72d8f7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,3 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2test -n "$BASH_SOURCE" && workdir="${BASH_SOURCE[0]%/*}" && test -n "$workdir" && cd "$workdir" || \
3workdir=`dirname "$0"` && test -n "$workdir" && cd "$workdir" || echo "Warning: can't get working directory" 1>&2
2aclocal -I m4 --install 4aclocal -I m4 --install
3autoreconf -I m4 -f -i 5autoreconf -I m4 -f -i