aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-30 15:09:52 +0300
committerCem Keylan <cem@ckyln.com>2021-05-30 15:09:52 +0300
commita2b135020c8664c3b7eb9751f7fc08bb30e8497e (patch)
tree319d9dce7ebe804cd9dd277db0db67efbcdb0c4a
parent3319e84f4af2fa75392cb0e33cf69f825be72f34 (diff)
downloadrepository-a2b135020c8664c3b7eb9751f7fc08bb30e8497e.tar.gz
m4: bump to 1.4.19
-rwxr-xr-xcore/m4/build7
-rw-r--r--core/m4/checksums2
-rw-r--r--core/m4/sources2
-rw-r--r--core/m4/version2
4 files changed, 9 insertions, 4 deletions
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