X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=7b698fa2d3a4c4ccea18e576172bf248a46e2d71;hp=0e2cee35768bf7a41dce055a1391ba7bd606ddac;hb=53d7f8573349e27a3decad8cfbee7448554f17d1;hpb=7f1cff28ef4ce9f495a80dbdaca2c67bb3be1602 diff --git a/configure.ac b/configure.ac index 0e2cee3..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.1) +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])