summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorrmax <rmax>2004-11-18 00:45:02 (GMT)
committerrmax <rmax>2004-11-18 00:45:02 (GMT)
commit9cfc282fc75927f7eb0e2c6cae0219a2cd1fc753 (patch)
tree0155552db3eb9204b58d8fc2b32a704fb6f191ba /unix/configure.in
parent0014094bc624316bcdfbd58b1187592019384026 (diff)
downloadtcl-9cfc282fc75927f7eb0e2c6cae0219a2cd1fc753.zip
tcl-9cfc282fc75927f7eb0e2c6cae0219a2cd1fc753.tar.gz
tcl-9cfc282fc75927f7eb0e2c6cae0219a2cd1fc753.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.tcl: removed * unix/mkLinks: removed
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 04f8557..7d803b2 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 Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.119 2004/11/17 17:53:03 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.120 2004/11/18 00:45:03 rmax Exp $
-AC_INIT(../generic/tcl.h)
+AC_INIT([tcl],[8.5])
AC_PREREQ(2.57)
dnl AC_CONFIG_HEADERS([tclConfig.h])
dnl AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H])