X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=fc94224e46f04cdeea5fe61627e65530fc011224;hp=ec1f7c2bfce5ef5b4b4fb20d1f2f1bbea8d852f3;hb=463a739bf0475cf45bf03ad2c4130b2ed656686e;hpb=8a1be9265d8fda423a09e267cb92bd3fd2b1e163 diff --git a/configure.ac b/configure.ac index ec1f7c2..fc94224 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], [8]) +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