Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -1/+1 |
| | |||||
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -71/+3 |
| | | | | | | * Remove Setup.config * Always define WITH_THREAD for compatibility. | ||||
* | bpo-31343: Include sys/sysmacros.h (#3318) | 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> | ||||
* | improve alignment autoconf test (#1129) | Benjamin Peterson | 2017-04-14 | 1 | -2/+2 |
| | | | | Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result. | ||||
* | Write configure message to AS_MESSAGE_FD | Christian Heimes | 2016-09-24 | 1 | -2/+2 |
| | |||||
* | more PY_LONG_LONG to long long | Benjamin Peterson | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h ↵ | Christian Heimes | 2016-09-08 | 1 | -2/+2 |
| | | | | on big endian. | ||||
* | assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ↵ | Benjamin Peterson | 2016-07-07 | 1 | -78/+139 |
| | | | | #24557) | ||||
* | Issue #24324: Do not enable unreachable code warnings when using | Ned Deily | 2016-03-08 | 1 | -2/+2 |
| | | | | | gcc as the option does not work correctly in older versions of gcc and has been silently removed as of gcc-4.5. | ||||
* | - 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. |