summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-01 11:39:13 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-01 11:39:13 +0000
commit8ec2d3522067c4b651c2fa1292003c612c54a7ce (patch)
tree6bf353d6e1f9820a5e0aa76d2d10f0d7776ceb6c
parent05f4ba70c744ff1011ba3ba82f982291db72c5f8 (diff)
downloadlibexpat-8ec2d3522067c4b651c2fa1292003c612c54a7ce.tar.gz
libexpat.morph: use autoreconf -i instead of buildconf.sh
the script is for outdated autotools and breaks
-rw-r--r--libexpat.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexpat.morph b/libexpat.morph
index cd7f42b..98ea352 100644
--- a/libexpat.morph
+++ b/libexpat.morph
@@ -2,7 +2,7 @@
"name": "libexpat",
"kind": "chunk",
"configure-commands": [
- "sh buildconf.sh",
+ "autoreconf -i",
"./configure --prefix=/usr"
],
"build-commands": [