CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/12/18 11:06:03
Modified files: . : ChangeLog configure.ac Log message: point to AGG website when warning about old version. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5203&r2=1.5204 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.460&r2=1.461 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5203 retrieving revision 1.5204 diff -u -b -r1.5203 -r1.5204 --- ChangeLog 18 Dec 2007 10:46:28 -0000 1.5203 +++ ChangeLog 18 Dec 2007 11:06:02 -0000 1.5204 @@ -1,5 +1,6 @@ 2007-12-18 Sandro Santilli <[EMAIL PROTECTED]> + * configure.ac: point to AGG website when warning about old version. * testsuite/misc-ming.all/DefineEditTextVariableNameTest2.c: Found out the "toString not invoked" was a bogus deduction. Added checking of total tests run. Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.460 retrieving revision 1.461 diff -u -b -r1.460 -r1.461 --- configure.ac 15 Dec 2007 06:58:39 -0000 1.460 +++ configure.ac 18 Dec 2007 11:06:03 -0000 1.461 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.460 2007/12/15 06:58:39 rsavoye Exp $ +dnl $Id: configure.ac,v 1.461 2007/12/18 11:06:03 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -2255,7 +2255,8 @@ if test x"$AGG_LIBS" != x; then # { if test x"${agg25}" != xyes; then # { echo " ERROR: Your installation of AGG appears to be version 2.4 or older." - echo " Please upgrade to AGG 2.5 or greater" + echo " Please upgrade to AGG 2.5 or greater." + echo " Install it from http://www.antigrain.com" echo " or .deb users: apt-get install libagg-dev" echo " or .rpm users: yum install agg-devel" nogo=true _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit