From 2708be3df0ecafc70046212c627ede87bd3e6487 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 23 Nov 2015 10:15:55 +0000 Subject: 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 --- DEFAULTS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DEFAULTS') 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" -- cgit v1.2.1