[bug#53650] [PATCH] AM_PROG_AR: require before AC_PROG_AR
+AC_BEFORE([$0], [AC_PROG_AR])dnl Seems fine. I take your word for it :).
[bug#53650] [PATCH] 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 | 1 + 1 file changed, 1 inser