[Python-Dev] autoheader warning for WITH_UNIVERSAL_NEWLINES (original) (raw)

Guido van Rossum guido@python.org
Mon, 22 Apr 2002 10:22:41 -0400


So now I'll first have to reorder Mac/Include/pyconfig.h to match pyconfig.h.in. But that should be a once-only issue (although for some reason this "once-only" thing has been happening each year or so, in the past...)

Occasionally autoconfig changes its mind about how to order this file. I think I've seen versions disagree about whether sorting was case-sensitive or not, and what to do with leading underscores, or something like that.

--Guido van Rossum (home page: http://www.python.org/~guido/)