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



commit 7349dcc2824d8a96763321f4884e703fb06d4729
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jan 20 17:53:24 2014 -0600

    Use all arguments to AC_PREREQ and AC_INIT

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