aboutsummaryrefslogtreecommitdiff
path: root/extra/autoconf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:48:57 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:48:57 +0300
commit25eb760ffa250db33789d0d5e4e180b48b9c93a7 (patch)
treea512e641a20ec5d4d3e3e1b8e5ca24ac740990cf /extra/autoconf/build
parentea370f1df9fdea626f1ff9bf215b24432c1a5287 (diff)
downloadrepository-25eb760ffa250db33789d0d5e4e180b48b9c93a7.tar.gz
autoconf: move to community
Diffstat (limited to 'extra/autoconf/build')
-rwxr-xr-xextra/autoconf/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/autoconf/build b/extra/autoconf/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/extra/autoconf/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install