]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh (func_serial_update): Replace missing
authorGary V. Vaughan <gary@gnu.org>
Mon, 4 Apr 2005 14:05:46 +0000 (14:05 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 4 Apr 2005 14:05:46 +0000 (14:05 +0000)
destination serial calculation line, presumably lost due to a bad
merge.

ChangeLog
libtoolize.m4sh

index f6328f6b0a4e1a5b634af087b5339b7e6366e858..0ecfd0cd4145eb4b75c90f9e7fef5a0afa1f4935 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-04  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtoolize.m4sh (func_serial_update): Replace missing
+       destination serial calculation line, presumably lost due to a bad
+       merge.
+
 2005-04-04  Gary V. Vaughan  <gary@gnu.org>
 
        Getting the value of ltdldatafiles from a submake was not
index 5e33b98a6f6d10f2adf079744778dac4a0fdc3b4..3320618712675d126d5c03bbcf39ff72bf2b1d3e 100644 (file)
@@ -609,6 +609,8 @@ func_serial_update ()
 
     if test -f "$my_destfile"; then
       my_src_serial=`func_serial "$my_srcfile" "$my_macro_regex"`
+      my_dest_serial=`func_serial "$my_destfile" "$my_macro_regex"`
+
       # Strictly, this libtoolize ought not to have to deal with ancient
       # serial formats, but we accept them here to be complete:
       test "X$my_src_serial" = "X0" &&