From 08e830dd4a5b3ee280a1672522169fff63fd5998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 24 Sep 2015 18:54:54 +0100 Subject: migrations/007-initial-defaults: Add bootstrap[.sh] check to autotools Change-Id: I3585977e49e19a6ec26d30a725d2de936e15a228 --- 007-initial-defaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/007-initial-defaults b/007-initial-defaults index 826ec8d..f08ed3e 100644 --- a/007-initial-defaults +++ b/007-initial-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