summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--migrations/007-initial-defaults2
1 files changed, 2 insertions, 0 deletions
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"