X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=31e9f03c1ed252321c58d68fe08f1f2fbd17af75;hb=7cb804198ecae54f791b76db058916c3cf2c48d9;hp=11d931759506db928a0fdcb82bb627844947af58;hpb=77503fc528bf4d36ff4da4d41596f8513fe7f5b5;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 11d931759..31e9f03c1 100644 --- a/configure.ac +++ b/configure.ac @@ -171,6 +171,9 @@ AM_CONDITIONAL([HAVE_OBJCOPY], [test "x$OBJCOPY" != "x"]) AC_PATH_PROG([PGREP], [pgrep]) AM_CONDITIONAL([HAVE_PGREP], [test "x$PGREP" != "x"]) +AC_PATH_PROG([SHELLCHECK], [shellcheck]) +AM_CONDITIONAL([HAVE_SHELLCHECK], [test "x$SHELLCHECK" != "x"]) + # set $IN_GIT_REPO if we're in the Git repository; the `bootstrap` file # is not distributed in tarballs AS_IF([test -f "$srcdir/bootstrap"], [in_git_repo=yes], [in_git_repo=no]) @@ -1203,6 +1206,7 @@ AC_CONFIG_FILES([ src/vendor/msgpack/Makefile tests/Makefile tests/destructive/Makefile + tests/meta/Makefile tests/regression/Makefile tests/regression/kernel/Makefile tests/regression/tools/Makefile