1 AC_INIT(matitaTypes.ml)
3 AC_CHECK_PROG(HAVE_OCAMLC, ocamlc, yes, no)
4 if test $HAVE_OCAMLC = "no"; then
5 AC_MSG_ERROR(could not find ocamlc)
7 AC_CHECK_PROG(HAVE_OCAMLOPT, ocamlopt, yes, no)
8 if test $HAVE_OCAMLOPT = "no"; then
9 AC_MSG_WARN(could not find ocamlopt: native code compilation disabled)
11 AC_CHECK_PROG(HAVE_OCAMLFIND, ocamlfind, yes, no)
12 if test $HAVE_OCAMLFIND = "yes"; then
15 AC_MSG_ERROR(could not find ocamlfind)
17 AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc2, yes, no)
18 if test $HAVE_LABLGLADECC = "yes"; then
19 LABLGLADECC="lablgladecc2"
21 AC_MSG_ERROR(could not find lablgladecc2)
23 AC_CHECK_PROG(HAVE_CAMLP4O, camlp4o, yes, no)
24 if test $HAVE_CAMLP4O = "yes"; then
27 AC_MSG_ERROR(could not find camlp4o)
29 FINDLIB_DEPREQUIRES="\
33 helm-cic_textual_parser2 \
35 FINDLIB_CLEANREQUIRES="$FINDLIB_DEPREQUIRES"
37 $FINDLIB_CLEANREQUIRES \
50 for r in $FINDLIB_REQUIRES
52 AC_MSG_CHECKING(for $r ocaml library)
53 if OCAMLPATH=../ocaml/METAS $OCAMLFIND query $r &> /dev/null; then
56 AC_MSG_ERROR(could not find $r ocaml library)
61 AC_CHECK_PROG(HAVE_OCAMLC_OPT, ocamlc.opt, yes, no)
62 if test $HAVE_OCAMLC_OPT = "yes"; then
63 if test "$OCAMLFIND_COMMANDS" = ""; then
64 OCAMLFIND_COMMANDS="ocamlc=ocamlc.opt"
66 OCAMLFIND_COMMANDS="$OCAMLFIND_COMMANDS ocamlc=ocamlc.opt"
69 AC_CHECK_PROG(HAVE_OCAMLOPT_OPT, ocamlopt.opt, yes, no)
70 if test $HAVE_OCAMLOPT_OPT = "yes"; then
71 if test "$OCAMLFIND_COMMANDS" = ""; then
72 OCAMLFIND_COMMANDS="ocamlopt=ocamlopt.opt"
74 OCAMLFIND_COMMANDS="$OCAMLFIND_COMMANDS ocamlopt=ocamlopt.opt"
77 if test "$OCAMLFIND_COMMANDS" != ""; then
78 OCAMLFIND="OCAMLFIND_COMMANDS='$OCAMLFIND_COMMANDS' $OCAMLFIND"
81 [ --enable-debug Turn on debugging],
82 [case "${enableval}" in
85 *) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;
88 if test "$DEBUG" = "true"; then
89 echo "debugging enabled"
93 USER_HOME=`pwd` #should be `echo $HOME`
94 USER_NAME=`echo $USER`
98 AC_SUBST(TRANSFORMER_MODULE)
99 AC_SUBST(FINDLIB_REQUIRES)
100 AC_SUBST(FINDLIB_CREQUIRES)
101 AC_SUBST(FINDLIB_DEPREQUIRES)
102 AC_SUBST(FINDLIB_CLEANREQUIRES)
103 AC_SUBST(HAVE_OCAMLOPT)
104 AC_SUBST(LABLGLADECC)
106 AC_SUBST(RT_BASE_DIR)
111 matita.conf.xml.sample