summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-08 13:44:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-08 13:44:16 (GMT)
commit7f848a3e85d288409cc73c957717a2a9f83ea47a (patch)
tree6189813f94cc56239b0307eed2ae4d264c66903d /tools/tcltk-man2html.tcl
parent44c8b6c3e8a3570b24b2daca27b2f74f68e3ebd2 (diff)
downloadtcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.zip
tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.gz
tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.bz2
configure.in -> configure.ac
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 1ceceb9..6d899a0 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -667,11 +667,7 @@ try {
# ... but try to extract (name, version) from subdir contents
try {
- try {
- set f [open [file join $pkgsDir $dir configure.in]]
- } trap {POSIX ENOENT} {} {
- set f [open [file join $pkgsDir $dir configure.ac]]
- }
+ set f [open [file join $pkgsDir $dir configure.ac]]
foreach line [split [read $f] \n] {
if {2 == [scan $line \
{ AC_INIT ( [%[^]]] , [%[^]]] ) } n v]} {