aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 19:04:00 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 19:04:00 +0200
commitde84fe24a3335d22ffde5cdd15a93472812505e2 (patch)
tree4b3cc05fc036827c58807d6977a3a059823e671e
parentb3289e646c030b3465f6895789459cd4437a1707 (diff)
downloadvmod-basicauth-de84fe24a3335d22ffde5cdd15a93472812505e2.tar.gz
vmod-basicauth-de84fe24a3335d22ffde5cdd15a93472812505e2.tar.bz2
Report version of varnish at the end of configure
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 90db3b6..5467023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,2 +102,11 @@ fi
+AC_CONFIG_COMMANDS([status],[
+delim="-------------------------------------------------------------------"
+echo ""
+echo $delim
+echo "Building for Varnish version $VARNISHVERSION"
+echo $delim
+],
+[VARNISHVERSION=$VARNISHVERSION])
+
AC_CONFIG_FILES([

Return to:

Send suggestions and report system problems to the System administrator.