X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=9e61365ae6df0a6cd773650203ba78af2e6b8f58;hb=6e600cf66d6bfad24ca17685e98d5d1da8385488;hp=6d076b7173aed5227419d03f3be0265dc68cfc6e;hpb=fcccfe87b8a153f9f187bd3be3aa688805b30e97;p=shibboleth%2Fcpp-xmltooling.git diff --git a/configure.ac b/configure.ac index 6d076b7..9e61365 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.4],[https://bugs.internet2.edu/],[xmltooling]) +AC_INIT([xmltooling],[1.5],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -32,7 +32,7 @@ else fi AC_CONFIG_HEADERS([config.h xmltooling/config_pub.h]) -AC_CONFIG_FILES([xmltooling.spec pkginfo Portfile]) +AC_CONFIG_FILES([xmltooling.spec]) AC_CONFIG_FILES([Makefile xmltooling/Makefile xmltoolingtest/Makefile schemas/Makefile doc/Makefile]) AC_PROG_CC([gcc gcc3 cc]) @@ -90,6 +90,11 @@ AC_LANG([C++]) AC_CXX_NAMESPACES AC_CXX_REQUIRE_STL +# Boost +BOOST_REQUIRE +BOOST_STRING_ALGO +BOOST_LAMBDA + # are covariant methods allowed? AC_LINK_IFELSE( [AC_LANG_PROGRAM([[]], @@ -276,7 +281,7 @@ if test x_$with_xmlsec != x_no; then if test x_$with_xmlsec != x_/usr; then CPPFLAGS="-I${with_xmlsec}/include $CPPFLAGS" - LDFLAGS="-L${with_xmlsec}/lib $LDFLAGS" + XMLSEC_LIBS="$XMLSEC_LIBS -L${with_xmlsec}/lib" fi XMLSEC_LIBS="$XMLSEC_LIBS -lxml-security-c"