X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=b72699b2473034085949dc80bcf7934044d791d1;hb=826a15e6c57413e701b91e253aaa7306dc599c56;hp=2ae97ff8bbc223f3d09499dbced496bc91a3b15f;hpb=cb43d8d7982eddb59a64daae89d027eaf5dc36ea;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 2ae97ff..b72699b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.5],[https://issues.shibboleth.net/],[xmltooling]) +AC_INIT([xmltooling],[1.5.0],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -96,9 +96,13 @@ AC_CXX_REQUIRE_STL # Boost BOOST_REQUIRE BOOST_BIND +BOOST_CONVERSION BOOST_LAMBDA BOOST_PTR_CONTAINER +BOOST_SMART_PTR BOOST_STRING_ALGO +BOOST_TOKENIZER +CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS" # are covariant methods allowed? AC_LINK_IFELSE(