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

r34123@cat (orig r1227): phk | 2006-12-05 09:48:27 +0100

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


git-svn-id: http://www.varnish-cache.org/svn/branches/1.0@1248 d4fa192b-c00b-0410-8231-f00ffab90ce4
parents f77ef183 c6cc812f
......@@ -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