diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-05 10:49:45 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-05 10:49:45 +0100 |
commit | 6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d (patch) | |
tree | 80c06efd66c03a1bb87b66c115bdc1ee6eef5dad /configure.ac | |
parent | e1c6d1738a2b9123dd08fb4ecff8176daf558f35 (diff) | |
download | libguestfs-6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d.tar.gz libguestfs-6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d.tar.xz libguestfs-6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d.zip |
debian: bash is required to run libtool replacement script.
This was failing on Debian where $(SHELL) is the minimal dash shell.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8f90af17..4ac0ad94 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. |