[grilo-plugins] 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] build: Include bugzilla and homepage information into autotools init
- Date: Wed, 7 Sep 2011 10:31:20 +0000 (UTC)
commit 7c553c8e1519b28ad342247e37b30102feb88bd9
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 5adcb74..13993e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,11 @@
m4_define([prj_name], [grilo-plugins])
m4_define([prj_version], [0.2.0])
-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]