From: Karl Berry Date: Sun, 23 Nov 2025 21:31:20 +0000 (-0800) Subject: doc: tar.m4 commentary. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d069244a5371bf1f0693da6c4ca90ba9dcf6270;p=thirdparty%2Fautomake.git doc: tar.m4 commentary. * m4/tar.m4: spelling in comments; don't wish for compatibility breakage. --- 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.