X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=53287c4b4edeeeddd9aea8bbef9128bb4f64f63e;hb=57c1ab6c3afa85b64a61725e1cfef1cd21db379f;hp=e0e64a3208ddd2255eeaed5bba4c951c6c95d301;hpb=eb9dbe2bc7656aed41ed207016746c983fcba4ef;p=virt-mem.git diff --git a/configure.ac b/configure.ac index e0e64a3..53287c4 100644 --- a/configure.ac +++ b/configure.ac @@ -17,9 +17,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-mem,0.2.1) +AC_INIT(virt-mem,0.2.4) AC_PROG_INSTALL +AC_PROG_MKDIR_P dnl Check for basic OCaml environment & findlib. AC_PROG_OCAML @@ -138,6 +139,7 @@ AC_CONFIG_FILES([Makefile lib/virt_mem_version.ml uname/Makefile dmesg/Makefile + ps/Makefile po/Makefile ]) AC_OUTPUT