gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Tue, 21 Nov 2006 14:05:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/21 14:05:22

Modified files:
        .              : ChangeLog configure.ac 

Log message:
                * configure.ac: suggest 'texinfo' package for building dox
                  (contains 'makeinfo')

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1690&r2=1.1691
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.192&r2=1.193

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1690
retrieving revision 1.1691
diff -u -b -r1.1690 -r1.1691
--- ChangeLog   21 Nov 2006 10:53:08 -0000      1.1690
+++ ChangeLog   21 Nov 2006 14:05:21 -0000      1.1691
@@ -1,5 +1,7 @@
 2006-11-21 Sandro Santilli <address@hidden>
 
+       * configure.ac: suggest 'texinfo' package for building dox
+         (contains 'makeinfo')
        * server/array.h: documented ::slice function
        * server/array.cpp: more fixes. 
        * testsuite/actionscript.all/array.as: added some tests for

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -b -r1.192 -r1.193
--- configure.ac        19 Nov 2006 17:39:00 -0000      1.192
+++ configure.ac        21 Nov 2006 14:05:22 -0000      1.193
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.192 2006/11/19 17:39:00 nihilus Exp $
+dnl $Id: configure.ac,v 1.193 2006/11/21 14:05:22 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1199,7 +1199,7 @@
 if test x"$docbook" = x"yes"; then
   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!\
- docbook, docbook-xml, docbook2Xm docbook-utils, docbook-xsl (using apt-get or 
yum)."
+ docbook, docbook-xml, docbook2Xm, texinfo, docbook-utils, docbook-xsl (using 
apt-get or yum)."
     nogo=true
   else
     echo "        You have all the DocBook2X tools installed."




reply via email to

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