From ced9d46974b3e36e6a87a6a44000e61f67bead47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 18 Feb 2015 16:41:57 +0000 Subject: strata/core/bison: Use default autotools commands instead hardcode them --- strata/core/bison.morph | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'strata') 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 -- cgit v1.2.1