destination serial calculation line, presumably lost due to a bad
merge.
+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
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" &&