4 AC_ARG_WITH(ocaml_prefix,
5 [AS_HELP_STRING([--with-ocaml-prefix=DIR],
6 [Installation prefix of ocaml])])
7 if test "x$with_ocaml_prefix" != "x"
9 OCAML_PREFIX=$with_ocaml_prefix
11 OCAML_PREFIX=$(dirname $(dirname $(which ocaml)))
14 AC_CONFIG_FILES(Etc/Makefile.config)