Commit 71781995 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Hook up libevent to the build. Note that this should be made conditional at

some later date.

git-svn-id: http://www.varnish-cache.org/svn/trunk@101 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a1606b8f
# $Id$
SUBDIRS = include lib bin
SUBDIRS = contrib include lib bin
......@@ -8,8 +8,13 @@ if [ -d /usr/local/gnu-autotools/bin ] ; then
export PATH
fi
aclocal
libtoolize --copy --force
autoheader
automake --add-missing --copy --force --foreign
autoconf
base=$(cd $(dirname $0) && pwd)
for dir in $base $base/contrib/libevent ; do
echo $dir
cd $dir
aclocal
libtoolize --copy --force
autoheader
automake --add-missing --copy --force --foreign
autoconf
done
......@@ -63,14 +63,16 @@ AC_CHECK_FUNCS([socket])
AC_CONFIG_FILES([
Makefile
bin/Makefile
bin/varnishd/Makefile
bin/varnishlog/Makefile
contrib/Makefile
include/Makefile
lib/Makefile
lib/libsbuf/Makefile
lib/libvarnish/Makefile
lib/libvarnishapi/Makefile
lib/libvcl/Makefile
bin/Makefile
bin/varnishd/Makefile
bin/varnishlog/Makefile
])
AC_CONFIG_SUBDIRS(contrib/libevent)
AC_OUTPUT
# $Id$
SUBDIRS = libevent
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