ocaml / ocamlfind

The OCaml findlib library manager
Other
30 stars 30 forks source link

configure sets invalid variable name #47

Closed atsampson closed 2 years ago

atsampson commented 2 years ago

Configuring findlib-1.9.4, using bash 5.1.16 as the shell, gives this harmless error in the middle of the configure output:

./configure: line 497: compiler-libs_dir=^: command not found

compiler-libs_dir isn't a legal sh variable name. This is coming from check_library; should it special-case compiler-libs?