forked from varnishcache/varnish-cache
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install _all_ headers under ${prefix}/include/..
Fixes varnishcache#1616
- Loading branch information
Showing
5 changed files
with
23 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# varnish.m4 - Macros to locate Varnish header files. -*- Autoconf -*- | ||
# serial 1 (varnish-4.0) | ||
# serial 2 (varnish-4.0) | ||
|
||
# Copyright (c) 2013 Varnish Software AS | ||
# Copyright (c) 2013-2014 Varnish Software AS | ||
# All rights reserved. | ||
# | ||
# Author: Tollef Fog Heen <[email protected]> | ||
|
@@ -53,10 +53,9 @@ variable if you installed software in a non-standard prefix.]) | |
fi | ||
]) | ||
VARNISH_PKG_GET_VAR([VMOD_INCLUDE_DIR], [vmodincludedir]) | ||
VARNISH_PKG_GET_VAR([VAPI_INCLUDE_DIR], [pkgincludedir]) | ||
_CPPFLAGS="$CPPFLAGS" | ||
VMOD_INCLUDES="-I$VMOD_INCLUDE_DIR -I$VAPI_INCLUDE_DIR" | ||
VMOD_INCLUDES="-I$VAPI_INCLUDE_DIR" | ||
CPPFLAGS="$VMOD_INCLUDES $CPPFLAGS" | ||
AC_CHECK_HEADERS([vsha256.h cache/cache.h]) | ||
CPPFLAGS="$_CPPFLAGS" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters