summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 13:06:40 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 13:06:40 +0100
commit4bc5a035084f96f510390793a4a5726f3f7ca49a (patch)
treeb33abc345d08f27df86e4011a7e652ebc73c6338
parent99f4af834e37cbabfd32e4e2cb9de0d294cd2137 (diff)
downloadat-spi2-atk-4bc5a035084f96f510390793a4a5726f3f7ca49a.tar.gz
Add morphology: need to use autoreconf
autogen.sh in this package does not handle beta versions of Automake
-rw-r--r--at-spi2-atk.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/at-spi2-atk.morph b/at-spi2-atk.morph
new file mode 100644
index 0000000..2f65047
--- /dev/null
+++ b/at-spi2-atk.morph
@@ -0,0 +1,9 @@
+{
+ "name": "at-spi2-atk",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "autoreconf -ivh",
+ "./configure --prefix=\"$PREFIX\""
+ ]
+}