]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'mkdirp-remove' into master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 29 Apr 2012 20:45:00 +0000 (22:45 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 29 Apr 2012 20:45:41 +0000 (22:45 +0200)
* mkdirp-remove:
  AM_PROG_MKDIR_P: remove as obsolete

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
Makefile.am
NEWS
t/list-of-tests.mk

diff --cc Makefile.am
index 495a02a4d9f86893c05c69b2667b0a635ec1fd75,f5b4e50434e38eea0baf743b68a6c52e27476a5e..5fb8fe32002487cbff5d7e410165d2d9d7a6a956
@@@ -276,7 -278,9 +276,6 @@@ dist_automake_ac_DATA = 
    m4/make.m4 \
    m4/minuso.m4 \
    m4/missing.m4 \
-   m4/mkdirp.m4 \
 -  m4/obsol-gt.m4 \
 -  m4/obsol-lt.m4 \
 -  m4/obsolete.m4 \
    m4/options.m4 \
    m4/protos.m4 \
    m4/python.m4 \
diff --cc NEWS
index f0a3b55546d91ce96d1819c8516d3e8295c3c467,4e9d93b48460fca40de9d0d973eade99ae7e4fa8..e937542aed02a60d2c2c47c600c06677d65c94a4
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -2,26 -2,11 +2,31 @@@ New in 1.13
  
  * Obsolete features removed:
  
+   - The automake-provided $(mkdir_p) make variable, @mkdir_p@ configure
+     time substitution and AM_PROG_MKDIR m4 macro have been removed.  They
+     had been obsolete since automake 1.10, and actively deprecated since
+     Automake 1.12.1.
 +  - The deprecated aclocal option '--acdir' has been removed.  You
 +    should use the options '--automake-acdir' and '--system-acdir'
 +    instead (which have been introduced in Automake 1.11.2).
 +
 +  - The following long-obsolete m4 macros have been removed:
 +
 +      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
 +      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
 +      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
 +      AM_CONFIG_HEADER:   superseded by AC_CONFIG_HEADERS since July 2002
 +      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
 +      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
 +      ud_GNU_GETTEXT:     old alias for AM_GNU_GETTEXT
 +      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
 +      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
 +                          of the now-removed automatic de-ANSI-fication
 +                          support of Automake)
 +
 +  - All the "old alias" macros in 'm4/obsolete.m4' have been removed.
 +
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  New in 1.12.1:
Simple merge