Home | History | Annotate | Download | only in autoconf

Lines Matching full:bindings

1269 dnl Allow specific bindings to be specified for building (or not)
1270 AC_ARG_ENABLE([bindings],AS_HELP_STRING([--enable-bindings],
1271 [Build specific language bindings: all,auto,none,{binding-name} (default=auto)]),,
1288 dnl script for bindings/ocaml/configure, except that its auto value depends on
1292 [Specify install location for ocaml bindings (default is stdlib)])],
2072 dnl Determine which bindings to build.
2079 if $GO run ${srcdir}/bindings/go/conftest.go ; then
2086 dnl Do any work necessary to ensure that bindings have what they need.
2092 AC_MSG_WARN([--enable-bindings=ocaml specified, but ocamlfind not found. Try configure OCAMLFIND=/path/to/ocamlfind])
2104 AC_MSG_WARN([--enable-bindings=ocaml specified, but ctypes is not installed])
2112 AC_MSG_WARN([--enable-bindings=ocaml specified, but OUnit 2 is not installed. Tests will not run])
2133 AC_MSG_WARN([--enable-bindings=go specified, but go not found. Try configure GO=/path/to/go])
2136 if $GO run ${srcdir}/bindings/go/conftest.go ; then
2139 AC_MSG_WARN([--enable-bindings=go specified, but need at least Go 1.2. Try configure GO=/path/to/go])
2147 AC_MSG_ERROR([Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings.])
2221 AC_CONFIG_FILES([bindings/ocaml/llvm/META.llvm])
2240 AC_CONFIG_MAKEFILE(bindings/Makefile)
2241 AC_CONFIG_MAKEFILE(bindings/ocaml/Makefile.ocaml)