[libvirt] [ocaml PATCH 0/4] Misc build improvements

Pino Toscano ptoscano at redhat.com
Mon Oct 15 14:02:31 UTC 2018


A round of few build system improvements:
- use the OCaml build macros from libguestfs
- remove generated stuff
- use pkg-config to find & use libvirt

Pino Toscano (4):
  build: move OCaml macros to a m4 subdir
  build: sync OCaml macros from libguestfs
  build: remove config.h.in
  build: use pkg-config to find libvirt

 .gitignore          |   2 +
 aclocal.m4          | 170 ----------------------------------
 config.h.in         |  61 -------------
 configure.ac        |  26 +-----
 libvirt/Makefile.in |  14 +--
 m4/ocaml.m4         | 217 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 232 insertions(+), 258 deletions(-)
 delete mode 100644 aclocal.m4
 delete mode 100644 config.h.in
 create mode 100644 m4/ocaml.m4

-- 
2.17.2




More information about the libvir-list mailing list