diff options
author | Torok Edwin <edwintorok@gmail.com> | 2011-10-14 20:38:02 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2011-10-14 20:38:02 +0000 |
commit | 4c4b71cec57772fb06fb42227907888257bd85ab (patch) | |
tree | 3d81e77aa548d67617768ddc62c4bca74e914297 /autoconf | |
parent | 3dd16741864302af14b31b7f75375c09d8544a35 (diff) |
ocaml bindings: add findlib META support
This makes it easier to link against LLVM libs, especially if you are using
_oasis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 9832cdb428..85fe8d44f3 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1563,6 +1563,9 @@ fi dnl Do the first stage of configuration for llvm-config.in. AC_CONFIG_FILES([tools/llvm-config/llvm-config.in]) +dnl OCaml findlib META file +AC_CONFIG_FILES([bindings/ocaml/llvm/META.llvm]) + dnl Do special configuration of Makefiles AC_CONFIG_COMMANDS([setup],,[llvm_src="${srcdir}"]) AC_CONFIG_MAKEFILE(Makefile) |