diff options
author | hobbs2 <hobbs2> | 2005-12-02 22:35:36 (GMT) |
---|---|---|
committer | hobbs2 <hobbs2> | 2005-12-02 22:35:36 (GMT) |
commit | dfb972345d43ffac4ebd5779a9dbd35aa74a72af (patch) | |
tree | b81d64f214d55e886858e6cead82097752b3f100 /configure.ac | |
parent | f7721e1a276fa31e0f6443c3ba5c33607e9bc8f0 (diff) | |
download | tktreectrl-dfb972345d43ffac4ebd5779a9dbd35aa74a72af.zip tktreectrl-dfb972345d43ffac4ebd5779a9dbd35aa74a72af.tar.gz tktreectrl-dfb972345d43ffac4ebd5779a9dbd35aa74a72af.tar.bz2 |
update to TEA 3.4
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 59de4e7..0c65e0d 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.12 2005/08/22 21:24:08 hobbs2 Exp $ +# RCS: @(#) $Id: configure.ac,v 1.13 2005/12/02 22:35:36 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.2]) +TEA_INIT([3.4]) AC_CONFIG_AUX_DIR(tclconfig) |