stamp-vti files, to avoid problems with DOS.
From Michel de Ruiter.
1999-04-22 Tom Tromey <tromey@cygnus.com>
+ * 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
# 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);