[libgweather] configure.ac: Set the URL for the package's home page in AC_INIT



commit 12944b0fdda9251a61668da8d33ce90b3bf3d75d
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Mar 9 12:46:03 2012 +0000

    configure.ac: Set the URL for the package's home page in AC_INIT
    
    Bump required autoconf to 2.64

 configure.ac |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 09d6ae6..bcc497b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,9 @@
-AC_INIT([libgweather], [3.4.1],
-        [http://bugzilla.gnome.org/enter_bug.cgi?product=libgweather])
-AC_PREREQ(2.62)
+AC_INIT([libgweather],
+        [3.4.1],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=libgweather],
+        [libgweather],
+        [http://live.gnome.org/LibGWeather])
+AC_PREREQ([2.64])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])



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