gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac [gnash_0_8_3_branch]


From: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac [gnash_0_8_3_branch]
Date: Fri, 06 Jun 2008 20:08:13 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         gnash_0_8_3_branch
Changes by:     Russ Nelson <nelsonrn>  08/06/06 20:08:13

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        * configure.ac: Patrice Dumas noticed that the .as files were
          missing from the ming tests directory.  For better or worse,
          ''make dist'' takes your current configuration into account
          when it decides what needs to go into the distribution.  I
          was missing makeswf (libming-utils), but configure.ac didn't
          warn me about that.  It does now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6573.2.48&r2=1.6573.2.49
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.529.2.5&r2=1.529.2.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6573.2.48
retrieving revision 1.6573.2.49
diff -u -b -r1.6573.2.48 -r1.6573.2.49
--- ChangeLog   5 Jun 2008 15:41:11 -0000       1.6573.2.48
+++ ChangeLog   6 Jun 2008 20:08:11 -0000       1.6573.2.49
@@ -1,3 +1,12 @@
+2008-06-06 Russ Nelson <address@hidden>
+
+       * configure.ac: Patrice Dumas noticed that the .as files were
+         missing from the ming tests directory.  For better or worse,
+         ''make dist'' takes your current configuration into account
+         when it decides what needs to go into the distribution.  I
+         was missing makeswf (libming-utils), but configure.ac didn't
+         warn me about that.  It does now.
+
 2008-06-05 Benjamin Wolsey <address@hidden>
 
         * libbase/utility.h: include gnashconfig.h.

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.529.2.5
retrieving revision 1.529.2.6
diff -u -b -r1.529.2.5 -r1.529.2.6
--- configure.ac        2 Jun 2008 00:15:13 -0000       1.529.2.5
+++ configure.ac        6 Jun 2008 20:08:12 -0000       1.529.2.6
@@ -16,7 +16,7 @@
 dnl  
 
 AC_PREREQ(2.50)
-AC_INIT(gnash, 0.8.3)
+AC_INIT(gnash, 0.8.3-rc2)
 AC_CONFIG_SRCDIR(server/gnash.h)
 AM_CONFIG_HEADER(gnashconfig.h)
 
@@ -2778,17 +2778,25 @@
 dnl don't look for the flash compilers when cross compiling.
 if test x$cross_compiling = xno; then
   if test x"$MING_LIBS" != x; then
-    echo "        MING version code is $MING_VERSION_CODE"
     echo "        MING flags are $MING_CFLAGS"
     echo "        MING libs are $MING_LIBS"
-    echo "        MAKESWF is $MAKESWF"
   else
-    echo "        WARNING: You need to have the Ming development and utilities 
packages" >&4
+    echo "        WARNING: You need to have the Ming development package" >&4
     echo "                 installed to run most of the tests in Gnash 
testsuite." >&4
     echo "                 Install it from http://ming.sourceforge.net"; >&4
     echo "                 or .deb users: apt-get install libming-dev" >&4
   fi
 
+  if test x"$MAKESWF" != x; then
+    echo "        MING version code is $MING_VERSION_CODE"
+    echo "        MAKESWF is $MAKESWF"
+  else
+    echo "        WARNING: You need to have the Ming utilities package" >&4
+    echo "                 installed to run most of the tests in Gnash 
testsuite." >&4
+    echo "                 Install it from http://ming.sourceforge.net"; >&4
+    echo "                 or .deb users: apt-get install libming-utils" >&4
+  fi
+
   if test x"$SWFDEC_TESTSUITE" != x; then
     echo "        SWFDEC testsuite dir is $SWFDEC_TESTSUITE"
   fi




reply via email to

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