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 \
51 for r in $FINDLIB_REQUIRES
53 AC_MSG_CHECKING(for $r ocaml library)
54 if OCAMLPATH=../ocaml/METAS $OCAMLFIND query $r &> /dev/null; then
57 AC_MSG_ERROR(could not find $r ocaml library)
62 AC_CHECK_PROG(HAVE_OCAMLC_OPT, ocamlc.opt, yes, no)
63 if test $HAVE_OCAMLC_OPT = "yes"; then
64 if test "$OCAMLFIND_COMMANDS" = ""; then
65 OCAMLFIND_COMMANDS="ocamlc=ocamlc.opt"
67 OCAMLFIND_COMMANDS="$OCAMLFIND_COMMANDS ocamlc=ocamlc.opt"
70 AC_CHECK_PROG(HAVE_OCAMLOPT_OPT, ocamlopt.opt, yes, no)
71 if test $HAVE_OCAMLOPT_OPT = "yes"; then
72 if test "$OCAMLFIND_COMMANDS" = ""; then
73 OCAMLFIND_COMMANDS="ocamlopt=ocamlopt.opt"
75 OCAMLFIND_COMMANDS="$OCAMLFIND_COMMANDS ocamlopt=ocamlopt.opt"
78 if test "$OCAMLFIND_COMMANDS" != ""; then
79 OCAMLFIND="OCAMLFIND_COMMANDS='$OCAMLFIND_COMMANDS' $OCAMLFIND"
82 [ --enable-debug Turn on debugging],
83 [case "${enableval}" in
86 *) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;
89 if test "$DEBUG" = "true"; then
90 echo "debugging enabled"
94 USER_HOME=`pwd` #should be `echo $HOME`
95 USER_NAME=`echo $USER`
99 AC_SUBST(TRANSFORMER_MODULE)
100 AC_SUBST(FINDLIB_REQUIRES)
101 AC_SUBST(FINDLIB_CREQUIRES)
102 AC_SUBST(FINDLIB_DEPREQUIRES)
103 AC_SUBST(FINDLIB_CLEANREQUIRES)
104 AC_SUBST(HAVE_OCAMLOPT)
105 AC_SUBST(LABLGLADECC)
107 AC_SUBST(RT_BASE_DIR)
112 matita.conf.xml.sample
115 gtkmathview.matita.conf.xml