X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=6dd658e2ad7d450bcf7af58dd8fcb1bdecbbc318;hb=169ad2425868939c32b35d97d20412de230e34d2;hp=e88fb417be066d66b7d4c6fc279e44e12ee31f71;hpb=4fa4ca7430421c477e7f813819a8a70279de0a65;p=guestfs-browser.git diff --git a/configure.ac b/configure.ac index e88fb41..6dd658e 100644 --- a/configure.ac +++ b/configure.ac @@ -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.4]) +AC_INIT([guestfs-browser],[0.1.5]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) @@ -70,7 +70,7 @@ 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).]) + AC_MSG_ERROR([Please install OCaml module 'camomile' (>= 0.8, including the data module if that is separate).]) fi AC_CHECK_OCAML_PKG([bitstring])