X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=76e8787ad00b072dd0d944dddfe00a1a708b52cb;hp=eb828e1c0176c6253ded709a35c457f2006045b9;hb=a05019f48dd64bb88aa85dc657c3a5743c252db8;hpb=f1208cd2f514700244816377443c4951dc22c848 diff --git a/configure.ac b/configure.ac index eb828e1..76e8787 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml],[2.5],[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])