From 286e904c024c66f4db94371bb31204c74bc235ef Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 22:29:45 +0300 Subject: bison: use gm4 --- extra/bison/build | 1 + extra/bison/depends | 2 +- extra/bison/version | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/bison/build b/extra/bison/build index bbd53ee2..65b3cad9 100755 --- a/extra/bison/build +++ b/extra/bison/build @@ -1,6 +1,7 @@ #!/bin/sh -e export LDFLAGS="$LDFLAGS -static" +export M4=gm4 ./configure \ --prefix=/usr diff --git a/extra/bison/depends b/extra/bison/depends index e8fb4a13..995fb876 100644 --- a/extra/bison/depends +++ b/extra/bison/depends @@ -1 +1 @@ -m4 make +m4 diff --git a/extra/bison/version b/extra/bison/version index d8833805..930e665f 100644 --- a/extra/bison/version +++ b/extra/bison/version @@ -1 +1 @@ -3.7.6 1 +3.7.6 2 -- cgit v1.2.3