X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=configure.ac;h=7918a99fab6e867b817f86b877ee86ed4db955eb;hp=777c6ab9806018b78e50d530adac560b2b282d01;hb=5811987379486f9892cfc01f46ad41087c17fff1;hpb=f7eab6fd0ef651b473622664d95276ef30ed4b4b diff --git a/configure.ac b/configure.ac index 777c6ab..7918a99 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.2],[https://issues.shibboleth.net/],[xmltooling]) +AC_INIT([xmltooling],[1.5.5],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -66,7 +66,6 @@ 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 gmtime_r strcasecmp]) @@ -98,7 +97,7 @@ BOOST_REQUIRE BOOST_BIND BOOST_CONVERSION BOOST_LAMBDA -BOOST_PTR_CONTAINER +BOOST_POINTER_CONTAINER BOOST_SMART_PTR BOOST_STRING_ALGO BOOST_TOKENIZER