golang: Update from 1.10.1 to 1.10.2
[termux-packages] / packages / libsndfile / autogen.sh.patch
CommitLineData
7712869c
FF
1diff -u -r ../libsndfile-826d5296da54c016e3cb0f7f00de3b9e295b9c4a/autogen.sh ./autogen.sh
2--- ../libsndfile-826d5296da54c016e3cb0f7f00de3b9e295b9c4a/autogen.sh 2017-10-31 09:30:54.000000000 +0100
3+++ ./autogen.sh 2017-11-15 23:12:23.210491716 +0100
4@@ -11,18 +11,6 @@
5 cd "$srcdir"
6 DIE=0
7
8-printf "checking for autogen ... "
9-result="yes"
10-(autogen --version) < /dev/null > /dev/null 2>&1 || {
11- echo
12- echo "You must have GNU autogen installed to compile $package."
13- echo "Download the appropriate package for your distribution,"
14- echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
15- result="no"
16- DIE=1
17-}
18-echo $result
19-
20 printf "checking for autoconf ... "
21 result="yes"
22 (autoconf --version) < /dev/null > /dev/null 2>&1 || {