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 eschwartz
Recipients christian.heimes, congma, eschwartz, vstinner
Date 2021-04-11.22:23:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618179783.33.0.761411058307.issue43617@roundup.psfhosted.org>
In-reply-to
Content
Hmm, I've seen this accomplished elsewhere using m4_pattern_forbid, which would make autoreconf fail with the following message:

```
configure.ac:17: error: possibly undefined macro: AX_C_FLOAT_WORDS_BIGENDIAN
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:5586: error: possibly undefined macro: AX_CHECK_OPENSSL
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
```

Example patch attached.
History
Date User Action Args
2021-04-11 22:23:03eschwartzsetrecipients: + eschwartz, vstinner, christian.heimes, congma
2021-04-11 22:23:03eschwartzsetmessageid: <1618179783.33.0.761411058307.issue43617@roundup.psfhosted.org>
2021-04-11 22:23:03eschwartzlinkissue43617 messages
2021-04-11 22:23:03eschwartzcreate