Roumen Petrov <bugtr...@roumenpetrov.info> added the comment: 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. ---------- Added file: http://bugs.python.org/file13462/bootstrap.sh _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5545> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com