X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=cf93e480b4a08266b67da605ad70b5e1e4adf0a9;hb=d4280038c11a383e91af463b94b01f9e5a0bbf10;hp=b9801f44522909c92d19334e6d29b29e1ffcb929;hpb=ee4777fd816bcb406e2eee858cba751b66781771;p=shibboleth%2Fcpp-opensaml.git diff --git a/configure.ac b/configure.ac index b9801f4..cf93e48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,11 @@ -AC_PREREQ([2.67]) -AC_INIT([opensaml],[2.4],[https://bugs.internet2.edu/],[opensaml]) +AC_PREREQ([2.50]) +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 -LT_INIT +AC_DISABLE_STATIC +AC_PROG_LIBTOOL # Docygen features DX_HTML_FEATURE(ON) @@ -31,12 +32,11 @@ else fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([opensaml.spec pkginfo Portfile]) +AC_CONFIG_FILES([opensaml.spec]) AC_CONFIG_FILES([Makefile saml/Makefile samltest/Makefile samlsign/Makefile schemas/Makefile doc/Makefile]) 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