annotate build-aux/install-sh @ 317:aab761616489 default tip

Rearrange some Autoconf files. Autoconf was failing to detect install-sh at the top level and needed some explicit directions. It also wants config.guess and config.sub to be provided too. A few other macros have also been updated.
author John "Elwin" Edwards
date Tue, 05 Sep 2023 20:05:24 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
317
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
1 #!/usr/bin/sh
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
2 # install - install a program, script, or datafile
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
3
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
4 scriptversion=2020-11-14.01; # UTC
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
5
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
6 # This originates from X11R5 (mit/util/scripts/install.sh), which was
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
7 # later released in X11R6 (xc/config/util/install.sh) with the
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
8 # following copyright and license.
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
9 #
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
10 # Copyright (C) 1994 X Consortium
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
11 #
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
12 # Permission is hereby granted, free of charge, to any person obtaining a copy
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
13 # of this software and associated documentation files (the "Software"), to
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
14 # deal in the Software without restriction, including without limitation the
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
15 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
16 # sell copies of the Software, and to permit persons to whom the Software is
aab761616489 Rearrange some Autoconf files.
John "Elwin" Edwards
parents:
diff changeset
17 # furnished to do so, subject to the following conditions: