[Python-Dev] MacOSX build broken

Just van Rossum just@letterror.com
Thu, 19 Dec 2002 19:14:55 +0100


A plain ./configure ends like this, without creating a Makefile:

checking for --with-universal-newlines... --without-universal-newlines
is unsupported, see README

The README confirms --with-universal-newlines is no longer supported.
Yet I didn't specify --with-universal-newlines and the README doesn't
tell me what to do either.

What's up?

Just