diff options
author | hobbs <hobbs> | 1999-12-21 23:59:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-21 23:59:49 (GMT) |
commit | a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e (patch) | |
tree | 60628df6d3c03bdd25e34c93e39b4d3606a90a0e /unix/configure.in | |
parent | 671c6e58fccb3a31aaaa79897e8c664ffb21fe82 (diff) | |
download | tcl-a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e.zip tcl-a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e.tar.gz tcl-a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e.tar.bz2 |
* unix/Makefile.in: added -srcdir=... for 'make html'
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 430e944..922676f 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -2,12 +2,12 @@ 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. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.51 1999/12/12 02:27:19 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.52 1999/12/21 23:59:49 hobbs Exp $ TCL_VERSION=8.3 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=3 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="b1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |