]> granicus.if.org Git - python/commit
Various fixes to streamline build process on Mac OS X:
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Aug 2001 13:56:14 +0000 (13:56 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Aug 2001 13:56:14 +0000 (13:56 +0000)
commit9a66b6d470c448fd3d0dd1a00232887bae8cf088
treeecf9872e00ac4260bf6984588fb9b1edc25efe44
parentdeefbe56662b1fe02baa504bfd76c7fcf7d6cac1
Various fixes to streamline build process on Mac OS X:
- Give a warning if you're on a case-insensitive filesystem and have
  not specified --with-suffix.
- Don't require --with-dyld, it is now default for OSX/Darwin (suggested
  by Martin v. Loewis)
- Don't define _POSIX_THREADS on Darwin, it's done by standard headers already
  (fix by Tony Lownds)
- Don't use the Mac subtree anymore, the routines relevant to OSX/Darwin
  have moved to a new file Python/mactoolboxglue.c.
configure
configure.in