Add API: set-wrappid-path.
[wrappi.git] / configure.ac
index 3cad79e..54537c3 100644 (file)
@@ -60,6 +60,11 @@ fi
 dnl Check support for 64 bit file offsets.
 AC_SYS_LARGEFILE
 
+dnl Check for gperf.
+AC_CHECK_PROG([GPERF],[gperf],[gperf],[no])
+test "x$GPERF" = "xno" &&
+     AC_MSG_ERROR([gperf must be installed])
+
 dnl Check for OCaml compiler.
 AC_PROG_OCAML
 if test "$OCAMLC" = "no"; then
@@ -85,6 +90,7 @@ AC_SUBST(LIB_MINOR)
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
                  APIs/Makefile
+                 daemon/Makefile
                  examples/Makefile
                  generator/Makefile
                  generator-lib/config.ml