r44 - trunk/varnish-cache

phk at projects.linpro.no phk at projects.linpro.no
Mon Mar 13 14:30:20 CET 2006


Author: phk
Date: 2006-03-13 14:30:20 +0100 (Mon, 13 Mar 2006)
New Revision: 44

Modified:
   trunk/varnish-cache/autogen.sh
Log:
Pick up the gnu-autotools binary directory if we spot one.  This
makes life on FreeBSD somewhat easier.



Modified: trunk/varnish-cache/autogen.sh
===================================================================
--- trunk/varnish-cache/autogen.sh	2006-03-13 12:37:04 UTC (rev 43)
+++ trunk/varnish-cache/autogen.sh	2006-03-13 13:30:20 UTC (rev 44)
@@ -3,6 +3,11 @@
 # $Id$
 #
 
+if [ -d /usr/local/gnu-autotools/bin ] ; then
+	PATH=${PATH}:/usr/local/gnu-autotools/bin
+	export PATH
+fi
+
 aclocal
 libtoolize --copy --force
 autoheader




More information about the varnish-commit mailing list