X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=d1232d37c202e12e3facd4f2c80f1f2453478bcb;hb=b393dfee11d39ada901202ae82d5dfd22dc561df;hp=722832d50e526049cea420b3f9fe64b642dc457d;hpb=e74131b3a055fe3f3333030d8459275436f37a40;p=guestfs-browser.git diff --git a/configure.ac b/configure.ac index 722832d..d1232d3 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.2.0]) +AC_INIT([guestfs-browser],[0.2.3]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) @@ -52,6 +52,12 @@ if test "$OCAMLFIND" = "no"; then AC_MSG_ERROR([You must install OCaml findlib (ocamlfind)]) fi +dnl Check for camlp4. +AC_PROG_CAMLP4 +if test "$CAMLP4" = "no"; then + AC_MSG_ERROR([You must install the OCaml 'camlp4' preprocessor package]) +fi + dnl Check for all OCaml packages. AC_CHECK_OCAML_PKG([lablgtk2]) if test "$OCAML_PKG_lablgtk2" = "no"; then