Remove -Wall from automake options to reduce verbosity
This commit is contained in:
parent
f01a81472b
commit
1b36fb0012
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
AC_INIT([libpsl], [0.14.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
|
AC_INIT([libpsl], [0.14.0], [tim.ruehsen@gmx.de], [libpsl], [https://github.com/rockdaboot/libpsl])
|
||||||
AC_PREREQ([2.59])
|
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
|
# Generate two configuration headers; one for building the library itself with
|
||||||
# an autogenerated template, and a second one that will be installed alongside
|
# an autogenerated template, and a second one that will be installed alongside
|
||||||
|
|
Loading…
Reference in New Issue