]> err.no Git - varnish/commitdiff
Add a FreeBSD workaround while des@ tries to get autocrap to DTRT under
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 5 Dec 2006 08:48:27 +0000 (08:48 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 5 Dec 2006 08:48:27 +0000 (08:48 +0000)
FreeBSD also.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1227 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/autogen.sh

index 03a1944de8b8f5df6ea654705b2bed91d8f424ab..3c2df78db09860f41a234acc2e3efc1aa1efa89d 100755 (executable)
@@ -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