From 10c981213c152e3c6f049bb9305d21ca09262bc1 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 4 Apr 2011 21:36:34 -0500 Subject: [PATCH] build: fix automake portability warnings --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f8b94f9..af043041 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.52) AC_INIT(ModemManager, 0.4, dcbw@redhat.com, ModemManager) -AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2 -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE