From d8793e444f161c514bc4dbcc08b36a7f75a9a725 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 24 Nov 2015 13:33:45 -0300 Subject: [PATCH] Prints rules language tests version on the configure summary --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index b2a27f01..38d51cbe 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,8 @@ test "x$HAS_LIBINJECTION" = "x" && AC_MSG_ERROR([\ # Libinjection version AC_DEFUN([LIBINJECTION_VERSION], m4_esyscmd_s(PWD="others/libinjection" git describe)) +# SecLang test version +AC_DEFUN([SECLANG_TEST_VERSION], m4_esyscmd_s(PWD="test/test-cases/secrules-language-tests" git log -1 --format="%h" --abbrev-commit)) # Check for yajl @@ -225,6 +227,9 @@ echo " " echo " Mandatory dependencies" echo -n " + libInjection ...." echo LIBINJECTION_VERSION +echo -n " + SecLang tests ...." +echo SECLANG_TEST_VERSION + echo " " echo " Optional dependencies" if test "x$GEOIP_FOUND" = "x0"; then