Lines Matching full:bindings
766 dnl Allow specific bindings to be specified for building (or not)
767 AC_ARG_ENABLE([bindings],AS_HELP_STRING([--enable-bindings],
768 [Build specific language bindings: all,auto,none,{binding-name} (default=auto)]),,
785 dnl script for bindings/ocaml/configure, except that its auto value depends on
789 [Specify install location for ocaml bindings (default is stdlib)])],
1460 # Determine which bindings to build.
1473 # Do any work necessary to ensure that bindings have what they need.
1479 AC_MSG_WARN([--enable-bindings=ocaml specified, but ocamlc not found. Try configure OCAMLC=/path/to/ocamlc])
1483 AC_MSG_WARN([--enable-bindings=ocaml specified, but ocamldep not found. Try configure OCAMLDEP=/path/to/ocamldep])
1487 AC_MSG_WARN([--enable-bindings=ocaml specified, but ocamlopt not found. Try configure OCAMLOPT=/path/to/ocamlopt])
1507 AC_MSG_ERROR([Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings.])
1567 AC_CONFIG_FILES([bindings/ocaml/llvm/META.llvm])
1582 AC_CONFIG_MAKEFILE(bindings/Makefile)
1583 AC_CONFIG_MAKEFILE(bindings/ocaml/Makefile.ocaml)