From 917f2254b8cc6fb783ff5a06d6037e9ae0c55027 Mon Sep 17 00:00:00 2001 From: Sungkeun Cho Date: Tue, 9 Apr 2024 06:52:14 -0700 Subject: [PATCH] [EASY] Update install-sh Summary: This diff updates `install-sh`, which is modified by the new version of `autoreconf`. Currnet `autoreconf` version is 2.72. Reviewed By: dulmarod Differential Revision: D55917810 Privacy Context Container: L1208441 fbshipit-source-id: 8eac76ef5c84408ac29fd4bf1680e1e88b1b63eb --- install-sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install-sh b/install-sh index ec298b53740..7c56c9c0151 100755 --- a/install-sh +++ b/install-sh @@ -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 . +GNU Automake home page: . +General help using GNU software: ." while test $# -ne 0; do case $1 in