Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
6f3e9cfb
Commit
6f3e9cfb
authored
Jul 01, 2020
by
Virgile Prevosto
Browse files
[configure] add detection of dos2unix tool
parent
476cf920
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
6f3e9cfb
...
...
@@ -949,6 +949,9 @@ 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)
########################
# Plug-in dependencies #
########################
...
...
share/Makefile.config.in
View file @
6f3e9cfb
...
...
@@ -138,6 +138,9 @@ HAS_DOT ?=@HAS_DOT@
HEADACHE
?=
headache
-c
$(FRAMAC_SRC)
/headers/headache_config.txt
UNIX2DOS
?=
@UNIX2DOS@
HAS_UNIX2DOS
?=
@HAS_UNIX2DOS@
###########################
# Miscellaneous variables #
###########################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment