CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/06/13 17:44:01
Modified files: . : ChangeLog macros : agg.m4 Log message: Patch by Andrew Guertin: * macros/agg.m4: print the missing "checking for AGG headers" line. (patch #5933) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3530&r2=1.3531 http://cvs.savannah.gnu.org/viewcvs/gnash/macros/agg.m4?cvsroot=gnash&r1=1.27&r2=1.28 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3530 retrieving revision 1.3531 diff -u -b -r1.3530 -r1.3531 --- ChangeLog 13 Jun 2007 16:53:47 -0000 1.3530 +++ ChangeLog 13 Jun 2007 17:44:00 -0000 1.3531 @@ -1,3 +1,8 @@ +2007-06-13 Andrew Guertin <[EMAIL PROTECTED]> + + * macros/agg.m4: print the missing "checking for AGG headers" line. + (patch #5933) + 2007-06-13 Sandro Santilli <[EMAIL PROTECTED]> * testsuite/misc-ming.all/DefineEditTextTest.c: put reduced margins Index: macros/agg.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/agg.m4,v retrieving revision 1.27 retrieving revision 1.28 diff -u -b -r1.27 -r1.28 --- macros/agg.m4 28 Apr 2007 00:04:26 -0000 1.27 +++ macros/agg.m4 13 Jun 2007 17:44:01 -0000 1.28 @@ -14,7 +14,7 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -dnl $Id: agg.m4,v 1.27 2007/04/28 00:04:26 rsavoye Exp $ +dnl $Id: agg.m4,v 1.28 2007/06/13 17:44:01 strk 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 @@ -22,6 +22,7 @@ [ dnl Lool for the header AC_ARG_WITH(agg_incl, AC_HELP_STRING([--with-agg-incl], [directory where AGG headers are]), with_agg_incl=${withval}) + AC_MSG_CHECKING([for AGG headers]) AC_CACHE_VAL(ac_cv_path_agg_incl, [ if test x"${with_agg_incl}" != x ; then if test -f ${with_agg_incl}/agg_rasterizer_compound_aa.h ; then @@ -51,7 +52,6 @@ fi if test x"${ac_cv_path_agg_incl}" = x; then - AC_MSG_CHECKING([for AGG headers]) for i in $incllist; do if test -f $i/agg2/agg_gradient_lut.h; then ac_cv_path_agg_incl="-I$i/agg2" _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit