summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}