summaryrefslogtreecommitdiff
path: root/lib/app-critcl/critcl.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/app-critcl/critcl.tcl')
-rw-r--r--lib/app-critcl/critcl.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app-critcl/critcl.tcl b/lib/app-critcl/critcl.tcl
index 5d8eb0e..c308acb 100644
--- a/lib/app-critcl/critcl.tcl
+++ b/lib/app-critcl/critcl.tcl
@@ -1717,7 +1717,7 @@ proc ::critcl::app::PlaceInputFiles {pkgdir} {
}
proc ::critcl::app::LocateAutoconf {iswin} {
- set ac [auto_execok autoconf]
+ set ac [auto_execok autoconf2.50]
if {$ac eq {}} {
return -code error "autoconf 2.59 or higher required, not found"