X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=d59de02c4f868cf0ccca6b305e0cfd0c95237276;hb=d224f4de52d560a08f920505667f590da1e4a69f;hp=b63c881809e5ddf4249494f889a3fe3e8e7f4aa9;hpb=f91107d9b5836be578669d819c131a81a330aa37;p=ocaml-bitstring.git diff --git a/configure.ac b/configure.ac index b63c881..d59de02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Bitstring syntax extension. -# Copyright (C) 2008-2012 Red Hat Inc., Richard W.M. Jones +# Copyright (C) 2008-2013 Red Hat Inc., Richard W.M. Jones # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ocaml-bitstring,2.0.3) +AC_INIT(ocaml-bitstring,2.0.4) AC_PROG_SED @@ -61,7 +61,7 @@ if test "x$OCAMLFIND" = "x"; then fi dnl Check for camlp4 -AC_CHECK_PROG(CAMLP4OF,camlp4of.opt,camlp4of.opt,no) +AC_CHECK_PROG(CAMLP4OF,camlp4of,camlp4of,no) if test "x$CAMLP4OF" = "xno"; then AC_MSG_ERROR([You must have camlp4 installed]) fi