libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix missing macros after libtoolize bug [libtool--devo--1.0--patch-


From: Gary V. Vaughan
Subject: FYI: fix missing macros after libtoolize bug [libtool--devo--1.0--patch-108]
Date: Mon, 4 Apr 2005 18:31:15 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD and branch-2-0.

  * looking for address@hidden/libtool--devo--1.0--patch-107 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-107
  M  libtoolize.m4sh
  M  ChangeLog
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
        Under certain circumstances, not all of the macro files were
        copied into the destination directory.  This changeset fixes
        that bug:
  
        * libtoolize.m4sh (func_serial_update):  Renamed local variable
        `my_update_p' to `my_serial_update_p', and initialise it correctly
        even when the destination file is not yet there.
        Reported by Ralf Wildenhues  <address@hidden>
  
  2005-04-04  Gary V. Vaughan  <address@hidden>
  
  --- orig/libtoolize.m4sh
  +++ mod/libtoolize.m4sh
  @@ -632,6 +632,7 @@
       my_macro_regex="$4"
       my_old_macro_regex="$5"
   
  +    my_serial_update_p=:
       my_return_status=1
       my_srcfile="$my_srcdir/$my_filename"
       my_destfile="$my_destdir/$my_filename"
  @@ -655,10 +656,10 @@
   
         func_serial_update_check \
           "$my_srcfile" "$my_src_serial" "$my_destfile" "$my_dest_serial"
  -      my_update_p="$func_serial_update_check_result"
  +      my_serial_update_p="$func_serial_update_check_result"
       fi
   
  -    if $my_update_p || $opt_force; then
  +    if $my_serial_update_p || $opt_force; then
         func_copy "$my_srcfile" "$my_destfile"
         my_return_status=$?
       elif test "X$my_dest_serial" = "X$my_src_serial"; then
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCUXniFRMICSmD1gYRAjGTAKCW6GXcz4wc0ybKULXJoptq/zeTmgCgxx9w
z/v+Cwci0G3c+rbncKU8X5Q=
=CK15
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]