Make build less verbose

This commit is contained in:
Andre Miranda 2018-06-20 22:20:41 -03:00
parent 2f23e5e249
commit b4451a9d40

View file

@ -26,6 +26,7 @@ dnl ***************************
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl ********************************
dnl *** Check for basic programs ***