summaryrefslogtreecommitdiff
path: root/automake.morph
blob: c767baf2030bd52d4de98c79cbf043b6d529b7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "automake",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./bootstrap",
        "./configure --prefix=\"$PREFIX\""
    ],
    "build-commands": [
        "unset DESTDIR; make"
    ]
}