summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2018-06-07 12:29:12 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-06-07 12:29:12 +0200
commit16fed1f84e88a1a55dc9fa60b83969af870853c8 (patch)
tree82381de2d72c2e60cd856a9dc9551e2c72fe9b43
parent33e4470f47bed635f50810c07553f91f0f48a025 (diff)
We need new autoconf, so force its detection
Gbp-Pq: Name 06-autoconf-2.50.patch
-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"