Commit 33adc6b0 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

s/vcs/vsc/

Too many acronyms...
parent a1ac5e7e
......@@ -85,7 +85,7 @@ AC_DEFUN([_VARNISH_PKG_CONFIG], [
PKG_CHECK_VAR([VARNISHAPI_VMODDIR], [varnishapi], [vmoddir])
PKG_CHECK_VAR([VMODTOOL], [varnishapi], [vmodtool])
PKG_CHECK_VAR([VCSTOOL], [varnishapi], [vcstool])
PKG_CHECK_VAR([VSCTOOL], [varnishapi], [vsctool])
AC_SUBST([VARNISH_LIBRARY_PATH],
[$VARNISHAPI_LIBDIR:$VARNISHAPI_LIBDIR/varnish])
......@@ -386,7 +386,7 @@ AC_DEFUN([VARNISH_VMODS], [
# - pkgvcldir added
#
# Since Varnish 5.2.0:
# - VCSTOOL added
# - VSCTOOL added
#
# Verify that the version of Varnish Cache found by pkg-config is at least
# MINIMUM-VERSION. If MAXIMUM-VERSION is specified, verify that the version
......@@ -412,7 +412,7 @@ AC_DEFUN([VARNISH_VMODS], [
# - VARNISHAPI_VCLDIR
# - VARNISHAPI_VMODDIR
# - VMODTOOL
# - VCSTOOL
# - VSCTOOL
#
# In addition, two directories are set up for installation in automake:
#
......
......@@ -13,7 +13,7 @@ pkgdatadir=${datadir}/@PACKAGE@
vcldir=${pkgdatadir}/vcl
vmoddir=${libdir}/@PACKAGE@/vmods
vmodtool=${pkgdatadir}/vmodtool.py
vcstool=${pkgdatadir}/vcstool.py
vsctool=${pkgdatadir}/vsctool.py
Name: VarnishAPI
Description: Varnish API
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment