Skip to content
Snippets Groups Projects
Commit 6f3e9cfb authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[configure] add detection of dos2unix tool

parent 476cf920
No related branches found
No related tags found
No related merge requests found
...@@ -949,6 +949,9 @@ configure_library([LABLGTK], ...@@ -949,6 +949,9 @@ configure_library([LABLGTK],
configure_tool([DOT],[dot],[dot not found: you should install GraphViz],no) configure_tool([DOT],[dot],[dot not found: you should install GraphViz],no)
configure_tool([UNIX2DOS],[unix2dos],
[unix2dos not found: you should install tofrodos],no)
######################## ########################
# Plug-in dependencies # # Plug-in dependencies #
######################## ########################
......
...@@ -138,6 +138,9 @@ HAS_DOT ?=@HAS_DOT@ ...@@ -138,6 +138,9 @@ HAS_DOT ?=@HAS_DOT@
HEADACHE ?= headache -c $(FRAMAC_SRC)/headers/headache_config.txt HEADACHE ?= headache -c $(FRAMAC_SRC)/headers/headache_config.txt
UNIX2DOS ?= @UNIX2DOS@
HAS_UNIX2DOS ?= @HAS_UNIX2DOS@
########################### ###########################
# Miscellaneous variables # # Miscellaneous variables #
########################### ###########################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment