summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 13:27:30 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 13:27:30 +0100
commit363953fff4e3e12152ce2498b58a471884b497f5 (patch)
tree661a498db4e5ee46d6fde3731232fdb314d0b126
parentf0e34c361e8024be4bb7bc4fdb04dfc7c2893f37 (diff)
downloadat-spi2-atk-baserock/morph.tar.gz
at-spi2-atk.morph: autoreconf doesn't work, need to run autopoint toobaserock/morph
Let's just use the same hack gnome-common and gnome-doc-utils use already.
-rw-r--r--at-spi2-atk.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/at-spi2-atk.morph b/at-spi2-atk.morph
index 8dd95b6..ff8aea1 100644
--- a/at-spi2-atk.morph
+++ b/at-spi2-atk.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "autoreconf -ivf",
- "./configure --prefix=\"$PREFIX\""
+ "sed -i -e 's/automake-1.11/automake-1.11a automake-1.11/g' autogen.sh",
+ "./autogen.sh --prefix=\"$PREFIX\""
]
}