diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-19 06:49:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 06:49:05 (GMT) |
commit | b3b8cb419e496629873fa7dda82a01863f58617a (patch) | |
tree | 50b27d9bf4477aa44b5c489af634d634eb3ae0bc /aclocal.m4 | |
parent | 9da3961f364da2a3ced740230b85ffb4309238d3 (diff) | |
download | cpython-b3b8cb419e496629873fa7dda82a01863f58617a.zip cpython-b3b8cb419e496629873fa7dda82a01863f58617a.tar.gz cpython-b3b8cb419e496629873fa7dda82a01863f58617a.tar.bz2 |
run autoconf (GH-9411)
Follow up to 2a9c3805ddedf282881ef7811a561c70b74f80b1 (bpo-34585).
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -288,4 +288,5 @@ AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR +m4_include([m4/ax_c_float_words_bigendian.m4]) m4_include([m4/ax_check_openssl.m4]) |