[Libguestfs] [PATCH] Remove obsolete AM serial-tests

Alex Nelson a.nelson at prometheuscomputing.com
Fri Apr 5 17:53:50 UTC 2013


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 <a.nelson at prometheuscomputing.com>
---
 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130405/1ea58c2a/attachment.htm>


More information about the Libguestfs mailing list