]> https://gitweb.dealii.org/ - dealii.git/commitdiff
find contributed boost again
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 23 Mar 2006 19:08:07 +0000 (19:08 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 23 Mar 2006 19:08:07 +0000 (19:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@12666 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index 6d6a76f81aed2da1a6c3ef95587276365c458280..b70290930cdc93bece053593cd510061770fb5f0 100755 (executable)
@@ -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'
index 05cf403ab943819ad973215af45fd3982bd6d382..436424ac447f350cfbf8755a7d7b1e03638debfd 100644 (file)
@@ -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!])])

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.