summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2005-03-19 01:56:11 (GMT)
committerhobbs2 <hobbs2>2005-03-19 01:56:11 (GMT)
commite7be933e35ea9d0323c8bade9e30aab83b557285 (patch)
tree254919c9c017a15473ff7d0d1d7d3b66b04d7016 /configure.ac
parenta5b9f7b850dd3a45e96f0833f15efb5e2c23059f (diff)
downloadtktreectrl-e7be933e35ea9d0323c8bade9e30aab83b557285.zip
tktreectrl-e7be933e35ea9d0323c8bade9e30aab83b557285.tar.gz
tktreectrl-e7be933e35ea9d0323c8bade9e30aab83b557285.tar.bz2
* Makefile.in (AR): use @AR@
* configure, configure.ac, tclconfig/tcl.m4: TEA 3.2 update
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f3e6136..d415a59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.ac,v 1.3 2004/10/09 22:56:11 hobbs2 Exp $
+# RCS: @(#) $Id: configure.ac,v 1.4 2005/03/19 01:56:11 hobbs2 Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -21,7 +21,7 @@ dnl to configure the system for the local environment.
AC_INIT([treectrl], [1.1])
-TEA_INIT([3.1])
+TEA_INIT([3.2])
AC_CONFIG_AUX_DIR(tclconfig)