summaryrefslogtreecommitdiff
path: root/DEFAULTS
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-23 10:15:55 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-11-23 10:32:21 +0000
commit2708be3df0ecafc70046212c627ede87bd3e6487 (patch)
treefbdc61a2e24eb77b5af42e59d58b55b2f226d04a /DEFAULTS
parent7d7c21db688eb73ecfd5c426fc5491a0e068e72c (diff)
downloaddefinitions-2708be3df0ecafc70046212c627ede87bd3e6487.tar.gz
Fix migration to VERSION 7.
The migration script was updated after the commit 948454110a3d6af4fedc0d292fcc1e48475cc7c5 was submitted for review. This commit updates DEFAULTS to what the migration script actually generates. Change-Id: I9590f15aba67e32086d2fae18a88f5ccd8473263
Diffstat (limited to 'DEFAULTS')
-rw-r--r--DEFAULTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/DEFAULTS b/DEFAULTS
index 1b587728..ab034a0b 100644
--- a/DEFAULTS
+++ b/DEFAULTS
@@ -39,6 +39,8 @@ build-systems:
export NOCONFIGURE=1;
if [ -e autogen ]; then ./autogen;
elif [ -e autogen.sh ]; then ./autogen.sh;
+ elif [ -e bootstrap ]; then ./bootstrap;
+ elif [ -e bootstrap.sh ]; then ./bootstrap.sh;
elif [ ! -e ./configure ]; then autoreconf -ivf;
fi
- ./configure --prefix="$PREFIX"