Providing --with-ocaml-libdir for ./configure. The default is the

stdlib if it's beneath --prefix, and is libdir/ocaml otherwise.

If someone has a better way than this to test whether $B is a path
within $A, I'd love to hear it:

  if test "$A" \< "$B" -a "$B" \< "${A}~"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gordon Henriksen
2007-10-02 16:42:10 +00:00
parent bae4adc7de
commit 1d4e0782ba
4 changed files with 57 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
*===----------------------------------------------------------------------===
*
* This interface provides an ocaml API for the LLVM bitcode writer, the
* classes in the classes in the Bitwriter library.
* classes in the Bitwriter library.
*
*===----------------------------------------------------------------------===*)