From: Richard W.M. Jones Date: Thu, 12 May 2011 11:03:15 +0000 (+0100) Subject: build: Workaround broken libtool. X-Git-Tag: 1.2.6~1 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=27c45a5a1e5527f46894361794a1da588086fe0e;p=hivex.git 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. --- 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