diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-09 22:48:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-09 22:48:57 +0300 |
commit | 25eb760ffa250db33789d0d5e4e180b48b9c93a7 (patch) | |
tree | a512e641a20ec5d4d3e3e1b8e5ca24ac740990cf /extra/autoconf/build | |
parent | ea370f1df9fdea626f1ff9bf215b24432c1a5287 (diff) | |
download | repository-25eb760ffa250db33789d0d5e4e180b48b9c93a7.tar.gz |
autoconf: move to community
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 |