Mercurial > pidgin
changeset 21836:e552f16abc88
merge of '1d887e0b6d13b709051a68be9b34c28d2254dadb'
and '4a7e68c5d619eeeaf26a687c139afcb1663d49d8'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Sun, 16 Dec 2007 00:36:02 +0000 |
parents | 068b412ba385 (current diff) 1dd83e2e582d (diff) |
children | 5c702ff46072 |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;