summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtool.morph9
1 files changed, 1 insertions, 8 deletions
diff --git a/libtool.morph b/libtool.morph
index 625cae2c..4f45c86c 100644
--- a/libtool.morph
+++ b/libtool.morph
@@ -2,15 +2,8 @@
"name": "libtool",
"kind": "chunk",
"max-jobs": 1,
+ "build-system": "autotools",
"configure-commands": [
- "sed -i -e '/^buildreq=\"/,/^\"/{/xz/d}' bootstrap.conf",
- "bash bootstrap --skip-po --skip-git",
"./configure --prefix=\"$PREFIX\""
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
]
}