From 10f73bee8fa08d7e14c85086c94d4851c3a28316 Mon Sep 17 00:00:00 2001 From: treectrl Date: Sat, 23 Jul 2005 00:31:27 +0000 Subject: Bumped version to 2.1. --- configure | 38 ++++++++++++++++++++++++++++---------- configure.ac | 6 +++--- demos/demo.tcl | 4 ++-- 3 files changed, 33 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 46bbde4..3415fa8 100644 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for treectrl 2.0. +# Generated by GNU Autoconf 2.59 for treectrl 2.1. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='treectrl' PACKAGE_TARNAME='treectrl' -PACKAGE_VERSION='2.0' -PACKAGE_STRING='treectrl 2.0' +PACKAGE_VERSION='2.1' +PACKAGE_STRING='treectrl 2.1' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -777,7 +777,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures treectrl 2.0 to adapt to many kinds of systems. +\`configure' configures treectrl 2.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -838,7 +838,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of treectrl 2.0:";; + short | recursive ) echo "Configuration of treectrl 2.1:";; esac cat <<\_ACEOF @@ -968,7 +968,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -treectrl configure 2.0 +treectrl configure 2.1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -982,7 +982,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by treectrl $as_me 2.0, which was +It was created by treectrl $as_me 2.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1318,7 +1318,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -PACKAGE_PATCHLEVEL=2.0.1 +PACKAGE_PATCHLEVEL=2.1 cat >>confdefs.h <<_ACEOF #define PACKAGE_PATCHLEVEL "$PACKAGE_PATCHLEVEL" @@ -8709,6 +8709,22 @@ echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} fi fi ;; + CYGWIN*) + DL_LIBS="" + SHLIB_CFLAGS="" + SHLIB_LD_LIBS='${LIBS}' + SHLIB_SUFFIX=".dll" + + SHLIB_LD="${CC} -shared" + DL_OBJS="tclLoadDl.o" + LDFLAGS="" + CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' + LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} + cat >>confdefs.h <<\_ACEOF +#define HAVE_TM_ZONE 1 +_ACEOF + + ;; Linux*) SHLIB_CFLAGS="-fPIC" SHLIB_LD_LIBS='${LIBS}' @@ -9947,6 +9963,8 @@ fi; ;; ULTRIX-4.*) ;; + CYGWIN*) + ;; windows) ;; *) @@ -11164,7 +11182,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by treectrl $as_me 2.0, which was +This file was extended by treectrl $as_me 2.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11219,7 +11237,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -treectrl config.status 2.0 +treectrl config.status 2.1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 8153f21..383f9a0 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.10 2005/06/18 02:12:37 treectrl Exp $ +# RCS: @(#) $Id: configure.ac,v 1.11 2005/07/23 00:31:28 treectrl Exp $ #----------------------------------------------------------------------- # Sample configure.in for Tcl Extensions. @@ -19,8 +19,8 @@ dnl to configure the system for the local environment. # AC_INIT(generic/tcl.h) #----------------------------------------------------------------------- -AC_INIT([treectrl], [2.0]) -AC_SUBST([PACKAGE_PATCHLEVEL], [2.0.1]) +AC_INIT([treectrl], [2.1]) +AC_SUBST([PACKAGE_PATCHLEVEL], [2.1]) AC_DEFINE_UNQUOTED(PACKAGE_PATCHLEVEL, "$PACKAGE_PATCHLEVEL") TEA_INIT([3.2]) diff --git a/demos/demo.tcl b/demos/demo.tcl index 0157653..b9dbdf2 100644 --- a/demos/demo.tcl +++ b/demos/demo.tcl @@ -1,8 +1,8 @@ #!/bin/wish84.exe -# RCS: @(#) $Id: demo.tcl,v 1.37 2005/07/16 18:07:16 treectrl Exp $ +# RCS: @(#) $Id: demo.tcl,v 1.38 2005/07/23 00:32:34 treectrl Exp $ -set VERSION 2.0.1 +set VERSION 2.1 package require Tk 8.4 -- cgit v0.12