Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
4c4759af
Commit
4c4759af
authored
Sep 12, 2017
by
Dridi Boukelmoune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expose vcstool to external projects
parent
6bccc489
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
varnish.m4
varnish.m4
+7
-2
varnishapi.pc.in
varnishapi.pc.in
+1
-0
No files found.
varnish.m4
View file @
4c4759af
...
...
@@ -28,8 +28,8 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
# varnish.m4 - Macros to
define VMOD builds.
-*- Autoconf -*-
# serial
7 (varnish-5.1.2
)
# varnish.m4 - Macros to
build against Varnish.
-*- Autoconf -*-
# serial
8 (varnish-5.2.0
)
#
# This collection of macros helps create VMODs or tools interacting with
# Varnish Cache using the GNU build system (autotools). In order to work
...
...
@@ -85,6 +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])
AC_SUBST([VARNISH_LIBRARY_PATH],
[$VARNISHAPI_LIBDIR:$VARNISHAPI_LIBDIR/varnish])
...
...
@@ -384,6 +385,9 @@ AC_DEFUN([VARNISH_VMODS], [
# - vcldir added
# - pkgvcldir added
#
# Since Varnish 5.2.0:
# - VCSTOOL 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
# is strictly below MAXIMUM-VERSION.
...
...
@@ -408,6 +412,7 @@ AC_DEFUN([VARNISH_VMODS], [
# - VARNISHAPI_VCLDIR
# - VARNISHAPI_VMODDIR
# - VMODTOOL
# - VCSTOOL
#
# In addition, two directories are set up for installation in automake:
#
...
...
varnishapi.pc.in
View file @
4c4759af
...
...
@@ -13,6 +13,7 @@ pkgdatadir=${datadir}/@PACKAGE@
vcldir=${pkgdatadir}/vcl
vmoddir=${libdir}/@PACKAGE@/vmods
vmodtool=${pkgdatadir}/vmodtool.py
vcstool=${pkgdatadir}/vcstool.py
Name: VarnishAPI
Description: Varnish API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment