summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:47:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:47:26 +0000
commit869616ffa43944e13cd7d3e79ce3f9e3dda78538 (patch)
treeec1d37184fbc848ccb52c5502e322984dddc8e04
parent24d1733e78a17d71aea6912144394ed7d3a82d50 (diff)
downloadm4-baserock/bootstrap.tar.gz
m4.morph: use build-system: autotoolsbaserock/bootstrap
-rw-r--r--m4.morph10
1 files changed, 1 insertions, 9 deletions
diff --git a/m4.morph b/m4.morph
index 08f0d9fb..f969e140 100644
--- a/m4.morph
+++ b/m4.morph
@@ -1,13 +1,5 @@
{
"name": "m4",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
- ]
+ "build-system": "autotools"
}