gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/libXML.m4
Date: Tue, 06 Nov 2007 04:00:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/11/06 04:00:39

Modified files:
        .              : ChangeLog 
        macros         : libXML.m4 

Log message:
        Cleaned up output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4771&r2=1.4772
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/libXML.m4?cvsroot=gnash&r1=1.32&r2=1.33

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4771
retrieving revision 1.4772
diff -u -b -r1.4771 -r1.4772
--- ChangeLog   5 Nov 2007 17:26:30 -0000       1.4771
+++ ChangeLog   6 Nov 2007 04:00:39 -0000       1.4772
@@ -1,3 +1,7 @@
+2007-11-06 Markus Gothe <address@hidden>
+       
+       * macros/libXML.m4: Cleaned up output.
+
 2007-11-05 Udo Giacomozzi <address@hidden>
 
        * server/parser/shape_character_def.cpp: take outline hit test 

Index: macros/libXML.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/libXML.m4,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- macros/libXML.m4    13 Oct 2007 23:24:08 -0000      1.32
+++ macros/libXML.m4    6 Nov 2007 04:00:39 -0000       1.33
@@ -1,5 +1,5 @@
 dnl  
-dnl    Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+dnl    Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
 dnl  
 dnl  This program is free software; you can redistribute it and/or modify
 dnl  it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: libXML.m4,v 1.32 2007/10/13 23:24:08 rsavoye Exp $
+dnl $Id: libXML.m4,v 1.33 2007/11/06 04:00:39 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_LIBXML], [
   has_xml=no
@@ -54,7 +54,6 @@
          gnash_libxml_topdir=`basename $j`
          gnash_libxml_version=`echo ${gnash_libxml2_topdir} | sed -e 
's:libxml2::' -e 's:-::'`
          ac_cv_path_libxml_incl="-I$j"
-          AC_MSG_RESULT(${ac_cv_path_libxml_incl})
           break
         fi
       done
@@ -62,10 +61,11 @@
   fi
  
   if test x"${ac_cv_path_libxml_incl}" = x ; then
-    AC_MSG_RESULT(no)
     AC_CHECK_HEADERS(libxml/xmlmemory.h, [ac_cv_path_libxml_incl=""])
   fi
 
+  AC_MSG_RESULT(${ac_cv_path_libxml_incl}) 
+
   dnl Look for the library
   AC_ARG_WITH(libxml_lib, AC_HELP_STRING([--with-libxml-lib], [directory where 
libxml2 library is]), with_libxml_lib=${withval})
   AC_CACHE_VAL(ac_cv_path_libxml_lib, [
@@ -75,7 +75,7 @@
       fi
     fi
   ])
-  AC_MSG_CHECKING([for libxml library])
+  dnl AC_MSG_CHECKING([for libxml library])
   if test x"${ac_cv_path_libxml_lib}" = x ; then
     for i in $libslist; do
       if test -f $i/libxml2.a -o -f $i/libxml2.${shlibext}; then
@@ -89,7 +89,6 @@
         fi
       fi
     done
-    AC_MSG_RESULT(${ac_cv_path_libxml_lib}) 
   fi
   if test x"${ac_cv_path_libxml_lib}" = x ; then
     AC_CHECK_LIB(libxml2, libxml_Init, [ac_cv_path_libxml_lib="-lxml2"])




reply via email to

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