summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* Run autoreconf.Benjamin Peterson2019-02-261-73/+5
|
* [2.7] Docs: fix some wrong words (GH-6987) (GH-10315)Stéphane Wirtel2018-11-041-3/+71
|
* [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)Benjamin Peterson2018-09-121-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 Heimes2017-09-051-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 Peterson2016-07-071-80/+141
| | | | #24557)
* - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from thirddoko@ubuntu.com2015-04-131-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, fixingMartin v. Löwis2006-01-291-57/+0
| | | | #811160 in a different way.
* fix for bug #811160 - autoconf vs. hp/ux system header files.Anthony Baxter2003-09-271-0/+57
also applied to release23-maint. Note that aclocal.m4 can go away when autoconf 2.58 is out.