Commit fc6c2133 authored by Geoff Simmons's avatar Geoff Simmons

add the path for Varnish's m4 scripts to aclocal calls invoked from make

parent d3c22eef
#
ACLOCAL_AMFLAGS = -I m4
ACLOCAL_AMFLAGS = -I m4 -I ${VARNISH_DATAROOTDIR}/aclocal
SUBDIRS = src
......
......@@ -61,6 +61,7 @@ PKG_CHECK_VAR([VARNISH_PKG_INCLUDE], [varnishapi], [pkgincludedir])
AC_SUBST(VARNISH_SHARE_INCLUDE, "${VARNISH_PKG_INCLUDE}/include")
PKG_CHECK_VAR(VARNISH_PKG_LIB, [varnishapi], [libdir])
AC_SUBST(VARNISH_LIBVARNISH_LIB, "-L${VARNISH_PKG_LIB}/varnish")
PKG_CHECK_VAR(VARNISH_DATAROOTDIR, [varnishapi], [datarootdir])
# Checks for header files.
AC_HEADER_STDC
......
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