From d251de018607dbdbc19196d65aaddad926872ab9 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Wed, 15 Jul 2020 16:17:45 +0200 Subject: [PATCH] Reverted the AM_SILENT mode to YES. Non Silent mode can be turned on during compilation by saying 'make V=1' --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0c6e3489d..b08f293a5 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([src/include/ngspice/config.h]) # Initialise automake stuff AM_INIT_AUTOMAKE([-Wall -Werror nostdinc serial-tests]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ext_CFLAGS="${CFLAGS+yes}"