From a05019f48dd64bb88aa85dc657c3a5743c252db8 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 16 Jun 2011 13:36:25 +0000 Subject: [PATCH] Remove pkg files from configure, fix bug link --- config_win32.h | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_win32.h b/config_win32.h index ec4aa47..8084872 100644 --- a/config_win32.h +++ b/config_win32.h @@ -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" 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]) -- 2.1.4