Per recommendations at: < http://www.gnu.org/software/automake/manual/html_node/Serial-Test-Harness.html >
Also per build failure in Fedora 17. Automake v1.11.6. Signed-off-by: Alex Nelson <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3ce8143..0dfb995 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ m4_define([hivex_extra], []) AC_INIT([hivex],hivex_major.hivex_minor.hivex_release[]hivex_extra) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([foreign serial-tests]) +AM_INIT_AUTOMAKE([foreign]) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. -- 1.7.11.7
_______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
