Mercurial > pidgin
changeset 15630:593534b724b0
s/Gaim/Pidgin
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Wed, 14 Feb 2007 00:12:27 +0000 |
parents | 68798ffeb321 |
children | deea490f2d91 |
files | autogen.sh |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/autogen.sh Wed Feb 14 02:28:44 2007 +0000 +++ b/autogen.sh Wed Feb 14 00:12:27 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...."