git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c704e8d
)
debian: bash is required to run libtool replacement script.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 5 Aug 2011 09:49:45 +0000
(10:49 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 7 Aug 2011 21:00:25 +0000
(22:00 +0100)
This was failing on Debian where $(SHELL) is the minimal dash shell.
(cherry picked from commit
6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d
)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1be11e4
..
58f9042
100644
(file)
--- 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.