gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog configure.ac po/Makefile.am


From: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac po/Makefile.am
Date: Mon, 28 Apr 2008 22:34:05 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Russ Nelson <nelsonrn>  08/04/28 22:34:05

Modified files:
        .              : ChangeLog configure.ac 
        po             : Makefile.am 

Log message:
        * po/Makefile.am: Put translations in alphabetic order
        * configure.ac: Some things rely on gettext, so warn people

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6435&r2=1.6436
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.522&r2=1.523
http://cvs.savannah.gnu.org/viewcvs/gnash/po/Makefile.am?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6435
retrieving revision 1.6436
diff -u -b -r1.6435 -r1.6436
--- ChangeLog   28 Apr 2008 16:09:59 -0000      1.6435
+++ ChangeLog   28 Apr 2008 22:34:04 -0000      1.6436
@@ -1,3 +1,8 @@
+2008-04-28 Russ Nelson <address@hidden>
+
+       * Put translations in alphabetic order
+       * Some things rely on gettext, so warn people
+
 2008-04-28 Benjamin Wolsey <address@hidden>
 
        * server/as_value.cpp: return undefined instead of throwing an 

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -b -r1.522 -r1.523
--- configure.ac        27 Apr 2008 12:38:02 -0000      1.522
+++ configure.ac        28 Apr 2008 22:34:04 -0000      1.523
@@ -2824,6 +2824,15 @@
   fi
 fi
 
+if test "$GMSGFMT" == ":"; then
+  echo "        WARNING: You need the gettext package installed to use 
translations." >&4
+  echo "                 Required for building a package or 'make distcheck'" 
>&4
+  echo "                 Install it from http://www.gnu.org/software/gettext/"; 
>&4
+  echo "                  or deb users: apt-get install gettext" >&4
+  #echo "                 or .rpm users: yum install gettext" >&4
+fi
+
+
 dnl Access Linux Platform
 if test x"${build_alp}" = xyes; then
   if test x"${ALP_CFLAGS}" != x; then

Index: po/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/po/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- po/Makefile.am      2 Mar 2008 19:53:53 -0000       1.18
+++ po/Makefile.am      28 Apr 2008 22:34:05 -0000      1.19
@@ -26,7 +26,7 @@
        POTFILES \
        update-po
 
-translations = es fr de it cs sv fi
+translations = cs de es fi fr it sv
 
 # This is GNU make specific, so if you are building Gnash on a BSD
 # machine, you probably want to install GNU make in additional to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]