summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildsystem.py')
-rw-r--r--morphlib/buildsystem.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/buildsystem.py b/morphlib/buildsystem.py
index 5096a7c4..d7fbaf73 100644
--- a/morphlib/buildsystem.py
+++ b/morphlib/buildsystem.py
@@ -117,6 +117,8 @@ class AutotoolsBuildSystem(BuildSystem):
'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"',
]