summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-17 15:36:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-17 15:36:57 (GMT)
commitb7bb2380d4af67cd9c388131d9fa34d478ac8a8c (patch)
tree1d4a79460fa9bc359744f206eae4b02b00f73523 /unix/configure.in
parentd77c012ac73b8e2be7fb8f6da653684273a2d949 (diff)
downloadtcl-b7bb2380d4af67cd9c388131d9fa34d478ac8a8c.zip
tcl-b7bb2380d4af67cd9c388131d9fa34d478ac8a8c.tar.gz
tcl-b7bb2380d4af67cd9c388131d9fa34d478ac8a8c.tar.bz2
* unix/Makefile.in: Add build support for collections of TEA
* unix/configure.in: packages found under the pkgs directory. [Patch 1163406]. Still needs porting to Windows. * unix/configure: autoconf-2.59
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 3b73135..7f66b61 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.195 2008/12/14 13:32:11 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.196 2008/12/17 15:36:58 dgp Exp $
AC_INIT([tcl],[8.6])
AC_PREREQ(2.59)
@@ -30,6 +30,8 @@ TCL_MINOR_VERSION=6
TCL_PATCH_LEVEL="a4"
VERSION=${TCL_VERSION}
+PKG_CFG_ARGS=$@
+
#------------------------------------------------------------------------
# Handle the --prefix=... option
#------------------------------------------------------------------------
@@ -854,6 +856,7 @@ AC_SUBST(TCL_MAJOR_VERSION)
AC_SUBST(TCL_MINOR_VERSION)
AC_SUBST(TCL_PATCH_LEVEL)
AC_SUBST(TCL_YEAR)
+AC_SUBST(PKG_CFG_ARGS)
AC_SUBST(TCL_LIB_FILE)
AC_SUBST(TCL_LIB_FLAG)