source: plugins/puredata/libtoolkludge @ 77494e7

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