-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure.ac update #96191
Comments
corona10
added a commit
to corona10/cpython
that referenced
this issue
Aug 23, 2022
|
I suggest merging the linked to PR as is. If the file is revisited for update in the future some comment modifications might be made. this is a good example of comment style As the minimum autoconf version is included in the code there is no need to restate this in a comment. The autoconf-archive package may be included with an installed Program Development series but may not always be installed. dnl
- dnl Python's configure script requires autoconf 2.69 and autoconf-archive.
dnl
# Set VERSION so we only need to edit in one place (i.e., here)
m4_define(PYTHON_VERSION, 3.12)
+ dnl Some Linux distros may require installing autoconf-archive.
AC_PREREQ([2.69]) |
corona10
added a commit
to corona10/cpython
that referenced
this issue
Aug 29, 2022
corona10
added a commit
that referenced
this issue
Aug 29, 2022
corona10
added a commit
to corona10/cpython
that referenced
this issue
Aug 29, 2022
corona10
added a commit
to corona10/cpython
that referenced
this issue
Aug 29, 2022
corona10
added a commit
that referenced
this issue
Aug 29, 2022
corona10
added a commit
that referenced
this issue
Aug 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The configure messages refer to bugs.python.org.
Tests / Check if generated files are up to date (pull_request)
A PR with a solitary edit to configure.ac will fail the above test.
sed -i "s#https://bugs.python.org/#https://github.com/python/cpython/issues#g" cpython/configure.ac
I would leave it to someone else to open a PR.
A Member can decide whether to mention podman and docker in the 1st block comment of configure.ac .
The text was updated successfully, but these errors were encountered: