Disable unused GSM610 / G72X
[platform/upstream/libsndfile.git] / echo-install-dirs.in
1 #!/bin/sh
2 # @configure_input@
3
4 prefix=@prefix@
5 exec_prefix=@exec_prefix@
6 libdir=@libdir@
7 bindir=@bindir@
8 pkgconfigdir=@pkgconfigdir@
9 datadir=@datadir@
10 datarootdir=@datarootdir@
11 docdir=@docdir@
12 htmldir=@htmldir@
13
14 echo "
15   Installation directories :
16
17     Library directory : ................... $libdir
18     Program directory : ................... $bindir
19     Pkgconfig directory : ................. $pkgconfigdir
20     HTML docs directory : ................. $htmldir
21 "
22 echo "Compiling some other packages against libsndfile may require"
23 echo "the addition of '$pkgconfigdir' to the"
24 echo "PKG_CONFIG_PATH environment variable."
25 echo