summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:20:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:20:24 (GMT)
commitcf3c59ff7d954075f319cb28eb6e6d72c2d455d3 (patch)
treedd80290c310e6a65352d035caab53c966b5a8347 /unix/configure.in
parentcd22f95d41584006165f126690c1183321de74f8 (diff)
downloadtcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.zip
tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.gz
tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.bz2
Added support for reporting TEA-like info via pkg-config.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index d569862..4ba97a0 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.205 2009/01/16 20:44:25 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.206 2009/03/14 17:20:24 dkf Exp $
AC_INIT([tcl],[8.6])
AC_PREREQ(2.59)
@@ -940,6 +940,7 @@ 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