From 35bc4ecfb5536c9fc8a7ffe7864d5fbf1ee2efd9 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 6 Mar 2006 10:09:15 +0000 Subject: 2006-03-06 Marcus Brinkmann * 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. --- install-sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install-sh') diff --git a/install-sh b/install-sh index 6ebe46d..4d4a951 100755 --- a/install-sh +++ b/install-sh @@ -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. -- cgit v1.2.3