[gnome-sudoku] configure.ac: specify all options to AC_INIT



commit 011fc71cabdc41b1b525ccea973f4eefa5208a9a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jan 20 17:21:53 2014 -0600

    configure.ac: specify all options to AC_INIT

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d3331e2..343a810 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
-AC_INIT([gnome-sudoku],[3.11.3])
+AC_INIT([GNOME Sudoku], [3.11.3], [https://bugzilla.gnome.org/],
+        [gnome-sudoku], [https://wiki.gnome.org/Apps/Sudoku])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE([enable])


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