aboutsummaryrefslogtreecommitdiff
path: root/core/m4/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:25:02 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:25:02 +0300
commit7de45e57c768284651b0b2033f52e0bff58438e9 (patch)
tree9c866af6278a5547c6adb5c245b48f5395302a96 /core/m4/build
parentd3b3d25b359bb4359dd1610ec87aa330e1d6ebe0 (diff)
downloadrepository-7de45e57c768284651b0b2033f52e0bff58438e9.tar.gz
m4: switch to gm4
Diffstat (limited to 'core/m4/build')
-rwxr-xr-xcore/m4/build3
1 files changed, 2 insertions, 1 deletions
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