This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "build-aux".
The branch, master has been updated via ebb1ca02c3f9d4cc8408491cbf3d35d74e91ecb0 (commit) from 6df37dd053fe77f388f6245975697560fa61fdae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ebb1ca02c3f9d4cc8408491cbf3d35d74e91ecb0 Author: Thomas Moulard <thomas.moul...@gmail.com> Date: Tue Sep 14 13:46:48 2010 +0200 Update boost.m4 from upstream. diff --git a/boost.m4 b/boost.m4 index 7c2deb9..ee3013f 100644 --- a/boost.m4 +++ b/boost.m4 @@ -195,14 +195,9 @@ AC_LANG_POP([C++])dnl AC_SUBST([BOOST_CPPFLAGS], ["-I$boost_cv_inc_path"]) ;; esac - case $boost_cv_inc_path in #( - no) - ;;#( - *) - AC_DEFINE([HAVE_BOOST], [1], - [Defined if the requested minimum BOOST version is satisfied]) - ;; - esac + if test x"$boost_cv_inc_path" != xno; then + AC_DEFINE([HAVE_BOOST], [1], + [Defined if the requested minimum BOOST version is satisfied]) AC_CACHE_CHECK([for Boost's header version], [boost_cv_lib_version], [m4_pattern_allow([^BOOST_LIB_VERSION$])dnl @@ -217,6 +212,7 @@ boost-lib-version = BOOST_LIB_VERSION], AC_MSG_ERROR([invalid value: boost_major_version=$boost_major_version]) ;; esac +fi CPPFLAGS=$boost_save_CPPFLAGS ])# BOOST_REQUIRE @@ -591,11 +587,6 @@ AC_DEFUN([BOOST_NUMERIC_CONVERSION], [BOOST_FIND_HEADER([boost/numeric/conversion/converter.hpp]) ])# BOOST_NUMERIC_CONVERSION -# BOOST_MPL() -# -------------- -# Look for Boost.MPL -AC_DEFUN([BOOST_MPL], -[BOOST_FIND_HEADER([boost/mpl/void_fwd.hpp])]) # BOOST_OPTIONAL() # ---------------- @@ -904,8 +895,9 @@ AC_DEFUN([_BOOST_FIND_COMPILER_TAG], [AC_REQUIRE([AC_PROG_CXX])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_CACHE_CHECK([for the toolset name used by Boost for $CXX], [boost_cv_lib_tag], -[AC_LANG_PUSH([C++])dnl - boost_cv_lib_tag=unknown +[boost_cv_lib_tag=unknown +if test x$boost_cv_inc_path != xno; then + AC_LANG_PUSH([C++])dnl # The following tests are mostly inspired by boost/config/auto_link.hpp # The list is sorted to most recent/common to oldest compiler (in order # to increase the likelihood of finding the right compiler with the @@ -980,7 +972,7 @@ AC_LANG_POP([C++])dnl boost_cv_lib_tag= ;; esac -])dnl end of AC_CACHE_CHECK +fi])dnl end of AC_CACHE_CHECK ])# _BOOST_FIND_COMPILER_TAG ----------------------------------------------------------------------- Summary of changes: boost.m4 | 24 ++++++++---------------- 1 files changed, 8 insertions(+), 16 deletions(-) hooks/post-receive -- build-aux ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ roboptim-commit mailing list roboptim-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/roboptim-commit