[tracker/rss-enclosures] configure: Fixed warning with recent autoconf versions for AC_INIT



commit 5433d7f5933c567d8911c9c8707342bcfc2090ce
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Oct 18 17:44:06 2010 +0100

    configure: Fixed warning with recent autoconf versions for AC_INIT
    
    Changed AC_INIT to not include whole bugzilla link for tracker, seems
    the "?" part of the URL causes this warning for some reason.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5d0278a..38fa3f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ m4_define([tracker_lt_current_minus_age],
 m4_define([tracker_binary_version], [0.9.0])
 
 AC_INIT([tracker], [tracker_version],
-        [http://bugzilla.gnome.org/enter_bug.cgi?product=tracker],
+        [http://bugzilla.gnome.org/],
         [tracker])
 
 AC_CONFIG_SRCDIR([src/tracker-store/tracker-main.c])



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