gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/atk.m4 macros/pango.m4 [release_0_


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/atk.m4 macros/pango.m4 [release_0_7_2]
Date: Mon, 30 Oct 2006 16:29:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/10/30 16:29:24

Modified files:
        .              : ChangeLog 
        macros         : atk.m4 pango.m4 

Log message:
        macros/pango.m4: Fixed output.
        macros/atk.m4: fixed issue due to typo (lack of '$')!!!

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.10&r2=1.1412.2.11
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/atk.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.21.2.1&r2=1.21.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/pango.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.18.2.1&r2=1.18.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.10
retrieving revision 1.1412.2.11
diff -u -b -r1.1412.2.10 -r1.1412.2.11
--- ChangeLog   30 Oct 2006 16:11:09 -0000      1.1412.2.10
+++ ChangeLog   30 Oct 2006 16:29:24 -0000      1.1412.2.11
@@ -1,7 +1,8 @@
 2006-10-30 Markus Gothe <address@hidden>
 
        * macros/boost.m4: Applied patch from Bernhard Rosenkraenzer.
-       * macros/glib.m4: Fixed output.
+       * macros/glib.m4, macros/pango.m4: Fixed output.
+       * macros/atk.m4: fixed issue due to typo (lack of '$').
 
 2006-10-30 Udo Giacomozzi <address@hidden>
 

Index: macros/atk.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/atk.m4,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -b -r1.21.2.1 -r1.21.2.2
--- macros/atk.m4       30 Oct 2006 14:28:47 -0000      1.21.2.1
+++ macros/atk.m4       30 Oct 2006 16:29:24 -0000      1.21.2.2
@@ -17,7 +17,7 @@
 dnl  
 dnl 
 
-dnl $Id: atk.m4,v 1.21.2.1 2006/10/30 14:28:47 rsavoye Exp $
+dnl $Id: atk.m4,v 1.21.2.2 2006/10/30 16:29:24 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_ATK],
 [
@@ -74,7 +74,7 @@
 
       AC_MSG_CHECKING([for libatk header])
 
-      incllist="/sw/include /usr/local/include /opt/local/include 
/home/latest/include /usr/X11R6/include /opt/include /opt/local/include 
/usr/include /usr/pkg/include .. ../.."
+      incllist="${prefix}/include /sw/include /usr/local/include 
/opt/local/include /home/latest/include /usr/X11R6/include /opt/include 
/opt/local/include /usr/include /usr/pkg/include .. ../.."
 
       for i in $incllist; do #{
         if test -f $i/atk/atk.h; then #{
@@ -119,8 +119,8 @@
 
   dnl If the header doesn't exist, there is no point looking for
   dnl the library.
-  AC_MSG_CHECKING([for libatk library])
-  if test x"${ac_cv_path_atk_incl}" != x -a x"ac_cv_path_atk_lib" = x ; then #{
+
+  if test x"${ac_cv_path_atk_incl}" != x -a x"${ac_cv_path_atk_lib}" = x ; 
then #{
     AC_CHECK_LIB(atk-${gnash_atk_version}, atk_focus_tracker_init, 
[ac_cv_path_atk_lib="-latk-${gnash_atk_version}"],[
       libslist="${prefix}/lib64 ${prefix}/lib /usr/lib64 /usr/lib 
/opt/local/lib /sw/lib /usr/local/lib /home/latest/lib /opt/lib /opt/local/lib 
/usr/pkg/lib .. ../.."
       for i in $libslist; do
@@ -134,7 +134,7 @@
         fi #}
       done])
   fi #}
-
+  AC_MSG_CHECKING([for libatk library])
   if test x"${ac_cv_path_atk_lib}" != x ; then
        AC_MSG_RESULT(yes)
   else

Index: macros/pango.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pango.m4,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -b -r1.18.2.1 -r1.18.2.2
--- macros/pango.m4     30 Oct 2006 14:28:47 -0000      1.18.2.1
+++ macros/pango.m4     30 Oct 2006 16:29:24 -0000      1.18.2.2
@@ -17,7 +17,7 @@
 dnl  
 dnl 
 
-dnl $Id: pango.m4,v 1.18.2.1 2006/10/30 14:28:47 rsavoye Exp $
+dnl $Id: pango.m4,v 1.18.2.2 2006/10/30 16:29:24 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_PANGO],
 [
@@ -133,6 +133,7 @@
           fi
         fi
       done
+       AC_MSG_RESULT($ac_cv_path_pango_lib)
     ])
   else
     if test -f $i/libpango-${gnash_pango_version}.a -o -f 
$i/libpango-${gnash_pango_version}.so; then




reply via email to

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