X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=d3e54b20f4ccda1c345998e43b1ef632dc034747;hb=83aaceddad61c6f2a6e378887deebe21bdec6e71;hp=9af88f71338470636b43495f7ec80f2a90db9181;hpb=5ce06c3326a2672e82dc656b35eb7a3e6616539a;p=virt-mem.git diff --git a/configure.ac b/configure.ac index 9af88f7..d3e54b2 100644 --- a/configure.ac +++ b/configure.ac @@ -17,9 +17,19 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-mem,0.2.0) +AC_INIT(virt-mem,0.2.5) AC_PROG_INSTALL +AC_PROG_MKDIR_P + +dnl Check for an ANSI C compiler. +AC_GNU_SOURCE +AC_PROG_CC +AC_C_PROTOTYPES +test "x$U" != "x" && AC_MSG_ERROR(Compiler not ANSI compliant) +AC_PROG_CC_C_O + +AC_CHECK_FUNCS([memmem]) dnl Check for basic OCaml environment & findlib. AC_PROG_OCAML @@ -135,8 +145,11 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile Make.rules lib/Makefile + lib/virt_mem_version.ml uname/Makefile dmesg/Makefile + ps/Makefile + mem/Makefile po/Makefile ]) AC_OUTPUT