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

Add a FreeBSD workaround while des@ tries to get autocrap to DTRT under

FreeBSD also.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1227 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5d1c0562
......@@ -26,7 +26,12 @@ fi
set -ex
aclocal
if [ "x`uname -s`" = "xFreeBSD" ] ; then
# Ask DES
aclocal -I /usr/local/share/aclocal
else
aclocal
fi
libtoolize --copy --force
autoheader
automake --add-missing --copy --foreign
......
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