aboutsummaryrefslogtreecommitdiff
path: root/core/m4/build
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 /core/m4/build
parent3319e84f4af2fa75392cb0e33cf69f825be72f34 (diff)
downloadrepository-a2b135020c8664c3b7eb9751f7fc08bb30e8497e.tar.gz
m4: bump to 1.4.19
Diffstat (limited to 'core/m4/build')
-rwxr-xr-xcore/m4/build7
1 files changed, 6 insertions, 1 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"