On Fri, Apr 05, 2013 at 01:53:50PM -0400, Alex Nelson wrote: > 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
Thanks -- applied and pushed. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
