gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/gnashpkgtool.m4
Date: Mon, 23 Oct 2006 23:01:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/23 23:01:09

Modified files:
        .              : ChangeLog 
        macros         : gnashpkgtool.m4 

Log message:
        Implemented GNASH_PKG_INCLUDES.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1371&r2=1.1372
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gnashpkgtool.m4?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1371
retrieving revision 1.1372
diff -u -b -r1.1371 -r1.1372
--- ChangeLog   23 Oct 2006 22:30:12 -0000      1.1371
+++ ChangeLog   23 Oct 2006 23:01:09 -0000      1.1372
@@ -1,6 +1,7 @@
 2006-10-24 Markus Gothe <address@hidden>
 
        * configure.ac: Fixed finding correct X11-ABI and X11-lib-path on IRIX.
+       * macros/gnashpkgtool.m4: Implemented GNASH_PKG_INCLUDES.
 
 2006-10-23 Sandro Santilli <address@hidden>
 

Index: macros/gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- macros/gnashpkgtool.m4      23 Oct 2006 13:01:51 -0000      1.3
+++ macros/gnashpkgtool.m4      23 Oct 2006 23:01:09 -0000      1.4
@@ -35,12 +35,12 @@
 dnl  
 dnl 
 
-dnl $Id: gnashpkgtool.m4,v 1.3 2006/10/23 13:01:51 nihilus Exp $
+dnl $Id: gnashpkgtool.m4,v 1.4 2006/10/23 23:01:09 nihilus Exp $
 
 dnl Generic macros for finding and setting include-paths and library-path
 dnl for packages. Implements GNASH_PKG_INCLUDES() and GNASH_PKG_LIBS().
 
-AC_DEFUN([GNASH_PKG_INCLUDES], dnl (jpeg, jpeglib.h, "jpeg images")
+AC_DEFUN([GNASH_PKG_INCLUDES], dnl GNASH_PKG_INCLUDES(jpeg, [jpeglib.h], [jpeg 
images])
 [
   AC_ARG_ENABLE($1, AC_HELP_STRING([--enable-$1], [Enable support for $3.]),
   [case "${enableval}" in
@@ -70,7 +70,7 @@
     if test x"${ac_cv_path_$1_incl}" = x; then
       AC_CHECK_HEADERS($2, [ac_cv_path_$1_incl=""],[
       if test x"${ac_cv_path_$1_incl}" = x; then
-        incllist="${prefix}/include /sw/include /usr/nekoware/include 
/opt/local/include /usr/local/include /home/latest/include /opt/include 
/usr/include /usr/pkg/include .. ../.."
+        incllist="${prefix}/include /sw/include /usr/nekoware/include 
/usr/freeware/include /opt/local/include /usr/local/include 
/home/latest/include /opt/include /usr/include /usr/pkg/include .. ../.."
 
         for i in $incllist; do
          if test -f $i/$2; then




reply via email to

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