From 7de45e57c768284651b0b2033f52e0bff58438e9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 22:25:02 +0300 Subject: m4: switch to gm4 --- core/m4/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/m4/build') diff --git a/core/m4/build b/core/m4/build index bbd53ee2..ca41a21b 100755 --- a/core/m4/build +++ b/core/m4/build @@ -3,7 +3,8 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ - --prefix=/usr + --prefix=/usr \ + --program-prefix=g make make DESTDIR="$1" install -- cgit v1.2.3