]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Use AS_VAR_ARITH.
authorEric Blake <ebb9@byu.net>
Mon, 27 Oct 2008 21:07:57 +0000 (15:07 -0600)
committerEric Blake <ebb9@byu.net>
Mon, 27 Oct 2008 22:11:59 +0000 (16:11 -0600)
commitcfa144a9556cec71d3cc4e29bc6dfcdf042135a3
tree4afbf4a971964e160a5118a2007711f1b6e35f9a
parentbc9d68de415c7ab4b23f3cab12d97457e3da7e27
Use AS_VAR_ARITH.

* lib/autotest/general.m4 (at_func_arith): Delete; replace all
clients with AS_VAR_ARITH instead.
* lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): Use new
macro.
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Likewise.
* tests/torture.at (Torturing config.status): Likewise.
* tests/tools.at (autom4te --force): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/autoconf/general.m4
lib/autoconf/programs.m4
lib/autotest/general.m4
lib/m4sugar/m4sh.m4
tests/tools.at
tests/torture.at