gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/boost.m4
Date: Thu, 26 Oct 2006 21:53:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/26 21:53:10

Modified files:
        .              : ChangeLog 
        macros         : boost.m4 

Log message:
        Added 2> /dev/null.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1406&r2=1.1407
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.21&r2=1.22

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1406
retrieving revision 1.1407
diff -u -b -r1.1406 -r1.1407
--- ChangeLog   26 Oct 2006 21:34:55 -0000      1.1406
+++ ChangeLog   26 Oct 2006 21:53:10 -0000      1.1407
@@ -1,6 +1,7 @@
 2006-10-26 Markus Gothe <address@hidden>
 
        * macros/gnashpkgtool.m4: Added GNASH_PKG_LIBS. Added GNASH_PKG_FIND.
+       * macros/boost.m4: Added "2>/dev/null".
 
 2006-10-26 Sandro Santilli <address@hidden>
 

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- macros/boost.m4     21 Oct 2006 00:02:37 -0000      1.21
+++ macros/boost.m4     26 Oct 2006 21:53:10 -0000      1.22
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: boost.m4,v 1.21 2006/10/21 00:02:37 rsavoye Exp $
+dnl $Id: boost.m4,v 1.22 2006/10/26 21:53:10 nihilus Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -64,7 +64,7 @@
        $PKG_CONFIG --exists boost && gnash_boost_version=`$PKG_CONFIG 
--modversion boost | cut -d "." -f 1 | awk '{print $1".0"}'`
   fi
 
-  pathlist="${prefix}/include /sw/include /opt/local/include 
/usr/local/include /home/latest/include /opt/include /opt/local/include 
/opt/local/include /usr/include /usr/pkg/include .. ../.."
+  pathlist="${prefix}/include /sw/include /opt/local/include 
/usr/nekoware/include /usr/freeware/include /usr/local/include 
/home/latest/include /opt/include /opt/local/include /opt/local/include 
/usr/include /usr/pkg/include .. ../.."
   gnash_boost_topdir=""
   gnash_boost_version=""
   for i in $pathlist; do
@@ -87,7 +87,7 @@
   if test x"${ac_cv_path_boost_incl}" = x ; then
     AC_CHECK_HEADERS(boost/detail/lightweight_mutex.hpp, 
[ac_cv_path_boost_incl="-I/usr/include"],[
     if test x"${ac_cv_path_boost_incl}" = x; then
-      incllist="/usr/local/include /sw/include /opt/local/include 
/usr/local/include /home/latest/include /opt/include /opt/local/include 
/opt/local/include /usr/include /usr/pkg/include .. ../.."
+      incllist="/usr/local/include /sw/include /opt/local/include 
/usr/local/include /usr/nekoware/include /usr/freeware/include 
/home/latest/include /opt/include /opt/local/include /opt/local/include 
/usr/include /usr/pkg/include .. ../.."
       for i in $incllist; do
         if test -f $i/boost/detail/lightweight_mutex.hpp; then
           ac_cv_path_boost_incl="-I$i"
@@ -119,9 +119,9 @@
   if test x"${ac_cv_path_boost_lib}" = x; then
   AC_SEARCH_LIBS(cleanup_slots, ${boostnames}, 
[ac_cv_path_boost_lib="${LIBS}"],[
   AC_MSG_CHECKING([for Boost thread library])
-      libslist="${prefix}/lib64 ${prefix}/lib32 ${prefix}/lib /usr/lib64 
/usr/lib32 /usr/lib /sw/lib /usr/local/lib /home/latest/lib /opt/lib 
/opt/local/lib /usr/pkg/lib .. ../.."
+      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 /opt/local/lib /usr/pkg/lib .. ../.."
       for i in $libslist; do
-        boostnames=`ls -dr $i/libboost?thread*.so`
+        boostnames=`ls -dr $i/libboost?thread*.so 2>/dev/null`
         for libname in ${boostnames}; do
          if test -f ${libname}; then
             linkname=`basename ${libname} | sed -e 's/lib//' -e 's/.so//'`




reply via email to

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