Reverted the AM_SILENT mode to YES. Non Silent mode can be turned on during compilation by saying 'make V=1'

This commit is contained in:
Francesco Lannutti 2020-07-15 16:17:45 +02:00
parent ee4a742b47
commit d251de0186
1 changed files with 1 additions and 1 deletions

View File

@ -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}"