aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.