From bb04ad5c00e7af8f7bfe127bc601eb97541e3f82 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 22 Apr 1999 21:58:17 +0000 Subject: [PATCH] * automake.in (handle_texinfo): Change numbering scheme for stamp-vti files, to avoid problems with DOS. From Michel de Ruiter. --- ChangeLog | 4 ++++ automake.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c64b0d36a..114086687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-04-22 Tom Tromey + * automake.in (handle_texinfo): Change numbering scheme for + stamp-vti files, to avoid problems with DOS. + From Michel de Ruiter. + * automake.texi: Don't mention AM_FUNC_MKTIME. * aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME. * automake.in (scan_one_configure_file): Recognize diff --git a/automake.in b/automake.in index b46d69442..9a9fbbfe2 100755 --- a/automake.in +++ b/automake.in @@ -2048,7 +2048,7 @@ sub handle_texinfo # We number the stamp-vti files. This is doable since the # actual names don't matter much. We only number starting # with the second one, so that the common case looks nice. - $vti = 'vti' . ($done ? $done : ''); + $vti = ($done ? $done : 'vti'); &push_dist_common ($vtexi, 'stamp-' . $vti); push (@clean, $vti); -- 2.47.2