build: Depend on mescc-tools 1.0.0.

* configure (main): Check for hex2, M1, and blood-elf version 1.0.0.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-05-02 08:22:17 +02:00
parent c22c1a82d9
commit 7d8c3391aa
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 3 deletions

6
configure vendored
View File

@ -454,9 +454,9 @@ Some influential environment variables:
(deps (fold (lambda (program results)
(cons (check-program-version program) results))
'()
(list (make-dep "hex2")
(make-dep "M1")
(make-dep "blood-elf")
(list (make-dep "hex2" #:version '(1 0 0))
(make-dep "M1" #:version '(1 0 0))
(make-dep "blood-elf" #:version '(1 0 0))
(make-dep "diff" #:optional? #t)
(make-dep "guile" #:version '(2 0) #:commands '("guile-3.0" "guile-3" "guile-2.2" "guile-2.0" "guile-2" "guile") #:optional? #t)
(make-dep "mes" #:version '(0 22) #:optional? #t)