From 2a087fa5654954878c00edef6b07a9fe4090475f Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 3 Dec 2021 03:11:06 +0300 Subject: Printing version in "./configure" output. --- auto/os/test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'auto') diff --git a/auto/os/test b/auto/os/test index c37700a6..b7e73299 100644 --- a/auto/os/test +++ b/auto/os/test @@ -97,4 +97,5 @@ case "$NXT_SYSTEM" in esac -$echo configuring for $NXT_SYSTEM $NXT_SYSTEM_VERSION $NXT_SYSTEM_PLATFORM +$echo "configuring Unit $NXT_VERSION" \ + "for $NXT_SYSTEM $NXT_SYSTEM_VERSION $NXT_SYSTEM_PLATFORM" -- cgit