summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-15 14:15:28 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-15 17:38:21 +0100
commita97ab1a95090ccffe1eaf83808769f62f058b6c0 (patch)
treea2a61c375a0530392ccc125ecf62bd6357219f74
parent835eedb0425062a0ae818b6752b0e9f4ac6965d5 (diff)
downloaddefinitions-a97ab1a95090ccffe1eaf83808769f62f058b6c0.tar.gz
strata/core.morph: Upgrade to automake 1.14
This is the current stable version. Also Its needed for some GNOME modules.
-rw-r--r--strata/core.morph4
-rw-r--r--strata/core/automake.morph2
2 files changed, 3 insertions, 3 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 535f9d2c..4c6a23bf 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -77,8 +77,8 @@ chunks:
- name: automake
morph: strata/core/automake.morph
repo: upstream:automake
- ref: 5ac84ae6760252fc60b144a7b4deb41694f95fe7
- unpetrify-ref: baserock/morph
+ ref: ba4b42faff673e3e5265416dff09e59affc688fb
+ unpetrify-ref: v1.14.1
build-depends:
- autoconf
- perl
diff --git a/strata/core/automake.morph b/strata/core/automake.morph
index 616eeddf..282535d6 100644
--- a/strata/core/automake.morph
+++ b/strata/core/automake.morph
@@ -2,7 +2,7 @@ name: automake
kind: chunk
build-system: autotools
configure-commands:
-- ./bootstrap
+- ./bootstrap.sh
- ./configure --prefix="$PREFIX"
build-commands:
- unset DESTDIR; make