mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[master] Use serial-tests only where available
This commit is contained in:
@@ -4,7 +4,13 @@
|
|||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT(bind10, 20121219, bind10-dev@isc.org)
|
AC_INIT(bind10, 20121219, bind10-dev@isc.org)
|
||||||
AC_CONFIG_SRCDIR(README)
|
AC_CONFIG_SRCDIR(README)
|
||||||
AM_INIT_AUTOMAKE([foreign serial-tests])
|
# serial-tests is not available in automake version before 1.13. In
|
||||||
|
# automake 1.13 and higher, AM_PROG_INSTALL is undefined, so we'll check
|
||||||
|
# that and conditionally use serial-tests.
|
||||||
|
AM_INIT_AUTOMAKE(
|
||||||
|
[foreign]
|
||||||
|
m4_ifndef([AM_PROG_INSTALL], [serial-tests])
|
||||||
|
)
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4macros])
|
AC_CONFIG_MACRO_DIR([m4macros])
|
||||||
|
Reference in New Issue
Block a user