gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash macros/docbook.m4 ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash macros/docbook.m4 ChangeLog
Date: Sat, 01 Mar 2008 14:48:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/01 14:48:47

Modified files:
        macros         : docbook.m4 
        .              : ChangeLog 

Log message:
                * macros/docbook.m4: Look for install-info program too, which we
                need to add entries to the system wide info 'dirs' file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/docbook.m4?cvsroot=gnash&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5766&r2=1.5767

Patches:
Index: macros/docbook.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/docbook.m4,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- macros/docbook.m4   22 Feb 2008 08:36:34 -0000      1.29
+++ macros/docbook.m4   1 Mar 2008 14:48:45 -0000       1.30
@@ -25,6 +25,12 @@
 
   DB2X_VERSION=
   if test x"$docbook" = x"yes"; then
+    dnl install-info is used to update entries in the dirs file, used by
+    dnl info to find all of it files.
+    AC_PATH_PROG(INSTALL_INFO, install-info, $PATH:/usr/sbin)
+    AC_SUBST(INSTALL_INFO)
+    AM_CONDITIONAL(ENABLE_INFO, test x${INSTALL_INFO} != x)
+
     docbook_styles=
     AC_ARG_WITH(docbook_styles, AC_HELP_STRING([--with-docbook-styles], 
[directory where Docbook stylesheets are]), with_docbook_styles=${withval})
     if test x"${with_docbook_styles}" != x ; then

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5766
retrieving revision 1.5767
diff -u -b -r1.5766 -r1.5767
--- ChangeLog   1 Mar 2008 14:47:14 -0000       1.5766
+++ ChangeLog   1 Mar 2008 14:48:46 -0000       1.5767
@@ -1,5 +1,8 @@
 2008-03-01  Rob Savoye  <address@hidden>
 
+       * macros/docbook.m4: Look for install-info program too, which we
+       need to add entries to the system wide info 'dirs' file.
+       
        * doc/C/gnashref.xml: New reference manual top level page.  This
        contains much of what was in the old manual.
        * asspec/*: Move to BackLash directory.




reply via email to

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