summaryrefslogtreecommitdiff
path: root/autoconf.morph
blob: 199ea62b358e3985d5321467af152465659c2d7c (plain)
1
2
3
4
5
6
7
8
{
    "name": "autoconf",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\""
    ]
}