From 1eb1d214195fac77ac3ec3e3f335b085bcfe3c61 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 13 Mar 2006 13:30:20 +0000 Subject: [PATCH] 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 --- varnish-cache/autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5