gnucash maint: Update PACKAGE_BUGREPORT, set PACKAGE_URL

Frank H.Ellenberger fell at code.gnucash.org
Fri Feb 10 15:32:22 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/2ac3ddec (commit)
	from  https://github.com/Gnucash/gnucash/commit/93301cd2 (commit)



commit 2ac3ddec9c19c41cf0a423c65d512a8b28dc1812
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Fri Feb 10 21:31:52 2017 +0100

    Update PACKAGE_BUGREPORT, set PACKAGE_URL
    
    We prefer bugzilla entries over emails

diff --git a/configure.ac b/configure.ac
index 27b4057..57c23a0 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 at 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])



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list