summaryrefslogtreecommitdiff
path: root/m4/ax_recursive_eval.m4
AgeCommit message (Collapse)Author
2024-01-27build: add recursion limit for AX_RECURSIVE_EVALDavid Lamparter
The autoconf version can just loop forever, abort instead. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2024-01-27build: add ax_recursive_eval.m4David Lamparter
As found in the GNU autoconf archive https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git Signed-off-by: David Lamparter <equinox@opensourcerouting.org>