]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maintcheck: address a couple of spurious failures
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 30 Apr 2013 17:41:42 +0000 (19:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 30 Apr 2013 17:41:42 +0000 (19:41 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
doc/automake-ng.texi

index 1bd994e554cd443731a6f33340a720de331af767..f3fc068b32560aa53964bccc6978af1ee2e3084c 100644 (file)
@@ -6198,7 +6198,6 @@ sub locate_aux_dir ()
 
 # push_required_file ($DIR, $FILE, $FULLFILE)
 # -------------------------------------------
-# Push the given file onto DIST_COMMON.
 sub push_required_file
 {
   my ($dir, $file, $fullfile) = @_;
index 8f1cc0f9d526b25398efa6e25766427e8c1a6c28..308958ebc64d3c55328c5fe1e1371dd6c4ae18ef 100644 (file)
@@ -4055,8 +4055,8 @@ removed, in future Automake versions.
 @vindex mkdir_p
 
 From Automake 1.8 to 1.9.6 this macro used to define the output
-variable @code{mkdir_p} to one of @code{mkdir -p}, @code{install-sh
--d}, or @code{mkinstalldirs}.
+variable @code{mkdir_p} to one of @code{mkdir -p} or
+@code{install-sh -d}.
 
 Nowadays Autoconf provides a similar functionality with
 @code{AC_PROG_MKDIR_P} (@pxref{Particular Programs, , Particular