[gnome-autoar/gnome-3-22] configure: Fill in the BUG-REPORT-ADDRESS field



commit d0b7e8b55ab9ebb608a9a30d60230799d85699d7
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Mon Jan 9 02:32:08 2017 +0800

    configure: Fill in the BUG-REPORT-ADDRESS field
    
    We have used GNOME Bugzilla to track bug reports for several months.

 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9ca77a7..031083f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,10 @@ m4_define([major_version], [0])
 m4_define([minor_version], [1])
 m4_define([micro_version], [1])
 
-AC_INIT([gnome-autoar], [major_version.minor_version.micro_version], [BUG-REPORT-ADDRESS], [gnome-autoar])
+AC_INIT([gnome-autoar],
+        [major_version.minor_version.micro_version],
+        [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-autoar],
+        [gnome-autoar])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([gnome-autoar/gnome-autoar.h])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]