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:
e1c6d17
)
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>
Fri, 5 Aug 2011 09:49:45 +0000
(10:49 +0100)
This was failing on Debian where $(SHELL) is the minimal dash shell.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
8f90af1
..
4ac0ad9
100644
(file)
--- 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.