From 1718e53ed967c2af4669f2b1d49fb23a01ab785b Mon Sep 17 00:00:00 2001
From: Patrick Baudin <patrick.baudin@cea.fr>
Date: Wed, 14 Oct 2020 11:36:31 +0200
Subject: [PATCH] dos2unix contents dos2unix and the required dos2unix tool

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index ba6d68bb09d..f1375a9fcbe 100644
--- a/configure.in
+++ b/configure.in
@@ -979,7 +979,7 @@ configure_library([LABLGTK],
 configure_tool([DOT],[dot],[dot not found: you should install GraphViz],no)
 
 configure_tool([UNIX2DOS],[unix2dos],
-               [unix2dos not found: you should install tofrodos],no)
+               [unix2dos not found: you should install dos2unix],no)
 
 plugin_use_external(tests,unix2dos)
 
-- 
GitLab