autoconf: Replace install-sh with symlink to minstall
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 11 Dec 2007 16:13:45 +0000 (08:13 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 11 Dec 2007 16:24:27 +0000 (08:24 -0800)
commit78175579c26498b1ef0edc511855ae74b7c3b52b
tree0e88bcecbf13491dc54aeaf9e672ff2f1d2ffbeb
parent79ad458ec66c5001479dd4b1e0f8f83e1713270f
autoconf: Replace install-sh with symlink to minstall

Since install-sh is only used to satisfy an autoconf requirement, we
don't need the actual script. Instead, it's now just a symlink to
minstall, which provides a similar install wrapper script.
bin/install-sh [changed from file to symlink]