1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
This archive contains standard, useful autoconf macros for detecting
OCaml, findlib, OCaml packages, etc.
http://forge.ocamlcore.org/projects/ocaml-autoconf/
Authors
----------------------------------------------------------------------
* Olivier Andrieu
* Jean-Christophe Filliâtre
* Richard W.M. Jones
* Georges Mariano
* Stefano Zacchiroli
Requirements
----------------------------------------------------------------------
To build the manual page, you'll need 'perldoc' (part of Perl).
Building
----------------------------------------------------------------------
To build the manual page, etc., do:
make
To install the manual page and macro centrally, do:
make install
Using
----------------------------------------------------------------------
Copy ocaml.m4 into the autoconf macros directory (usually m4/) of your
project. Read the ocaml.m4 manual page for the details of how to use
the macros.
man ocaml.m4
|