aboutsummaryrefslogtreecommitdiff
path: root/core/m4/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/m4/build')
-rwxr-xr-xcore/m4/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/m4/build b/core/m4/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/core/m4/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install