summaryrefslogtreecommitdiff
path: root/lib/app-critcl/critcl.tcl
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2020-06-21 15:21:10 +0200
committerAndrej Shadura <andrewsh@debian.org>2020-06-21 15:21:10 +0200
commitaaad0f6a3b0ce08755b4694acef30abdd3f247c1 (patch)
treeb98d98dc6e2dc4c90e3c88017deada5297a56ce7 /lib/app-critcl/critcl.tcl
parentfbd112066f5a1d7acad296ca1da053a1df832247 (diff)
We need new autoconf, so force its detection
Gbp-Pq: Name 06-autoconf-2.50.patch
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 5d4127c..c501902 100644
--- a/lib/app-critcl/critcl.tcl
+++ b/lib/app-critcl/critcl.tcl
@@ -1741,7 +1741,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"