-Ayush On 22 August 2016 at 10:13:40 PM, Pedro Alves (pal...@redhat.com) wrote: > On 08/22/2016 05:36 PM, ayush goel wrote: > > +# The expected version number for the various auto tools we will > > +# use after the import. > > +AUTOCONF_VERSION="2.69" > > +AUTOMAKE_VERSION="1.15" > > +ACLOCAL_VERSION="$AUTOMAKE_VERSION" > > + > > Is there a reason these need to be different from what the rest > of the toolchain uses?
Not really, these were just the newer version. On the other hand is there a specific reason we are using older versions of these tools, despite newer versions being available. > > Thanks, > Pedro Alves > >