summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 8d5f3fce..94473150 100755
--- a/bootstrap
+++ b/bootstrap
@@ -29,6 +29,8 @@ get () {
rm -f acinclude.m4.tmp
}
+mkdir -p build-aux
+
if test -z "$REVISION"; then
REVISION=`\`which svn\` info . 2> /dev/null | awk "/Revision:/{print \\$2}"`
fi