Edit

kc3-lang/automake/m4

Branch :

  • Show log

    Commit

  • Author : Mike Frysinger
    Date : 2022-01-31 02:40:14
    Hash : d096d4e6
    Message : 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.