diff options
author | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:43:36 +0000 |
---|---|---|
committer | carmen rocco <ix9@users.sourceforge.net> | 2005-04-29 00:43:36 +0000 |
commit | 9d9262c32f4bc9c0dad8b92828acba53c889cb79 (patch) | |
tree | 588e3bca2b474a8e112ae4e44405b9176818c0e2 /libtoolkludge | |
parent | 6a34f67a66eee984d72393ad41c3bdf9b6f10279 (diff) |
yeah
svn path=/trunk/externals/plugin~/; revision=2849
Diffstat (limited to 'libtoolkludge')
-rw-r--r-- | libtoolkludge | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libtoolkludge b/libtoolkludge deleted file mode 100644 index bf62a81..0000000 --- a/libtoolkludge +++ /dev/null @@ -1,11 +0,0 @@ -#! /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 |