From bfcad5cd054bf615c33ace2a920756c69467d497 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 30 Dec 2023 15:23:48 +0100 Subject: [PATCH] configure: enable silent rules by default The default build log is big and basically unreadable. Go the way of other build systems and do not print compile commands by default. Verbose output can always be enabled with make V=1. Change-Id: Ib226079d1543209e08e5fdcf7344cd20850bea9d Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20231230142348.29108-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27865.html Signed-off-by: Gert Doering --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 22ed448064c..f4206120fa0 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,7 @@ m4_define([subdir_objects], [ # This foreign option prevents autoreconf from overriding our COPYING and # INSTALL targets: AM_INIT_AUTOMAKE(foreign subdir_objects 1.9) dnl NB: Do not [quote] this parameter. +AM_SILENT_RULES([yes]) AC_CANONICAL_HOST AC_USE_SYSTEM_EXTENSIONS