aboutsummaryrefslogtreecommitdiff
path: root/community/m4/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:48:17 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:48:17 +0300
commit664ec4dbccb9d72c3cc04093132f2a06555a476b (patch)
treeea1fc99041a336ea98c3ea640ae42c8d8663fad1 /community/m4/build
parent7277b9c2d8e10e2764d1f2a29cbe4f8b41424ece (diff)
downloadrepository-664ec4dbccb9d72c3cc04093132f2a06555a476b.tar.gz
m4: move to community
Diffstat (limited to 'community/m4/build')
-rwxr-xr-xcommunity/m4/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/m4/build b/community/m4/build
new file mode 100755
index 00000000..ca41a21b
--- /dev/null
+++ b/community/m4/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --program-prefix=g
+
+make
+make DESTDIR="$1" install