From 6d069244a5371bf1f0693da6c4ca90ba9dcf6270 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 23 Nov 2025 13:31:20 -0800 Subject: [PATCH] doc: tar.m4 commentary. * m4/tar.m4: spelling in comments; don't wish for compatibility breakage. --- m4/tar.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/tar.m4 b/m4/tar.m4 index 95fe095ec..9523862ec 100644 --- a/m4/tar.m4 +++ b/m4/tar.m4 @@ -16,13 +16,13 @@ # $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. -- 2.47.3