diff options
author | stratakis <cstratak@redhat.com> | 2018-10-18 08:51:53 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-10-18 08:51:53 (GMT) |
commit | b7ad31c8926aad2fdd0d4661373c25cc9d753a40 (patch) | |
tree | 67a4c3620df9d7c913fb5a4378eb0a72d434d179 /Misc/NEWS.d/next/Build | |
parent | 6f906b3d727d6b341abd5ad9c0652bbcbd5eb024 (diff) | |
download | cpython-b7ad31c8926aad2fdd0d4661373c25cc9d753a40.zip cpython-b7ad31c8926aad2fdd0d4661373c25cc9d753a40.tar.gz cpython-b7ad31c8926aad2fdd0d4661373c25cc9d753a40.tar.bz2 |
bpo-34765: Update the install-sh file (GH-9592)
Update the outdated install-sh file to the latest
revision from automake v1.16.1
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-09-26-17-29-10.bpo-34765.AvxdVj.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-09-26-17-29-10.bpo-34765.AvxdVj.rst b/Misc/NEWS.d/next/Build/2018-09-26-17-29-10.bpo-34765.AvxdVj.rst new file mode 100644 index 0000000..12ed26d --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-09-26-17-29-10.bpo-34765.AvxdVj.rst @@ -0,0 +1,2 @@ +Update the outdated install-sh file to the latest revision from automake +v1.16.1 |