aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 16:42:10 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 16:42:10 +0000
commit1d4e0782ba9761e3c664de53b837b74c0c818ff1 (patch)
tree020d6dea130822d89cc565771cb962b95312873b /Makefile.config.in
parentbae4adc7de3a43c31100da6996912e30889aa2b9 (diff)
downloadexternal_llvm-1d4e0782ba9761e3c664de53b837b74c0c818ff1.zip
external_llvm-1d4e0782ba9761e3c664de53b837b74c0c818ff1.tar.gz
external_llvm-1d4e0782ba9761e3c664de53b837b74c0c818ff1.tar.bz2
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
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 778c4e8..5522232 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -261,6 +261,7 @@ NOLINKALL := @NOLINKALL@
HUGE_VAL_SANITY = @HUGE_VAL_SANITY@
# Bindings that we should build
-BINDINGS_TO_BUILD = @BINDINGS_TO_BUILD@
-ALL_BINDINGS = @ALL_BINDINGS@
+BINDINGS_TO_BUILD := @BINDINGS_TO_BUILD@
+ALL_BINDINGS := @ALL_BINDINGS@
+OCAML_LIBDIR := @OCAML_LIBDIR@