Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run autoreconf. | Benjamin Peterson | 2019-02-26 | 1 | -73/+5 |
| | |||||
* | [2.7] Docs: fix some wrong words (GH-6987) (GH-10315) | Stéphane Wirtel | 2018-11-04 | 1 | -3/+71 |
| | |||||
* | [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242) | Benjamin Peterson | 2018-09-12 | 1 | -73/+5 |
| | | | | | (cherry picked from commit 40caa05fa4d1810a1a6bfc34e0ec930c351089b7) Co-authored-by: Benjamin Peterson <benjamin@python.org> | ||||
* | [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345) | Christian Heimes | 2017-09-05 | 1 | -3/+71 |
| | | | | | | | Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray plans to remove the functions from sys/types.h. Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit 75b961869a1184895c9d5bf41a57f3c985622662) | ||||
* | assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ↵ | Benjamin Peterson | 2016-07-07 | 1 | -80/+141 |
| | | | | #24557) | ||||
* | - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third | doko@ubuntu.com | 2015-04-13 | 1 | -0/+229 |
| | | | | | party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive. | ||||
* | Delete aclocal.m4, and require autoconf 2.59, fixing | Martin v. Löwis | 2006-01-29 | 1 | -57/+0 |
| | | | | #811160 in a different way. | ||||
* | fix for bug #811160 - autoconf vs. hp/ux system header files. | Anthony Baxter | 2003-09-27 | 1 | -0/+57 |
also applied to release23-maint. Note that aclocal.m4 can go away when autoconf 2.58 is out. |