patch to add C99 complex

Dave Korn dave.korn.cygwin@gmail.com
Wed Oct 6 17:01:00 GMT 2010


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



More information about the Newlib mailing list