[gjs/wip/ptomato/autotools: 7/16] build: Disable Automake warnings about GNU make
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/wip/ptomato/autotools: 7/16] build: Disable Automake warnings about GNU make
- Date: Tue, 27 Sep 2016 06:04:00 +0000 (UTC)
commit 3280cc2b1c298ab2e676d8e3fd3fadf112cbe7cf
Author: Philip Chimento <philip chimento gmail com>
Date: Mon Sep 26 21:50:34 2016 -0700
build: Disable Automake warnings about GNU make
We require GNU make already, so add the Automake option which disables
the warnings about GNU-only features.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a5e364f..7458d96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ 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([1.11.1 dist-xz no-dist-gzip tar-ustar])
+AM_INIT_AUTOMAKE([1.11.1 dist-xz no-dist-gzip tar-ustar -Wno-portability])
AX_IS_RELEASE([git-directory])
AC_CONFIG_SRCDIR([gjs/console.cpp])
AC_CONFIG_MACRO_DIR([m4])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]