configure.ac, defensive use of `AM_SILENT_RULES'
This commit is contained in:
parent
082a3e92ae
commit
b6c6a35161
|
|
@ -30,7 +30,7 @@ AC_CONFIG_HEADER([src/include/ngspice/config.h])
|
|||
|
||||
# Initialise automake stuff
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror nostdinc])
|
||||
AM_SILENT_RULES([yes])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue