From a97ab1a95090ccffe1eaf83808769f62f058b6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 15 Sep 2014 14:15:28 +0100 Subject: strata/core.morph: Upgrade to automake 1.14 This is the current stable version. Also Its needed for some GNOME modules. --- strata/core.morph | 4 ++-- strata/core/automake.morph | 2 +- 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 -- cgit v1.2.1