]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: tar.m4 commentary.
authorKarl Berry <karl@freefriends.org>
Sun, 23 Nov 2025 21:31:20 +0000 (13:31 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 23 Nov 2025 21:31:20 +0000 (13:31 -0800)
* m4/tar.m4: spelling in comments; don't wish for compatibility
breakage.

m4/tar.m4

index 95fe095ec82f8fb1ed2049ecf858abf76633b5d3..9523862ec767cebe395d43b0f7912bcfafdf4283 100644 (file)
--- a/m4/tar.m4
+++ b/m4/tar.m4
 # $tardir.
 #     tardir=directory && $(am__tar) > result.tar
 #
-# Substitute a variable $(am__untar) that extract such
+# Substitute a variable $(am__untar) that extracts such
 # a tarball read from stdin.
 #     $(am__untar) < result.tar
 #
 AC_DEFUN([_AM_PROG_TAR],
-[# Always define AMTAR for backward compatibility.  Yes, it's still used
-# in the wild :-(  We should find a proper way to deprecate it ...
+[# Always define AMTAR for backward compatibility.  It's still used
+# in the wild, let's not break things.
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
 
 # We'll loop over all known methods to create a tar archive until one works.