summaryrefslogtreecommitdiff
path: root/m4.morph
blob: a1d08bcb723c1293ffebc0787b7591ed12ac5264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "m4",
    "kind": "chunk",
    "configure-commands": [
        "bash bootstrap",
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}