[Python-Dev] autoheader warning for WITH_UNIVERSAL_NEWLINES

Martin v. Loewis martin@v.loewis.de
19 Apr 2002 09:04:59 +0200


Jack Jansen <Jack.Jansen@oratrix.com> writes:

> Bah, I am not happy with this. This makes it even more difficult to
> create the correct pyconfig.h for MacPython. How is updating
> pyconfig.h handled for Windows (and other non-autoconf platforms)?

Can you elaborate what "this" is? pyconfig.h.in always was a generated
file; it always started with the line

/* pyconfig.h.in.  Generated from configure.in by autoheader.  */

So when you manually edited pyconfig.h.in, you *could* have known better.

Regards,
Martin