X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=31e9f03c1ed252321c58d68fe08f1f2fbd17af75;hp=6605bf95ad6d8c8e261c23980e4df39b6875628c;hb=7e090e6bea2c8ea8ef7b776caf17b529b1e1f7ce;hpb=6785c08c87af6432e966348bc4c91110ad66e91b diff --git a/configure.ac b/configure.ac index 6605bf95a..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])