X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=4355b1c84f086cc350e91ab5c0829f1518b06b74;hb=6931c51449b062c76ac88dfd5bdf7ceac1600dc4;hp=7d6c6b7db44bb9f8bcc24f2d2b087ea07432a816;hpb=2e65468d4cb200611c0fd004279b17e4f234a1e4;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 7d6c6b7..4355b1c 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.0],[https://issues.shibboleth.net/],[xmltooling]) +AC_INIT([xmltooling],[1.5.3],[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])