]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_uninstall): Use
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 20 Sep 2006 18:15:06 +0000 (18:15 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 20 Sep 2006 18:15:06 +0000 (18:15 +0000)
`func_source' consistently.

ChangeLog
libltdl/config/ltmain.m4sh

index 88c16e40c5f9940446f5a025d9c2779e82eb8f66..80cfb26748bea111eb981884cc6261930d8ea6f2 100644 (file)
--- 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 ]
index f9e5036d2cb481836599b23f0b762b5941360f25..97bf95be2e651d5accf1b73cf90582bc3be7b06f 100644 (file)
@@ -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