X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=ce6a7dd0aebae4b9116f616e832d8b39ed92bd5a;hb=6a4bf18801508eb18520b7b1ec13325fd4101764;hp=c94c15d71a80af0c566e61dc10538126ea760a11;hpb=a027fa3a8307a2d04b2a8460071b76134be29ddc;p=virt-mem.git diff --git a/configure.ac b/configure.ac index c94c15d..ce6a7dd 100644 --- a/configure.ac +++ b/configure.ac @@ -17,11 +17,20 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-mem,0.2.3) +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 AC_PROG_FINDLIB @@ -139,6 +148,7 @@ AC_CONFIG_FILES([Makefile lib/virt_mem_version.ml uname/Makefile dmesg/Makefile + ps/Makefile po/Makefile ]) AC_OUTPUT