Remove -Wall from automake options to reduce verbosity

This commit is contained in:
Tim Rühsen 2016-11-10 11:56:19 +01:00
parent f01a81472b
commit 1b36fb0012
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
AC_INIT([libpsl], [0.14.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])
AM_INIT_AUTOMAKE([1.10 no-define foreign])
# Generate two configuration headers; one for building the library itself with
# an autogenerated template, and a second one that will be installed alongside