[gnome-user-share] configure.in: Add bug-report field in AC_INIT



commit 6c1a338e2994c9e39e48efb89af8c4900e970aca
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed Mar 21 18:49:05 2012 +0000

    configure.in: Add bug-report field in AC_INIT

 configure.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index b30d035..c31f6e3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,7 @@
-AC_INIT(gnome-user-share, 3.0.1)
+AC_INIT([gnome-user-share],
+        [3.0.1],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-user-share],
+        [gnome-user-share])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])



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