X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=configure.ac;h=bdf2345f025452c9f27668660612c2c088f225e6;hp=62fd0246caf81be0ba2dff6caca808eb16cd9680;hb=00a533b0daf2f5a4e6380f6e76f6a1fd11cfdffc;hpb=bccf5db21a13703059c3897b4f2cfe1c8e5896c4 diff --git a/configure.ac b/configure.ac index 62fd024..bdf2345 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.4],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -66,10 +66,9 @@ esac # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST 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) ]) @@ -95,8 +94,14 @@ AC_CXX_REQUIRE_STL # Boost BOOST_REQUIRE -BOOST_STRING_ALGO +BOOST_BIND +BOOST_CONVERSION BOOST_LAMBDA +BOOST_POINTER_CONTAINER +BOOST_SMART_PTR +BOOST_STRING_ALGO +BOOST_TOKENIZER +CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS" # are covariant methods allowed? AC_LINK_IFELSE(