Browse Source

configure.ac, defensive use of `AM_SILENT_RULES'

pre-master-46
Francesco Lannutti 14 years ago
committed by rlar
parent
commit
b6c6a35161
  1. 2
      configure.ac

2
configure.ac

@ -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…
Cancel
Save