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:
parent
517b36edd0
commit
0f07546db9
|
|
@ -29,7 +29,7 @@ AC_REVISION([$Revision$])
|
||||||
AC_CONFIG_HEADER([src/include/ngspice/config.h])
|
AC_CONFIG_HEADER([src/include/ngspice/config.h])
|
||||||
|
|
||||||
# Initialise automake stuff
|
# 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])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
ext_CFLAGS="${CFLAGS+yes}"
|
ext_CFLAGS="${CFLAGS+yes}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue