debian: bash is required to run libtool replacement script.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 5 Aug 2011 09:49:45 +0000 (10:49 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 7 Aug 2011 21:04:30 +0000 (22:04 +0100)
This was failing on Debian where $(SHELL) is the minimal dash shell.
(cherry picked from commit 6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d)

configure.ac

index db684dd..13aedfd 100644 (file)
@@ -804,7 +804,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.