summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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