Implement filter expression to bytecode compiler in liblttng-ctl
[lttng-tools.git] / configure.ac
index 7f4912321a2ffb57d2a0b46ec99d81a46fa41668..cba96c1afd89d9930beafe3f76b934c60b635ad6 100644 (file)
@@ -162,6 +162,10 @@ AM_CONDITIONAL([COMPAT_EPOLL], [ test "$enable_epoll" = "yes" ])
 AC_SYS_LARGEFILE
 AC_PROG_CC
 LT_INIT
+AC_PROG_YACC
+AC_PROG_LEX
+
+AC_DEFUN([AC_PROG_BISON], [AC_CHECK_PROGS(BISON, bison, bison)])
 
 CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
 
@@ -188,6 +192,7 @@ AC_CONFIG_FILES([
        src/common/hashtable/Makefile
        src/common/sessiond-comm/Makefile
        src/common/compat/Makefile
+       src/common/relayd/Makefile
        src/lib/Makefile
        src/lib/lttng-ctl/Makefile
        src/bin/Makefile
This page took 0.024369 seconds and 5 git commands to generate.