]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
(stamp-vti): Use Ulrich's mdate-sh script
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 19:44:52 +0000 (19:44 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 19:44:52 +0000 (19:44 +0000)
texi-version.am

index dfa65c337c4f7bf0ea64e15ab5fff3654fff91c7..d2d35f7a623e807bccb1b64096f62e00186da482 100644 (file)
@@ -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 \