summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-23 10:28:51 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-23 10:28:51 +0000
commit837f58bdadda09a13b062929d6b5d448bdb5cabe (patch)
treef42d00c3ad5e54cafa0de61d840bc1a88a66523a
parentc7a4f00fd701c7e1bd071c7a5aa8199f96833823 (diff)
downloadtbdiff-837f58bdadda09a13b062929d6b5d448bdb5cabe.tar.gz
Switch to the autotools build system in tbdiff.morph.
-rw-r--r--tbdiff.morph7
1 files changed, 1 insertions, 6 deletions
diff --git a/tbdiff.morph b/tbdiff.morph
index 94ed111..8963c85 100644
--- a/tbdiff.morph
+++ b/tbdiff.morph
@@ -1,10 +1,5 @@
{
"name": "tbdiff",
"kind": "chunk",
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make PREFIX=\"/usr\" DESTDIR=\"$DESTDIR\" install"
- ]
+ "build-system": "autotools"
}