From e6e34783a46924364a3844853e43be1962eacea2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 5 Aug 2011 10:49:45 +0100 Subject: [PATCH] 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) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1be11e4..58f9042 100644 --- a/configure.ac +++ b/configure.ac @@ -819,7 +819,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. -- 1.8.3.1