diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-06 10:10:12 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-27 11:37:19 +0200 |
commit | d2ca16855177719a0fa4fe65fe2a9ec8d7a06aec (patch) | |
tree | 899ab68fcb0fa787dfb3796fba37c890c5cc3e72 /m4/dmalloc.m4 | |
parent | 8ce1b6c9863659835c7a5bcd13d2c1b6b55a1e69 (diff) | |
download | automake-d2ca16855177719a0fa4fe65fe2a9ec8d7a06aec.tar.gz |
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>
Diffstat (limited to 'm4/dmalloc.m4')
-rw-r--r-- | m4/dmalloc.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/dmalloc.m4 b/m4/dmalloc.m4 index be1a5b3c9..536ea9130 100644 --- a/m4/dmalloc.m4 +++ b/m4/dmalloc.m4 @@ -9,7 +9,7 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 6 +# serial 7 AC_DEFUN([AM_WITH_DMALLOC], [AC_MSG_CHECKING([if malloc debugging is wanted]) @@ -26,5 +26,3 @@ else AC_MSG_RESULT([no]) fi], [AC_MSG_RESULT([no])]) ]) - -AU_DEFUN([fp_WITH_DMALLOC], [AM_WITH_DMALLOC]) |