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