]> git.ipfire.org Git - thirdparty/automake.git/commit
regex: remove obsolete macro AM_WITH_REGEX
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 24 Dec 2011 11:40:19 +0000 (12:40 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Dec 2011 22:17:52 +0000 (23:17 +0100)
commit07cee987e8b87aa78d641cd30fcb3b1d1c8c54fb
tree544edd3c31a09163f115fe0367dbadb2cc35faa7
parent4c38a8cee729ac47aa751364978f8315e1dff1fc
regex: remove obsolete macro AM_WITH_REGEX

Today, practically nobody uses the GNU rx library, which, according
to its own website <http://www.gnu.org/software/rx/rx.html>, has
been "decommissioned".  Consequently, the automake-provided macro
AM_WITH_REGEX is not used nor required anymore.

See also commits `v1.11-587-g5f335be' and `v1.11-433-g37b0aee',
where that macro had been deprecated.

* m4/regex.m4: Delete.
* m4/Makefile.am (dist_automake_ac_DATA): Do not list it anymore.
* doc/automake.texi (Obsolete Macros): Remove description, and in
fact any mention, of `AM_WITH_REGEX'.
* tests/regex.test: Delete.
* tests/help-regex.test: Likewise.
* tests/regex-obsolete.test: Likewise.
* tests/Makefile.am (TESTS): Do not list them anymore.
* NEWS: Update.
ChangeLog
NEWS
doc/automake.texi
m4/Makefile.am
m4/regex.m4 [deleted file]
tests/help-regex.test [deleted file]
tests/list-of-tests.mk
tests/regex-obsolete.test [deleted file]
tests/regex.test [deleted file]