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 [release_0_7_2]


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/gnashpkgtool.m4 [release_0_7_2]
Date: Sat, 04 Nov 2006 08:17:13 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/11/04 08:17:13

Modified files:
        .              : ChangeLog 
        macros         : gnashpkgtool.m4 

Log message:
        Look in the $prefix path for includes and libraries. This lets
                        specifying --prefix become the default path to search 
in 
        for cross
                        compiling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.66&r2=1.1412.2.67
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gnashpkgtool.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.12.2.4&r2=1.12.2.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.66
retrieving revision 1.1412.2.67
diff -u -b -r1.1412.2.66 -r1.1412.2.67
--- ChangeLog   4 Nov 2006 03:07:24 -0000       1.1412.2.66
+++ ChangeLog   4 Nov 2006 08:17:12 -0000       1.1412.2.67
@@ -1,3 +1,9 @@
+2006-11-04 Markus Gothe <address@hidden>
+
+       * macros/gnashpkgtool.m4: Look in the $prefix path for includes and 
+       libraries. This lets specifying --prefix become the default path to 
+       search in for cross compiling.
+
 2006-11-03  Rob Savoye  <address@hidden>
 
        * macros/curl.m4: Don't use curl-config when cross

Index: macros/gnashpkgtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gnashpkgtool.m4,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -b -r1.12.2.4 -r1.12.2.5
--- macros/gnashpkgtool.m4      4 Nov 2006 03:07:25 -0000       1.12.2.4
+++ macros/gnashpkgtool.m4      4 Nov 2006 08:17:13 -0000       1.12.2.5
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: gnashpkgtool.m4,v 1.12.2.4 2006/11/04 03:07:25 rsavoye Exp $
+dnl $Id: gnashpkgtool.m4,v 1.12.2.5 2006/11/04 08:17:13 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()..
@@ -61,7 +61,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 
/usr/freeware/include /pkg/include /opt/local/include /usr/local/include 
/home/latest/include /opt/include /usr/include /usr/pkg/include .. ../.."
+               incllist="${prefix}/${target_alias}/include ${prefix}/include 
/sw/include /usr/nekoware/include /usr/freeware/include /pkg/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/$1; then
                                if test x"$i" != x"/usr/include"; then
@@ -135,7 +135,7 @@
 
        if test x"${ac_cv_path_$1_lib}" = x; then
                AC_CHECK_LIB($1, $2, [ac_cv_path_$1_lib="-l$1"],[
-               libslist="${prefix}/lib64 ${prefix}/lib32 ${prefix}/lib 
/usr/lib64 /usr/lib32 /usr/nekoware/lib /usr/freeware/lib /usr/lib /sw/lib 
/usr/local/lib /home/latest/lib /opt/lib /pkg/lib /opt/local/lib /usr/pkg/lib 
.. ../.."
+               libslist="${prefix}/${target_alias}/lib ${prefix}/lib64 
${prefix}/lib32 ${prefix}/lib /usr/lib64 /usr/lib32 /usr/nekoware/lib 
/usr/freeware/lib /usr/lib /sw/lib /usr/local/lib /home/latest/lib /opt/lib 
/pkg/lib /opt/local/lib /usr/pkg/lib .. ../.."
                for i in $libslist; do
                        if test -f "$i/lib$1.a" -o -f "$i/lib$1.so"; then
                                if test x"$i" != x"/usr/lib"; then




reply via email to

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