diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-15 08:30:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-15 08:30:39 (GMT) |
commit | 6c534182fd22240a95933a12751a111f41f4a87c (patch) | |
tree | ebce9d0413eb6d262773180e23dde41ddcd4d92b /generic | |
parent | 6669e94c070680392a0e8c77203e45084d9c09d0 (diff) | |
download | tk-6c534182fd22240a95933a12751a111f41f4a87c.zip tk-6c534182fd22240a95933a12751a111f41f4a87c.tar.gz tk-6c534182fd22240a95933a12751a111f41f4a87c.tar.bz2 |
configure.in -> configure.ac
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index 6abb05e..f51d793 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -59,8 +59,8 @@ extern "C" { * and update the version numbers: * * library/tk.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) * README (sections 0 and 1) * macosx/Tk-Common.xcconfig (not patchlevel) 1 LOC * win/README (not patchlevel) |