Browse Source

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

newer automake do have a different default setting,
  we need to be specific.
pre-master-46
rlar 11 years ago
parent
commit
0f07546db9
  1. 2
      configure.ac

2
configure.ac

@ -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}"

Loading…
Cancel
Save