diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
commit | 7f848a3e85d288409cc73c957717a2a9f83ea47a (patch) | |
tree | 6189813f94cc56239b0307eed2ae4d264c66903d /generic/tcl.h | |
parent | 44c8b6c3e8a3570b24b2daca27b2f74f68e3ebd2 (diff) | |
download | tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.zip tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.gz tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.bz2 |
configure.in -> configure.ac
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 905a51d..58ba7e5 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -38,8 +38,8 @@ extern "C" { * update the version numbers: * * library/init.tcl (1 LOC patch) - * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) - * win/configure.in (as above) + * unix/configure.ac (2 LOC Major, 2 LOC minor, 1 LOC patch) + * win/configure.ac (as above) * win/tcl.m4 (not patchlevel) * win/makefile.bc (not patchlevel) 2 LOC * README (sections 0 and 2, with and without separator) |