From 3126bfee333b5c635dc60a54265936af06117f6a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 5 Jan 2008 15:16:31 +0000 Subject: Build libvirt and examples on Windows (MinGW). * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml modules directly (without ocamlfind being needed). * configure.ac: Remove requirement for ocamlfind. * config.guess, config.sub: Ship these files to guess host, build and target. * libvirt/Makefile.in, examples/Makefile.in: Change these so they don't require ocamlfind, do the right thing on MinGW. * Make.rules.in: Make.rules is now generated from this file. File can use ocamlfind or direct ocaml commands as available. * .hgignore: Ignore some generated files on Windows. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) mode change 100644 => 100755 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog old mode 100644 new mode 100755 index 9185ccc..b3afc8a --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-01-05 Richard Jones + + Build libvirt and examples on Windows (MinGW). + * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml + modules directly (without ocamlfind being needed). + * configure.ac: Remove requirement for ocamlfind. + * config.guess, config.sub: Ship these files to guess host, + build and target. + * libvirt/Makefile.in, examples/Makefile.in: Change these + so they don't require ocamlfind, do the right thing on MinGW. + * Make.rules.in: Make.rules is now generated from this file. + File can use ocamlfind or direct ocaml commands as available. + * .hgignore: Ignore some generated files on Windows. + 2008-01-04 Richard Jones Make extlib an optional dependency. -- cgit