From 1cdcdf4cf045cb212be22dfedac281dd13fa988d 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 --- migrations/007-initial-defaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/007-initial-defaults b/migrations/007-initial-defaults index 826ec8d0..f08ed3ea 100644 --- a/migrations/007-initial-defaults +++ b/migrations/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