]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (old_postintall_cmds): chmod 644 before
authorPeter O'Gorman <peter@pogma.com>
Thu, 1 Sep 2005 16:05:49 +0000 (16:05 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 1 Sep 2005 16:05:49 +0000 (16:05 +0000)
running ranlib.
Reported by Gerald Pfeifer <gerald@pfeifer.com>

ChangeLog
libltdl/m4/libtool.m4

index 0c8be1ba50c29a4281ea8fb1bf1c5cd736dd9ef1..9fb5b8c3853491f22519729498eeb007bbe763df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-01  Peter O'Gorman  <peter@pogma.com>
+
+       * libltdl/m4/libtool.m4 (old_postintall_cmds): chmod 644 before
+       running ranlib.
+       Reported by Gerald Pfeifer <gerald@pfeifer.com>
+
 2005-09-01  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77)
index 7560d8c7ce58fbb3b39d13b6772f137ca4f24970..a85b0674f975a86fea246f35bb0185a565c946ba 100644 (file)
@@ -1200,10 +1200,10 @@ old_postuninstall_cmds=
 if test -n "$RANLIB"; then
   case $host_os in
   openbsd*)
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
     ;;
   *)
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
     ;;
   esac
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"