From: Ralf Wildenhues Date: Wed, 20 Sep 2006 18:15:06 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (func_mode_uninstall): Use X-Git-Tag: release-2-1b~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b8918f7ec5244f70bc57e5c088ef7f673ef7de;p=thirdparty%2Flibtool.git * libltdl/config/ltmain.m4sh (func_mode_uninstall): Use `func_source' consistently. --- diff --git a/ChangeLog b/ChangeLog index 88c16e40c..80cfb2674 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-20 Ralf Wildenhues + + * libltdl/config/ltmain.m4sh (func_mode_uninstall): Use + `func_source' consistently. + 2006-09-18 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ] diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index f9e5036d2..97bf95be2 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -6773,7 +6773,7 @@ func_mode_uninstall () *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then - . $dir/$name + func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do @@ -6811,7 +6811,7 @@ func_mode_uninstall () if func_lalib_p "$file"; then # Read the .lo file - . $dir/$name + func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && @@ -6844,7 +6844,7 @@ func_mode_uninstall () # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then relink_command= - . $dir/$noexename + func_source $dir/$noexename # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles