aboutsummaryrefslogtreecommitdiff
path: root/community/m4/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/m4/build')
-rwxr-xr-xcommunity/m4/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/m4/build b/community/m4/build
deleted file mode 100755
index ca41a21b..00000000
--- a/community/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