summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-09-18 10:36:27 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-18 13:31:47 +0200
commitd71cd46ede9c57e3947c86c61306a9caddce242c (patch)
treeec0ddd555c11f082ee5ae46bf99a3de39696b386
parent87e0dcaff945f8b8f30030309e16ba26935fcb7b (diff)
downloadsssd-d71cd46ede9c57e3947c86c61306a9caddce242c.tar.gz
sssd-d71cd46ede9c57e3947c86c61306a9caddce242c.tar.xz
sssd-d71cd46ede9c57e3947c86c61306a9caddce242c.zip
AUTOMAKE: Disable portability warnings
We already require GNU make extenstions to build manual pages. src/man/Makefile.am:46: warning: wildcard $(srcdir: non-POSIX variable name src/man/Makefile.am:46: (probably a GNU make extension) src/man/Makefile.am:125: warning: wildcard $(srcdir: non-POSIX variable name src/man/Makefile.am:125: (probably a GNU make extension) src/man/Makefile.am:128: warning: addprefix $(srcdir: non-POSIX variable name src/man/Makefile.am:128: (probably a GNU make extension) src/man/Makefile.am:128: warning: shell grep '\[type:docbook\]' $(PO4A_CONFIG: non-POSIX variable name src/man/Makefile.am:128: (probably a GNU make extension) src/man/Makefile.am:129: warning: filter-out $(CFG_PAGES: non-POSIX variable name src/man/Makefile.am:129: (probably a GNU make extension) Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 254752bc2..291deee1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
-AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
+AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects tar-pax])
AM_PROG_CC_C_O
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_DISABLE_STATIC