From 74be388e1871d54940ef5d3f8650efec37215ef0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 10 May 2013 23:59:02 +0200 Subject: [PATCH] warns: don't tell AM_PROG_MKDIR_P is going to be removed That is no longer true. For a more extended rationale, see file 'PLANS/obsolete-removed/am-prog-mkdir-p.txt' in the maint branch (as of commit v1.13.1d-132-g90ec3fe). * automake.in (scan_autoconf_traces): So adjust the warning message here. Signed-off-by: Stefano Lattarini --- automake.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/automake.in b/automake.in index d22065a..ef2cf6d 100644 --- a/automake.in +++ b/automake.in @@ -5302,10 +5302,8 @@ sub scan_autoconf_traces ($) } elsif ($macro eq 'AM_PROG_MKDIR_P') { - # FIXME: we are no longer going to remove this! adjust warning - # FIXME: message accordingly. msg 'obsolete', $where, <<'EOF'; -The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed. +The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. EOF -- 2.7.4