Update of /cvsroot/echempp/Model
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9413/Model
Modified Files:
configure.in
Log Message:
build system change.
Index: configure.in
===================================================================
RCS file: /cvsroot/echempp/Model/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** configure.in 11 Mar 2008 12:32:26 -0000 1.14
--- configure.in 27 Mar 2008 13:07:31 -0000 1.15
***************
*** 12,29 ****
dnl Check for Spirit
! AC_MSG_CHECKING([for \$SPIRITSRC])
! if test "x$SPIRITSRC" = x; then
AC_MSG_ERROR([You must install Boost-1.31 or later (includes Spirit-1.8.0).
! Set the SPIRITSRC environment variable to the path from which "boost/spirit.hpp" can be found])
else
! AC_MSG_RESULT([$SPIRITSRC])
fi
! AC_MSG_CHECKING([for \$SPIRITSRC/boost/spirit.hpp])
! if test -f $SPIRITSRC/boost/spirit.hpp
then
AC_MSG_RESULT([available])
else
! AC_MSG_ERROR([spirit.hpp not found in $SPIRITSRC/boost])
fi
--- 12,29 ----
dnl Check for Spirit
! AC_MSG_CHECKING([for \$BOOSTSRC])
! if test "x$BOOSTSRC" = x; then
AC_MSG_ERROR([You must install Boost-1.31 or later (includes Spirit-1.8.0).
! Set the BOOSTSRC environment variable to the path from which "boost/spirit.hpp" can be found])
else
! AC_MSG_RESULT([$BOOSTSRC])
fi
! AC_MSG_CHECKING([for \$BOOSTSRC/boost/spirit.hpp])
! if test -f $BOOSTSRC/boost/spirit.hpp
then
AC_MSG_RESULT([available])
else
! AC_MSG_ERROR([spirit.hpp not found in $BOOSTSRC/boost])
fi
|