X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=0f7f85bdef0290dae1510aac72a12a30b82d839d;hb=e3fb3f8a0930d3662f547d1854b75d49e6d74599;hp=ce6a7dd0aebae4b9116f616e832d8b39ed92bd5a;hpb=c6362265f3247c19a9791e2bae65e2c6747ecdf7;p=virt-mem.git diff --git a/configure.ac b/configure.ac index ce6a7dd..0f7f85b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-mem,0.2.4) +AC_INIT(virt-mem,0.2.6) AC_PROG_INSTALL AC_PROG_MKDIR_P @@ -62,9 +62,9 @@ if test "x$pkg_xml_light" != "xyes"; then AC_MSG_ERROR([Cannot find required OCaml package 'xml-light']) fi -AC_CHECK_OCAML_PKG(bitmatch) -if test "x$pkg_bitmatch" != "xyes"; then - AC_MSG_ERROR([Cannot find required OCaml package 'bitmatch']) +AC_CHECK_OCAML_PKG(bitstring) +if test "x$pkg_bitstring" != "xyes"; then + AC_MSG_ERROR([Cannot find required OCaml package 'bitstring']) fi dnl Check for optional OCaml packages. @@ -75,7 +75,7 @@ AC_SUBST(pkg_unix) AC_SUBST(pkg_extlib) AC_SUBST(pkg_libvirt) AC_SUBST(pkg_xml_light) -AC_SUBST(pkg_bitmatch) +AC_SUBST(pkg_bitstring) AC_SUBST(pkg_gettext) AC_SUBST(pkg_csv) @@ -149,6 +149,7 @@ AC_CONFIG_FILES([Makefile uname/Makefile dmesg/Makefile ps/Makefile + mem/Makefile po/Makefile ]) AC_OUTPUT