From 1a55ad3896a367c341fa8e64554fe9f8e1ecc509 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 4 Apr 2005 14:05:46 +0000 Subject: [PATCH] * libtoolize.m4sh (func_serial_update): Replace missing destination serial calculation line, presumably lost due to a bad merge. --- ChangeLog | 6 ++++++ libtoolize.m4sh | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f6328f6b0..0ecfd0cd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-04 Gary V. Vaughan + + * libtoolize.m4sh (func_serial_update): Replace missing + destination serial calculation line, presumably lost due to a bad + merge. + 2005-04-04 Gary V. Vaughan Getting the value of ltdldatafiles from a submake was not diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 5e33b98a6..332061871 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -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" && -- 2.47.2