]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/configure.ac
ocaml 3.09 transition
[helm.git] / helm / http_getter / configure.ac
1 AC_INIT(main.ml)
2
3 AC_ARG_WITH(conffile,
4               AS_HELP_STRING([--with-conffile=fname],
5                              [set default run time configuration file (default is /etc/http_getter.conf.xml]),
6               [GETTER_CONF_FILE=$withval], [GETTER_CONF_FILE=/etc/http_getter.conf.xml])
7
8 AC_SUBST(GETTER_CONF_FILE)
9
10 AC_OUTPUT([
11   buildTimeOpts.ml
12 ])
13