summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 12:29:41 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 12:29:41 +0100
commit02e19f5c979d1825c50518b43587305cf80a412c (patch)
treece903c0c3a36d27c0e664b4164327e64a8936e0e
parent29314c26078ff5b5ccdd518893ab58f9b681f40f (diff)
downloadlibsndfile-02e19f5c979d1825c50518b43587305cf80a412c.tar.gz
libsndfile.morph: configure commands should honour $PREFIX
-rw-r--r--libsndfile.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsndfile.morph b/libsndfile.morph
index a1e82ce..1d45922 100644
--- a/libsndfile.morph
+++ b/libsndfile.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "./configure --disable-external-libs"
+ "./configure --prefix=\"$PREFIX\" --disable-external-libs"
]
}