shithub: libsamplerate

Download patch

ref: 6f903c8725414c95f6618471a81cba82a6471fd0
parent: a62f6bca2c6330a5fea2459c89f0208d2aab4d4a
author: David Seifert <soap@gentoo.org>
date: Sat Jun 10 11:48:00 EDT 2017

autogen.sh: Do not automatically launch ./configure

--- a/autogen.sh
+++ b/autogen.sh
@@ -107,11 +107,6 @@
         exit 1
 fi
 
-if test -z "$*"; then
-        echo "I am going to run ./configure with no arguments - if you wish "
-        echo "to pass any to it, please specify them on the $0 command line."
-fi
-
 echo "Generating configuration files for $package, please wait...."
 
 echo "  $ACLOCAL $ACLOCAL_FLAGS"
@@ -124,6 +119,3 @@
 $AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
 echo "  autoconf"
 autoconf || exit 1
-
-cd $olddir
-$srcdir/configure --enable-gcc-werror "$@" && echo