[five-or-more] trivial: use AC_PREREQ and update AC_INIT
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] trivial: use AC_PREREQ and update AC_INIT
- Date: Mon, 20 Jan 2014 23:26:11 +0000 (UTC)
commit 3cab533b8a94734bbedb6cd5f35d2dae06075d44
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jan 20 17:25:39 2014 -0600
trivial: use AC_PREREQ and update AC_INIT
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ed561c0..b2a8031 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,6 @@
-AC_INIT([five-or-more],[3.11.4])
+AC_PREREQ([2.63])
+AC_INIT([Five or More], [3.11.4], [https://bugzilla.gnome.org/],
+ [five-or-more], [https://wiki.gnome.org/Apps/Five%20or%20more])
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]