1 AC_INIT([lttng-tools], [2.0-pre10], [david.goulet@polymtl.ca], ,[http://lttng.org])
2 AC_CONFIG_AUX_DIR([config])
5 AC_CONFIG_MACRO_DIR([config])
6 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
10 sys/types.h unistd.h fcntl.h string.h pthread.h limits.h \
11 signal.h stdlib.h sys/un.h sys/socket.h stdlib.h stdio.h \
12 getopt.h sys/ipc.h sys/shm.h popt.h grp.h \
16 AC_CHECK_LIB([pthread], [pthread_create], [],
17 [AC_MSG_ERROR([Cannot find libpthread. Use [LDFLAGS]=-Ldir to specify its location.])]
21 AC_CHECK_LIB([popt], [poptGetContext], [],
22 [AC_MSG_ERROR([Cannot find libpopt. Use [LDFLAGS]=-Ldir to specify its location.])]
26 AC_CHECK_DECL([cds_list_add], [],
27 [AC_MSG_ERROR([liburcu 0.5.4 or newer is needed])], [[#include <urcu/list.h>]]
33 CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
35 DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir)"
37 lttngincludedir="${includedir}/lttng"
39 AC_SUBST(lttngincludedir)
40 AC_SUBST(DEFAULT_INCLUDES)
46 liblttkconsumerd/Makefile
48 liblttng-sessiond-comm/Makefile
51 ltt-kconsumerd/Makefile