[gjs] build: Use five-argument form of AC_INIT
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] build: Use five-argument form of AC_INIT
- Date: Fri, 30 Sep 2016 20:05:04 +0000 (UTC)
commit 8a3baeeb9a25f18309ff5088aba3f1fc51b63434
Author: Philip Chimento <philip chimento gmail com>
Date: Mon Sep 26 21:25:59 2016 -0700
build: Use five-argument form of AC_INIT
This adds the website location to the package's manifest. See:
https://wiki.gnome.org/Initiatives/GnomeGoals/ModernAutotools
This requires Autoconf 2.64 which is already many years old and available
in all major distros.
https://bugzilla.gnome.org/show_bug.cgi?id=772027
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a887adb..be1c755 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,8 +7,8 @@ m4_define(pkg_micro_version, 0)
m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 + pkg_micro_version)
-AC_PREREQ(2.61)
-AC_INIT([gjs], pkg_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=gjs])
+AC_PREREQ([2.64])
+AC_INIT([gjs],[pkg_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gjs],[gjs],[https://wiki.gnome.org/Projects/Gjs])
AM_INIT_AUTOMAKE([dist-xz no-dist-gzip tar-ustar])
AX_IS_RELEASE([git-directory])
AC_CONFIG_SRCDIR([gjs/console.cpp])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]