Use silent rules by default if supported by Automake
Silent rules make warnings stand out, so they are fixed early.
This commit is contained in:
parent
22e808a186
commit
04fc814efd
@ -10,6 +10,9 @@ AC_C_CONST
|
|||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
|
# Use silent rules by default if supported by Automake
|
||||||
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
*linux*)
|
*linux*)
|
||||||
linux=yes
|
linux=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user