]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Catch even more common AC_CACHE_VAL mistakes.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 28 Sep 2007 04:14:06 +0000 (22:14 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 28 Sep 2007 04:18:28 +0000 (22:18 -0600)
commit220fef66a88d8b22ff401efd8212e0c6167f3f2d
treeccea6ce1cb25663264a69458ae1d5204f13c847c
parent755596a7aeb47a7c34d67982ca566a8fd20c15b0
Catch even more common AC_CACHE_VAL mistakes.

* lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
lacks '_cv_', or if AC_SUBST appears in body.
* tests/base.at (AC_CACHE_CHECK): Test this change.
ChangeLog
lib/autoconf/general.m4
tests/base.at