This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients christian.heimes, jnoller, rpetrov
Date 2009-03-29.20:33:33
SpamBayes Score 0.0027067973
Marked as misclassified No
Message-id <1238358815.12.0.696869255066.issue5545@psf.upfronthosting.co.za>
In-reply-to
Content
Cchristian it is not about random idea. It is how to write simple
readable and correct autoconf script. Compare my check for functions
(see attached  bootstrap.sh) with you. Also some of macros in you patch
are marked as obsolete.

$ CC=g++ ./bootstrap.sh
...
#define HAVE_SEM_OPEN 1
#define HAVE_SEM_OPEN_XXX 0
#define HAVE_SEM_OPEN_YYY 0
#define HAVE_SEM_TIMEDWAIT 1
...

So you propose check that fail in some cases.
History
Date User Action Args
2009-03-29 20:33:35rpetrovsetrecipients: + rpetrov, christian.heimes, jnoller
2009-03-29 20:33:35rpetrovsetmessageid: <1238358815.12.0.696869255066.issue5545@psf.upfronthosting.co.za>
2009-03-29 20:33:33rpetrovlinkissue5545 messages
2009-03-29 20:33:33rpetrovcreate