shithub: opus-tools

Download patch

ref: 6fb7ceadb81cacb9e62c33f06533d5a8a94105b3
parent: 5349c10a90733e8b7f7253fe6be8d353b8bbce9a
author: Ralph Giles <giles@mozilla.com>
date: Tue Sep 11 19:20:05 EDT 2012

That didn't work either. Just remove the libtool section.

Zero is the third polarity?

If we ever do want libtool, it's easy enough to copy this
back from the opus/autogen.sh.

--- a/autogen.sh
+++ b/autogen.sh
@@ -77,25 +77,6 @@
   }
 fi
 
-echo -n "checking for libtool... "
-for LIBTOOLIZE in libtoolize glibtoolize nope; do
-  ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
-done
-if test x$LIBTOOLIZE = xnope; then
-  echo "nope."
-  LIBTOOLIZE=libtoolize
-else
-  echo $LIBTOOLIZE
-fi
-/bin/false && ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
-	echo
-	echo "You must have libtool installed to compile $package."
-	echo "Download the appropriate package for your system,"
-	echo "or get the source from one of the GNU ftp sites"
-	echo "listed in http://www.gnu.org/order/ftp.html"
-	DIE=1
-}
-
 if test "$DIE" -eq 1; then
         exit 1
 fi
@@ -106,8 +87,6 @@
 $ACLOCAL $ACLOCAL_FLAGS || exit 1
 echo "  autoheader"
 autoheader || exit 1
-#echo "  $LIBTOOLIZE --automake"
-#$LIBTOOLIZE --automake || exit 1
 echo "  $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
 $AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
 echo "  autoconf"