X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=2edc85e0d2df3590f9e8b357593b27b8e5192c53;hb=refs%2Fheads%2Fupstream%2Ftags%2F1.1;hp=e8e1d3b42bf1f2820c91e5a1724aace6af998c9f;hpb=2a8c6d0b6305525c1d4125ca58cd35a2a31e5e27;p=shibboleth%2Fxmltooling.git diff --git a/configure.ac b/configure.ac index e8e1d3b..2edc85e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.50]) -AC_INIT([xmltooling], [1.0], [mace-opensaml-users@internet2.edu], [xmltooling]) +AC_INIT([xmltooling], [1.1], [mace-opensaml-users@internet2.edu], [xmltooling]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(xmltooling/config_pub.h) -AM_INIT_AUTOMAKE([xmltooling], [1.0]) +AM_INIT_AUTOMAKE([xmltooling], [1.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) @@ -61,6 +61,7 @@ AC_PROG_LIBTOOL # 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]) @@ -227,7 +228,7 @@ if test x_$with_xmlsec != x_no; then CPPFLAGS="-I${with_xmlsec}/include $CPPFLAGS" LDFLAGS="-L${with_xmlsec}/lib $LDFLAGS" fi - XMLSEC_LIBS="-lxml-security-c" + XMLSEC_LIBS="$XMLSEC_LIBS -lxml-security-c" # save and append master libs save_LIBS="$LIBS"