feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 39658e2 was
77494e7,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
bumping to 0.1.8
|
-
Property mode set to
100644
|
File size:
370 bytes
|
Line | |
---|
1 | #! /bin/sh |
---|
2 | |
---|
3 | # added --mode=link |
---|
4 | if test \( $# -gt 1 \) -a \( $1 = "--mode=link" \); then |
---|
5 | shift; |
---|
6 | echo " libtoolkludge running \"$*\"" |
---|
7 | $* |
---|
8 | exit 0 |
---|
9 | elif test \( $# -gt 1 \) -a \( $1 = "--mode=install" \); then |
---|
10 | shift; |
---|
11 | echo " libtoolkludge running \"$*\"" |
---|
12 | $* |
---|
13 | exit 0 |
---|
14 | else |
---|
15 | echo "Libtoolkludge is a kludge for libtool --mode=install only. Die!" >&2 |
---|
16 | exit 1 |
---|
17 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.