X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=9137366551d363462ce60182114719c3b8402c8d;hb=378fa1c78cea8fb56bf759fe3110bbdb1422fac7;hp=006a903501fe0011231dc520661fcc2e1af56487;hpb=ed452f03c192ad7b6ffbaf6848a123c258efedd8;p=ust.git diff --git a/configure.ac b/configure.ac index 006a903..9137366 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_INIT([ust], [0.0], [pierre-marc dot fournier at polymtl dot ca]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([0.0 foreign]) +AM_INIT_AUTOMAKE([0.0 foreign dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([ust/ust.c]) AC_CONFIG_HEADERS([config.h]) @@ -50,7 +50,7 @@ AC_C_INLINE AC_FUNC_MALLOC AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol]) -AC_ARG_WITH(urcu, [ --with-urcu path Path to userspace RCU source], [ +AC_ARG_WITH(urcu, [ --with-urcu path Path to userspace RCU source], [ AC_CHECK_FILE(["$withval/urcu.h"], [ URCU_CFLAGS="-I$withval" URCU_LIBS="-L$withval -lurcu" ], @@ -78,9 +78,16 @@ AC_SUBST(KCOMPAT_LIBS) AC_CONFIG_FILES([ Makefile libust/Makefile - hello/Makefile + tests/Makefile + tests/hello/Makefile + tests/hello2/Makefile + tests/basic/Makefile + tests/basic_long/Makefile + tests/fork/Makefile libmallocwrap/Makefile + libinterfork/Makefile ustd/Makefile ust/Makefile + java/Makefile ]) AC_OUTPUT