gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros boost.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros boost.m4
Date: Sun, 02 Sep 2007 23:48:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/09/02 23:48:37

Modified files:
        macros         : boost.m4 

Log message:
        Clean up and fixed a typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.52&r2=1.53

Patches:
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- boost.m4    2 Sep 2007 23:43:24 -0000       1.52
+++ boost.m4    2 Sep 2007 23:48:37 -0000       1.53
@@ -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: boost.m4,v 1.52 2007/09/02 23:43:24 nihilus Exp $
+dnl $Id: boost.m4,v 1.53 2007/09/02 23:48:37 nihilus Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -48,7 +48,7 @@
     gnash_boost_topdir=""
     gnash_boost_version=""
     for i in $incllist; do
-      for j in `ls -dr $i/boost* | grep boost 2>/dev/null`; do
+      for j in `ls -dr $i/boost* 2>/dev/null`; do
        
        dnl Fix for packaging systems not adding extra fluff to the path-name.
        i=`dirname ${j}`
@@ -149,7 +149,7 @@
 
   dnl Bogus testing
   dnl if test x${cross_compiling} = xno; then
-  dbl  AC_LANG_PUSH(C++)
+  dnl  AC_LANG_PUSH(C++)
   dnl  save_CXXFLAGS="$CXXFLAGS"
   dnl  save_CPPFLAGS="$CPPFLAGS"
   dnl  CXXFLAGS="$CFLAGS $BOOST_CFLAGS"




reply via email to

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