Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv8794
Modified Files:
Makefile.am setup-gettext
Log Message:
Typo, and added the script to EXTRA_DIST.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gaim/gaim/Makefile.am,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile.am 8 Aug 2002 18:11:15 -0000 1.32
+++ Makefile.am 20 Aug 2002 17:00:56 -0000 1.33
@@ -1,6 +1,6 @@
EXTRA_DIST = config.rpath gaim.spec.in gaim_applet.gnorba gaim.desktop gaim_applet.desktop \
- HACKING gaim2blt.pl licq2gaim.pl
+ HACKING gaim2blt.pl licq2gaim.pl setup-gettext
if DISTRIB
Index: setup-gettext
===================================================================
RCS file: /cvsroot/gaim/gaim/setup-gettext,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- setup-gettext 20 Aug 2002 08:54:56 -0000 1.1
+++ setup-gettext 20 Aug 2002 17:00:56 -0000 1.2
@@ -53,7 +53,7 @@
if [ x$GETTEXT_TOOL == x ]; then
echo
echo "You do not have a version of gettext installed."
- echo "Please download one from your locak package repository or"
+ echo "Please download one from your local package repository or"
echo "from ftp://ftp.gnu.org/pub/gnu/gettext/"
echo
exit 1
|