summaryrefslogtreecommitdiffstats
path: root/tkimg/png/tkimgpngConfig.sh.in
blob: 7d62ca7815a0c8428d001786e840fd780e7b31d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# tkimgpngConfig.sh --
#
# This shell script (for sh) is generated automatically by tkimgpng's
# configure script.  It will create shell variables for most of
# the configuration options discovered by the configure script.
# This script is intended to be included by the configure scripts
# for tkimgpng extensions so that they don't have to figure this all
# out for themselves.  This file does not duplicate information
# already provided by tclConfig.sh, so you may need to use that
# file in addition to this one.
#
# The information in this file is specific to a single platform.

# tkimgpng's version number.
tkimgpng_VERSION='@PACKAGE_VERSION@'

# The name of the tkimgpng library (may be either a .a file or a shared library):
tkimgpng_LIB_FILE=@PKG_LIB_FILE@

# String to pass to linker to pick up the tkimgpng library from its
# build directory.
tkimgpng_BUILD_LIB_SPEC='@tkimgpng_BUILD_LIB_SPEC@'

# String to pass to linker to pick up the tkimgpng library from its
# installed directory.
tkimgpng_LIB_SPEC='@tkimgpng_LIB_SPEC@'