Version 0.1.3.
[guestfs-browser.git] / configure.ac
index 14c3bc7..67272ef 100644 (file)
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along
 dnl with this program; if not, write to the Free Software Foundation, Inc.,
 dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-AC_INIT([guestfs-browser],[0.1.1])
+AC_INIT([guestfs-browser],[0.1.3])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -58,11 +58,26 @@ if test "$OCAML_PKG_guestfs" = "no"; then
     AC_MSG_ERROR([Please install OCaml module 'guestfs'.])
 fi
 
+AC_CHECK_OCAML_PKG([hivex])
+if test "$OCAML_PKG_hivex" = "no"; then
+    AC_MSG_ERROR([Please install OCaml module 'hivex'.])
+fi
+
 AC_CHECK_OCAML_PKG([xml-light])
 if test "$OCAML_PKG_xml_light" = "no"; then
     AC_MSG_ERROR([Please install OCaml module 'xml-light'.])
 fi
 
+AC_CHECK_OCAML_PKG([camomile])
+if test "$OCAML_PKG_camomile" = "no"; then
+    AC_MSG_ERROR([Please install OCaml module 'camomile' (including the data module if that is separate).])
+fi
+
+AC_CHECK_OCAML_PKG([bitstring])
+if test "$OCAML_PKG_bitstring" = "no"; then
+    AC_MSG_ERROR([Please install OCaml module 'bitstring'.])
+fi
+
 AC_CHECK_OCAML_PKG([extlib])
 if test "$OCAML_PKG_extlib" = "no"; then
     AC_MSG_ERROR([Please install OCaml module 'extlib'.])