summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-09-20 18:15:06 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-09-20 18:15:06 +0000
commite6b8918f7ec5244f70bc57e5c088ef7f673ef7de (patch)
tree19fd611a48fcd9c27514880043cfe074e7252acb
parent786ef35a4ee092c13578372c46879fdf65599b6c (diff)
downloadlibtool-e6b8918f7ec5244f70bc57e5c088ef7f673ef7de.tar.gz
* libltdl/config/ltmain.m4sh (func_mode_uninstall): Use
`func_source' consistently.
-rw-r--r--ChangeLog5
-rw-r--r--libltdl/config/ltmain.m4sh6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 88c16e40..80cfb267 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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 ]
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index f9e5036d..97bf95be 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