[nautilus-sendto/gnome-3-0] configure.in: Update bug-report field in AC_INIT



commit c062419846e2814919fa39b2d74fb57d63a6b335
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed Mar 21 16:11:38 2012 +0000

    configure.in: Update bug-report field in AC_INIT

 configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index ff1918b..8246f2d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,10 @@
 AC_PREREQ(2.52)
 
-AC_INIT(nautilus-sendto, 3.0.1, http://www.gnome.org)
+AC_INIT([nautilus-sendto],
+        [3.0.1],
+        [https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-sendto],
+        [nautilus-sendto])
+
 AM_CONFIG_HEADER(config.h)
 
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])



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