[swell-foop] Use AC_PREREQ and specify all arguments to AC_INIT



commit 6f17ce2139c72205060c1b7153f97d73be01e544
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jan 20 17:59:28 2014 -0600

    Use AC_PREREQ and specify all arguments to AC_INIT

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d9397bf..1192056 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
-AC_INIT([swell-foop],[3.11.3])
+AC_PREREQ([2.63])
+AC_INIT([Swell Foop], [3.11.3], [https://bugzilla.gnome.org/],
+        [swell-foop], [https://wiki.gnome.org/Apps/Swell%20Foop])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE


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