]> git.ipfire.org Git - thirdparty/automake.git/commit
m4: delete several obsolete macros
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 08:10:12 +0000 (10:10 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Apr 2012 09:37:19 +0000 (11:37 +0200)
commitd2ca16855177719a0fa4fe65fe2a9ec8d7a06aec
tree899ab68fcb0fa787dfb3796fba37c890c5cc3e72
parent8ce1b6c9863659835c7a5bcd13d2c1b6b55a1e69
m4: delete several obsolete macros

Support for several obsolescent macros has already been deprecated,
and their removal already announced in the documentation and in the
NEWS file.  It's now time to finally remove them.

* m4/dmalloc.m4 (fp_WITH_DMALLOC): Don't define anymore.
* m4/maintainer.m4 (jm_MAINTAINER_MODE): Likewise.
* m4/lispdir.m4 (ud_PATH_LISPDIR): Likewise.
* m4/protos.m4 (fp_C_PROTOTYPES): Likewise.
* m4/ccstdc.m4: Delete file.
* m4/header.m4: Likewise.
* m4/obsol-gt.m4: Likewise.
* m4/obsol-lt.m4: Likewise.
* m4/obsolete.m4: Likewise.
* Makefile.am (dist_automake_ac_DATA): Don't list the deleted '.m4'
files anymore.
* t/confh.sh: Use 'AC_CONFIG_HEADERS' instead of the now-removed
AM_CONFIG_HEADER.
* t/confh.sh: Likewise.
* t/confh4.sh: Likewise.
* t/confh6.sh: Likewise.
* t/confh7.sh: Likewise.
* t/confh8.sh: Likewise.
* t/confsub.sh: Likewise.
* t/stamph2.sh: Likewise.
* t/subdir6.sh: Likewise.
* t/autohdr2.sh: Remove as obsolete.
* t/obsolete.sh: Likewise.
* t/list-of-tests.mk. Don't list the deleted test cases anymore.
* NEWS: Update.
* doc/automake.texi: Likewise.  In particular ...
(Obsolete Macros): Remove this node altogether.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
22 files changed:
Makefile.am
NEWS
doc/automake.texi
m4/ccstdc.m4 [deleted file]
m4/dmalloc.m4
m4/header.m4 [deleted file]
m4/lispdir.m4
m4/maintainer.m4
m4/obsol-gt.m4 [deleted file]
m4/obsol-lt.m4 [deleted file]
m4/obsolete.m4 [deleted file]
t/autohdr2.sh [deleted file]
t/confh.sh
t/confh4.sh
t/confh6.sh
t/confh7.sh
t/confh8.sh
t/confsub.sh
t/list-of-tests.mk
t/obsolete.sh [deleted file]
t/stamph2.sh
t/subdir6.sh