summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-16 09:39:00 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-16 09:39:00 +0000
commit61391793b0316f8a99b35e7e19c640fdb645ee32 (patch)
tree02f86c5fe4ade5779f25323e175ea7d27e0816ee /morphlib
parent1587e1a66564c29ee206758e27a1fbddf8c1f5d5 (diff)
downloadmorph-61391793b0316f8a99b35e7e19c640fdb645ee32.tar.gz
build-system: autotools now runs autoreconf
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 53b330d0..1086d0fd 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': [