X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=d764d0f5688a7c221e37ceb88f9d5e084c4260d1;hp=330bc3de623d0725fee112162c6ba6ceb7f29cf6;hb=c1ded989d84a005b97e52d57c95e9c6105e4f58d;hpb=ab2f3ec5b5d3a51f4ef4f6981ca72aa8e59c42ae diff --git a/configure.ac b/configure.ac index 330bc3d..d764d0f 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-top,1.0.3) +AC_INIT(virt-top,1.0.4) AC_PROG_INSTALL @@ -78,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],