Mercurial > pidgin
changeset 15632:deea490f2d91
merge of '46383975a415a7c7a37796205fd5ee523d5bc5e6'
and '8411ecb9a8c1bd0d0a87639e157b39d7e20934bb'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Wed, 14 Feb 2007 04:24:48 +0000 |
parents | 593534b724b0 (diff) a830f9756f23 (current diff) |
children | b4ac51aebf65 |
files | |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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...."