diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 15:23:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 15:23:30 (GMT) |
commit | c85fe58264794439fe6057b5d98428a033774bcc (patch) | |
tree | bcd4b03a65bb4e7976eb44afc3eb7ba8bac1cafa /unix/configure.in | |
parent | 06f376eefe2af7c3eb3f8131dacd6bc296a2fb71 (diff) | |
download | tcl-c85fe58264794439fe6057b5d98428a033774bcc.zip tcl-c85fe58264794439fe6057b5d98428a033774bcc.tar.gz tcl-c85fe58264794439fe6057b5d98428a033774bcc.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.in | 1 |
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 |