# HG changeset patch # User Ka-Hing Cheung # Date 1197765362 0 # Node ID e552f16abc8840b30e6c9edabf4a9a4b669f973b # Parent 068b412ba385329a2a83ecbaef1ed906e4e69c41# Parent 1dd83e2e582dbdc09dcc6f17dc5df1710377315d merge of '1d887e0b6d13b709051a68be9b34c28d2254dadb' and '4a7e68c5d619eeeaf26a687c139afcb1663d49d8' diff -r 068b412ba385 -r e552f16abc88 autogen.sh --- a/autogen.sh Sun Dec 16 00:34:21 2007 +0000 +++ b/autogen.sh Sun Dec 16 00:36:02 2007 +0000 @@ -19,7 +19,7 @@ exit; } -(glibtoolize --version) < /dev/null > /dev/null 2>&1 || { +(libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo; echo "You must have libtool installed to compile Pidgin."; echo; @@ -44,7 +44,7 @@ echo; echo "Running libtoolize, please ignore non-fatal messages...." -echo n | glibtoolize --copy --force || exit; +echo n | libtoolize --copy --force || exit; # Add other directories to this list if people continue to experience # brokennesses ... Obviously the real answer is for them to fix it @@ -57,7 +57,7 @@ fi done -glibtoolize -c -f --automake +libtoolize -c -f --automake glib-gettextize --force --copy intltoolize --force --copy aclocal $ACLOCAL_FLAGS || exit;