summaryrefslogtreecommitdiffstats
path: root/tools/configure.in
blob: 824773af80b70a5de62e6ce75ee560352196c810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dnl	This file is an input file used by the GNU "autoconf" program to
dnl	generate the file "configure", which is run to configure the
dnl	Makefile in this directory.
AC_INIT(man2tcl.c)
# SCCS: @(#) configure.in 1.2 97/01/28 18:58:48

# Recover information that Tcl computed with its configure script.

. ../unix/tclConfig.sh

TCL_WIN_VERSION=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
AC_SUBST(TCL_WIN_VERSION)
CC=$TCL_CC
AC_SUBST(CC)
AC_SUBST(TCL_VERSION)
AC_SUBST(TCL_PATCH_LEVEL)

AC_OUTPUT(Makefile)