From 5e3d48f4d92d1d176fa949113bd1ef2677e1e8e5 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 23 Mar 2006 19:08:07 +0000 Subject: [PATCH] find contributed boost again git-svn-id: https://svn.dealii.org/trunk@12666 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 6 ++++-- deal.II/configure.in | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 6d6a76f81a..b70290930c 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.224 . +# From configure.in Revision: 1.225 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for deal.II 5.3.pre. # @@ -8843,7 +8843,7 @@ rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftes fi -BOOST_INCLUDE_DIR='-I$D/contrib/boost/include' +BOOST_INCLUDE_DIR="-I$DEAL_II_PATH/contrib/boost/include" # Check whether --with-boost or --without-boost was given. @@ -8858,6 +8858,8 @@ if test "${with_boost+set}" = set; then fi; +{ echo "$as_me:$LINENO: \"Checking for boost include files in $BOOST_INCLUDE_DIR\"" >&5 +echo "$as_me: \"Checking for boost include files in $BOOST_INCLUDE_DIR\"" >&6;} CPPFLAGS="$BOOST_INCLUDE_DIR $CPPFLAGS" ac_ext=cc ac_cpp='$CXXCPP $CPPFLAGS' diff --git a/deal.II/configure.in b/deal.II/configure.in index 05cf403ab9..436424ac44 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -211,7 +211,7 @@ AC_CHECK_FUNCS(gethostname) DEAL_II_CHECK_BROKEN_SOCKETS dnl Check for boost option and make sure we get all files -BOOST_INCLUDE_DIR='-I$D/contrib/boost/include' +BOOST_INCLUDE_DIR="-I$DEAL_II_PATH/contrib/boost/include" AC_ARG_WITH(boost, [ --with-boost=/path/to/boost use an installed boost library instead of the @@ -219,6 +219,7 @@ AC_ARG_WITH(boost, the boost subdirectory for header files.], DEAL_II_WITH_BOOST($withval)) +AC_MSG_NOTICE("Checking for boost include files in $BOOST_INCLUDE_DIR") CPPFLAGS="$BOOST_INCLUDE_DIR $CPPFLAGS" AC_CHECK_HEADER(boost/shared_ptr.hpp,, [AC_MSG_ERROR([Your boost installation is incomplete!])]) -- 2.39.5