From: Scott Cantor Date: Thu, 16 Jun 2011 13:34:04 +0000 (+0000) Subject: Remove pkg files from configure, fix bug link X-Git-Tag: 1.5.0~110 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=ef34378810ae8079b6ba34532ab76f16e56a24d7 Remove pkg files from configure, fix bug link --- 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])