gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ./ChangeLog macros/gtk2.m4
Date: Tue, 16 May 2006 15:24:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Sandro Santilli <address@hidden>        06/05/16 15:24:19

Modified files:
        .              : ChangeLog 
        macros         : gtk2.m4 

Log message:
        * macros/gtk2.m4: fixed ac_cv_path_gtk2_incl setting to
        always include -I.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.335&tr2=1.336&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/gtk2.m4.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.335 gnash/ChangeLog:1.336
--- gnash/ChangeLog:1.335       Tue May 16 14:00:31 2006
+++ gnash/ChangeLog     Tue May 16 15:24:19 2006
@@ -1,3 +1,8 @@
+2006-05-16 Sandro Santilli <address@hidden>
+
+       * macros/gtk2.m4: fixed ac_cv_path_gtk2_incl setting to
+       always include -I.
+
 2006-05-16 Rob Savoye <address@hidden>
 
        * macros/glib.m4: Look for the config file the brute force
Index: gnash/macros/gtk2.m4
diff -u gnash/macros/gtk2.m4:1.15 gnash/macros/gtk2.m4:1.16
--- gnash/macros/gtk2.m4:1.15   Tue May 16 14:00:31 2006
+++ gnash/macros/gtk2.m4        Tue May 16 15:24:19 2006
@@ -42,7 +42,7 @@
     AC_CACHE_VAL(ac_cv_path_gtk2_incl,[
     if test x"${with_gtk2_incl}" != x ; then
       if test -f ${with_gtk2_incl}/gtk/gtk.h; then
-       ac_cv_path_gtk2_incl=`(cd ${with_gtk2_incl}; pwd)`
+       ac_cv_path_gtk2_incl=`-I(cd ${with_gtk2_incl}; pwd)`
       else
        AC_MSG_ERROR([${with_gtk2_incl} directory doesn't contain gtk/gtk.h])
       fi
@@ -84,7 +84,7 @@
 
         for i in $incllist; do
           if test -f $i/${topdir}/gtk/gtk.h; then
-              ac_cv_path_gtk2_incl="$i/${topdir}"
+              ac_cv_path_gtk2_incl="-I$i/${topdir}"
           else
             if test -f $i/gtk/gtk.h; then
               ac_cv_path_gtk2_incl="-I$i"




reply via email to

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