Commit 990128db authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

We no longer have any CONFIG_SUBDIRS.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@693 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent bc78beb8
...@@ -6,19 +6,12 @@ ...@@ -6,19 +6,12 @@
set -ex set -ex
if [ -d /usr/local/gnu-autotools/bin ] ; then if [ -d /usr/local/gnu-autotools/bin ] ; then
PATH=${PATH}:/usr/local/gnu-autotools/bin PATH=/usr/local/gnu-autotools/bin:${PATH}
export PATH export PATH
fi fi
base=$(cd $(dirname $0) && pwd) aclocal
for dir in $base ; do libtoolize --copy --force
( autoheader
echo $dir automake --add-missing --copy --force --foreign
cd $dir autoconf
aclocal
libtoolize --copy --force
autoheader
automake --add-missing --copy --force --foreign
autoconf
)
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment