r1227 - trunk/varnish-cache

phk at projects.linpro.no phk at projects.linpro.no
Tue Dec 5 09:48:27 CET 2006


Author: phk
Date: 2006-12-05 09:48:27 +0100 (Tue, 05 Dec 2006)
New Revision: 1227

Modified:
   trunk/varnish-cache/autogen.sh
Log:
Add a FreeBSD workaround while des@ tries to get autocrap to DTRT under
FreeBSD also.


Modified: trunk/varnish-cache/autogen.sh
===================================================================
--- trunk/varnish-cache/autogen.sh	2006-12-05 08:47:43 UTC (rev 1226)
+++ trunk/varnish-cache/autogen.sh	2006-12-05 08:48:27 UTC (rev 1227)
@@ -26,7 +26,12 @@
 
 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




More information about the varnish-commit mailing list