gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog po/Makefile.am
Date: Sat, 28 Jul 2007 21:51:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/28 21:51:24

Modified files:
        .              : ChangeLog 
        po             : Makefile.am 

Log message:
                * po/Makefile.am: use GMSGFMT, rather then verbatim 'msgfmt'.
                  Might fix bug #19642.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3851&r2=1.3852
http://cvs.savannah.gnu.org/viewcvs/gnash/po/Makefile.am?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3851
retrieving revision 1.3852
diff -u -b -r1.3851 -r1.3852
--- ChangeLog   28 Jul 2007 21:00:36 -0000      1.3851
+++ ChangeLog   28 Jul 2007 21:51:24 -0000      1.3852
@@ -1,5 +1,6 @@
 2007-07-28 Sandro Santilli <address@hidden>
 
+       * po/Makefile.am: use GMSGFMT, rather then verbatim 'msgfmt'.
        * configure.ac: simplify gui selection code, fix bug listing
          same gui twice.
        * gui/gui_fb.cpp: typo fix (FbGui => FBGui).

Index: po/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/po/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- po/Makefile.am      15 Jul 2007 20:25:10 -0000      1.12
+++ po/Makefile.am      28 Jul 2007 21:51:24 -0000      1.13
@@ -48,6 +48,7 @@
 all: $(gmofiles)
 
 if HAS_GETTEXT
+
 POTFILES: $(srcfiles)
        @echo "Building POTFILES..."
        @rm -f POTFILES
@@ -72,13 +73,16 @@
 
 SUFFIXES = .po .gmo
 .po.gmo:
-       msgfmt --statistics --directory=$(srcdir) -o $*.gmo $(@:%.gmo=%.po) 
-else
+       $(GMSGFMT) --statistics --directory=$(srcdir) -o $*.gmo $(@:%.gmo=%.po) 
+
+else # not HAS_GETTEXT
+
 $(gmofiles): force
        @for i in $(gmofiles); do \
          ln -fs $(srcdir)/$$i.in $$i; \
        done
-endif
+
+endif # not HAS_GETTEXT
 
 force:
 




reply via email to

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