[monitoring-plugins] Use silent automake by default (#1747)
GitHub
git at monitoring-plugins.org
Tue Feb 1 10:00:14 CET 2022
Module: monitoring-plugins
Branch: master
Commit: 5943528121033579033c5a372df6c5e91b22e723
Author: Lorenz <12514511+RincewindsHat at users.noreply.github.com>
Committer: GitHub <noreply at github.com>
Date: Tue Feb 1 09:57:50 2022 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5943528
Use silent automake by default (#1747)
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index dfc37b5..8c5ca70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the Commits
mailing list