diff options
author | hobbs2 <hobbs2> | 2006-01-26 00:34:51 (GMT) |
---|---|---|
committer | hobbs2 <hobbs2> | 2006-01-26 00:34:51 (GMT) |
commit | 3cae94feaf1eaa645123a744276ebc47290b6815 (patch) | |
tree | a58f13c51571874c2eeaa79fbf52c8d8261aed62 /configure.ac | |
parent | dfb972345d43ffac4ebd5779a9dbd35aa74a72af (diff) | |
download | tktreectrl-3cae94feaf1eaa645123a744276ebc47290b6815.zip tktreectrl-3cae94feaf1eaa645123a744276ebc47290b6815.tar.gz tktreectrl-3cae94feaf1eaa645123a744276ebc47290b6815.tar.bz2 |
update to TEA 3.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0c65e0d..fb44a66 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.13 2005/12/02 22:35:36 hobbs2 Exp $ +# RCS: @(#) $Id: configure.ac,v 1.14 2006/01/26 00:34:52 hobbs2 Exp $ #----------------------------------------------------------------------- # Sample configure.in for Tcl Extensions. @@ -23,7 +23,7 @@ AC_INIT([treectrl], [2.1]) AC_SUBST([PACKAGE_PATCHLEVEL], [2.1]) AC_DEFINE_UNQUOTED(PACKAGE_PATCHLEVEL, "$PACKAGE_PATCHLEVEL") -TEA_INIT([3.4]) +TEA_INIT([3.5]) AC_CONFIG_AUX_DIR(tclconfig) |