This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Autoconf catch 22


On Fri, 12 Jan 2018, John Darrington wrote:

> Fine.  I use 2.64 as instructed:
> 
> $ autoreconf2.64
> 
> and get:
> 
>  configure.ac:35: error: Autoconf version 2.65 or higher is required
> 
> This is a contradiction !!!!!

 Please make sure you use the exact versions of autotools originally used 
(unless you are prepared to hack things yourself).  This is autoconf 2.64 
and automake 1.11.6, as determined by numbers reported at the beginning of 
the respective generated files.  E.g.:

$ head bfd/Makefile.in bfd/configure

will tell you that.  You may have to set the AUTOCONF, AUTOHEADER and 
AUTOM4TE environment variables to point to the right version of the 
corresponding scripts to make things work.  The requirement for autoconf 
>= 2.65 comes from a newer version of automake.

 HTH,

  Maciej


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]