config: Tell Mes not to complain about '%version'.

* gash/config.scm.in [mes]: Mark '%version' as a replacement.
This commit is contained in:
Timothy Sample 2022-04-28 17:39:57 -06:00
parent 386d12aa21
commit 26cf4933c9
1 changed files with 4 additions and 0 deletions

View File

@ -26,5 +26,9 @@
;;;
;;; Code:
(cond-expand
(mes (module-replace! (current-module) '(%version)))
(else))
(define %version
"@VERSION@")