r1248 - branches/1.0

des at projects.linpro.no des at projects.linpro.no
Tue Feb 20 09:46:46 CET 2007


Author: des
Date: 2007-02-20 09:46:46 +0100 (Tue, 20 Feb 2007)
New Revision: 1248

Modified:
   branches/1.0/
   branches/1.0/autogen.sh
Log:
 r34123 at 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.
 



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1226
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1227

Modified: branches/1.0/autogen.sh
===================================================================
--- branches/1.0/autogen.sh	2007-02-20 08:46:45 UTC (rev 1247)
+++ branches/1.0/autogen.sh	2007-02-20 08:46:46 UTC (rev 1248)
@@ -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