sort generating system before printing
[sppoc.git] / configure.ac
blob8add9d5c3d7056ffa4aa1ac88674c533ee9177d6
1 AC_INIT
3 AC_SUBST(OCAML_PREFIX)
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"
8 then
9         OCAML_PREFIX=$with_ocaml_prefix
10 else
11         OCAML_PREFIX=$(dirname $(dirname $(which ocaml)))
14 AC_CONFIG_FILES(Etc/Makefile.config)
15 AC_OUTPUT