[gnome-tetravex] Use AC_PREREQ and all arguments to AC_INIT



commit c8421122f01b3c1692e1d2417ef172b9cf01123f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jan 20 18:03:17 2014 -0600

    Use AC_PREREQ and all arguments to AC_INIT

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c59c087..7469814 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
-AC_INIT([gnome-tetravex],[3.11.4])
+AC_PREREQ([2.63])
+AC_INIT([GNOME Tetravex], [3.11.4], [https://bugzilla.gnome.org/],
+        [gnome-tetravex], [https://wiki.gnome.org/Apps/Tetravex])
 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]