[vinagre] Pass -Wno-portability to AM_INIT_AUTOMAKE to GNU Make extensions can be used
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vinagre] Pass -Wno-portability to AM_INIT_AUTOMAKE to GNU Make extensions can be used
- Date: Thu, 14 Jan 2010 13:53:29 +0000 (UTC)
commit a2001392478f68dcbedf976d2030197221316053
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Jan 13 16:32:24 2010 +0000
Pass -Wno-portability to AM_INIT_AUTOMAKE to GNU Make extensions can be used
Passing the package name and version to AM_INIT_AUTOMAKE is deprecated and
done by AC_INIT now.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2fd5dd9..2a747cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT(vinagre, 2.29.1, http://projects.gnome.org/vinagre/)
VINAGRE_API_VERSION=1.0
AC_SUBST(VINAGRE_API_VERSION)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE(-Wno-portability)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]