summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 19:51:04 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 19:51:04 +0100
commitf4452a7975b079d65a866d553d942976d1b72fdb (patch)
tree7d4cc08dbe02db759e31d983b6a903c3c39d300f
parenta78038b623354b8f877e9893ff4052e9ff4d79f1 (diff)
downloadgnome-doc-utils-f4452a7975b079d65a866d553d942976d1b72fdb.tar.gz
Add morphology
Need to fix gnome-autogen.sh to support beta versions of autotools Same fix as in gnome-common
-rw-r--r--gnome-doc-utils.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnome-doc-utils.morph b/gnome-doc-utils.morph
new file mode 100644
index 0000000..475fe0b
--- /dev/null
+++ b/gnome-doc-utils.morph
@@ -0,0 +1,9 @@
+{
+ "name": "gnome-doc-utils",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "sed -i -e 's/automake-1.11/automake-1.11a automake-1.11/g' gnome-autogen.sh",
+ "./autogen.sh --prefix=\"$PREFIX\""
+ ]
+}