From 00395d44058a4c9cf0f8a6f3c481537a02b46bdd Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 30 Apr 2013 19:41:42 +0200 Subject: maintcheck: address a couple of spurious failures Signed-off-by: Stefano Lattarini --- automake.in | 1 - doc/automake-ng.texi | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/automake.in b/automake.in index 1bd994e55..f3fc068b3 100644 --- a/automake.in +++ b/automake.in @@ -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) = @_; diff --git a/doc/automake-ng.texi b/doc/automake-ng.texi index 8f1cc0f9d..308958ebc 100644 --- a/doc/automake-ng.texi +++ b/doc/automake-ng.texi @@ -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 -- cgit v1.2.1