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: Fri, 06 Jul 2007 20:41:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/07/06 20:41:42

Modified files:
        .              : configure.ac ChangeLog 

Log message:
                * configure.ac: Add xsltproc to list of docbook required 
packages

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.350&r2=1.351
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3666&r2=1.3667

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -b -r1.350 -r1.351
--- configure.ac        6 Jul 2007 19:09:15 -0000       1.350
+++ configure.ac        6 Jul 2007 20:41:41 -0000       1.351
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.350 2007/07/06 19:09:15 martinwguy Exp $
+dnl $Id: configure.ac,v 1.351 2007/07/06 20:41:41 martinwguy Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1662,8 +1662,8 @@
   if test x"$DB2X_XSLTPROC" = x -o x"$DB2X_TEXIXML" = x -o x"$MAKEINFO" = x -o 
x"$XSLTPROC" = x; then
     echo "        ERROR: No DocBook2X tools installed!"
     echo "               Either install it from 
http://docbook2x.sourceforge.net";
-    echo "               or .deb users: apt-get install docbook docbook-xml 
docbook2x"
-    echo "                              texinfo docbook-utils docbook-xsl"
+    echo "               or .deb users: apt-get install docbook docbook2x 
docbook-utils"
+    echo "                              docbook-xml docbook-xsl texinfo 
xsltproc"
     echo "               or configure without --enable-docbook"
     nogo=true
   else

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3666
retrieving revision 1.3667
diff -u -b -r1.3666 -r1.3667
--- ChangeLog   6 Jul 2007 19:09:16 -0000       1.3666
+++ ChangeLog   6 Jul 2007 20:41:41 -0000       1.3667
@@ -8,6 +8,7 @@
        * configure.ac: Fix typo "handlign" in message
        * configure.ac: Fix formatting of missing BOOST date_time message
        * configure.ac: Fix error message for missing docbook2x tools
+       * configure.ac: Add xsltproc to list of docbook required packages
        * server/asobj/SoundFfmpeg.cpp: Fix signed/unsigned compiler warning
 
 2007-07-05 Markus Gothe <address@hidden>




reply via email to

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