#! /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.
#
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.
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'
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
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