+2006-09-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libltdl/config/ltmain.m4sh (func_mode_uninstall): Use
+ `func_source' consistently.
+
2006-09-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]
*.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
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" &&
# 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