1 AC_INIT(matita/matitaTypes.ml)
3 # Distribution settings
4 # (i.e. settings (automatically) manipulated before a release)
6 DEFAULT_DBHOST="mysql://mowgli.cs.unibo.it"
7 RT_BASE_DIR_DEFAULT="`pwd`/matita"
9 DISTRIBUTED="no" # "yes" for distributed tarballs
10 # End of distribution settings
13 AC_CHECK_PROG(HAVE_OCAMLC, ocamlc, yes, no)
14 if test $HAVE_OCAMLC = "no"; then
15 AC_MSG_ERROR(could not find ocamlc)
17 AC_CHECK_PROG(HAVE_OCAMLOPT, ocamlopt, yes, no)
18 if test $HAVE_OCAMLOPT = "no"; then
19 AC_MSG_WARN(could not find ocamlopt: native code compilation disabled)
21 AC_CHECK_PROG(HAVE_OCAMLFIND, ocamlfind, yes, no)
22 if test $HAVE_OCAMLFIND = "yes"; then
25 AC_MSG_ERROR(could not find ocamlfind)
27 AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc2, yes, no)
28 if test $HAVE_LABLGLADECC = "yes"; then
29 LABLGLADECC="lablgladecc2"
31 AC_MSG_ERROR(could not find lablgladecc2)
33 AC_CHECK_PROG(HAVE_CAMLP5O, camlp5o, yes, no)
34 if test $HAVE_CAMLP5O = "yes"; then
37 AC_MSG_ERROR(could not find camlp5o)
42 LIBSPATH="`pwd`/components"
43 OCAMLPATH="$LIBSPATH/METAS"
47 echo -n "creating METAs ... "
48 for f in $OCAMLPATH/meta.*.src; do
49 basename=`basename $f`
50 metaname=`echo $basename | sed 's/meta\.\(.*\)\.src/\1/'`
51 dirname=`echo $metaname | sed 's/^helm-//'`
52 metafile="$OCAMLPATH/META.$metaname"
54 echo "directory=\"$LIBSPATH/$dirname\"" >> $metafile
58 # (libs) findlib requisites
60 FINDLIB_LIBSREQUIRES="\
65 lablgtksourceview.gtksourceview \
73 # (Matita) findlib requisites
75 FINDLIB_COMREQUIRES="\
77 helm-cic_disambiguation \
81 helm-ng_disambiguation \
83 helm-acic_procedural \
87 helm-cic_exportation \
90 $FINDLIB_COMREQUIRES \
96 lablgtksourceview.gtksourceview \
99 for r in $FINDLIB_LIBSREQUIRES $FINDLIB_REQUIRES
101 AC_MSG_CHECKING(for $r ocaml library)
102 if OCAMLPATH=$OCAMLPATH $OCAMLFIND query $r &> /dev/null; then
105 AC_MSG_ERROR(could not find $r ocaml library)
109 OCAMLFIND_COMMANDS=""
110 # AC_CHECK_PROG(HAVE_OCAMLC_OPT, ocamlc.opt, yes, no)
111 # if test $HAVE_OCAMLC_OPT = "yes"; then
112 # if test "$OCAMLFIND_COMMANDS" = ""; then
113 # OCAMLFIND_COMMANDS="ocamlc=ocamlc.opt"
115 # OCAMLFIND_COMMANDS="$OCAMLFIND_COMMANDS ocamlc=ocamlc.opt"
118 # AC_CHECK_PROG(HAVE_OCAMLOPT_OPT, ocamlopt.opt, yes, no)
119 # if test $HAVE_OCAMLOPT_OPT = "yes"; then
120 # if test "$OCAMLFIND_COMMANDS" = ""; then
121 # OCAMLFIND_COMMANDS="ocamlopt=ocamlopt.opt"
123 # OCAMLFIND_COMMANDS="$OCAMLFIND_COMMANDS ocamlopt=ocamlopt.opt"
126 if test "$OCAMLFIND_COMMANDS" != ""; then
127 OCAMLFIND="OCAMLFIND_COMMANDS='$OCAMLFIND_COMMANDS' $OCAMLFIND"
130 AC_MSG_CHECKING(--enable-debug argument)
132 [ --enable-debug Turn on debugging],
134 case "${enableval}" in
137 *) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;
139 [GIVEN="no"; DEBUG="$DEBUG_DEFAULT"])
141 if test "$DEBUG" = "true"; then
142 MSG="$MSG, debugging enabled."
144 MSG="$MSG, debugging disabled."
148 AC_MSG_CHECKING(--with-runtime-dir argument)
149 AC_ARG_WITH(runtime-dir,
150 [ --with-runtime-dir Runtime directory (current working directory if not given)],
151 [ RT_BASE_DIR="${withval}" ],
152 [ RT_BASE_DIR="$RT_BASE_DIR_DEFAULT" ])
154 if test "yes" = "$RT_BASE_DIR"; then
157 ** empty --with-runtime-dir argument, please use --with-runtime-dir=value **"
161 AC_MSG_CHECKING(--with-dbhost argument)
163 [ --with-dbhost SQL database hostname],
164 [ DBHOST="${withval}" ],
165 [ DBHOST="$DEFAULT_DBHOST" ])
167 if test "yes" = "$DBHOST"; then
170 ** empty --with-dbhost argument, please use --with-dbhost=value **"
177 AC_SUBST(DISTRIBUTED)
178 AC_SUBST(FINDLIB_CREQUIRES)
179 AC_SUBST(FINDLIB_REQUIRES)
180 AC_SUBST(HAVE_OCAMLOPT)
181 AC_SUBST(LABLGLADECC)
182 AC_SUBST(MATITA_VERSION)
185 AC_SUBST(RT_BASE_DIR)
187 AC_SUBST(TRANSFORMER_MODULE)
190 components/extlib/componentsConf.ml
191 matita/matita.conf.xml
192 matita/buildTimeConf.ml
193 matita/gtkmathview.matita.conf.xml
194 matita/help/C/version.txt