* aclocal.in (add_macro): Do not error out on undefined required
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 15 May 2004 18:19:57 +0000 (18:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 15 May 2004 18:19:57 +0000 (18:19 +0000)
commit90698c4de3c25f36a595d0e1b1cf498abedaa33b
tree99d51d465daa27f6d2cc2a1e8284690533604951
parentadbf3ce6dc4dc58e2f5dff85c17e255d4389ebfa
* aclocal.in (add_macro): Do not error out on undefined required
macros.  We are not sure they are really used, and Autoconf
already diagnoses them.
(scan_configure_dep): Diagnose missing AM_ macros as warnings rather
than errors.
* tests/aclocal3.test, tests/ammissing.test: Adjust to expect a
warning instead of an error.
* tests/aclocal8.test: AC_REQUIRE an undefined macro in an unused
macro, and ensure aclocal works anyway.
* tests/acloca17.test: New file.
* tests/error.test: Delete, superseded by tests/acloca17.test.
* tests/Makefile.am (TESTS): Add acloca17.test and remove error.test.
Report from Jim Meyering.
ChangeLog
NEWS
aclocal.in
tests/Makefile.am
tests/Makefile.in
tests/acloca17.test [moved from tests/error.test with 60% similarity]
tests/aclocal3.test
tests/aclocal8.test
tests/ammissing.test