From 16fed1f84e88a1a55dc9fa60b83969af870853c8 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Thu, 7 Jun 2018 12:29:12 +0200 Subject: We need new autoconf, so force its detection Gbp-Pq: Name 06-autoconf-2.50.patch --- lib/app-critcl/critcl.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3