Remove pkg files from configure, fix bug link
authorScott Cantor <cantor.2@osu.edu>
Thu, 16 Jun 2011 13:36:25 +0000 (13:36 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 16 Jun 2011 13:36:25 +0000 (13:36 +0000)
config_win32.h
configure.ac

index ec4aa47..8084872 100644 (file)
@@ -81,7 +81,7 @@
 #define PACKAGE "opensaml"
 
 /* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "https://bugs.internet2.edu/"
+#define PACKAGE_BUGREPORT "https://issues.shibboleth.net/"
 
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "opensaml"
index eb828e1..76e8787 100644 (file)
@@ -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])