summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-03-31 15:23:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-03-31 15:23:30 (GMT)
commitf9c41b4bcc7129dfa33cdce63afc8e6a29f130a9 (patch)
treebcd4b03a65bb4e7976eb44afc3eb7ba8bac1cafa /unix/configure.in
parent2a5a3323cb1ca687feb5548200410385661b35e9 (diff)
downloadtcl-f9c41b4bcc7129dfa33cdce63afc8e6a29f130a9.zip
tcl-f9c41b4bcc7129dfa33cdce63afc8e6a29f130a9.tar.gz
tcl-f9c41b4bcc7129dfa33cdce63afc8e6a29f130a9.tar.bz2
Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like info via pkg-config.
Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad])
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/configure.in b/unix/configure.in
index b5a09dd..318bcf8 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -940,5 +940,6 @@ AC_CONFIG_FILES([
Makefile:../unix/Makefile.in
dltest/Makefile:../unix/dltest/Makefile.in
tclConfig.sh:../unix/tclConfig.sh.in
+ tcl.pc:../unix/tcl.pc.in
])
AC_OUTPUT