This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: patch to add C99 complex


On 06/10/2010 12:50, Marco Atzeri wrote:

> one further question, should I include also the new
> Makefile.in in addition to the Makefile.am ?

  No, just include a line in the ChangeLog that says:

	* Makefile.in: Regenerate.

> I just noticed that I need to run autoreconf on
> newlib/libm
> to generate the updated Makefile.in
> 
> autoreconf on newlib root seems incomplete.
> 
> $ autoreconf
> autoheader-2.67: WARNING: Using auxiliary files such as `acconfig.h', `config.h.            bot'

  You're using the wrong version of autoconf.  You must use the same versions
of automake and autoconf (both of which are invoked from autoreconf) as were
originally used to make the generated files, which you can see by running
"head configure Makefile.in" to be autoconf 2.63 and automake 1.11.1.

    cheers,
      DaveK


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