Mercurial > hg > sv-dependency-builds
view src/libsndfile-1.0.27/echo-install-dirs.in @ 80:0b60a66de5e2
This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author | Chris Cannam |
---|---|
date | Thu, 31 Oct 2019 13:20:41 +0000 |
parents | 1df64224f5ac |
children |
line wrap: on
line source
#!/bin/sh # @configure_input@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ bindir=@bindir@ pkgconfigdir=@pkgconfigdir@ datadir=@datadir@ datarootdir=@datarootdir@ docdir=@docdir@ htmldir=@htmldir@ echo " Installation directories : Library directory : ................... $libdir Program directory : ................... $bindir Pkgconfig directory : ................. $pkgconfigdir HTML docs directory : ................. $htmldir " echo "Compiling some other packages against libsndfile may require" echo "the addition of '$pkgconfigdir' to the" echo "PKG_CONFIG_PATH environment variable." echo