]> git.ipfire.org Git - thirdparty/automake.git/commit
Deprecate obsolete macro AM_WITH_REGEX.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 13 Nov 2010 11:21:28 +0000 (12:21 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 13 Nov 2010 12:37:55 +0000 (13:37 +0100)
commit37b0aeedba10f06a079228a576a813536d188108
tree4651d3db8901da566e31d86b7ae43eb42fe53827
parent77105a60057c789a6c4cdae8c2c44c9960837756
Deprecate obsolete macro AM_WITH_REGEX.

* m4/regex.m4: Document the `AM_WITH_REGEX' macro as obsolete,
and state that it should be removed two years from now.
(AM_WITH_REGEX): Raise an m4-time warning of the "obsolete"
category when this macro is used.
* doc/automake.texi (Public Macros): Move description of
`AM_WITH_REGEX' from here ...
(Obsolete Macros): ... to here, and declare it as obsolete
and "to be removed in a future version".
* tests/regex-obsolete.test: New test.
* tests/Makefile.am (TESTS): Update.
ChangeLog
doc/automake.texi
m4/regex.m4
tests/Makefile.am
tests/Makefile.in
tests/regex-obsolete.test [new file with mode: 0755]