1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Set AM_SILENT_RULES to yes by default

* configure.ac: Set AM_SILENT_RULES to yes by default
This commit is contained in:
Tim Rühsen 2016-02-01 21:10:33 +01:00
parent 4c2dc5010f
commit c190677cab

View File

@ -57,6 +57,8 @@ AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED([OS_TYPE], "$host_os", AC_DEFINE_UNQUOTED([OS_TYPE], "$host_os",
[Define to be the name of the operating system.]) [Define to be the name of the operating system.])
dnl Non-verbose make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl dnl
dnl Process External Libraries dnl Process External Libraries