From 85b9d7b4ab42b098847b6e0393bdb3225e22c2ea Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 27 Nov 1995 19:44:52 +0000 Subject: [PATCH] (stamp-vti): Use Ulrich's mdate-sh script --- texi-version.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/texi-version.am b/texi-version.am index dfa65c33..d2d35f7a 100644 --- a/texi-version.am +++ b/texi-version.am @@ -3,7 +3,8 @@ version.texi: stamp-vti # Depend on configure.in so that version number updates cause a # rebuild. stamp-vti: @TEXI@ $(top_srcdir)/configure.in - echo "@set UPDATED `date -r $(srcdir)/@TEXI@ '+%B %Y'`" > version.tmp + echo "@set UPDATED `cd $(srcdir) && $(SHELL) mdate-sh @TEXI@`" \ + > version.tmp echo "@set EDITION $(VERSION)" >> version.tmp echo "@set VERSION $(VERSION)" >> version.tmp if cmp -s version.tmp $(srcdir)/version.texi; then \ -- 2.43.5