X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=532106e525d499fa3b600c024430b6ba8ad6b6fc;hb=7f06873592fcb03326301a0c7cc81bba1b87741d;hp=950e814525764130e786a373f6ef6e3f76f0fd22;hpb=2f70edf72adfed82ac9fc1ab3da4ad78e5b86f7b;p=shibboleth%2Fcpp-opensaml.git diff --git a/configure.ac b/configure.ac index 950e814..532106e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,10 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.4],[https://bugs.internet2.edu/],[opensaml]) +AC_INIT([opensaml],[2.4.2],[https://issues.shibboleth.net/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) AM_INIT_AUTOMAKE +AC_DISABLE_STATIC AC_PROG_LIBTOOL # Docygen features @@ -36,7 +37,6 @@ AC_CONFIG_FILES([Makefile saml/Makefile samltest/Makefile samlsign/Makefile sche AC_PROG_CC([gcc gcc3 cc]) AC_PROG_CXX([g++ g++3 c++ CC]) -AC_DISABLE_STATIC AC_CANONICAL_HOST if test "$GCC" = "yes" ; then