gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am
Date: Fri, 16 May 2008 07:40:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/05/16 07:40:18

Modified files:
        .              : ChangeLog Makefile.am 

Log message:
        isn't clear to me which of INTLLIB and LIBINTL we should be using
        (macro/gettext.m4 sets both), so we print them in 'make dumpconfig'
        now to tell (I get both empty, if anyone gets values there please
        let me know - see bug #21536).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6615&r2=1.6616
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.111&r2=1.112

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6615
retrieving revision 1.6616
diff -u -b -r1.6615 -r1.6616
--- ChangeLog   16 May 2008 07:22:31 -0000      1.6615
+++ ChangeLog   16 May 2008 07:40:15 -0000      1.6616
@@ -1,3 +1,10 @@
+2008-05-16 Sandro Santilli <address@hidden>
+
+       * Makefile.am: isn't clear to me which of INTLLIB and LIBINTL we 
+         should be using (macro/gettext.m4 sets both), so we print them
+         in 'make dumpconfig' now to tell (I get both empty, if anyone
+         gets values there please let me know - see bug #21536).
+
 2008-05-16 Zou Lunkai <address@hidden>
        
        * server/cxform.cpp: use read_u8() instead of read_bit(), parser 
optimize.

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- Makefile.am 1 May 2008 16:30:18 -0000       1.111
+++ Makefile.am 16 May 2008 07:40:17 -0000      1.112
@@ -207,6 +207,8 @@
        @echo " FREETYPE_LIBS is $(FREETYPE2_LIBS)"
        @echo " FONTCONFIG_CFLAGS is $(FONTCONFIG_CFLAGS)"
        @echo " FONTCONFIG_LIBS is $(FONTCONFIG_LIBS)"
+       @echo " INTLLIBS is $(INTLLIBS)"
+       @echo " LIBINTL is $(LIBINTL)"
 if HAVE_DMALLOC
        @echo " DMALLOC_CFLAGS is $(DMALLOC_CFLAGS)"
        @echo " DMALLOC_LIBS is $(DMALLOC_LIBS)"




reply via email to

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