Message ID | 20231230142348.29108-1-gert@greenie.muc.de |
---|---|
State | Accepted |
Headers | show |
Series | [Openvpn-devel,v4] configure: enable silent rules by default | expand |
Tested, looks good. Nothing is lost, as the full output is still available with "make V=1". Your patch has been applied to the master branch. commit bfcad5cd054bf615c33ace2a920756c69467d497 Author: Frank Lichtenheld Date: Sat Dec 30 15:23:48 2023 +0100 configure: enable silent rules by default Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20231230142348.29108-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27865.htm Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/configure.ac b/configure.ac index 2823f04..9bc4d64 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,7 @@ # 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