* libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Actually concatenate
$prev and $p.
Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
+2010-08-01 Paolo Bonzini <bonzini@gnu.org>
+
+ Fix bug in postdeps computation
+ * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Actually
+ concatenate $prev and $p.
+
2010-07-26 Charles Wilson <libtool@cwilson.fastmail.fm>
Don't always skip XSI tests
- tests/getopt-m4sh.at: Use new signature as implemented by
+ * tests/getopt-m4sh.at: Use new signature as implemented by
de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
whether to test Extended-shell functions.
pre_test_object_deps_done=no
for p in `eval "$output_verbose_link_cmd"`; do
- case $p in
+ case ${prev}${p} in
-L* | -R* | -l*)
# Some compilers place space between "-{L,R}" and the path.
fi
if test "$pre_test_object_deps_done" = no; then
- case $p in
+ case ${prev}${p} in
-L* | -R*)
# Internal compiler library paths should come after those
# provided the user. The postdeps already come after the