Skip to content

Commit 8ddb5ca

Browse files
committed
Build Python with autoconf 2.71
1 parent cf7eaa4 commit 8ddb5ca

File tree

5 files changed

+9191
-6366
lines changed

5 files changed

+9191
-6366
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
uses: hendrikmuhs/ccache-action@v1
7171
- name: Check Autoconf version 2.69 and aclocal 1.16.3
7272
run: |
73-
grep "Generated by GNU Autoconf 2.69" configure
74-
grep "aclocal 1.16.3" aclocal.m4
73+
grep "Generated by GNU Autoconf 2.71" configure
74+
grep "aclocal 1.16.4" aclocal.m4
7575
grep -q "runstatedir" configure
7676
grep -q "PKG_PROG_PKG_CONFIG" aclocal.m4
7777
- name: Regenerate autoconf files
78-
run: docker run --rm -v $(pwd):/src quay.io/tiran/cpython_autoconf:269
78+
run: docker run --rm -v $(pwd):/src quay.io/tiran/cpython_autoconf:271
7979
- name: Build CPython
8080
run: |
8181
# Build Python with the libpython dynamic library

aclocal.m4

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.16.3 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.16.4 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,
@@ -184,7 +184,7 @@ AS_VAR_POPDEF([CACHEVAR])dnl
184184
# and this notice are preserved. This file is offered as-is, without any
185185
# warranty.
186186

187-
#serial 10
187+
#serial 11
188188

189189
AU_ALIAS([CHECK_SSL], [AX_CHECK_OPENSSL])
190190
AC_DEFUN([AX_CHECK_OPENSSL], [
@@ -227,7 +227,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [
227227
if ! $found; then
228228
OPENSSL_INCLUDES=
229229
for ssldir in $ssldirs; do
230-
AC_MSG_CHECKING([for openssl/ssl.h in $ssldir])
230+
AC_MSG_CHECKING([for include/openssl/ssl.h in $ssldir])
231231
if test -f "$ssldir/include/openssl/ssl.h"; then
232232
OPENSSL_INCLUDES="-I$ssldir/include"
233233
OPENSSL_LDFLAGS="-L$ssldir/lib"
@@ -621,7 +621,7 @@ AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
621621

622622
# AM_CONDITIONAL -*- Autoconf -*-
623623

624-
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
624+
# Copyright (C) 1997-2021 Free Software Foundation, Inc.
625625
#
626626
# This file is free software; the Free Software Foundation
627627
# gives unlimited permission to copy and/or distribute it,
@@ -652,7 +652,7 @@ AC_CONFIG_COMMANDS_PRE(
652652
Usually this means the macro was only invoked conditionally.]])
653653
fi])])
654654

655-
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
655+
# Copyright (C) 2006-2021 Free Software Foundation, Inc.
656656
#
657657
# This file is free software; the Free Software Foundation
658658
# gives unlimited permission to copy and/or distribute it,

0 commit comments

Comments
 (0)