diff options
Diffstat (limited to 'autoconf.morph')
-rw-r--r-- | autoconf.morph | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/autoconf.morph b/autoconf.morph index 3d88277b..199ea62b 100644 --- a/autoconf.morph +++ b/autoconf.morph @@ -1,5 +1,8 @@ { "name": "autoconf", "kind": "chunk", - "build-system": "autotools" + "build-system": "autotools", + "configure-commands": [ + "./configure --prefix=\"$PREFIX\"" + ] } |