From ef34378810ae8079b6ba34532ab76f16e56a24d7 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 16 Jun 2011 13:34:04 +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 e7f141b..eaa5c52 100644 --- a/config_win32.h +++ b/config_win32.h @@ -108,7 +108,7 @@ #define PACKAGE "xmltooling" /* 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 "xmltooling" diff --git a/configure.ac b/configure.ac index 8e8e0ae..1984983 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.5],[https://bugs.internet2.edu/],[xmltooling]) +AC_INIT([xmltooling],[1.5],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) @@ -32,7 +32,7 @@ else fi AC_CONFIG_HEADERS([config.h xmltooling/config_pub.h]) -AC_CONFIG_FILES([xmltooling.spec pkginfo Portfile]) +AC_CONFIG_FILES([xmltooling.spec]) AC_CONFIG_FILES([Makefile xmltooling/Makefile xmltoolingtest/Makefile schemas/Makefile doc/Makefile]) AC_PROG_CC([gcc gcc3 cc]) -- 2.1.4