X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=7b698fa2d3a4c4ccea18e576172bf248a46e2d71;hp=1bd8d9fc8f531db5b772bcf5d705585ce5377373;hb=4572fe6a2493a377d696e3f28996c0236e8e8f4d;hpb=320bd5e3953c9cdc9177d2a6d706cc5584a0b7a7 diff --git a/configure.ac b/configure.ac index 1bd8d9f..7b698fa 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.2) +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], @@ -215,6 +218,7 @@ AC_CONFIG_FILES([Makefile Make.rules po/Makefile virt-top/Makefile + virt-top/virt_top_version.ml ]) if test "x$MAKENSIS" != "x"; then AC_CONFIG_FILES([wininstaller.nsis])