source: plugins/puredata/libtoolkludge @ b16b900

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