Re: AC_REQUIRE_AUX_FILE regression in 2.69d
Zack Weinberg <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <CAKCAbMjmPOG6K3SfQo9GmUK1-FZcm5FUoG3stq2viveddsu-Hg@mail.gmail.com> |
On Tue, Nov 3, 2020 at 3:22 PM Jani Välimaa <[email protected]> wrote: > AC_REQUIRE_AUX_FILE(file) fails since > http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=4c59bf27d7083088290219450c81d999431b43f1 > > configure.ac:18: error: AC_REQUIRE(_AC_INIT_AUX_DIR): cannot be used > outside of an AC_DEFUN'd macro > > Shouldn't AC_REQUIRE_AUX_FILE macro be defined with AC_DEFUN instead of > m4_define? Yes it should. Fixed in aa27fc5707c6be8c921548d5a2c408f24a125a09. zw