[grilo/0.1.x] build: Include bugzilla and homepage information into autotools init
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/0.1.x] build: Include bugzilla and homepage information into autotools init
- Date: Wed, 7 Sep 2011 10:29:19 +0000 (UTC)
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]