diff options
author | rmax <rmax> | 2004-11-18 00:43:18 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-11-18 00:43:18 (GMT) |
commit | 1b1920d3460f86d0c8c303446d121a41ddb8d8cf (patch) | |
tree | eb3d98f33e7546cdfea54fec2d52cde3b5d61de5 /unix/configure.in | |
parent | be0dcd9c9fe40b3e3b42c40165565551ba19e8b4 (diff) | |
download | tk-1b1920d3460f86d0c8c303446d121a41ddb8d8cf.zip tk-1b1920d3460f86d0c8c303446d121a41ddb8d8cf.tar.gz tk-1b1920d3460f86d0c8c303446d121a41ddb8d8cf.tar.bz2 |
2004-11-18 Reinhard Max <max@suse.de>
* unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of
* unix/configure.in: patch #996085, that introduces
* unix/Makefile.in: --enable-man-suffix.
* unix/installManPage: added
* unix/mkLinks: removed
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 249ec3d..99a0865 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,9 +3,9 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.96 2004/11/15 11:39:41 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.97 2004/11/18 00:43:19 rmax Exp $ -AC_INIT(../generic/tk.h) +AC_INIT([tk],[8.5]) AC_PREREQ(2.57) TK_VERSION=8.5 |