aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 19:04:28 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-11-01 19:04:28 +0200
commit51555cf6b71d666aec5c36f7241f41f07f3ac0d0 (patch)
tree441b8fb8930a3d33ba2e80c38c5a3d63ad1c8875
parent9c805521d05e9974e9c65de91d55c25f7ac5ae67 (diff)
downloadvmod-tbf-51555cf6b71d666aec5c36f7241f41f07f3ac0d0.tar.gz
vmod-tbf-51555cf6b71d666aec5c36f7241f41f07f3ac0d0.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 b1a17e2..12790b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,6 +122,15 @@ AC_CHECK_LIB(db, db_create,
[],
[AC_MSG_ERROR([header file db.h is not the same version as libdb])])])
+AC_CONFIG_COMMANDS([status],[
+delim="-------------------------------------------------------------------"
+echo ""
+echo $delim
+echo "Building for Varnish version $VARNISHVERSION"
+echo $delim
+],
+[VARNISHVERSION=$VARNISHVERSION])
+
AC_CONFIG_FILES([
Makefile
src/Makefile

Return to:

Send suggestions and report system problems to the System administrator.