Rev version and add README file.
[shibboleth/cpp-xmltooling.git] / configure.ac
index e8e1d3b..3e22b5a 100644 (file)
@@ -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)
@@ -227,7 +227,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"