Import Tcl 8.6.12
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
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)
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([man2tcl.c])
|
||||
AC_PREREQ([2.59])
|
||||
|
||||
# Recover information that Tcl computed with its configure script.
|
||||
|
||||
@@ -32,4 +33,5 @@ AC_SUBST(TCL_PATCH_LEVEL)
|
||||
AC_SUBST(TCL_SRC_DIR)
|
||||
AC_SUBST(TCL_BIN_DIR)
|
||||
|
||||
AC_OUTPUT(Makefile tcl.hpj)
|
||||
AC_CONFIG_FILES([Makefile tcl.hpj])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user