gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash macros/agg.m4 ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash macros/agg.m4 ChangeLog
Date: Thu, 16 Nov 2006 05:07:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/11/16 05:07:23

Modified files:
        macros         : agg.m4 
        .              : ChangeLog 

Log message:
                * macros/agg.m4: Look in the agg2 subdirectory for
                agg_gradient_lut.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/agg.m4?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1625&r2=1.1626

Patches:
Index: macros/agg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/agg.m4,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- macros/agg.m4       11 Nov 2006 00:54:52 -0000      1.19
+++ macros/agg.m4       16 Nov 2006 05:07:22 -0000      1.20
@@ -17,7 +17,7 @@
 dnl  
 dnl 
 
-dnl $Id: agg.m4,v 1.19 2006/11/11 00:54:52 nihilus Exp $
+dnl $Id: agg.m4,v 1.20 2006/11/16 05:07:22 rsavoye Exp $
 
 dnl agg_rasterizer_compound_aa.h is a new file included in AGG 2.4,
 dnl but not in AGG 2.3. As we need AGG 2.4, we use this as 
@@ -51,7 +51,7 @@
     for i in $incllist; do
       if test -f $i/agg2/agg_rasterizer_compound_aa.h; then
         ac_cv_path_agg_incl="-I$i/agg2"
-       agg_include_dir=$i
+       agg_include_dir=$i/agg2
        agg24=yes
         break
       fi

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1625
retrieving revision 1.1626
diff -u -b -r1.1625 -r1.1626
--- ChangeLog   16 Nov 2006 00:35:32 -0000      1.1625
+++ ChangeLog   16 Nov 2006 05:07:22 -0000      1.1626
@@ -1,3 +1,8 @@
+2006-11-15  Rob Savoye  <address@hidden>
+
+       * macros/agg.m4: Look in the agg2 subdirectory for
+       agg_gradient_lut.h.
+
 2006-11-16 Sandro Santilli <address@hidden>
 
        * testsuite/misc-ming.all: ming_utils.{c.h}: add
@@ -511,7 +516,6 @@
        * utilities/parser.cpp: Fix the wrong name of the executable in
        the debug message.
        
-       
 2006-11-06 Sandro Santilli <address@hidden>
 
        * server/sprite_instance.cpp (sprite_create_text_field):




reply via email to

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