X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=ce6a7dd0aebae4b9116f616e832d8b39ed92bd5a;hb=35f68724b76ea85e9b949f05ad82b82a7144989c;hp=c56ae27ded1f15447b83c5efd202cbb243f9fe4e;hpb=fef31c96f2bc4bcf8da687ab21b8ff9eda5b6cb9;p=virt-mem.git diff --git a/configure.ac b/configure.ac index c56ae27..ce6a7dd 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.1) +AC_INIT(virt-mem,0.2.4) 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,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