summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-06-09 15:02:22 +0100
committerJavier Jardón <jjardon@gnome.org>2015-06-23 23:41:54 +0100
commit7aac2eb29cf0dd3df37ef1779d4f13c4128301a6 (patch)
tree98fc52c50e7b5ed00e55f921600dc24f94faad44
parentc474118af3822acd9f15d965cb4d5cb42bd35023 (diff)
downloaddefinitions-7aac2eb29cf0dd3df37ef1779d4f13c4128301a6.tar.gz
attr: separate bootstrap and configure commands
Also attr doesnt depend on automake to build Change-Id: Ied3ba4af7991c44ed080362a8dae5d00092e5514
-rw-r--r--strata/core.morph1
-rw-r--r--strata/core/attr.morph3
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" \