summaryrefslogtreecommitdiff
path: root/DEFAULTS
diff options
context:
space:
mode:
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"