From 05acfdc8ca75eb856d921eb959a51cc091fc6587 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 6 Aug 2006 12:26:12 +0000 Subject: [PATCH] We no longer have any CONFIG_SUBDIRS. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@693 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/autogen.sh | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/varnish-cache/autogen.sh b/varnish-cache/autogen.sh index 2492fcb7..a781f631 100755 --- a/varnish-cache/autogen.sh +++ b/varnish-cache/autogen.sh @@ -6,19 +6,12 @@ set -ex if [ -d /usr/local/gnu-autotools/bin ] ; then - PATH=${PATH}:/usr/local/gnu-autotools/bin + PATH=/usr/local/gnu-autotools/bin:${PATH} export PATH fi -base=$(cd $(dirname $0) && pwd) -for dir in $base ; do - ( - echo $dir - cd $dir - aclocal - libtoolize --copy --force - autoheader - automake --add-missing --copy --force --foreign - autoconf - ) -done +aclocal +libtoolize --copy --force +autoheader +automake --add-missing --copy --force --foreign +autoconf -- 2.39.5