diff options
author | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-22 12:19:05 +0200 |
---|---|---|
committer | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-22 12:19:05 +0200 |
commit | 9947bf77aaeaeac7a9bd0db0cfb34b61e807af11 (patch) | |
tree | 9c563c8f90a6dee62553694b867f0e14da740f0a /configure.ac | |
parent | 69e67deb34e9070ff29546f743b07ceaf313b81b (diff) |
autotools: we actually do want portability warning.
This tell people that are running our autogen they need to use gnu make and
not report issue if they don't.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8900eb140..5e6248e46 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -18,7 +18,7 @@ AH_BOTTOM([ | |||
18 | 18 | ||
19 | AC_USE_SYSTEM_EXTENSIONS | 19 | AC_USE_SYSTEM_EXTENSIONS |
20 | 20 | ||
21 | AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall -Wno-portability]) | 21 | AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall]) |
22 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | 22 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |
23 | 23 | ||
24 | # pkg-config | 24 | # pkg-config |