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
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