+2005-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libltdl/config/ltmain.m4sh (func_mode_link):
+ Fix wrong logic introduced in last commit.
+
2005-09-30 Gary V. Vaughan <gary@gnu.org>
* tests/libtoolize.at: Add a new test to catch a regression I
and also remove temporary files used during symbols file
filtering.
-2005-09-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2005-09-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libtoolize.m4sh (func_included_files): Do not recurse
non-existent files.
test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
delfiles=
- if test -n "$export_symbols$include_expsyms"; then
+ if test -n "$export_symbols" && test -n "$include_expsyms"; then
$opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
export_symbols="$output_objdir/$libname.uexp"
delfiles="$delfiles $export_symbols"
fi
fi
- if test -n "$export_symbols$include_expsyms"; then
+ if test -n "$export_symbols" && test -n "$include_expsyms"; then
tmp_export_symbols="$export_symbols"
test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
$opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'