This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: gcc-4.9: How to generate Makefile.in from a modified Makefile.am?


On 26 March 2014 15:20, Andreas Schwab wrote:
> Svante Signell <svante.signell@gmail.com> writes:
>
>> autoconf 2.69:
>
> You must use autoconf 2.65, exactly.

And as it sounds like you're been messing the tree up, undo all your
local changes to the files that got touched by the wrong versions of
autoconf and automake, then start again with the right versions.

Because automake calls "autoconf" the right version must be in your
PATH, it's not good enough to have "autoconf2.65" installed because
automake won't invoke that version, it will use "autoconf" from your
PATH.


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