Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
13dfce6c
Commit
13dfce6c
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2005-01-17 14:37:22 by afrisch] Autodetect Debian compiler-libs
Original author: afrisch Date: 2005-01-17 14:37:22+00:00
parent
b345bff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ml
View file @
13dfce6c
...
...
@@ -189,9 +189,10 @@ let ml_interface =
let
dir1
=
!
(
List
.
assoc
"mliface"
vars
)
in
let
dirs
=
let
std
=
ocaml_stdlib
()
in
let
d
=
Filename
.
concat
(
Filename
.
chop_suffix
std
"std-lib"
)
"compiler-lib"
in
d
::
src_dirs
in
Filename
.
concat
(
Filename
.
chop_suffix
std
"std-lib"
)
"compiler-lib"
::
(* GODI *)
Filename
.
concat
std
"compiler-libs"
::
(* Debian *)
src_dirs
in
let
dirs
=
if
dir1
=
""
then
dirs
else
dir1
::
dirs
in
print
"Looking for ocaml compiler modules ..."
;
let
rec
loop
=
function
...
...
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