[grilo/0.1.x] build: Include bugzilla and homepage information into autotools init



commit 3384ce6ce330b3a1a23a15c7752c4f747fbac131
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Sep 7 09:57:38 2011 +0000

    build: Include bugzilla and homepage information into autotools init
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 configure.ac |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6f18d9d..26a3d1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,11 @@ m4_define([grl_minor_version], [1])
 m4_define([grl_micro_version], [17])
 m4_define([prj_version], grl_major_version.grl_minor_version.grl_micro_version)
 
-AC_INIT([prj_name], [prj_version])
+AC_INIT([prj_name],
+        [prj_version],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=grilo;component=core],
+        [prj_name],
+        [http://live.gnome.org/Grilo])
 
 AM_INIT_AUTOMAKE([foreign])
 



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