From: Frank Lichtenheld Date: Sat, 30 Dec 2023 14:23:48 +0000 (+0100) Subject: configure: enable silent rules by default X-Git-Tag: v2.7_alpha1~338 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfcad5cd054bf615c33ace2a920756c69467d497;p=thirdparty%2Fopenvpn.git 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 --- diff --git a/configure.ac b/configure.ac index 22ed44806..f4206120f 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