aboutsummaryrefslogtreecommitdiff
path: root/core/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 /core/m4/build
parent7277b9c2d8e10e2764d1f2a29cbe4f8b41424ece (diff)
downloadrepository-664ec4dbccb9d72c3cc04093132f2a06555a476b.tar.gz
m4: move to community
Diffstat (limited to 'core/m4/build')
-rwxr-xr-xcore/m4/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/m4/build b/core/m4/build
deleted file mode 100755
index ca41a21b..00000000
--- a/core/m4/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-export LDFLAGS="$LDFLAGS -static"
-
-./configure \
- --prefix=/usr \
- --program-prefix=g
-
-make
-make DESTDIR="$1" install