diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-11 20:47:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-11 20:47:55 +0300 |
commit | e64729fb5174e5bbd4a22e373f9ea703ad2fcd90 (patch) | |
tree | 85960d934a8936b2ae32eb21e2273477ce33a91b /extra/autoconf/build | |
parent | 58401044412d446f390b4351d1d78895c9d5a6ae (diff) | |
download | repository-e64729fb5174e5bbd4a22e373f9ea703ad2fcd90.tar.gz |
autotools: drop from repository
Diffstat (limited to 'extra/autoconf/build')
-rwxr-xr-x | extra/autoconf/build | 7 |
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 |