summaryrefslogtreecommitdiff
path: root/m4.morph
blob: e83420aab3a1c78947710295f183b99c2ed8c93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "m4",
    "kind": "chunk",
    "configure-commands": [
        "rm .git*",
        "CONFIG_SHELL=\"/bin/bash\" bash -ex bootstrap --skip-po",
        "./configure --prefix=/usr --disable-nls"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}