[gnome-boxes] configure.ac: Upgrade AC_INIT fields



commit 83a4067a57327fb7ee6a03ad3da87c9856dc5aea
Author: Javier JardÃn <jjardon gnome org>
Date:   Thu Nov 24 23:48:27 2011 +0000

    configure.ac: Upgrade AC_INIT fields
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664773

 configure.ac |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 474ba88..934f6ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,10 @@
 AC_PREREQ([2.63])
 
-AC_INIT([gnome-boxes], [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
-        [spice-devel lists freedesktop org])
+AC_INIT([gnome-boxes],
+        [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
+        [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-boxes],
+        [gnome-boxes],
+        [http://live.gnome.org/Boxes])
 
 AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER([config.h])



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