From 7aac2eb29cf0dd3df37ef1779d4f13c4128301a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Jun 2015 15:02:22 +0100 Subject: attr: separate bootstrap and configure commands Also attr doesnt depend on automake to build Change-Id: Ied3ba4af7991c44ed080362a8dae5d00092e5514 --- strata/core.morph | 1 - strata/core/attr.morph | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/strata/core.morph b/strata/core.morph index e11c2d04..8e7e6db7 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -286,7 +286,6 @@ chunks: unpetrify-ref: baserock/morph build-depends: - autoconf - - automake - gettext-tarball - libtool - name: acl diff --git a/strata/core/attr.morph b/strata/core/attr.morph index 46d0b9c0..d0bf6976 100644 --- a/strata/core/attr.morph +++ b/strata/core/attr.morph @@ -1,8 +1,9 @@ name: attr kind: chunk build-system: autotools -configure-commands: +pre-configure-commands: - make configure +configure-commands: - | ./configure --prefix="$PREFIX" \ --exec-prefix="$PREFIX" \ -- cgit v1.2.1