summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 10:27:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 10:27:44 +0000
commit30fa7c082895f56c32ab74c099b2f6960249c7bf (patch)
treeb27aefd06b65e06cce6419025ff110ae50025482
parent6b16d7a79ad5af192713d65c8b39bcd99fae8d75 (diff)
downloadm4-30fa7c082895f56c32ab74c099b2f6960249c7bf.tar.gz
Run bootstrap instead of autoreconf as it is the usual step
-rw-r--r--m4.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/m4.morph b/m4.morph
index 910deca7..a1d08bcb 100644
--- a/m4.morph
+++ b/m4.morph
@@ -2,7 +2,7 @@
"name": "m4",
"kind": "chunk",
"configure-commands": [
- "autoreconf -i",
+ "bash bootstrap",
"./configure --prefix=/usr"
],
"build-commands": [