the pseudo library is invalid if dependency_libs='' at
install-time, or else libltdl/libltdl.la is invalid!!
+1999-03-19 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+
+ * ltmain.in (dependency_libs): There is no reason to infer that
+ the pseudo library is invalid if dependency_libs='' at
+ install-time, or else libltdl/libltdl.la is invalid!!
+
1999-03-18 Thomas Tanner <tanner@gmx.de>
* merged my inter-library dependencies code from the ILD branch:
fi
relink_command=
- dependency_libs=
# If there is no directory component, then add one.
case "$file" in
*/* | *\\*) . $file ;;
esac
# Check the variables that should have been set.
- if test -z "$dependency_libs" || test -z "$relink_command"; then
+ if test -z "$relink_command"; then
$echo "$modename: invalid libtool pseudo library \`$file'" 1>&2
exit 1
fi