X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=0186f5cec19f45af5bbff195691e128cf00ec066;hb=07bceaedef4b02f0dfafca6d2498ead43d00511c;hp=14314f3d6597ac1d441fe3dbabfeb5e256a84f4b;hpb=e86f4987469c26213c6693b35cde3b48a4732524;p=virt-top.git diff --git a/configure.ac b/configure.ac index 14314f3..0186f5c 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,9 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-top,1.0.0) +AC_INIT(virt-top,1.0.3) + +AC_PROG_INSTALL dnl Check for basic OCaml environment & findlib. AC_PROG_OCAML @@ -76,6 +78,9 @@ AC_CHECK_PROG(HAVE_PERLDOC,perldoc,perldoc) dnl Check for recommended ocaml-gettext tool. AC_CHECK_PROG(OCAML_GETTEXT,ocaml-gettext,ocaml-gettext) +dnl Check for msgfmt tool. +AC_CHECK_PROG(MSGFMT,msgfmt,msgfmt) + dnl Check for optional NSIS (for building a Windows installer). dnl XXX NSIS support is probably broken at the moment XXX AC_ARG_WITH([nsis],