summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-04-04 21:36:34 -0500
committerDan Williams <dcbw@redhat.com>2011-04-04 21:36:34 -0500
commit10c981213c152e3c6f049bb9305d21ca09262bc1 (patch)
tree8dd1070668802f60a0d49046c5f3104da00622ab /configure.ac
parent2dbca0baf853bea1df0723d3c8fb2f94dadf3eb3 (diff)
downloadModemManager-10c981213c152e3c6f049bb9305d21ca09262bc1.tar.gz
build: fix automake portability warnings
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f8b94f99..af0430413 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