Christian Heimes
ffa7011cb9
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) ( #3345 )
...
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 75b961869a
)
2017-09-05 17:08:45 +02:00
Benjamin Peterson
42e1029564
assume egd unless OPENSSL_NO_EGD is defined—remove configure check ( closes #24557 )
2016-07-07 00:02:31 -07:00
doko@ubuntu.com
10657c08cb
- the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
...
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4
to the archive.
2015-04-13 20:53:13 +02:00
Martin v. Löwis
4ddc78a6a1
Delete aclocal.m4, and require autoconf 2.59, fixing
...
#811160 in a different way.
2006-01-29 09:53:44 +00:00
Anthony Baxter
c050119de7
fix for bug #811160 - autoconf vs. hp/ux system header files.
...
also applied to release23-maint.
Note that aclocal.m4 can go away when autoconf 2.58 is out.
2003-09-27 09:12:27 +00:00