From: phk Date: Mon, 13 Mar 2006 13:30:20 +0000 (+0000) Subject: Pick up the gnu-autotools binary directory if we spot one. This X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb1d214195fac77ac3ec3e3f335b085bcfe3c61;p=varnish Pick up the gnu-autotools binary directory if we spot one. This makes life on FreeBSD somewhat easier. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@44 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/autogen.sh b/varnish-cache/autogen.sh index f9ee079b..b5c0ee34 100755 --- a/varnish-cache/autogen.sh +++ b/varnish-cache/autogen.sh @@ -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