aboutsummaryrefslogtreecommitdiff
path: root/extra/autoconf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-11 20:47:55 +0300
committerCem Keylan <cem@ckyln.com>2020-04-11 20:47:55 +0300
commite64729fb5174e5bbd4a22e373f9ea703ad2fcd90 (patch)
tree85960d934a8936b2ae32eb21e2273477ce33a91b /extra/autoconf/build
parent58401044412d446f390b4351d1d78895c9d5a6ae (diff)
downloadrepository-e64729fb5174e5bbd4a22e373f9ea703ad2fcd90.tar.gz
autotools: drop from repository
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