gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash macros/atk.m4 ChangeLog
Date: Fri, 13 Oct 2006 09:37:27 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/13 09:37:27

Modified files:
        macros         : atk.m4 
        .              : ChangeLog 

Log message:
        * macros/atk.m4: fixed missing -I switches in include, cleaned up 
verbosity.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/atk.m4?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1184&r2=1.1185

Patches:
Index: macros/atk.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/atk.m4,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- macros/atk.m4       12 Oct 2006 15:58:27 -0000      1.19
+++ macros/atk.m4       13 Oct 2006 09:37:27 -0000      1.20
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: atk.m4,v 1.19 2006/10/12 15:58:27 strk Exp $
+dnl $Id: atk.m4,v 1.20 2006/10/13 09:37:27 strk Exp $
 
 AC_DEFUN([GNASH_PATH_ATK],
 [
@@ -84,31 +84,39 @@
   fi
 
   dnl If the path hasn't been specified, go look for it.
-  AC_MSG_CHECKING([for libatk header])
-  if test x"${ac_cv_path_atk_incl}" = x; then
+  if test x"${ac_cv_path_atk_incl}" = x; then #{
+
     AC_CHECK_HEADERS(atk/atk.h, [ac_cv_path_atk_incl=""],[
-    if test x"${ac_cv_path_atk_incl}" = x; then
+
+    if test x"${ac_cv_path_atk_incl}" = x; then #{
+
+      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 .. ../.."
 
-      for i in $incllist; do
-        if test -f $i/atk/atk.h; then
-          ac_cv_path_atk_incl="$i"
+      for i in $incllist; do #{
+        if test -f $i/atk/atk.h; then #{
+          ac_cv_path_atk_incl="-I$i"
           break
-        else
-          if test -f $i/${gnash_atk_topdir}/atk/atk.h; then
-            ac_cv_path_atk_incl="$i/${gnash_atk_topdir}"
+        else # }{
+          if test -f $i/${gnash_atk_topdir}/atk/atk.h; then #{
+            ac_cv_path_atk_incl="-I$i/${gnash_atk_topdir}"
             break
-          fi
-        fi
-      done
-    fi])
-  fi
+          fi #}
+        fi #}
+      done #}
 
-  if test x"${ac_cv_path_atk_incl}" != x ; then
+      if test x"${ac_cv_path_atk_incl}" != x ; then #{
     AC_MSG_RESULT(yes)
-  else
+      else # }{
     AC_MSG_RESULT(no)
-  fi
+      fi #}
+
+    fi #}
+
+    ])
+
+  fi #}
 
     dnl Look for the library
   AC_ARG_WITH(atk_lib, [  --with-atk-lib         directory where atk library 
is], with_atk_lib=${withval})

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1184
retrieving revision 1.1185
diff -u -b -r1.1184 -r1.1185
--- ChangeLog   13 Oct 2006 09:07:03 -0000      1.1184
+++ ChangeLog   13 Oct 2006 09:37:27 -0000      1.1185
@@ -1,5 +1,7 @@
 2006-10-13 Sandro Santilli <address@hidden>
 
+       * macros/atk.m4: fixed missing -I switches in include, cleaned
+         up verbosity.
        * backend/render_handler.h, backend/render_handler_tri.h:
          added links new pages, cleaned up doxygen comments.
        * doc/Doxyfile.in: exclude mozilla-sdk and win32 paths from




reply via email to

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