]> git.ipfire.org Git - thirdparty/automake.git/commit
AM_PROG_AR: require before AC_PROG_AR
authorMike Frysinger <vapier@gentoo.org>
Mon, 31 Jan 2022 07:40:14 +0000 (02:40 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 1 Feb 2022 02:40:32 +0000 (21:40 -0500)
commitd096d4e67cc186fff2be1b3b70ce9072ea4eef14
tree107b286ab284bffd62102daee69ceb25fc69538f
parent8d9daa99d9fa0fd6a0faa3f5e3d3e3b1438d653e
AM_PROG_AR: require before AC_PROG_AR

The new autoconf AC_PROG_AR macro has similar logic to what we have in
AM_PROG_AR, but less than what we need (since autoconf doesn't support
the MS archiver), so make sure we are run before AC_PROG_AR.

* m4/ar-lib.m4: Call AC_BEFORE for AC_PROG_AR.
m4/ar-lib.m4