[grilo-plugins/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-plugins/0.1.x] build: Include bugzilla and homepage information into autotools init
- Date: Wed, 7 Sep 2011 10:31:15 +0000 (UTC)
commit 2c5fdf3c149ec7d9d9c5b3c4d3b685b670b8d085
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Wed Sep 7 09:56:44 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 08ca855..518a81e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,11 @@
m4_define([prj_name], [grilo-plugins])
m4_define([prj_version], [0.1.17])
-AC_INIT([prj_name], [prj_version])
+AC_INIT([prj_name],
+ [prj_version],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=grilo;component=plugins],
+ [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]