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. --- COPYING.LIB | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 COPYING.LIB (limited to 'COPYING.LIB') diff --git a/COPYING.LIB b/COPYING.LIB old mode 100644 new mode 100755 -- cgit