[jhbuild/release-team-commands: 84/85] build: Suppress the 195 lines of warnings from Automake
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/release-team-commands: 84/85] build: Suppress the 195 lines of warnings from Automake
- Date: Fri, 16 Jul 2010 08:18:12 +0000 (UTC)
commit 0cc57b62c005f52156df51659ae8c263012be970
Author: Damien Lespiau <damien lespiau intel com>
Date: Tue Jul 6 11:44:24 2010 +0100
build: Suppress the 195 lines of warnings from Automake
Thank you automake, we are grateful that you detect non portable
Makefile constructs, but jhbuild really depends on GNU automake.
Turn off the portability warnings then.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ed04879..f69ce00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT([jhbuild], [2.31.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=jhbuild])
AC_CONFIG_SRCDIR(jhbuild/main.py)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wno-portability])
GNOME_COMMON_INIT
AM_MAINTAINER_MODE
AC_PREFIX_DEFAULT(~/.local/)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]