* ltmain.in: Fix a case where the lockfile is not removed, thus
causing libtool to loop forever waiting for it to be removed.
+2001-07-12 Dan McNichol <mcnichol@austin.ibm.com>
+
+ From albert chin <china@thewrittenword.com>
+ * ltmain.in: Fix a case where the lockfile is not removed, thus
+ causing libtool to loop forever waiting for it to be removed.
+
2001-07-05 Gary V. Vaughan <gary@gnu.org>
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Revert to 1.3.x
# Now arrange that obj and lo_libobj become the same file
$show "(cd $xdir && $LN_S $baseobj $libobj)"
if $run eval '(cd $xdir && $LN_S $baseobj $libobj)'; then
+ # Unlock the critical section if it was locked
+ if test "$need_locks" != no; then
+ $run $rm "$lockfile"
+ fi
exit 0
else
error=$?