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. --- virt-top/.depend | 0 virt-top/Makefile.in | 0 virt-top/README | 0 virt-top/virt-top.1 | 0 virt-top/virt-top.pod | 0 virt-top/virt-top.txt | 0 virt-top/virt_top.ml | 0 virt-top/virt_top.mli | 0 virt-top/virt_top_calendar.ml | 0 virt-top/virt_top_csv.ml | 0 virt-top/virt_top_main.ml | 0 virt-top/virt_top_utils.ml | 0 virt-top/virt_top_utils.mli | 0 virt-top/virt_top_xml.ml | 0 14 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 virt-top/.depend mode change 100644 => 100755 virt-top/Makefile.in mode change 100644 => 100755 virt-top/README mode change 100644 => 100755 virt-top/virt-top.1 mode change 100644 => 100755 virt-top/virt-top.pod mode change 100644 => 100755 virt-top/virt-top.txt mode change 100644 => 100755 virt-top/virt_top.ml mode change 100644 => 100755 virt-top/virt_top.mli mode change 100644 => 100755 virt-top/virt_top_calendar.ml mode change 100644 => 100755 virt-top/virt_top_csv.ml mode change 100644 => 100755 virt-top/virt_top_main.ml mode change 100644 => 100755 virt-top/virt_top_utils.ml mode change 100644 => 100755 virt-top/virt_top_utils.mli mode change 100644 => 100755 virt-top/virt_top_xml.ml (limited to 'virt-top') diff --git a/virt-top/.depend b/virt-top/.depend old mode 100644 new mode 100755 diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in old mode 100644 new mode 100755 diff --git a/virt-top/README b/virt-top/README old mode 100644 new mode 100755 diff --git a/virt-top/virt-top.1 b/virt-top/virt-top.1 old mode 100644 new mode 100755 diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod old mode 100644 new mode 100755 diff --git a/virt-top/virt-top.txt b/virt-top/virt-top.txt old mode 100644 new mode 100755 diff --git a/virt-top/virt_top.ml b/virt-top/virt_top.ml old mode 100644 new mode 100755 diff --git a/virt-top/virt_top.mli b/virt-top/virt_top.mli old mode 100644 new mode 100755 diff --git a/virt-top/virt_top_calendar.ml b/virt-top/virt_top_calendar.ml old mode 100644 new mode 100755 diff --git a/virt-top/virt_top_csv.ml b/virt-top/virt_top_csv.ml old mode 100644 new mode 100755 diff --git a/virt-top/virt_top_main.ml b/virt-top/virt_top_main.ml old mode 100644 new mode 100755 diff --git a/virt-top/virt_top_utils.ml b/virt-top/virt_top_utils.ml old mode 100644 new mode 100755 diff --git a/virt-top/virt_top_utils.mli b/virt-top/virt_top_utils.mli old mode 100644 new mode 100755 diff --git a/virt-top/virt_top_xml.ml b/virt-top/virt_top_xml.ml old mode 100644 new mode 100755 -- cgit