[four-in-a-row] trivial: use AC_PREREQ and update AC_INIT



commit d09aa093b2f7b94d5d744f2870d16a0ba1413f92
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jan 20 17:27:12 2014 -0600

    trivial: use AC_PREREQ and update AC_INIT

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8e9b73d..babb8bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
-AC_INIT([four-in-a-row],[3.11.3])
+AC_PREREQ([2.63])
+AC_INIT([Four-in-a-Row], [3.11.3], [https://bugzilla.gnome.org/],
+        [four-in-a-row], [https://wiki.gnome.org/Apps/Four-in-a-row])
 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]