X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=47d7da0fd34b7a18c823aa9e71961ab3201a518b;hb=bd570e15d3fa3562af4e625d2de48475f4bea9d0;hp=0f257ac4546cec3b885784592a1aeb3b14624e2d;hpb=4e08add2d98d246f1a5bd97305dd7da8ed761d5b;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 0f257ac..47d7da0 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.1],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -69,7 +69,7 @@ AC_TYPE_SIZE_T AC_CHECK_SIZEOF([long]) # Checks for library functions. -AC_CHECK_FUNCS([strchr strdup strstr timegm strcasecmp]) +AC_CHECK_FUNCS([strchr strdup strstr timegm gmtime_r strcasecmp]) AC_CHECK_HEADERS([dlfcn.h]) AC_CHECK_FUNC(dlclose, , [ AC_CHECK_LIB(dl, dlopen) ]) @@ -99,7 +99,10 @@ 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(