[nautilus-sendto] configure.in: Update bug-report field in AC_INIT



commit 3b61168d017a60c55fe0f28b76061aad5a784930
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 66fa918..ea20773 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,10 @@
 AC_PREREQ(2.52)
 
-AC_INIT(nautilus-sendto, 2.91.0, http://www.gnome.org)
+AC_INIT([nautilus-sendto],
+        [2.91.0],
+        [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]