# HG changeset patch # User Evan Schoenberg # Date 1171427088 0 # Node ID deea490f2d9104534a16db35c091b33b04ed3958 # Parent 593534b724b020c7b4152b93f4925ead65b3eb81# Parent a830f9756f236a57262b4d160455b9da44462313 merge of '46383975a415a7c7a37796205fd5ee523d5bc5e6' and '8411ecb9a8c1bd0d0a87639e157b39d7e20934bb' diff -r a830f9756f23 -r deea490f2d91 autogen.sh --- a/autogen.sh Wed Feb 14 02:35:35 2007 +0000 +++ b/autogen.sh Wed Feb 14 04:24:48 2007 +0000 @@ -7,40 +7,40 @@ (glib-gettextize --version) < /dev/null > /dev/null 2>&1 || { echo; - echo "You must have glib-gettextize installed to compile Gaim."; + echo "You must have glib-gettextize installed to compile Pidgin."; echo; exit; } (intltoolize --version) < /dev/null > /dev/null 2>&1 || { echo; - echo "You must have intltool installed to compile Gaim."; + echo "You must have intltool installed to compile Pidgin."; echo; exit; } (libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo; - echo "You must have libtool installed to compile Gaim."; + echo "You must have libtool installed to compile Pidgin."; echo; exit; } (automake --version) < /dev/null > /dev/null 2>&1 || { echo; - echo "You must have automake installed to compile Gaim."; + echo "You must have automake installed to compile Pidgin."; echo; exit; } (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo; - echo "You must have autoconf installed to compile Gaim."; + echo "You must have autoconf installed to compile Pidgin."; echo; exit; } -echo "Generating configuration files for Gaim, please wait...." +echo "Generating configuration files for Pidgin, please wait...." echo; echo "Running libtoolize, please ignore non-fatal messages...."