gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac ChangeLog


From: Martin Guy
Subject: [Gnash-commit] gnash configure.ac ChangeLog
Date: Wed, 02 May 2007 17:32:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/02 17:32:47

Modified files:
        .              : configure.ac ChangeLog 

Log message:
                * configure.ac: Reformat messages

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.297&r2=1.298
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3067&r2=1.3068

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -b -r1.297 -r1.298
--- configure.ac        30 Apr 2007 17:27:39 -0000      1.297
+++ configure.ac        2 May 2007 17:32:47 -0000       1.298
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.297 2007/04/30 17:27:39 martinwguy Exp $
+dnl $Id: configure.ac,v 1.298 2007/05/02 17:32:47 martinwguy Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1570,10 +1570,10 @@
        echo "        BOOST libs are: $BOOST_LIBS"
     else
        # They have some boost libs but no date_time and want to compile cygnal.
-       echo "ERROR: No BOOST date_time package installed!\
- You also need to have the BOOST date_time development package installed\
- to compile cygnal, or install libboost-date-time-dev (using apt-get)\
- or --disable-cygnal."
+       echo "        ERROR: No BOOST date_time package installed!"
+       echo "        You also need to have the BOOST date_time development 
package installed"
+       echo "        to compile cygnal, or install libboost-date-time-dev 
(using apt-get)"
+       echo "        or --disable-cygnal."
        nogo=true
     fi
 else
@@ -1591,10 +1591,9 @@
     echo "        MING libs are $MING_LIBS"
     echo "        MAKESWF is $MAKESWF"
 else
-    echo "Warning:\
- You need to have the Ming development and utilities packages installed\
- to run most of the tests in Gnash testsuite. Some of the tests will be\
- run anyway."
+    echo "        WARNING: You need to have the Ming development and utilities 
packages"
+    echo "                 installed to run most of the tests in Gnash 
testsuite."
+    echo "                 (Some of the tests can still be run anyway)."
 fi
 
 if test x"$SWFDEC_TESTSUITE" != x; then
@@ -1605,9 +1604,8 @@
     echo "        MTASC is $MTASC"
     echo "        MTASC CLASSPATH is $MTASC_CLASSPATH"
 else
-    echo "Warning:\
- You need to have the MTASC compiler packages installed\
- to run some of the tests in Gnash testsuite."
+    echo "        WARNING: You need to have the MTASC compiler packages 
installed"
+    echo "                 to run some of the tests in Gnash testsuite."
 fi
 
 if test x"$Z_LIBS" != x; then
@@ -1618,9 +1616,9 @@
   fi
   echo "        Z libs are: $Z_LIBS"
 else
-  echo "Warning:\
- You need to have the zlib development packages installed\
- to play compressed SWF (most of them from version 6 up). "
+  echo "        WARNING: You need to have the zlib development packages 
installed"
+  echo "                 to play compressed SWF (most of them from version 6 
up)"
+  echo "                 and to display some kinds of JPEG files."
 fi
 
 if test x$ext_mysql = xyes; then

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3067
retrieving revision 1.3068
diff -u -b -r1.3067 -r1.3068
--- ChangeLog   2 May 2007 17:11:42 -0000       1.3067
+++ ChangeLog   2 May 2007 17:32:47 -0000       1.3068
@@ -33,6 +33,7 @@
        * libbase/tu_config.h,server/swf/tag_loaders.cpp: Allow compilation
          without zlib, auto-switching TU_CONFIG_LINK_TO_ZLIB on HAVE_ZLIB_H
          (works with agg-fb; gtk etc require zlib in their own right)
+       * configure.ac: Reformat messages
 
 2007-05-02 Sandro Santilli <address@hidden>
 




reply via email to

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