[gnome-autoar] configure: Fill in the BUG-REPORT-ADDRESS field
- From: Ting-Wei Lan <lantw src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-autoar] configure: Fill in the BUG-REPORT-ADDRESS field
 
- Date: Mon, 16 Jan 2017 19:07:49 +0000 (UTC)
 
commit 42695cd79a0a55e22503dd46a66b821b2d493b6c
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 29764ac..4d8f5b2 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], [0])
 
-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]