diff options
| author | Tom Yu <tlyu@mit.edu> | 1996-12-24 21:16:42 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1996-12-24 21:16:42 +0000 |
| commit | a3a8da660398f5794a87baf9d4b3dde0936ed939 (patch) | |
| tree | d40461aad13ae621cae3e6c27aed2dcec26d4410 /src/util/autoconf/install-sh | |
| parent | 284972faefe854815fba7bd2c96cf99011be380e (diff) | |
update to autoconf-2.12
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9689 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/autoconf/install-sh')
| -rw-r--r-- | src/util/autoconf/install-sh | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/util/autoconf/install-sh b/src/util/autoconf/install-sh index 58719246f..ebc66913e 100644 --- a/src/util/autoconf/install-sh +++ b/src/util/autoconf/install-sh @@ -1,15 +1,27 @@ #! /bin/sh # # install - install a program, script, or datafile -# This comes from X11R5. +# This comes from X11R5 (mit/util/scripts/install.sh). +# +# Copyright 1991 by the Massachusetts Institute of Technology +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of M.I.T. not be used in advertising or +# publicity pertaining to distribution of the software without specific, +# written prior permission. M.I.T. makes no representations about the +# suitability of this software for any purpose. It is provided "as is" +# without express or implied warranty. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written -# from scratch. -# +# from scratch. It can only install one file at a time, a restriction +# shared with many OS's install programs. # set DOITPROG to echo to test this script |
