X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=57ae0a911f91da25c325c4ff69118951c6f4f5b7;hp=d26ec69b747e83bff749312b11b9d1638811fb98;hb=d025e91f6751505c70b7b5f492ee72c67e274ecf;hpb=e1e78bcef5e4654bd2456bd696840329359d35cd diff --git a/configure.ac b/configure.ac index d26ec69..57ae0a9 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [11]) -m4_define([libguestfs_release], [11]) +m4_define([libguestfs_release], [19]) # extra can be any string m4_define([libguestfs_extra], []) @@ -484,6 +484,8 @@ AM_CONDITIONAL([HAVE_OCAML], [test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno"]) AM_CONDITIONAL([HAVE_OCAML_PCRE], [test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno" && test "x$OCAML_PKG_pcre" != "xno"]) +AM_CONDITIONAL([HAVE_OCAMLDOC], + [test "x$OCAMLDOC" != "xno"]) dnl Check for Perl (optional, for Perl bindings). PERL=no @@ -802,6 +804,7 @@ AC_CONFIG_FILES([Makefile appliance/Makefile capitests/Makefile cat/Makefile + caution/Makefile csharp/Makefile debian/changelog df/Makefile @@ -816,6 +819,7 @@ AC_CONFIG_FILES([Makefile images/Makefile inspector/Makefile java/Makefile + java/examples/Makefile libguestfs.pc ocaml/META ocaml/Makefile