gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash macros/boost.m4 ChangeLog
Date: Fri, 05 Oct 2007 20:19:36 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/10/05 20:19:36

Modified files:
        macros         : boost.m4 
        .              : ChangeLog 

Log message:
                * macros/boost.m4: Check for a directory without "boost" as an
                additional sub directory.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.62&r2=1.63
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4542&r2=1.4543

Patches:
Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- macros/boost.m4     5 Oct 2007 20:00:54 -0000       1.62
+++ macros/boost.m4     5 Oct 2007 20:19:34 -0000       1.63
@@ -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.62 2007/10/05 20:00:54 rsavoye Exp $
+dnl $Id: boost.m4,v 1.63 2007/10/05 20:19:34 rsavoye Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -73,7 +73,7 @@
       gnash_boost_version=`echo ${gnash_boost_topdir} | sed -e 's:boost-::'`
       dnl Fix for packaging systems not adding extra fluff to the path-name.
       for k in ${boost_headers}; do
-       if test ! -f ${gnash_boost_topdir}/boost/$k ; then
+       if test ! -f ${gnash_boost_topdir}/boost/$k -a ! -f 
${gnash_boost_topdir}/$k; then
           missing_headers="${missing_headers} $k"
         fi
       done

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4542
retrieving revision 1.4543
diff -u -b -r1.4542 -r1.4543
--- ChangeLog   5 Oct 2007 18:34:57 -0000       1.4542
+++ ChangeLog   5 Oct 2007 20:19:35 -0000       1.4543
@@ -1,6 +1,9 @@
 2007-10-05  Rob Savoye  <address@hidden>
 
-       * macros/boost.m4: Makwe the --with-options work correctly. Recode
+       * macros/boost.m4: Check for a directory without "boost" as an
+       additional sub directory.
+
+       * macros/boost.m4: Make the --with-options work correctly. Recode
        how all the directories, headers, and libraries get found, or
        configure fails to find any dependant file.
 




reply via email to

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