Subject: [PATCH] build: silence 'non-POSIX variable name' warnings in automake
From: Natanael Copa <natanael.copa@gmail.com>
Date: Wed, 29 Feb 2012 10:43:09 +0000

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c5a5b31..35dfa70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.9 gnits dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([1.9 gnits dist-bzip2 subdir-objects -Wno-portability])
 AM_MAINTAINER_MODE
 
 AC_CANONICAL_BUILD
-- 
1.7.9.2