Re: [LTP] [PATCH 2/2] configure.ac: Update AC_PROG_AR related comment

2023-01-10 Thread Zack Weinberg
On 2023-01-10 4:25 AM, Richard Palethorpe wrote: AC_PROG_CC -# <= autoconf 2.61 doesn't have AC_PROG_AR, but 2.63 has it. Not sure about -# 2.62. +# autoconf >= v2.72a This reads like we need the def for autoconf => v2.72a. How about You're right. I probably thought this is defined since v

Re: [LTP] [PATCH 2/2] configure.ac: Update AC_PROG_AR related comment

2023-01-10 Thread Petr Vorel
Hi Zack, thank you for all your comments, highly appreciated! > On 2023-01-10 4:25 AM, Richard Palethorpe wrote: > > > > AC_PROG_CC > > > > -# <= autoconf 2.61 doesn't have AC_PROG_AR, but 2.63 has it. Not sure > > > > about > > > > -# 2.62. > > > > +# autoconf >= v2.72a > > > This reads like