[quadrapassel] Use AC_PREREQ and all arguments to AC_INIT
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [quadrapassel] Use AC_PREREQ and all arguments to AC_INIT
- Date: Mon, 20 Jan 2014 23:47:05 +0000 (UTC)
commit 8bca583d7348b1bd782a3e743296eb547bc6aec7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jan 20 17:45:28 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 e54af32..b1daa9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
-AC_INIT([quadrapassel],[3.11.4])
+AC_PREREQ([2.63])
+AC_INIT([Quadrapassel], [3.11.4], [https://bugzilla.gnome.org/],
+ [quadrapassel], [https://wiki.gnome.org/Apps/Quadrapassel])
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]