Commit db0870e2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Pick up the gnu-autotools binary directory if we spot one. This

makes life on FreeBSD somewhat easier.



git-svn-id: http://www.varnish-cache.org/svn/trunk@44 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8a271343
......@@ -3,6 +3,11 @@
# $Id$
#
if [ -d /usr/local/gnu-autotools/bin ] ; then
PATH=${PATH}:/usr/local/gnu-autotools/bin
export PATH
fi
aclocal
libtoolize --copy --force
autoheader
......
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