]> err.no Git - varnish/commitdiff
Pick up the gnu-autotools binary directory if we spot one. This
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Mar 2006 13:30:20 +0000 (13:30 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Mar 2006 13:30:20 +0000 (13:30 +0000)
makes life on FreeBSD somewhat easier.

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

varnish-cache/autogen.sh

index f9ee079b4adedacf028864664e50c62471140c0d..b5c0ee3487708b899854ffb92741c5ef713a2e86 100755 (executable)
@@ -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