X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=76e8787ad00b072dd0d944dddfe00a1a708b52cb;hb=483d834497d0c6edde25dfddb4ec8f798e40ba83;hp=e32ed01f7f8b1d33d042ed853bdc1b07e859ce6b;hpb=d7b37f0bc5b523070431401b64d55655d5cd6413;p=shibboleth%2Fcpp-opensaml.git diff --git a/configure.ac b/configure.ac index e32ed01..76e8787 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.4],[https://bugs.internet2.edu/],[opensaml]) +AC_INIT([opensaml],[2.5],[https://issues.shibboleth.net/],[opensaml]) AC_CONFIG_SRCDIR(saml) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -32,7 +32,7 @@ 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])