From 27c45a5a1e5527f46894361794a1da588086fe0e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 12 May 2011 12:03:15 +0100 Subject: [PATCH] build: Workaround broken libtool. Same as this error: https://www.redhat.com/archives/libguestfs/2011-April/msg00042.html https://www.redhat.com/archives/libguestfs/2011-May/msg00041.html We don't know why latest libtool is so obviously broken, but this works around the problem. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index a4f8da4..b86caca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,9 @@ ACLOCAL_AMFLAGS = -I m4 +# Work around broken libtool. +export to_tool_file_cmd=func_convert_file_noop + SUBDIRS = gnulib/lib generator lib images gnulib/tests sh xml po if HAVE_OCAML -- 1.8.3.1