configure.ac, automake compatibility, we still use `serial test harness'

newer automake do have a different default setting,
  we need to be specific.
This commit is contained in:
rlar 2015-08-10 17:26:51 +02:00
parent 517b36edd0
commit 0f07546db9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ AC_REVISION([$Revision$])
AC_CONFIG_HEADER([src/include/ngspice/config.h])
# Initialise automake stuff
AM_INIT_AUTOMAKE([-Wall -Werror nostdinc])
AM_INIT_AUTOMAKE([-Wall -Werror nostdinc serial-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
ext_CFLAGS="${CFLAGS+yes}"