Update PACKAGE_BUGREPORT, set PACKAGE_URL

We prefer bugzilla entries over emails
This commit is contained in:
fell 2017-02-10 21:31:52 +01:00
parent 93301cd285
commit 2ac3ddec9c

View File

@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
# Autoconf initialization # Autoconf initialization
AC_PREREQ(2.60) 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_HEADERS(config.h)
AC_CONFIG_SRCDIR(src/engine/Transaction.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)
AC_CONFIG_MACRO_DIR([macros]) AC_CONFIG_MACRO_DIR([macros])