[gnome-chess] configure.ac: specify all options to AC_INIT
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] configure.ac: specify all options to AC_INIT
- Date: Mon, 20 Jan 2014 23:19:01 +0000 (UTC)
commit 8265d1aa97b669928bc41dcd8c5965c65f57dabc
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jan 20 17:18:04 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 2043509..83ae300 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
AC_PREREQ([2.63])
-AC_INIT([gnome-chess],[3.11.4])
+AC_INIT([GNOME Chess], [3.11.4], [https://bugzilla.gnome.org/],
+ [gnome-chess], [https://wiki.gnome.org/Apps/Chess])
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
AC_CONFIG_SRCDIR([src/gnome-chess.vala])
AM_SILENT_RULES([yes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]