diff options
author | Marcus Brinkmann <[email protected]> | 2006-03-06 10:09:15 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-03-06 10:09:15 +0000 |
commit | 35bc4ecfb5536c9fc8a7ffe7864d5fbf1ee2efd9 (patch) | |
tree | d1796cabf6d9bb74028ee740205881a9463876a0 /install-sh | |
parent | Post-release tweaks. (diff) | |
download | libgpg-error-35bc4ecfb5536c9fc8a7ffe7864d5fbf1ee2efd9.tar.gz libgpg-error-35bc4ecfb5536c9fc8a7ffe7864d5fbf1ee2efd9.zip |
2006-03-06 Marcus Brinkmann <[email protected]>
* configure.ac (min_automake_version): Bump to 1.9.6.
* mkinstalldirs, depcomp, compile, INSTALL, COPYING, missing,
install-sh: Update from automake 1.9.6.
ltmain.sh: Update from libtool 1.5.22.
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2004-12-17.09 +scriptversion=2005-05-14.22 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -109,7 +109,7 @@ while test -n "$1"; do shift continue;; - --help) echo "$usage"; exit 0;; + --help) echo "$usage"; exit $?;; -m) chmodcmd="$chmodprog $2" shift @@ -134,7 +134,7 @@ while test -n "$1"; do shift continue;; - --version) echo "$0 $scriptversion"; exit 0;; + --version) echo "$0 $scriptversion"; exit $?;; *) # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. |