configure.ac, defensive use of `AM_SILENT_RULES'

This commit is contained in:
Francesco Lannutti 2012-11-05 20:37:41 +01:00 committed by rlar
parent 082a3e92ae
commit b6c6a35161
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])
AM_SILENT_RULES([yes])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])