configure.ac, silent compilation (enabled by default) using AM_SILENT_RULES([yes])
This commit is contained in:
parent
198604f605
commit
b74cf44e4f
|
|
@ -30,6 +30,7 @@ AC_CONFIG_HEADER([src/include/ngspice/config.h])
|
|||
|
||||
# Initialise automake stuff
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror nostdinc])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
AC_SUBST([AM_CPPFLAGS], ['-I. -I$(srcdir) -I$(top_builddir)/src/include'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue