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/glib.m4 ...


From: Rob Savoye
Subject: [Gnash-commit] gnash ./ChangeLog macros/atk.m4 macros/glib.m4 ...
Date: Sat, 01 Apr 2006 02:36:53 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/04/01 02:36:53

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

Log message:
        * macros/atk.m4: Fix finding the proper path with the version
        number.
        * macros/glib.m4: Fix finding the proper path with the version
        number.
        * macros/pango.m4: Fix finding the proper path with the version
        number.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.194&tr2=1.195&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/atk.m4.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/glib.m4.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/pango.m4.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.194 gnash/ChangeLog:1.195
--- gnash/ChangeLog:1.194       Fri Mar 31 17:37:18 2006
+++ gnash/ChangeLog     Sat Apr  1 02:36:53 2006
@@ -1,5 +1,12 @@
 2006-03-31  Rob Savoye  <address@hidden>
 
+       * macros/atk.m4: Fix finding the proper path with the version
+       number.
+       * macros/glib.m4: Fix finding the proper path with the version
+       number.
+       * macros/pango.m4: Fix finding the proper path with the version
+       number.
+
        * Makefile.am: Add libamf and plugin to STD_DIRS.
        * configure.ac: Call KDE_SET_PREFIX to set KDECONFIG.
        * doc/C/Makefile.am: Change the invocation of db2_teximl for
Index: gnash/macros/atk.m4
diff -u gnash/macros/atk.m4:1.3 gnash/macros/atk.m4:1.4
--- gnash/macros/atk.m4:1.3     Wed Mar 29 05:42:41 2006
+++ gnash/macros/atk.m4 Sat Apr  1 02:36:53 2006
@@ -85,13 +85,8 @@
 
         for i in $incllist; do
          if test -f $i/atk/atk.h; then
-           if test x"$i" != x"/usr/include"; then
-             ac_cv_path_atk_incl="$i"
-             break
-            else
-             ac_cv_path_atk_incl=""
-             break
-           fi
+           ac_cv_path_atk_incl="$i"
+           break
          else
            if test -f $i/${topdir}/atk/atk.h; then
              ac_cv_path_atk_incl="$i/${topdir}"
Index: gnash/macros/glib.m4
diff -u gnash/macros/glib.m4:1.3 gnash/macros/glib.m4:1.4
--- gnash/macros/glib.m4:1.3    Wed Mar 29 05:42:41 2006
+++ gnash/macros/glib.m4        Sat Apr  1 02:36:53 2006
@@ -86,13 +86,8 @@
 
           for i in $incllist; do
            if test -f $i/glib.h; then
-             if test x"$i" != x"/usr/include"; then
-               ac_cv_path_glib_incl="$i"
-               break
-              else
-               ac_cv_path_glib_incl=""
-               break
-             fi
+             ac_cv_path_glib_incl="$i"
+             break
            else
              if test -f $i/${topdir}/glib.h; then
                ac_cv_path_glib_incl="$i/${topdir}"
Index: gnash/macros/pango.m4
diff -u gnash/macros/pango.m4:1.4 gnash/macros/pango.m4:1.5
--- gnash/macros/pango.m4:1.4   Fri Mar 31 19:55:37 2006
+++ gnash/macros/pango.m4       Sat Apr  1 02:36:53 2006
@@ -86,13 +86,8 @@
 
             for i in $incllist; do
              if test -f $i/pango/pango.h; then
-               if test x"$i" != x"/usr/include"; then
-                 ac_cv_path_pango_incl="$i"
-                 break
-                else
-                 ac_cv_path_pango_incl=""
-                 break
-               fi
+               ac_cv_path_pango_incl="$i"
+               break
              else
                if test -f $i/${topdir}/pango/pango.h; then
                  ac_cv_path_pango_incl="$i/${topdir}"




reply via email to

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