summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2014-04-19 22:27:53 +0100
committerRoss Lagerwall <rosslagerwall@gmail.com>2014-04-30 08:27:28 +0100
commit8ec1666eb2a42dad7e4bafe4545b0d945f4fbc29 (patch)
treed06c76d7607ed60266e5efb611eac6645bbf7055 /configure.ac
parenta6c3c774da479a2bcbc4597b156d77b967602669 (diff)
downloadgvfs-8ec1666eb2a42dad7e4bafe4545b0d945f4fbc29.tar.gz
build: Silence automake portability warnings
Require GNU Make for now and so silence portability warnings. https://bugzilla.gnome.org/show_bug.cgi?id=722354
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 44130adf..ad13fdd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.64])
AC_INIT([gvfs],[1.21.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
-AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar -Wno-portability])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])