mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Use silent automake by default (#1747)
This commit is contained in:
parent
d485b64ef0
commit
5943528121
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ AC_CONFIG_SRCDIR(NPTest.pm)
|
|||
AC_CONFIG_FILES([gl/Makefile])
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AM_INIT_AUTOMAKE([1.8.3])
|
||||
AM_SILENT_RULES([yes])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CANONICAL_HOST
|
||||
|
|
|
|||
Loading…
Reference in a new issue