ref: 5349c10a90733e8b7f7253fe6be8d353b8bbce9a
parent: c0f0c78404c60c6eff8b89f3132688b62ba9373c
author: Ralph Giles <giles@mozilla.com>
date: Tue Sep 11 19:00:23 EDT 2012
Actually disable libtool. Reversing the polarity. I was trying to disable the libtoolize invocation and failed.
--- a/autogen.sh
+++ b/autogen.sh
@@ -87,7 +87,7 @@
else
echo $LIBTOOLIZE
fi
-/bin/true && ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
+/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,"