summaryrefslogtreecommitdiff
path: root/strata/core/bison.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/bison.morph')
-rw-r--r--strata/core/bison.morph11
1 files changed, 3 insertions, 8 deletions
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
index a9497d4e..5f50fe89 100644
--- a/strata/core/bison.morph
+++ b/strata/core/bison.morph
@@ -1,10 +1,5 @@
name: bison
kind: chunk
-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
+build-system: autotools
+pre-configure-commands:
+- ./bootstrap --skip-po