Add silent rules if possible (#123)

This commit is contained in:
Tancrède Lepoint 2017-05-24 21:20:33 -04:00 committed by Douglas Stebila
parent 15d96d96b9
commit 03b099b7c0

View File

@ -38,6 +38,9 @@ AC_TYPE_UINT8_T
AC_FUNC_MALLOC
AC_CHECK_FUNCS([memset strdup])
# Silent rules
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
######################################################################
# DOXYGEN SUPPORT
######################################################################