diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-19 09:52:46 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-19 09:52:46 +0000 |
commit | f1dd9d77088157baeee53f9cfbdfe6d117a4bd80 (patch) | |
tree | 277091ffee1c10e61198f8db4efcb21da1d3c1c6 /libtoolkludge |
addedsvn2git-root
svn path=/trunk/externals/plugin~/; revision=216
Diffstat (limited to 'libtoolkludge')
-rw-r--r-- | libtoolkludge | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libtoolkludge b/libtoolkludge new file mode 100644 index 0000000..bf62a81 --- /dev/null +++ b/libtoolkludge @@ -0,0 +1,11 @@ +#! /bin/sh + +if test \( $# -gt 1 \) -a \( $1 = "--mode=install" \); then + shift; + echo " libtoolkludge running \"$*\"" + $* + exit 0 +else + echo "Libtoolkludge is a kludge for libtool --mode=install only. Die!" >&2 + exit 1 +fi |