X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automake.in;h=ef2cf6d92feac358e45eddb1a4272fefff95e6b2;hb=74be388e1871d54940ef5d3f8650efec37215ef0;hp=d22065a896a16d5d3cf44a72c08a5f5706b4f794;hpb=a5a167fc64027b33c29675651ade27e3a27b0882;p=platform%2Fupstream%2Fautomake.git 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