Update PO files.
[virt-mem.git] / configure.ac
index 9af88f7..53287c4 100644 (file)
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(virt-mem,0.2.0)
+AC_INIT(virt-mem,0.2.4)
 
 AC_PROG_INSTALL
+AC_PROG_MKDIR_P
 
 dnl Check for basic OCaml environment & findlib.
 AC_PROG_OCAML
@@ -135,8 +136,10 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
        Make.rules
        lib/Makefile
+       lib/virt_mem_version.ml
        uname/Makefile
        dmesg/Makefile
+       ps/Makefile
        po/Makefile
        ])
 AC_OUTPUT