From: des Date: Sun, 6 Aug 2006 12:26:12 +0000 (+0000) Subject: We no longer have any CONFIG_SUBDIRS. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05acfdc8ca75eb856d921eb959a51cc091fc6587;p=varnish We no longer have any CONFIG_SUBDIRS. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@693 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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