]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Define AC_REQUIRE_AUX_FILE with AC_DEFUN.
authorZack Weinberg <zackw@panix.com>
Thu, 5 Nov 2020 13:59:46 +0000 (08:59 -0500)
committerZack Weinberg <zackw@panix.com>
Thu, 5 Nov 2020 13:59:46 +0000 (08:59 -0500)
commitaa27fc5707c6be8c921548d5a2c408f24a125a09
treea151b61b66b8364edab01673ef2cb08cb9b6b408
parent972e83200f3e015c8e531d9a416a944af588c85f
Define AC_REQUIRE_AUX_FILE with AC_DEFUN.

Some widely used Automake recipes involve putting AC_REQUIRE_AUX_FILE
at top level of a configure script, and it uses AC_REQUIRE now, so it
needs to be defined with AC_DEFUN.

* lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): Define with AC_DEFUN.
* tests/torture.at (Missing auxiliary files (foreign)): New test.
lib/autoconf/general.m4
tests/torture.at