]> 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:03:25 +0000 (14:03 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 4 Apr 2005 14:03:25 +0000 (14:03 +0000)
destination serial calculation line, presumably lost due to a bad
merge.

ChangeLog
libtoolize.m4sh

index bcc0b56a8c2a6e3c6a11c2485dc0db4febfa30d1..494d956c1844c03ff6af903569f18794036d9120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +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.
+
        * libltdl/loaders/Makefile.am: Removed actually.
 
 2005-04-04  Gary V. Vaughan  <gary@gnu.org>
index 242b028e99c5ea4fe1f24eb538d311c106833a61..f92c0607e454c3a7487421f7ee3cb747c21d94fe 100644 (file)
@@ -643,6 +643,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" &&