From 2ac3ddec9c19c41cf0a423c65d512a8b28dc1812 Mon Sep 17 00:00:00 2001 From: fell Date: Fri, 10 Feb 2017 21:31:52 +0100 Subject: [PATCH] Update PACKAGE_BUGREPORT, set PACKAGE_URL We prefer bugzilla entries over emails --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 27b4057813..57c23a0dc9 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # Autoconf initialization AC_PREREQ(2.60) -AC_INIT([GnuCash], [2.6.15], [gnucash-devel@gnucash.org]) +AC_INIT([GnuCash], [2.6.15], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h) AC_CONFIG_MACRO_DIR([macros])