summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-16 20:34:30 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-16 20:34:30 +0000
commit600e612e2ca6d6d886b77acea5d016cf96ac023e (patch)
treec56e378954a0e491d0d3dfc6f97e779a0f8609dc /morphlib
parent5ecacb63a5931249cc6bf403ee7f793361c76d0c (diff)
parent61391793b0316f8a99b35e7e19c640fdb645ee32 (diff)
downloadmorph-600e612e2ca6d6d886b77acea5d016cf96ac023e.tar.gz
Merge branch 'master' of gitorious.org:baserock/morph
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/builder.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index beaa1df3..e11b2581 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -214,7 +214,8 @@ class ChunkBuilder(BlobBuilder):
},
'autotools': {
'configure-commands': [
- 'if [ -e autogen.sh ]; then ./autogen.sh; fi',
+ 'if [ -e autogen.sh ]; then ./autogen.sh; ' +
+ 'elif [ ! -e ./configure ]; then autoreconf -ivf; fi',
'./configure --prefix=/usr',
],
'build-commands': [