summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 19:08:29 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 19:08:29 +0100
commit52568782ae136e1ec4ddf3eb6da7b0f3fbd3f1b3 (patch)
treefe81c8c0ae343f54546f79f7ed2895ce9a00cc81
parent5bb10cf303762530d847b2d9879e6b0fdf32603f (diff)
downloadlibical-baserock/morph.tar.gz
Add morphology to work around bad autotools setupbaserock/morph
Use autoreconf instead of ./autogen.sh because we get an out of date and broken libtool that way.
-rw-r--r--libical.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/libical.morph b/libical.morph
new file mode 100644
index 0000000..64eb75d
--- /dev/null
+++ b/libical.morph
@@ -0,0 +1,9 @@
+{
+ "name": "libical",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "autoreconf -ivf",
+ "./configure --prefix=\"$PREFIX\""
+ ]
+}