summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-18 16:41:57 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-26 12:08:06 +0000
commitced9d46974b3e36e6a87a6a44000e61f67bead47 (patch)
tree311e0d4086ba43ad902a95f03bcf98092e5048bb /strata
parenta43cfbabc13dcee38827ccab55c8de7c5c6b1137 (diff)
downloaddefinitions-ced9d46974b3e36e6a87a6a44000e61f67bead47.tar.gz
strata/core/bison: Use default autotools commands instead hardcode them
Diffstat (limited to 'strata')
-rw-r--r--strata/core/bison.morph8
1 files changed, 2 insertions, 6 deletions
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
index a9497d4e..0c649e78 100644
--- a/strata/core/bison.morph
+++ b/strata/core/bison.morph
@@ -1,10 +1,6 @@
name: bison
kind: chunk
-configure-commands:
+build-system: autotools
+pre-configure-commands:
- echo $(grep '* Noteworthy changes in release' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f6) > .tarball-version
- bash bootstrap --skip-po
-- ./configure --prefix=/usr --disable-nls
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install