summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-12 12:03:15 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-12 12:04:37 +0100
commit27c45a5a1e5527f46894361794a1da588086fe0e (patch)
treea598c714171607137432e622b112e382afef815c
parentb08d097223be25596932b6aaccee34cf37d18e72 (diff)
downloadhivex-27c45a5a1e5527f46894361794a1da588086fe0e.tar.gz
hivex-27c45a5a1e5527f46894361794a1da588086fe0e.tar.xz
hivex-27c45a5a1e5527f46894361794a1da588086fe0e.zip
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.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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