X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=cba96c1afd89d9930beafe3f76b934c60b635ad6;hb=953192ba6eb2118c22bcfcb4bcd813f141b407e7;hp=7f4912321a2ffb57d2a0b46ec99d81a46fa41668;hpb=b8aa16822f579a6e15b41d2761801a0a65d5f2a5;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 7f4912321..cba96c1af 100644 --- a/configure.ac +++ b/configure.ac @@ -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