From a2b135020c8664c3b7eb9751f7fc08bb30e8497e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 30 May 2021 15:09:52 +0300 Subject: m4: bump to 1.4.19 --- core/m4/build | 7 ++++++- core/m4/checksums | 2 +- core/m4/sources | 2 +- core/m4/version | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) (limited to 'core/m4') diff --git a/core/m4/build b/core/m4/build index bbd53ee2..ea87d965 100755 --- a/core/m4/build +++ b/core/m4/build @@ -3,7 +3,12 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ - --prefix=/usr + --prefix=/usr \ + --program-prefix=g make make DESTDIR="$1" install + +# Setup alternatives +ln -s gm4 "$1/usr/bin/m4" +ln -s gm4.1 "$1/usr/share/man/man1/m4.1" diff --git a/core/m4/checksums b/core/m4/checksums index 1357398a..f9a41b7e 100644 --- a/core/m4/checksums +++ b/core/m4/checksums @@ -1 +1 @@ -f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07 m4-1.4.18.tar.xz +63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96 m4-1.4.19.tar.xz diff --git a/core/m4/sources b/core/m4/sources index 07be0f71..bde2eff2 100644 --- a/core/m4/sources +++ b/core/m4/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/m4/m4-1.4.18.tar.xz +https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz diff --git a/core/m4/version b/core/m4/version index 3f61745a..b97669c6 100644 --- a/core/m4/version +++ b/core/m4/version @@ -1 +1 @@ -1.4.18 3 +1.4.19 1 -- cgit v1.2.3