diff options
author | Erlend E. Aasland <erlend@python.org> | 2025-01-03 11:37:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 11:37:54 (GMT) |
commit | 8abd6cef68a0582a4d912be76caddd9da5d55ccd (patch) | |
tree | 8c529344893a672e6fe268205c44796cbfdaa412 /install-sh | |
parent | 4ed36d6efb3e3bc613045016dee594d671997709 (diff) | |
download | cpython-8abd6cef68a0582a4d912be76caddd9da5d55ccd.zip cpython-8abd6cef68a0582a4d912be76caddd9da5d55ccd.tar.gz cpython-8abd6cef68a0582a4d912be76caddd9da5d55ccd.tar.bz2 |
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2020-11-14.01; # UTC +scriptversion=2023-11-23.18; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -124,9 +124,9 @@ it's up to you to specify -f if you want it. If -S is not specified, no backups are attempted. -Email bug reports to bug-automake@gnu.org. -Automake home page: https://www.gnu.org/software/automake/ -" +Report bugs to <bug-automake@gnu.org>. +GNU Automake home page: <https://www.gnu.org/software/automake/>. +General help using GNU software: <https://www.gnu.org/gethelp/>." while test $# -ne 0; do case $1 in |