projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4aeca
)
plugins/puredata/libtoolkludge: removed, not used anymore
author
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 11:24:40 +0000
(12:24 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 11:24:40 +0000
(12:24 +0100)
plugins/puredata/libtoolkludge
[deleted file]
patch
|
blob
|
history
diff --git
a/plugins/puredata/libtoolkludge
b/plugins/puredata/libtoolkludge
deleted file mode 100644
(file)
index
e54a357
..0000000
--- a/
plugins/puredata/libtoolkludge
+++ /dev/null
@@
-1,17
+0,0 @@
-#! /bin/sh
-
-# added --mode=link
-if test \( $# -gt 1 \) -a \( $1 = "--mode=link" \); then
- shift;
- echo " libtoolkludge running \"$*\""
- $*
- exit 0
-elif 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