aboutsummaryrefslogtreecommitdiff
path: root/extra/autoconf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-01 15:16:12 +0300
committerCem Keylan <cem@ckyln.com>2020-09-01 15:16:12 +0300
commit413fe057203c2dc4ddad0830aa09d13bf4f25902 (patch)
treed5043e65cd5ef1eb904b3dab7178ac01d963a1f5 /extra/autoconf/build
parent91e527edfd8bdff5b5776b83eb62775107e63d33 (diff)
downloadrepository-413fe057203c2dc4ddad0830aa09d13bf4f25902.tar.gz
autoconf: add new package at 2.69
Diffstat (limited to 'extra/autoconf/build')
-rwxr-xr-xextra/autoconf/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/autoconf/build b/extra/autoconf/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/autoconf/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install