summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:35:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:35:03 (GMT)
commita474bf6e2d0ac0e54ff12f9f4ac73069c920aa71 (patch)
tree42819733e890e8acb0081b6bd1f25f1bd74980ff /unix/configure.in
parent0cc374250b55b7362e02c5a8720ae9e06cbec14f (diff)
downloadtk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.zip
tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.tar.gz
tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.tar.bz2
Added support for reporting TEA-like info via pkg-config. [Patch 2243962]
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 5810e21..b51b287 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 Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.162 2009/01/16 20:55:12 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.163 2009/03/14 17:35:04 dkf Exp $
AC_INIT([tk],[8.6])
AC_PREREQ(2.59)
@@ -749,5 +749,6 @@ AC_SUBST(REZ_FLAGS)
AC_CONFIG_FILES([
Makefile:../unix/Makefile.in
tkConfig.sh:../unix/tkConfig.sh.in
+ tk.pc:../unix/tk.pc.in
])
AC_OUTPUT