From: Richard W.M. Jones Date: Fri, 5 Aug 2011 09:49:45 +0000 (+0100) Subject: debian: bash is required to run libtool replacement script. X-Git-Tag: 1.12.3~3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=31a0c937f793e0455127823bb03cac74e75640df;p=libguestfs.git debian: bash is required to run libtool replacement script. This was failing on Debian where $(SHELL) is the minimal dash shell. (cherry picked from commit 6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d) --- diff --git a/configure.ac b/configure.ac index 1c47b16..39dc3ed 100644 --- a/configure.ac +++ b/configure.ac @@ -797,7 +797,7 @@ AC_SUBST(MAX_PROC_NR) dnl Replace libtool with a wrapper that clobbers dependency_libs in *.la files dnl http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html -LIBTOOL='$(SHELL) $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool' +LIBTOOL='bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool' AC_SUBST([LIBTOOL]) dnl Run in subdirs.