diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-09 22:29:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-09 22:29:45 +0300 |
commit | 286e904c024c66f4db94371bb31204c74bc235ef (patch) | |
tree | 4ce802b43f21471e09c8a511b0c3cbe6b9914f50 /extra/bison | |
parent | 5eb937d4c12fe0942f53e8ff2b3c408725aa58a7 (diff) | |
download | repository-286e904c024c66f4db94371bb31204c74bc235ef.tar.gz |
bison: use gm4
Diffstat (limited to 'extra/bison')
-rwxr-xr-x | extra/bison/build | 1 | ||||
-rw-r--r-- | extra/bison/depends | 2 | ||||
-rw-r--r-- | 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 |